[PR #91] [MERGED] show domain & vocabulary of mapped concept #134

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

📋 Pull Request Information

Original PR: https://github.com/RADar-AZDelta/Keun/pull/91
Author: @BostoenToby
Created: 11/29/2023
Status: Merged
Merged: 11/29/2023
Merged by: @BostoenToby

Base: prdHead: stg


📝 Commits (10+)

  • c3fd6a5 Change branch for Github Pages
  • 2df85df Add Firebase rules
  • fe42934 Install pnpm globally to install deps in container
  • dc21189 fix typo in cloudbuild.yaml
  • 1924fd6 try to install pnpm but not globally
  • d07abd9 try to install pnpm through wget
  • 79320bb use npm & remove preinstall script
  • accd1fa add firebase.json to renew rules & hosting
  • f7b840c Trigger cloud build
  • 11625b3 change branch for github pages

📊 Changes

19 files changed (+1152 additions, -1267 deletions)

View changed files

📝 .env (+7 -6)
.firebaserc (+5 -0)
📝 .github/workflows/deploy.yml (+2 -1)
📝 README.md (+57 -273)
cloudbuild.yaml (+26 -0)
firebase.json (+23 -0)
firestore.indexes.json (+4 -0)
firestore.rules (+87 -0)
📝 package.json (+28 -30)
📝 pnpm-lock.yaml (+702 -869)
public/index.html (+89 -0)
📝 src/app.d.ts (+3 -3)
📝 src/lib/components/Types.d.ts (+1 -0)
📝 src/lib/components/mapping/AthenaSearch.svelte (+3 -6)
📝 src/lib/data/columnsUsagi.json (+11 -6)
📝 src/lib/firebase.ts (+51 -73)
📝 src/lib/mappingUtils.ts (+1 -0)
📝 src/routes/mapping/+page.svelte (+2 -0)
storage.rules (+50 -0)

📄 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/91 **Author:** [@BostoenToby](https://github.com/BostoenToby) **Created:** 11/29/2023 **Status:** ✅ Merged **Merged:** 11/29/2023 **Merged by:** [@BostoenToby](https://github.com/BostoenToby) **Base:** `prd` ← **Head:** `stg` --- ### 📝 Commits (10+) - [`c3fd6a5`](https://github.com/RADar-AZDelta/Keun/commit/c3fd6a52cb34008fb4e6890a908e3263693c19d6) Change branch for Github Pages - [`2df85df`](https://github.com/RADar-AZDelta/Keun/commit/2df85dfdc5770cdefaea3e7c734b1505a9b604f3) Add Firebase rules - [`fe42934`](https://github.com/RADar-AZDelta/Keun/commit/fe4293429fa51265e11ccda47f08dfef3fdc37d9) Install pnpm globally to install deps in container - [`dc21189`](https://github.com/RADar-AZDelta/Keun/commit/dc21189991e208b5055d9aa2505cfa9e178a8232) fix typo in cloudbuild.yaml - [`1924fd6`](https://github.com/RADar-AZDelta/Keun/commit/1924fd6ec6370e54585feb6608559b22f02b8a5c) try to install pnpm but not globally - [`d07abd9`](https://github.com/RADar-AZDelta/Keun/commit/d07abd90ff1db0c595644c0ec204d8b2d3d9ecdb) try to install pnpm through wget - [`79320bb`](https://github.com/RADar-AZDelta/Keun/commit/79320bb4c033715b9fe74c901f6567f894e51c21) use npm & remove preinstall script - [`accd1fa`](https://github.com/RADar-AZDelta/Keun/commit/accd1fa1869540ac6c3a73b0b74cf4ca9ca146b6) add firebase.json to renew rules & hosting - [`f7b840c`](https://github.com/RADar-AZDelta/Keun/commit/f7b840c3933a6d678ad7a075f3a3f852b3156726) Trigger cloud build - [`11625b3`](https://github.com/RADar-AZDelta/Keun/commit/11625b35dc99e0278b1e3d9951d7c7dea3797cbb) change branch for github pages ### 📊 Changes **19 files changed** (+1152 additions, -1267 deletions) <details> <summary>View changed files</summary> 📝 `.env` (+7 -6) ➕ `.firebaserc` (+5 -0) 📝 `.github/workflows/deploy.yml` (+2 -1) 📝 `README.md` (+57 -273) ➕ `cloudbuild.yaml` (+26 -0) ➕ `firebase.json` (+23 -0) ➕ `firestore.indexes.json` (+4 -0) ➕ `firestore.rules` (+87 -0) 📝 `package.json` (+28 -30) 📝 `pnpm-lock.yaml` (+702 -869) ➕ `public/index.html` (+89 -0) 📝 `src/app.d.ts` (+3 -3) 📝 `src/lib/components/Types.d.ts` (+1 -0) 📝 `src/lib/components/mapping/AthenaSearch.svelte` (+3 -6) 📝 `src/lib/data/columnsUsagi.json` (+11 -6) 📝 `src/lib/firebase.ts` (+51 -73) 📝 `src/lib/mappingUtils.ts` (+1 -0) 📝 `src/routes/mapping/+page.svelte` (+2 -0) ➕ `storage.rules` (+50 -0) </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:10 +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#134
No description provided.