Skip to content

feat(ui): edit resource analyze test generation#957

Merged
StephGit merged 13 commits intofeat/resource-propertiesfrom
feat/edit-resource-analyze-test-generation
Mar 4, 2026
Merged

feat(ui): edit resource analyze test generation#957
StephGit merged 13 commits intofeat/resource-propertiesfrom
feat/edit-resource-analyze-test-generation

Conversation

@mburri
Copy link
Copy Markdown
Member

@mburri mburri commented Feb 13, 2026

No description provided.

@mburri mburri changed the base branch from master to feat/edit-resource-releases-in-tile February 13, 2026 15:44
@mburri mburri marked this pull request as draft February 13, 2026 15:45
Base automatically changed from feat/edit-resource-releases-in-tile to feat/resource-properties February 20, 2026 13:39
@mburri mburri force-pushed the feat/edit-resource-analyze-test-generation branch 2 times, most recently from 85c408b to 62f60da Compare February 27, 2026 14:05
@mburri mburri marked this pull request as ready for review February 27, 2026 14:13
@mburri mburri requested review from StephGit, llorentelemmc and yvespp and removed request for llorentelemmc February 27, 2026 14:13
@StephGit StephGit force-pushed the feat/resource-properties branch from cca2016 to be8b849 Compare March 3, 2026 11:38
@StephGit StephGit force-pushed the feat/edit-resource-analyze-test-generation branch from 62f60da to 50b4f98 Compare March 3, 2026 14:54
@StephGit StephGit merged commit 69a4458 into feat/resource-properties Mar 4, 2026
@StephGit StephGit deleted the feat/edit-resource-analyze-test-generation branch March 4, 2026 11:00
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>
@yvespp yvespp added this to the Release v1.18.11 milestone Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants