Skip to content

Commit

Permalink
EPMRPP-96944 || Add tracking event when user changes instance invitat…
Browse files Browse the repository at this point in the history
…ion settings (#1052)

* EPMRPP-96481 || Change user uuid type

* EPMRPP-96481 || Add user uuid handling in query builder

* EPMRPP-96944 || Add instance activity constants
  • Loading branch information
pbortnik authored Nov 22, 2024
1 parent 6e3726d commit afdd80f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ public enum ActivityAction {
CREATE_PROJECT("createProject"),
DELETE_PROJECT("deleteProject"),
BULK_DELETE_PROJECT("bulkDeleteProject"),
UPDATE_PATTERN_ANALYZER("updatePatternAnalysisSettings");
UPDATE_PATTERN_ANALYZER("updatePatternAnalysisSettings"),

UPDATE_INSTANCE("updateInstance");

private final String value;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

public enum EventObject {

INSTANCE("instance"),
LAUNCH("launch"),
DASHBOARD("dashboard"),
DEFECT_TYPE("defectType"),
Expand Down

0 comments on commit afdd80f

Please sign in to comment.