Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Latest commit

 

History

History
102 lines (65 loc) · 4.47 KB

CHANGELOG.md

File metadata and controls

102 lines (65 loc) · 4.47 KB

Admin UI Release Notes

  • vm.m.p - 2022-MM-DD
  • v5.5.0 - 2022-08-16
  • v5.4.0 - 2022-07-08
  • v5.3.0 - 2022-06-06
  • v5.2.0 - 2022-05-03
  • v5.1.0 - 2022-03-28
  • v5.0.0 - 2022-02-02
  • v4.3.0 - 2021-12-03
    • Use npm clean install while building image #62
    • Rename mysql-management to users-management #60
  • v4.2.1 - 2021-10-06
    • Display registration date in the users table #58
  • v4.2.0 - 2021-09-09
  • v4.1.0 - 2021-08-10
  • v4.0.0 - 2021-07-09
    • Angular core updated from version 10.2 to 12
    • Angular core updated from version 9.1 to 10.2
    • Node.js base image set to version 14 #56
  • v3.2.1 - 2021-05-04
  • v3.2.0 - 2021-04-15
    • Logs table modified - added filename column #53
  • v3.1.0 - 2021-03-18
    • Display additional information in service healthcheck card #50
  • v3.0.1 - 2021-02-26
  • v3.0.0 - 2021-02-10
    • Display additional messages in cronjob healthcheck #46
    • Files and folders modification date info added #45
    • Adding manual for yc_operators and yc_admins #44
    • README file updated with information about individual tabs #26
    • Logout functionality adjustments #43
    • Login component and logic removed #42
    • Cronjobs status added to healthcheck tab #41
    • Implementing OAuthService #40
    • Added functionality that allows to edit user records #18
    • Help and tooltips added to Run tab #38
    • Pie chart displaying disk usage #37
    • Labels changed through app #36
  • v2.0.0 - 2020-08-14
    • Multiple log files filtering adjustments #35
    • More user-friendly displaying of files/folders permissions #34
    • Pretty print content of JSON files #33
    • Updates in redirect after successful login
    • Healthcheck dashboard created #32
    • Edited http API calls for correct communication with backend #31
    • Files tab - progressive render
    • Run tab - list runnng jobs (by job ID) + prevent re-rendering
    • Files tab - display file/folder metadata (size, permission ...)
    • Run tab - check job by ID
    • Run tab - use browser local storage to handle job ID
    • Run tab - add validators for form in this tab
    • Run tab - get data from BE and generate form
    • API error handling
  • v1.1.0 - 2020-07-16
    • Initial submitted version