-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: application version archive #520
base: main
Are you sure you want to change the base?
feat: application version archive #520
Conversation
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
…hive-application-versions
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
…hive-application-versions
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
…hive-application-versions
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
…hive-application-versions
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
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.
I really like the new page, and it makes the applications component a lot smaller too, which is nice.
One more piece of feedback from my side would be that it is no longer obvious from the table how to add/view versions. So maybe The button label could be changed to "Details/Edit" or something like that?
frontend/ui/src/app/applications/application-detail.component.html
Outdated
Show resolved
Hide resolved
frontend/ui/src/app/applications/application-detail.component.ts
Outdated
Show resolved
Hide resolved
frontend/ui/src/app/applications/application-detail.component.ts
Outdated
Show resolved
Hide resolved
frontend/ui/src/app/applications/application-detail.component.ts
Outdated
Show resolved
Hide resolved
frontend/ui/src/app/applications/application-detail.component.ts
Outdated
Show resolved
Hide resolved
frontend/ui/src/app/deployment-form/deployment-form.component.ts
Outdated
Show resolved
Hide resolved
internal/migrations/sql/16_application_version_archive.down.sql
Outdated
Show resolved
Hide resolved
…hive-application-versions
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
…hive-application-versions # Conflicts: # internal/db/applications.go
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Co-authored-by: Jakob Steiner <kosmoz@users.noreply.github.com>
…html Co-authored-by: Jakob Steiner <kosmoz@users.noreply.github.com>
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Signed-off-by: christophenne <christoph.enne@glasskube.eu>
Co-authored-by: Jakob Steiner <kosmoz@users.noreply.github.com>
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.
One more thing I noticed (but didn't include in the last review) is that the click area of the breadcrumb dropdown is smaller than the area highlighted on hover. IMO not blocking but if it's an easy fix we might as well …
No description provided.