Skip to content

53 refactor config path handling and add configurable sqlite db namelocation#54

Merged
flohoss merged 4 commits into
mainfrom
53-refactor-config-path-handling-and-add-configurable-sqlite-db-namelocation
May 11, 2026
Merged

53 refactor config path handling and add configurable sqlite db namelocation#54
flohoss merged 4 commits into
mainfrom
53-refactor-config-path-handling-and-add-configurable-sqlite-db-namelocation

Conversation

@flohoss

@flohoss flohoss commented May 10, 2026

Copy link
Copy Markdown
Owner

No description provided.

flohoss added 2 commits May 10, 2026 16:18
Make --config accept a config file path, derive the config folder from that file, and update the CLI entrypoint and tests accordingly.
Introduce the db section with location and name settings, resolve relative paths from the config file directory, and update SQLite setup, documentation, and tests.
flohoss added 2 commits May 11, 2026 06:27
Generate URL-safe slugs for jobs, enforce slug uniqueness during config loading, and update the backend payload and Vue routing to use slugs instead of display names.
Rework the tests section in README: update the 'Run tests' steps to run Go unit tests with `docker compose run --rm go test ./...`, and move `docker compose up -d` / `docker compose down` into the e2e flow. Consolidate e2e steps (install dependencies, run e2e in Docker, open Cypress UI) and remove the separate 'Run E2E tests' heading for clarity.
@flohoss
flohoss merged commit d86fc18 into main May 11, 2026
2 checks passed
@flohoss
flohoss deleted the 53-refactor-config-path-handling-and-add-configurable-sqlite-db-namelocation branch May 11, 2026 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor config path handling and add configurable SQLite DB name/location

1 participant