-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.0.6 #629
Merged
Merged
Release 1.0.6 #629
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ages on SNIC SSC.
Fix build command
Now we can fetch as many time entries as wanted, without limits.
Updated gitignore for idea
Fetch unlimited time entries
Simplify object creation
Instructions on what is needed to setup a test site
There was a bug that made it so that only the first batch could be retrieved.
Rework unlimited time entries fetching
Bumps node from 18.7.0-slim to 18.8.0-slim. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/swaggo/swag](https://github.com/swaggo/swag) from 1.8.4 to 1.8.5. - [Release notes](https://github.com/swaggo/swag/releases) - [Changelog](https://github.com/swaggo/swag/blob/master/.goreleaser.yml) - [Commits](swaggo/swag@v1.8.4...v1.8.5) --- updated-dependencies: - dependency-name: github.com/swaggo/swag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.8.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.7.4...v4.8.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…ency From issue #576 try out visualization with React Minimal Pie Chart
* Use images that are based on Alpine 3.16 throughout. * For the Nginx image, there is no `-alpine3.16` image, only a `-alpine` image, so use that one instead.
The Bash shell is not included by default in Alpine-based images.
* Remove the use of the Bash shell, and * Switch to using the `apk` package manager in place of `apt`.
* Drop explicit `apk` udate and use `apk --no-cache` instead. * Pin package velisons for `apk` (at least major versions). * Use `ash` as the shell in `backend/Dockerfile` to get access to `pipefail` shell option.
Also add `--silent` option to `curl`.
Feature/alpine containers
The visualization is now also done using time ranges
Add time entry range calculations
Bar chart fixes and help page
KattisLej
approved these changes
Sep 6, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
HenrikeW
approved these changes
Sep 6, 2022
kusalananda
approved these changes
Sep 6, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's Changed
Full Changelog: 1.0.5-release...1.0.6-release