[PR #220] [MERGED] Fix cloudbuild & deploy for Github pages #230

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

📋 Pull Request Information

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

Base: siteHead: prd


📝 Commits (10+)

  • 0964c63 Push build to site branch
  • 3256653 update cloudbuild to identify git user
  • 9f5bb9f add id's and fix typo's to cloudbuild
  • ced3719 clone the repo through https to avoid setting up SSH keys
  • c2ff48b update cloudbuild.yaml
  • 37ee2d3 update cloudbuild.yaml
  • 01d9238 update cloudbuild.yaml
  • 48bc93f update cloudbuild.yaml
  • 116d382 update cloudbuild.yaml
  • 66f8207 update cloudbuild.yaml

📊 Changes

44 files changed (+515 additions, -267 deletions)

View changed files

📝 .env (+2 -2)
📝 .github/workflows/deploy.yml (+0 -8)
📝 cloudbuild.yaml (+76 -27)
📝 firebase.json (+1 -5)
modify-package-json.js (+14 -0)
📝 package.json (+2 -3)
📝 pnpm-lock.yaml (+8 -171)
src/lib/actions/clickOutside.ts (+13 -0)
📝 src/lib/classes/customRow/CustomRow.ts (+1 -1)
📝 src/lib/classes/tables/CustomTable.ts (+1 -1)
📝 src/lib/components/extra/AutocompleteInput.svelte (+1 -1)
src/lib/components/extra/Dialog.svelte (+64 -0)
src/lib/components/extra/Drop.svelte (+62 -0)
📝 src/lib/components/extra/Manual.svelte (+2 -1)
📝 src/lib/components/extra/Settings.svelte (+2 -1)
src/lib/components/extra/Spinner.svelte (+58 -0)
src/lib/components/extra/SvgIcon.svelte (+12 -0)
📝 src/lib/components/extra/User.svelte (+2 -1)
📝 src/lib/components/mapping/AthenaSearch.svelte (+3 -2)
📝 src/lib/components/mapping/SearchHead.svelte (+1 -1)

...and 24 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/220 **Author:** [@BostoenToby](https://github.com/BostoenToby) **Created:** 3/12/2024 **Status:** ✅ Merged **Merged:** 3/12/2024 **Merged by:** [@BostoenToby](https://github.com/BostoenToby) **Base:** `site` ← **Head:** `prd` --- ### 📝 Commits (10+) - [`0964c63`](https://github.com/RADar-AZDelta/Keun/commit/0964c63e58e0bd755292ec8773b9d25f8d268f1f) Push build to site branch - [`3256653`](https://github.com/RADar-AZDelta/Keun/commit/32566536a34aae5da530d4c9946f0282e65456bf) update cloudbuild to identify git user - [`9f5bb9f`](https://github.com/RADar-AZDelta/Keun/commit/9f5bb9fa5018083e47834daa5e40abb727e3e629) add id's and fix typo's to cloudbuild - [`ced3719`](https://github.com/RADar-AZDelta/Keun/commit/ced37190d92189d5439e6a6dc595161e2090626c) clone the repo through https to avoid setting up SSH keys - [`c2ff48b`](https://github.com/RADar-AZDelta/Keun/commit/c2ff48b84f87c3af86e4c2485e54d22888df1dc2) update cloudbuild.yaml - [`37ee2d3`](https://github.com/RADar-AZDelta/Keun/commit/37ee2d3595e3a9fbd2ac1a2c8c9fb777b4df0f90) update cloudbuild.yaml - [`01d9238`](https://github.com/RADar-AZDelta/Keun/commit/01d923875af9825ad857bde43397300a67d90c35) update cloudbuild.yaml - [`48bc93f`](https://github.com/RADar-AZDelta/Keun/commit/48bc93fc5db9f9ad609f6b315a4f14375a57b9e7) update cloudbuild.yaml - [`116d382`](https://github.com/RADar-AZDelta/Keun/commit/116d382a73ab0aac71a20e062636646c2f54342b) update cloudbuild.yaml - [`66f8207`](https://github.com/RADar-AZDelta/Keun/commit/66f8207094d4f66eded6f6d8cfa8d5e78eb57d37) update cloudbuild.yaml ### 📊 Changes **44 files changed** (+515 additions, -267 deletions) <details> <summary>View changed files</summary> 📝 `.env` (+2 -2) 📝 `.github/workflows/deploy.yml` (+0 -8) 📝 `cloudbuild.yaml` (+76 -27) 📝 `firebase.json` (+1 -5) ➕ `modify-package-json.js` (+14 -0) 📝 `package.json` (+2 -3) 📝 `pnpm-lock.yaml` (+8 -171) ➕ `src/lib/actions/clickOutside.ts` (+13 -0) 📝 `src/lib/classes/customRow/CustomRow.ts` (+1 -1) 📝 `src/lib/classes/tables/CustomTable.ts` (+1 -1) 📝 `src/lib/components/extra/AutocompleteInput.svelte` (+1 -1) ➕ `src/lib/components/extra/Dialog.svelte` (+64 -0) ➕ `src/lib/components/extra/Drop.svelte` (+62 -0) 📝 `src/lib/components/extra/Manual.svelte` (+2 -1) 📝 `src/lib/components/extra/Settings.svelte` (+2 -1) ➕ `src/lib/components/extra/Spinner.svelte` (+58 -0) ➕ `src/lib/components/extra/SvgIcon.svelte` (+12 -0) 📝 `src/lib/components/extra/User.svelte` (+2 -1) 📝 `src/lib/components/mapping/AthenaSearch.svelte` (+3 -2) 📝 `src/lib/components/mapping/SearchHead.svelte` (+1 -1) _...and 24 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:45 +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#230
No description provided.