[PR #59] [MERGED] Features/db meta data #535

Closed
opened 2026-03-03 00:22:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/59
Author: @Rokt33r
Created: 12/24/2018
Status: Merged
Merged: 12/24/2018
Merged by: @Rokt33r

Base: masterHead: features/db-meta-data


📝 Commits (3)

📊 Changes

7 files changed (+148 additions, -21 deletions)

View changed files

📝 package-lock.json (+7 -2)
📝 package.json (+2 -0)
📝 src/main/consts.ts (+2 -3)
📝 src/main/db/Client.spec.ts (+60 -3)
📝 src/main/db/Client.ts (+44 -0)
📝 src/main/db/ClientManager.ts (+30 -6)
📝 src/main/stores/DataStore.spec.ts (+3 -7)

📄 Description

Fixes #58


🔄 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/BoostIO/BoostNote-App/pull/59 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 12/24/2018 **Status:** ✅ Merged **Merged:** 12/24/2018 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `features/db-meta-data` --- ### 📝 Commits (3) - [`bc9fb8a`](https://github.com/BoostIO/BoostNote-App/commit/bc9fb8a64993c631f2662b3f3ccc5dd4fcbb4dd8) Discard app id prefix, `boost:` - [`2d5e8c5`](https://github.com/BoostIO/BoostNote-App/commit/2d5e8c5d79651df503e4ef8e0c7c54928a461bf4) Init meta data - [`1542a1b`](https://github.com/BoostIO/BoostNote-App/commit/1542a1b46013c2e39b1ad1dccde63a2be88e6b2a) Handle init error of client ### 📊 Changes **7 files changed** (+148 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+7 -2) 📝 `package.json` (+2 -0) 📝 `src/main/consts.ts` (+2 -3) 📝 `src/main/db/Client.spec.ts` (+60 -3) 📝 `src/main/db/Client.ts` (+44 -0) 📝 `src/main/db/ClientManager.ts` (+30 -6) 📝 `src/main/stores/DataStore.spec.ts` (+3 -7) </details> ### 📄 Description Fixes #58 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:22:03 +03: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
starred/BoostNote-App#535
No description provided.