Commit Graph

20 Commits

Author SHA1 Message Date
Fabio Formosa
f6d6cd16e7 Merge branch 'develop' into feature/#101_angular15_update
# Conflicts:
#	quartz-manager-frontend/package-lock.json
#	quartz-manager-frontend/src/app/components/logs-panel/logs-panel.component.html
#	quartz-manager-frontend/src/app/components/progress-panel/progress-panel.component.html
#	quartz-manager-frontend/src/app/components/simple-trigger-config/simple-trigger-config.component.ts
#	quartz-manager-frontend/src/app/views/manager/manager.component.html
#	quartz-manager-frontend/src/app/views/manager/manager.component.ts
2026-05-08 00:59:59 +02:00
Fabio Formosa
31658416f5 #103 final step into multi-trigger feature 2026-05-06 01:22:30 +02:00
Midhun A Darvin
7cef35517b fix: style regression issues
- add Roboto font face as dependency
- fix font size regression issue in select inputs
- fix scroll regression issue
- fix triggerName not disabled during reschedule
2024-02-19 23:42:37 +01:00
Midhun A Darvin
bc0619a92a feat: update padding & styles
- apply padding fixes
- remove `enableTrigger` variable and directly use `simpleTriggerReactiveForm.enabled`
-  apply default styles of matInput
2024-02-19 23:42:37 +01:00
Fabio Formosa
412e455907 #103 step into accomodating the new trigger logic 2024-02-02 22:58:56 +01:00
Fabio Formosa
261dd8b624 #103 appended the trigger key to the websocket topic 2022-12-20 20:51:10 +01:00
Fabio Formosa
109d2868d9 #80 upgraded to the new linter and added prettier 2022-12-10 16:15:00 +01:00
Fabio Formosa
136afa0fca #80 step into angular v14 2022-12-10 11:17:39 +01:00
Fabio Formosa
cdd5047bbc #80 jest setup fix for angular 10 2022-12-06 00:39:45 +01:00
Fabio Formosa
014c348a89 #57 added custom validations to the trigger form 2022-11-05 17:04:08 +01:00
Fabio Formosa
a8fb990966 #57 fixed tests 2022-11-03 22:11:44 +01:00
Fabio Formosa
121f2e364f #57 converted template-driven form in reactive form 2022-11-02 20:18:50 +01:00
Fabio Formosa
4f8b75a8f9 #48 made configurable the misfire instruction 2022-10-26 21:56:02 +02:00
Fabio Formosa
0adb8bf94b #59 fixed tests 2022-09-29 00:34:07 +02:00
Fabio Formosa
d9f9ee96af #52 added the jobClass selection 2022-09-13 23:38:31 +02:00
Fabio Formosa
a693e2aa0c #52 no changes at the trigger list in case of rescheduling of an existing trigger 2022-09-07 00:26:34 +02:00
Fabio Formosa
599b6fb0b4 #52 added the job className to the trigger detail view 2022-09-03 16:30:51 +02:00
Fabio Formosa
9638667368 #52 added the trigger name to the trigger form 2022-09-03 15:50:34 +02:00
Fabio Formosa
b4bb16130c #59 added unit tests for the new trigger 2022-08-31 23:46:53 +02:00
Fabio Formosa
6bb768de59 #56 added a new FE component to schedule a simple trigger 2022-03-05 20:50:23 +01:00