[PR #106] [MERGED] Implement Bearer CLI, implement SQLite, implement Firebase & fix bugs #147

Closed
opened 2026-03-23 20:32:14 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RADar-AZDelta/Keun/pull/106
Author: @BostoenToby
Created: 12/19/2023
Status: Merged
Merged: 12/19/2023
Merged by: @BostoenToby

Base: stgHead: dev


📝 Commits (10+)

  • 476773a implement submodules & update firebase database impl
  • b800466 implement Firebase authentication
  • 02d4b31 implement settings impl for Firebase
  • 80dd4e9 update Firebase save impl
  • 3406f3f fix issue AthenaDataTypeImpl & delete Firesbase datatype impl
  • 45f4329 implement Bearer CLI
  • d61370b Merge pull request #98 from RADar-AZDelta/dev-Toby
  • 33602bf Revert "Merge pull request #94 from RADar-AZDelta/dev-Toby"
  • 775dee9 delete submodules & put those files in obsolete folder & add eslint config
  • 6c27fe2 Merge branch 'dev' into dev-Toby

📊 Changes

87 files changed (+4836 additions, -2986 deletions)

View changed files

📝 .env (+1 -1)
📝 .eslintignore (+1 -0)
.eslintrc.cjs (+0 -20)
.eslintrc.json (+30 -0)
📝 .github/workflows/deploy.yml (+2 -2)
📝 .gitignore (+6 -1)
📝 .prettierrc (+0 -1)
📝 .vscode/launch.json (+27 -14)
📝 .vscode/settings.json (+6 -4)
📝 README.md (+4 -1)
bearer.yml (+28 -0)
📝 cloudbuild.yaml (+42 -23)
📝 firebase.json (+5 -6)
📝 firestore.rules (+84 -61)
📝 package.json (+11 -6)
📝 playwright.config.ts (+7 -7)
📝 pnpm-lock.yaml (+1437 -837)
📝 public/index.html (+30 -82)
scripts/package.json (+21 -0)
scripts/pnpm-lock.yaml (+1381 -0)

...and 67 more files

📄 Description

No description provided


🔄 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/RADar-AZDelta/Keun/pull/106 **Author:** [@BostoenToby](https://github.com/BostoenToby) **Created:** 12/19/2023 **Status:** ✅ Merged **Merged:** 12/19/2023 **Merged by:** [@BostoenToby](https://github.com/BostoenToby) **Base:** `stg` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`476773a`](https://github.com/RADar-AZDelta/Keun/commit/476773a513492a4913a9f793017779d8243fc1a3) implement submodules & update firebase database impl - [`b800466`](https://github.com/RADar-AZDelta/Keun/commit/b8004666979a05bbd1a4eb02daacfe3c3e1cc6a4) implement Firebase authentication - [`02d4b31`](https://github.com/RADar-AZDelta/Keun/commit/02d4b31fb89fceef0adffa89959aa37df440ec37) implement settings impl for Firebase - [`80dd4e9`](https://github.com/RADar-AZDelta/Keun/commit/80dd4e9a265e81c40ac95e34033437a570583b4f) update Firebase save impl - [`3406f3f`](https://github.com/RADar-AZDelta/Keun/commit/3406f3f15ced764b0e58441384fa2597132b43a6) fix issue AthenaDataTypeImpl & delete Firesbase datatype impl - [`45f4329`](https://github.com/RADar-AZDelta/Keun/commit/45f432976c23a83d581e36a0815a42693376d35d) implement Bearer CLI - [`d61370b`](https://github.com/RADar-AZDelta/Keun/commit/d61370b9b5fbec65f3d39bfd0c20a0544baaefad) Merge pull request #98 from RADar-AZDelta/dev-Toby - [`33602bf`](https://github.com/RADar-AZDelta/Keun/commit/33602bf7d8fa83e911251b6fcfe3b8fa7253f434) Revert "Merge pull request #94 from RADar-AZDelta/dev-Toby" - [`775dee9`](https://github.com/RADar-AZDelta/Keun/commit/775dee90f85f5c5a451a0aa28d6c2d56e19ec1d8) delete submodules & put those files in obsolete folder & add eslint config - [`6c27fe2`](https://github.com/RADar-AZDelta/Keun/commit/6c27fe2870e6ee17e2421d45974042fec1997660) Merge branch 'dev' into dev-Toby ### 📊 Changes **87 files changed** (+4836 additions, -2986 deletions) <details> <summary>View changed files</summary> 📝 `.env` (+1 -1) 📝 `.eslintignore` (+1 -0) ➖ `.eslintrc.cjs` (+0 -20) ➕ `.eslintrc.json` (+30 -0) 📝 `.github/workflows/deploy.yml` (+2 -2) 📝 `.gitignore` (+6 -1) 📝 `.prettierrc` (+0 -1) 📝 `.vscode/launch.json` (+27 -14) 📝 `.vscode/settings.json` (+6 -4) 📝 `README.md` (+4 -1) ➕ `bearer.yml` (+28 -0) 📝 `cloudbuild.yaml` (+42 -23) 📝 `firebase.json` (+5 -6) 📝 `firestore.rules` (+84 -61) 📝 `package.json` (+11 -6) 📝 `playwright.config.ts` (+7 -7) 📝 `pnpm-lock.yaml` (+1437 -837) 📝 `public/index.html` (+30 -82) ➕ `scripts/package.json` (+21 -0) ➕ `scripts/pnpm-lock.yaml` (+1381 -0) _...and 67 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:32:14 +00: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
RADar-AZDelta/archived-Keun#147
No description provided.