mirror of
https://github.com/RADar-AZDelta/Keun.git
synced 2026-03-23 20:37:05 +00:00
[PR #208] [MERGED] Refactor codebase to work with classes & cloud version of Keun #220
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#220
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/208
Author: @BostoenToby
Created: 3/10/2024
Status: ✅ Merged
Merged: 3/11/2024
Merged by: @BostoenToby
Base:
prd← Head:stg📝 Commits (10+)
795754cremove obsolete code225b912update database implementation for Firebasefe8f561implement slightly better database implementations & further implement firebase package7fbf4e3set download in database implementation to check if custom is empty88e209dfix bugs for local implementationda417aaupdate internal packages version & nameb037bc1let the user log in through Firebase, add & see files52aca9edelete & download file tested & workingb10413fRead/write settings to Firestoree3a0ba2add 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.