[PR #232] [MERGED] Add a domain per file to automap to #242

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

📋 Pull Request Information

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

Base: stgHead: dev


📝 Commits (4)

  • 962d8f3 Add domain to automapping if given in url
  • 685f2d7 set domain on upload of file
  • 90d0e56 show domain of file in menu
  • 5d2509b Merge pull request #231 from RADar-AZDelta/dev-automapping-domain

📊 Changes

10 files changed (+94 additions, -38 deletions)

View changed files

📝 src/lib/Types.d.ts (+10 -2)
📝 src/lib/classes/implementation/DatabaseImpl.ts (+2 -2)
📝 src/lib/classes/mapping/AutoMapping.ts (+8 -3)
📝 src/lib/components/menu/FileInputDialog.svelte (+25 -1)
📝 src/lib/components/menu/FileMenu.svelte (+10 -3)
📝 src/lib/helperClasses/Config.ts (+1 -0)
📝 src/lib/implementations/databaseImpl/FirebaseImpl.ts (+20 -18)
📝 src/lib/implementations/databaseImpl/LocalImpl.ts (+11 -4)
📝 src/routes/+page.svelte (+3 -3)
📝 src/routes/mapping/+page.svelte (+4 -2)

📄 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/232 **Author:** [@BostoenToby](https://github.com/BostoenToby) **Created:** 3/12/2024 **Status:** ✅ Merged **Merged:** 3/12/2024 **Merged by:** [@BostoenToby](https://github.com/BostoenToby) **Base:** `stg` ← **Head:** `dev` --- ### 📝 Commits (4) - [`962d8f3`](https://github.com/RADar-AZDelta/Keun/commit/962d8f3a17fc1817df6797665ede4f0ec64fbeff) Add domain to automapping if given in url - [`685f2d7`](https://github.com/RADar-AZDelta/Keun/commit/685f2d7dbf88ac316f2b38bde81b2e9bcd44c619) set domain on upload of file - [`90d0e56`](https://github.com/RADar-AZDelta/Keun/commit/90d0e564e33a6539b1a788953c0074ed7ff5d04a) show domain of file in menu - [`5d2509b`](https://github.com/RADar-AZDelta/Keun/commit/5d2509bfe35c54b53b42c749df79350e4b7379e6) Merge pull request #231 from RADar-AZDelta/dev-automapping-domain ### 📊 Changes **10 files changed** (+94 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/Types.d.ts` (+10 -2) 📝 `src/lib/classes/implementation/DatabaseImpl.ts` (+2 -2) 📝 `src/lib/classes/mapping/AutoMapping.ts` (+8 -3) 📝 `src/lib/components/menu/FileInputDialog.svelte` (+25 -1) 📝 `src/lib/components/menu/FileMenu.svelte` (+10 -3) 📝 `src/lib/helperClasses/Config.ts` (+1 -0) 📝 `src/lib/implementations/databaseImpl/FirebaseImpl.ts` (+20 -18) 📝 `src/lib/implementations/databaseImpl/LocalImpl.ts` (+11 -4) 📝 `src/routes/+page.svelte` (+3 -3) 📝 `src/routes/mapping/+page.svelte` (+4 -2) </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:48 +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#242
No description provided.