[PR #213] [MERGED] Refactor codebase to work with classes & cloud version of Keun & fix for Firebase hosting #226

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

📋 Pull Request Information

Original PR: https://github.com/RADar-AZDelta/Keun/pull/213
Author: @BostoenToby
Created: 3/11/2024
Status: Merged
Merged: 3/11/2024
Merged by: @BostoenToby

Base: siteHead: prd


📝 Commits (10+)

  • 795754c remove obsolete code
  • 225b912 update database implementation for Firebase
  • fe8f561 implement slightly better database implementations & further implement firebase package
  • 7fbf4e3 set download in database implementation to check if custom is empty
  • 88e209d fix bugs for local implementation
  • da417aa update internal packages version & name
  • b037bc1 let the user log in through Firebase, add & see files
  • 52aca9e delete & download file tested & working
  • b10413f Read/write settings to Firestore
  • e3a0ba2 add environment variables in github actions to overwrite on github pages

📊 Changes

107 files changed (+5773 additions, -5586 deletions)

View changed files

📝 .env (+5 -6)
📝 .github/workflows/deploy.yml (+4 -0)
📝 .gitignore (+2 -1)
📝 .npmrc (+2 -0)
📝 README.md (+2 -8)
📝 cloudbuild.yaml (+17 -4)
📝 firebase.json (+5 -1)
📝 firestore.rules (+64 -58)
📝 package.json (+10 -5)
📝 pnpm-lock.yaml (+1073 -859)
📝 scripts/package.json (+2 -2)
📝 scripts/src/check.ts (+6 -16)
scripts/src/index.ts (+0 -66)
scripts/src/setRolesForGroup.ts (+28 -0)
📝 src/app.d.ts (+1 -8)
src/hooks.server.ts (+0 -54)
src/lib/Types.d.ts (+409 -0)
src/lib/classes/athena/Athena.ts (+16 -0)
src/lib/classes/athena/AthenaActions.ts (+49 -0)
src/lib/classes/customRow/CustomRow.ts (+80 -0)

...and 80 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/213 **Author:** [@BostoenToby](https://github.com/BostoenToby) **Created:** 3/11/2024 **Status:** ✅ Merged **Merged:** 3/11/2024 **Merged by:** [@BostoenToby](https://github.com/BostoenToby) **Base:** `site` ← **Head:** `prd` --- ### 📝 Commits (10+) - [`795754c`](https://github.com/RADar-AZDelta/Keun/commit/795754cd915ec0a99db8a68144311d81ea2240f9) remove obsolete code - [`225b912`](https://github.com/RADar-AZDelta/Keun/commit/225b912a80da3cce275e58da957329557d50e369) update database implementation for Firebase - [`fe8f561`](https://github.com/RADar-AZDelta/Keun/commit/fe8f561f8e37f2d6f2eed0491b4a0634593cff63) implement slightly better database implementations & further implement firebase package - [`7fbf4e3`](https://github.com/RADar-AZDelta/Keun/commit/7fbf4e3acc377fffc48d952db429ffbc9762e23d) set download in database implementation to check if custom is empty - [`88e209d`](https://github.com/RADar-AZDelta/Keun/commit/88e209d5bb0faeb29544743fe0c66f40215923b2) fix bugs for local implementation - [`da417aa`](https://github.com/RADar-AZDelta/Keun/commit/da417aaaeed8eb86ebb6fc8512ddb8ef34dfc0ea) update internal packages version & name - [`b037bc1`](https://github.com/RADar-AZDelta/Keun/commit/b037bc125bd31fdb5c31b6d15fe23ea87408fc73) let the user log in through Firebase, add & see files - [`52aca9e`](https://github.com/RADar-AZDelta/Keun/commit/52aca9e3058a625ad52ed6a07fc2b617176becce) delete & download file tested & working - [`b10413f`](https://github.com/RADar-AZDelta/Keun/commit/b10413fec79c6c4c6787f56dbd1a34788efcc912) Read/write settings to Firestore - [`e3a0ba2`](https://github.com/RADar-AZDelta/Keun/commit/e3a0ba26579484787bfa9ee3d8fda75fe01d433d) add environment variables in github actions to overwrite on github pages ### 📊 Changes **107 files changed** (+5773 additions, -5586 deletions) <details> <summary>View changed files</summary> 📝 `.env` (+5 -6) 📝 `.github/workflows/deploy.yml` (+4 -0) 📝 `.gitignore` (+2 -1) 📝 `.npmrc` (+2 -0) 📝 `README.md` (+2 -8) 📝 `cloudbuild.yaml` (+17 -4) 📝 `firebase.json` (+5 -1) 📝 `firestore.rules` (+64 -58) 📝 `package.json` (+10 -5) 📝 `pnpm-lock.yaml` (+1073 -859) 📝 `scripts/package.json` (+2 -2) 📝 `scripts/src/check.ts` (+6 -16) ➖ `scripts/src/index.ts` (+0 -66) ➕ `scripts/src/setRolesForGroup.ts` (+28 -0) 📝 `src/app.d.ts` (+1 -8) ➖ `src/hooks.server.ts` (+0 -54) ➕ `src/lib/Types.d.ts` (+409 -0) ➕ `src/lib/classes/athena/Athena.ts` (+16 -0) ➕ `src/lib/classes/athena/AthenaActions.ts` (+49 -0) ➕ `src/lib/classes/customRow/CustomRow.ts` (+80 -0) _...and 80 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:43 +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#226
No description provided.