Changelog
๐ Features
**api**
- 6d1d6f6 Add route for intersphinx object.inv fetching
**ui**
- 8efb73d Show message when no projects have been found
- 0809a1f Add empty state component
- 788e3b1 Set number of tanstack query retries to 1
- ab929ef Add dropdown to select project versions to app bar
**unscoped**
- 27145d9 Fist demo of frontend/backend interaction including dev scripts
- 8878a42 Add basic CLI using `typer`
- 37d847e Add basic REST API for projects
- cc82407 Add projects model and exceptions
- 9429ca3 Add settings model
- c7110f0 Simple UI layout for displaying documentation in an iframe
- 5339a13 ๐จ Change UI docs url to `<PROJECT_NAME>/<VERSION>`
- 6d0e4d8 Merge router and `DocuCanvas` component.
- 61726cf Use tanstack router for documentation navigation (not fully working, yet)
- 6072685 Allow configuring bind address and bind port
- 3dfa521 Enable UI asset compression using `vite-plugin-compression2`
- c4feccc Add `latest` label to dropdown and change API
- c16193c Improve version index page for projects
- 11cd861 Show only 5 versions in the version dropdown and link to others
- 183f24c Add warning to CLI output when default credentials are used
- 337ccc4 Add authentication to upload route
- 8f9572d Add upload route to API
- 1ba7b64 Add app logo, favicon and docs
๐ Fixes
**tests**
- 7dd39ef Wait for docs server to come online
**ui**
- 1ea0de9 Use correct selected version in dropdown
- f77beee Add keys to version selection dropdown
- 9a41c62 Fix pydantic error message location in FastAPI error
**unscoped**
- b5d5876 Fix routing for UI
- 9185af5 Return projects and project versions sorted
- ac56184 Change the HTTP response for uploading an existing version to 403
๐๏ธ Changes
**ui**
- 924ff48 Move REST API functions into separate helper module
**unscoped**
- dfaf6fb Improve MUI imports (use tree shaking)
- bcbe8b6 Move `QueryStateHandler` and `EmptyState` components
- 112f9aa Explicitely configure logger in main CLI
- 2758a96 Move constant variables to `constants.py` file
- 5930803 Add top margin to default loading component in `QueryStateHandler`
- 65591f3 Fix prettier issues
- 92310d1 Replace `voraus-logging-lib` with `RichHandler`
- ede58db Revert non-working integration test (3) (5), closes 3 5
๐งช Tests
- 2594c5c Fix intersphinx root labels
- 51aca8f Ensure that the sample docs are in sorted order and add more versions
- 6688b5f Add example documentations and stub for integration tests
- 2ba6e3e Add CLI tests
- 834ff9a Add UI unit tests
- c7cbd6b Add test that covers serving the static documentation files (3), closes 3
๐งฐ Tasks
- ad1836e Initial commit
- a76bd01 Add ui stub
- 7c4a462 Ignore cache directories from git (and linting tools)
๐ Build
**ui**
- d93fc0b Add `tanstack/react-query`, `axios`, `prettier`, `types/node`
- 45711fd Add `eslint-config-prettier` as dev/lint dependency
- 1df9896 Add `tanstack/react-store` as dependency
- e861f8e Add `vitest` and `vitest/coverage-v8` as dev dependencies
**unscoped**
- a8e5109 Add `packaging` as runtime dependency
- c4560c3 Add `pydantic-settings`
- 11a4bde Add `voraus-logging-lib` as dependency
- 5fb3a62 Add `uvicorn` as dependency
- 0ff75e1 Add `typer` as dependency
- d822a2e Add `fastapi` as dependency
- 90dbc2a Add `tanstack/router` and dependencies
- 2ed3d50 Adding MUI and dependencies
- 299f200 Add basic dockerfile
- 7ce7499 Add build action and trigger pipeline also on tag builds
- 47ea52b Add tox env for building the web UI and add dependencies to build
- e9b3578 Add `python-multipart` as runtime dependency
- 6d4314a Run prettier and eslint in CI pipeline
- 00b6ceb Fix coverage aggregation
- 0034b7c Remove `voraus-logging-lib` as dependency
- 1a2987c Add `rich` as dependency
- b7db66f Split up GitHub actions into separate files
- c9ca8aa Publish vdoc docs to GitHub pages
- 57fed7c Upload python packages to pypi and create GitHub release
- 9e551ff Upload docker images to voraus JFrog Platform
- 0ca6384 Add docker build step on tag builds
๐ Documentation
- 38d9eb2 Add project readme for basic usage
Contributors
We'd like to thank the following people for their contributions:
- GitHub
- Jan-Frederik Schmidt
- Michael Barulin