[PR #149] [MERGED] Bugfixes, cleanup, linting & formatting dev -> stg #180

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

📋 Pull Request Information

Original PR: https://github.com/RADar-AZDelta/Keun/pull/149
Author: @BostoenToby
Created: 1/16/2024
Status: Merged
Merged: 1/16/2024
Merged by: @BostoenToby

Base: stgHead: dev


📝 Commits (3)

  • 508eca9 fix issue of test file download of custom concepts & fix allginment of suggested values in InputRow
  • f206fde small cleanup, linting & formatting
  • 27836b3 Merge pull request #148 from RADar-AZDelta/dev-Toby

📊 Changes

18 files changed (+1602 additions, -1625 deletions)

View changed files

📝 package.json (+1 -1)
📝 src/lib/components/extra/AutocompleteInput.svelte (+5 -1)
📝 src/lib/components/mapping/AthenaSearch.svelte (+0 -1)
📝 src/lib/components/mapping/SearchHead.svelte (+6 -1)
📝 src/lib/components/mapping/views/InputRow.svelte (+5 -21)
📝 src/lib/data/customBlobInitial.json (+1 -1)
src/lib/data/tableOptions.json (+7 -0)
src/lib/helperClasses/BergamotTranslator.ts (+19 -0)
📝 src/lib/implementations/dataTypesImpl/AthenaDataTypeImpl.ts (+1 -1)
📝 src/lib/implementations/databaseImpl/LocalImpl.ts (+2 -2)
📝 src/lib/mappingUtils.ts (+1 -1)
📝 src/lib/store.ts (+0 -4)
📝 src/routes/+page.svelte (+8 -10)
📝 src/routes/api/sqlite/file/+server.ts (+1 -1)
📝 src/routes/mapping/+page.svelte (+72 -107)
📝 static/bergamot/dev-registry.json (+725 -725)
📝 static/bergamot/registry.json (+725 -725)
📝 tests/basics.spec.ts (+23 -23)

📄 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/149 **Author:** [@BostoenToby](https://github.com/BostoenToby) **Created:** 1/16/2024 **Status:** ✅ Merged **Merged:** 1/16/2024 **Merged by:** [@BostoenToby](https://github.com/BostoenToby) **Base:** `stg` ← **Head:** `dev` --- ### 📝 Commits (3) - [`508eca9`](https://github.com/RADar-AZDelta/Keun/commit/508eca97e7654a6bdbc40f8616f55544c3db42a0) fix issue of test file download of custom concepts & fix allginment of suggested values in InputRow - [`f206fde`](https://github.com/RADar-AZDelta/Keun/commit/f206fdec0c2027ac7c0b9fe0bd291c5080cda86b) small cleanup, linting & formatting - [`27836b3`](https://github.com/RADar-AZDelta/Keun/commit/27836b3af0992ecc7b032970e11456eadddc3bf1) Merge pull request #148 from RADar-AZDelta/dev-Toby ### 📊 Changes **18 files changed** (+1602 additions, -1625 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `src/lib/components/extra/AutocompleteInput.svelte` (+5 -1) 📝 `src/lib/components/mapping/AthenaSearch.svelte` (+0 -1) 📝 `src/lib/components/mapping/SearchHead.svelte` (+6 -1) 📝 `src/lib/components/mapping/views/InputRow.svelte` (+5 -21) 📝 `src/lib/data/customBlobInitial.json` (+1 -1) ➕ `src/lib/data/tableOptions.json` (+7 -0) ➕ `src/lib/helperClasses/BergamotTranslator.ts` (+19 -0) 📝 `src/lib/implementations/dataTypesImpl/AthenaDataTypeImpl.ts` (+1 -1) 📝 `src/lib/implementations/databaseImpl/LocalImpl.ts` (+2 -2) 📝 `src/lib/mappingUtils.ts` (+1 -1) 📝 `src/lib/store.ts` (+0 -4) 📝 `src/routes/+page.svelte` (+8 -10) 📝 `src/routes/api/sqlite/file/+server.ts` (+1 -1) 📝 `src/routes/mapping/+page.svelte` (+72 -107) 📝 `static/bergamot/dev-registry.json` (+725 -725) 📝 `static/bergamot/registry.json` (+725 -725) 📝 `tests/basics.spec.ts` (+23 -23) </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:25 +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#180
No description provided.