feat(ui): edit resource analyze test generation#957
Merged
StephGit merged 13 commits intofeat/resource-propertiesfrom Mar 4, 2026
Merged
feat(ui): edit resource analyze test generation#957StephGit merged 13 commits intofeat/resource-propertiesfrom
StephGit merged 13 commits intofeat/resource-propertiesfrom
Conversation
Base automatically changed from
feat/edit-resource-releases-in-tile
to
feat/resource-properties
February 20, 2026 13:39
85c408b to
62f60da
Compare
cca2016 to
be8b849
Compare
62f60da to
50b4f98
Compare
mburri
added a commit
that referenced
this pull request
Mar 6, 2026
* refactor: use dedicated service and set rest path workaround * refactor: change app-tile-component for use of ng-content instead of fixed content * feat(angular): add navigation element analyze->test-generation and new page * feat(angular): always remove the spinner and go the generate button * feat(angular): add comparison feature * feat(angular): prevent test generation issue * feat(amw_angular): show errors when test generation fails * feat(amw_angular): add context list to test generation page * feat(amw_angular): generate scripts on page load * feat(amw_angular, amw_rest): improve error message for missing encription keys * feat(amw_angular): add elvis operator to prevent undefined errors * fix: rebase issues * refactor: use decryptExceptionMapper for resource-properties --------- Co-authored-by: Stephan Girod <girod@puzzle.ch>
StephGit
added a commit
that referenced
this pull request
Mar 6, 2026
* fix: define contexts-list.component as standalone * feat(AWM_angular): show releases in releases tile, highlight the current selected release and add links to switch between them * feat(AWM_angular): use a table to show releases, add delete icon * feat(AWM_angular): add delete confirmation dialog * feat(AWM_angular): implement resource release delete * ref(AWM_angular): just pass in the resource() * feat(AWM_angular, rest): add new release * feat(AWM_angular, rest): change release of current resource * ref(rest): use exception mappers for error responses instead of manually handling them * ref(angular): remove unused import * ref(angular): use correct type for templateRef * ref(angular): use the toast service to show nice error messages to the user * ref(angular): use more descriptive names for properties to show their usage * ref(angular): check permissions * feat: prevent saving on validation errors and add hint * fix: reset unsaved properties on context switch * fix: don't disable field on reset * feat: update resource-name * feat: handle encrpyted values in FE * fix: lint issue * chore: clean up and show action only on global ctx * fix: test * feat(ui): edit resource analyze test generation (#957) * refactor: use dedicated service and set rest path workaround * refactor: change app-tile-component for use of ng-content instead of fixed content * feat(angular): add navigation element analyze->test-generation and new page * feat(angular): always remove the spinner and go the generate button * feat(angular): add comparison feature * feat(angular): prevent test generation issue * feat(amw_angular): show errors when test generation fails * feat(amw_angular): add context list to test generation page * feat(amw_angular): generate scripts on page load * feat(amw_angular, amw_rest): improve error message for missing encription keys * feat(amw_angular): add elvis operator to prevent undefined errors * fix: rebase issues * refactor: use decryptExceptionMapper for resource-properties --------- Co-authored-by: Stephan Girod <girod@puzzle.ch> * refactor: use proper Exception instead of AMWRuntimeException * fix: remove escape on errorMsgs and use angular template interpolation * fix: label container height * fix: e2e tests * chore: ignore generated files * chore: add e2e test for edit-resources --------- Co-authored-by: Max Burri <burri@puzzle.ch> Co-authored-by: Yves Peter <ypwebstuff@gmail.com>
StephGit
added a commit
that referenced
this pull request
Mar 13, 2026
* chore: initial trial * chore: refactor api and add resource-type-component * refactor: use dedicated service and set rest path workaround * chore: format * refactor: change app-tile-component for use of ng-content instead of fixed content * refactor: make restful resource/properties endpoints * refactor: use linked signal for tile visibility * chore: extend properties field component * refactor: add validation * refactor: group as flexitems not columns * refactor: reset capability * chore: format * fix: value reset on blur * refactor: improve ui * refactor: make reusable components * refactor: make reusable components * refactor: make reusable components * fix: order columns vertically and prevent resizing * refactor: bulk update for value changes and reset * feat: add tooltip component * refactor: add property-tooltip component * refactor: add property-tooltip component * fix: define contexts-list.component as standalone * feat(AWM_angular): show releases in releases tile, highlight the current selected release and add links to switch between them * feat(AWM_angular): use a table to show releases, add delete icon * feat(AWM_angular): add delete confirmation dialog * feat(AWM_angular): implement resource release delete * ref(AWM_angular): just pass in the resource() * feat(AWM_angular, rest): add new release * feat(AWM_angular, rest): change release of current resource * ref(rest): use exception mappers for error responses instead of manually handling them * ref(angular): remove unused import * ref(angular): use correct type for templateRef * ref(angular): use the toast service to show nice error messages to the user * ref(angular): use more descriptive names for properties to show their usage * ref(angular): check permissions * feat: prevent saving on validation errors and add hint * fix: reset unsaved properties on context switch * fix: don't disable field on reset * feat: update resource-name * feat: handle encrpyted values in FE * fix: lint issue * chore: clean up and show action only on global ctx * fix: test * feat(ui): edit resource analyze test generation (#957) * refactor: use dedicated service and set rest path workaround * refactor: change app-tile-component for use of ng-content instead of fixed content * feat(angular): add navigation element analyze->test-generation and new page * feat(angular): always remove the spinner and go the generate button * feat(angular): add comparison feature * feat(angular): prevent test generation issue * feat(amw_angular): show errors when test generation fails * feat(amw_angular): add context list to test generation page * feat(amw_angular): generate scripts on page load * feat(amw_angular, amw_rest): improve error message for missing encription keys * feat(amw_angular): add elvis operator to prevent undefined errors * fix: rebase issues * refactor: use decryptExceptionMapper for resource-properties --------- Co-authored-by: Stephan Girod <girod@puzzle.ch> * refactor: use proper Exception instead of AMWRuntimeException * fix: remove escape on errorMsgs and use angular template interpolation * fix: label container height * fix: e2e tests * chore: ignore generated files * Feat/resource properties (#964) * fix: define contexts-list.component as standalone * feat(AWM_angular): show releases in releases tile, highlight the current selected release and add links to switch between them * feat(AWM_angular): use a table to show releases, add delete icon * feat(AWM_angular): add delete confirmation dialog * feat(AWM_angular): implement resource release delete * ref(AWM_angular): just pass in the resource() * feat(AWM_angular, rest): add new release * feat(AWM_angular, rest): change release of current resource * ref(rest): use exception mappers for error responses instead of manually handling them * ref(angular): remove unused import * ref(angular): use correct type for templateRef * ref(angular): use the toast service to show nice error messages to the user * ref(angular): use more descriptive names for properties to show their usage * ref(angular): check permissions * feat: prevent saving on validation errors and add hint * fix: reset unsaved properties on context switch * fix: don't disable field on reset * feat: update resource-name * feat: handle encrpyted values in FE * fix: lint issue * chore: clean up and show action only on global ctx * fix: test * feat(ui): edit resource analyze test generation (#957) * refactor: use dedicated service and set rest path workaround * refactor: change app-tile-component for use of ng-content instead of fixed content * feat(angular): add navigation element analyze->test-generation and new page * feat(angular): always remove the spinner and go the generate button * feat(angular): add comparison feature * feat(angular): prevent test generation issue * feat(amw_angular): show errors when test generation fails * feat(amw_angular): add context list to test generation page * feat(amw_angular): generate scripts on page load * feat(amw_angular, amw_rest): improve error message for missing encription keys * feat(amw_angular): add elvis operator to prevent undefined errors * fix: rebase issues * refactor: use decryptExceptionMapper for resource-properties --------- Co-authored-by: Stephan Girod <girod@puzzle.ch> * refactor: use proper Exception instead of AMWRuntimeException * fix: remove escape on errorMsgs and use angular template interpolation * fix: label container height * fix: e2e tests * chore: ignore generated files * chore: add e2e test for edit-resources --------- Co-authored-by: Max Burri <burri@puzzle.ch> Co-authored-by: Yves Peter <ypwebstuff@gmail.com> * chore: ignore windsurf and asdf configs * fix(amw_e2e): tests --------- Co-authored-by: Stephan Girod <girod@puzzle.ch> Co-authored-by: StephGit <24672636+StephGit@users.noreply.github.com> Co-authored-by: Yves Peter <ypwebstuff@gmail.com>
This file contains hidden or 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
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.
No description provided.