Skip to content

Commit

Permalink
chore: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Oct 17, 2024
1 parent fcfbc45 commit f9802f7
Showing 1 changed file with 41 additions and 2 deletions.
43 changes: 41 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ All notable changes to this project will be documented in this file.

### Bug Fixes

- Do not show obsolete (and failing) app-info for destroy command ✔️
- Update opentelemetry packages ✔️
- Update dependencies (patch) ✔️
- Update dependencies (non-major) ✔️
- Fix syntax error ✔️
- Cleanup finished tasks if finished_time > ttl ✔️
- Fix vite config broken because of wrong merge ✔️
- Satisfy typescript, continuing with websocket ✔️
- Work on task detail ✔️
- Show better task results ✔️
- Show better task results ✔️
- Show error messages in the frontend if a task failed ✔️
- Fix a linting error in Dockerfile ✔️
- Make docker availabile inside the image ✔️
- Validate registry for create_app ✔️
- Use '__' as separator in env vars ✔️
- Make sure, that app is using slugified appname ✔️
- Better debug logging ✔️
- Better nginx example ✔️
Expand All @@ -29,11 +45,34 @@ All notable changes to this project will be documented in this file.

### Documentation

- Add documentation and local development sections to the readme ✔️
- Update readme ✔️
- Update readme ✔️
- Better help texts ✔️

### Features

- Apply public_services onto app-settings when they are empty ✔️
- Ass required_services to App blueprints and validate the struct better ✔️
- Add api route for getting all blueprints ✔️
- App detail page, link tasks to their apps and vice-versa ✔️
- Auto-update frontend from backend via websockets ✔️
- Preliminary task list ✔️
- Dedicated header component ✔️
- Add apps-filter, sort apps alphabetically, fixed some bugs ✔️
- Work on backend to serve frontend statically ✔️
- Implement run/stop functionality ✔️
- Implement login, token-validation and preliminary list of apps ✔️
- Add new routes for login and token-validation, and a general info-route ✔️
- Expose url of running services ✔️
- Start wiht frontend ✔️
- New circle-dot based example ✔️
- Better cleanup of destroyed apps, pull always latest available images ✔️
- Use docker-compose down when destroying an app ✔️
- Implement authentication using bearer_token ✔️
- Implement app blueprints and post actions ✔️
- Add support for private docker registries, validate payload for create_app ✔️
- Add initial support for private docker registries ✔️
- Add destroy command ✔️
- Add support for passing environment variables ✔️
- Implemennt support for haproxy-config, add test-coverage to loadbalancer stuff ✔️
Expand All @@ -44,8 +83,8 @@ All notable changes to this project will be documented in this file.
- Introduce state machine, rework run command to use sm ✔️
- Add support for long running tasks, still WIP ✔️
- Implement ttl, stop apps automatically aafter a certain time to live ✔️
- Add run, stop and rm commands to scottyctl ✔️
- Add run, stop and rm commands to yafbdsctl ✔️
- Implement list, run, stop and rm docker-compose based app via API ✔️

- Add first cut of a websocket implementation ✔️

<!-- generated by git-cliff -->

0 comments on commit f9802f7

Please sign in to comment.