mirror of
https://github.com/RADar-AZDelta/Keun.git
synced 2026-03-23 20:37:05 +00:00
[PR #105] [MERGED] Implement SQLite for reference & update security rules Firebase & fix bugs #146
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
RADar-AZDelta/archived-Keun#146
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RADar-AZDelta/Keun/pull/105
Author: @BostoenToby
Created: 12/19/2023
Status: ✅ Merged
Merged: 12/19/2023
Merged by: @BostoenToby
Base:
dev← Head:dev-Toby📝 Commits (10+)
2be7d40Trigger cloud build22360f7Trigger cloud buildf28daa1change Firebase project7a544e1config eslint & prettier7f979f9Empty commit to trigger Cloud Build89e79c1create scripts to assign roles to users & check the roles68e184eimplement SQLite as database081059bupdate security rules for Firebase5b78e44fix bug where sourceName is null3fee6bcfix bug for user button width📊 Changes
25 files changed (+1996 additions, -238 deletions)
View changed files
📝
.env(+4 -4)📝
.eslintignore(+1 -0)📝
.gitignore(+3 -1)📝
.prettierrc(+1 -1)📝
.vscode/launch.json(+19 -6)📝
firestore.rules(+42 -42)📝
package.json(+0 -1)📝
pnpm-lock.yaml(+0 -20)➕
scripts/package.json(+21 -0)➕
scripts/pnpm-lock.yaml(+1381 -0)➕
scripts/src/check.ts(+30 -0)➕
scripts/src/index.ts(+66 -0)➕
scripts/tsconfig.json(+14 -0)📝
src/lib/components/extra/User.svelte(+0 -1)📝
src/lib/components/mapping/AthenaSearch.svelte(+2 -0)➕
src/lib/firebase.ts(+224 -0)📝
src/lib/implementations/databaseImpl/FirebaseImpl.ts(+7 -6)📝
src/lib/implementations/databaseImpl/SQLite.ts(+80 -58)📝
src/lib/implementations/implementation.ts(+12 -11)📝
src/lib/obsolete/firebase.ts(+1 -1)...and 5 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.