Releases: bekk/db-scheduler-ui
Releases · bekk/db-scheduler-ui
Fix config injection from backend to frontend
What's Changed
- remove heroku deployment step by @vegarrsm in #87
- Use Thymeleaf to inject config to frontend by @sveinbma in #89
Full Changelog: v1.0.0...v1.0.1
Initial release
What's Changed
- Fix polling status by @vegarrsm in #66
- Rerun all buttons by @vegarrsm in #68
- Fixed start and end time not functioning with infinite scroll hook by @vegarrsm in #69
- Rework search bar by @EskilTorland in #67
- Remove history tab if db-scheduler-ui.history=false by @vegarrsm in #70
- fixed param props for polling by @vegarrsm in #71
- small fixes by @vegarrsm in #73
- Fix local sign by @sveinbma in #74
- Build frontend to static on mvn install by @vegarrsm in #75
- Fixed various bugs and smal qol fixes by @EskilTorland in #78
- Accordion cleanup by @EskilTorland in #80
- fixed sorting bug in all tasks by @vegarrsm in #79
- Removed node installation in build process by @vegarrsm in #81
- Remove useEffect in RefreshButton.tsx by @sveinbma in #82
- Rerun at time by @vegarrsm in #77
- Readme fixes by @johannabjoremo in #84
- Added conditions to only render stacktrace and taskdata when they exist by @EskilTorland in #85
- Fix release version pipeline by @sveinbma in #86
Full Changelog: v0.4.0...v1.0.0
test release
What's Changed
- ChainTask.java holds data, and starts in loop. by @johannabjoremo in #16
- Downgrade to java 11 and spring boot 2.7 by @sveinbma in #20
- Fixed heroku deploy by @vegarrsm in #19
- Show dataIcon i AccordionButton when data in Task by @johannabjoremo in #18
- Read me updates by @johannabjoremo in #25
- Added the german logger package and implemented basic functionality to get history by @EskilTorland in #24
- Card groups (and navigation) by @vegarrsm in #22
- Add integration tests with gh action running different spring boot ve… by @sveinbma in #23
- Added a first draft for Frontend history by @EskilTorland in #26
- Added new Endpoint for Logs. Seperated sql queries and scheduler calls by @EskilTorland in #30
- Fix db scheduler version by @sveinbma in #29
- Added util functions to check status by @vegarrsm in #27
- Fix get function for getting currently executing by @vegarrsm in #31
- Fix Dockerfile casing and move to subdirectory by @vegarrsm in #28
- Task descriptor and utils.sleep by @johannabjoremo in #33
- Logged out Eskil from the topbar by @vegarrsm in #34
- Add spotless to config and as PR check by @sveinbma in #35
- Changed path of endpoints to be more unique. Updated calls from the f… by @EskilTorland in #38
- All colors are now set from colours.ts by @johannabjoremo in #36
- Remove actualTaskData and unecessary setters by @vegarrsm in #37
- Comparator for comparing TaskName by @johannabjoremo in #42
- History top button to All history by @johannabjoremo in #40
- Topbar buttons by @johannabjoremo in #41
- LogAccordion design changes by @johannabjoremo in #43
- Add tasks as beans by @sveinbma in #44
- const API_BASE_URL: string = by @johannabjoremo in #45
- Fix rerun request by @vegarrsm in #46
- Added search functionality by @vegarrsm in #39
- Run tests with in memory db by @sveinbma in #50
- Generate javadoc by @sveinbma in #51
Full Changelog: v0.0.1...v0.3.9