[PR #82] [MERGED] Feature: "warn only" schema definitions #72

Closed
opened 2026-05-23 08:40:03 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase-server/pull/82
Author: @appy-one
Created: 5/22/2023
Status: Merged
Merged: 5/22/2023
Merged by: @appy-one

Base: masterHead: feature/warn-only-schema-definitions


📝 Commits (2)

  • 331e336 bump acebase and acebase-core dependencies
  • 63371f6 add warnOnly option to schema definitions

📊 Changes

4 files changed (+23 additions, -18 deletions)

View changed files

📝 package-lock.json (+14 -14)
📝 package.json (+2 -2)
📝 src/routes/data-schema-set.ts (+3 -2)
📝 src/routes/data-schema-set.yaml (+4 -0)

📄 Description

This enables one to introduce schema definitions to an existing database, but logs warnings instead of denying writes not conforming to the schema.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/appy-one/acebase-server/pull/82 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 5/22/2023 **Status:** ✅ Merged **Merged:** 5/22/2023 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `feature/warn-only-schema-definitions` --- ### 📝 Commits (2) - [`331e336`](https://github.com/appy-one/acebase-server/commit/331e336b25d3124c64af3bb6c619190aa25a3ef6) bump acebase and acebase-core dependencies - [`63371f6`](https://github.com/appy-one/acebase-server/commit/63371f6b7b8a0a1ee30301744b1fc77fbd503b9c) add warnOnly option to schema definitions ### 📊 Changes **4 files changed** (+23 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+14 -14) 📝 `package.json` (+2 -2) 📝 `src/routes/data-schema-set.ts` (+3 -2) 📝 `src/routes/data-schema-set.yaml` (+4 -0) </details> ### 📄 Description This enables one to introduce schema definitions to an existing database, but logs warnings instead of denying writes not conforming to the schema. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-23 08:40:03 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase-server#72
No description provided.