Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 09:21
· 55 commits to main since this release
94abf94

(2024-03-06)

Bug Fixes

  • auto-purge: correcting the cron schedule (#62) (ef4359f7)
  • builds: Trying import alias (#79) (59c582db)
  • cicd:
  • deps:
  • files: Correcting file extensions on download (#88) (a2a22ece)
  • gcs:
  • graphs: Centering graphs (#30) (a4d504e6)
  • imports: Weird fix around import errors. (#80) (483a8be1)
  • index:
    • Correcting how the history is retrieved (#87) (fe6e0510)
    • Correcting the seen value that is displayed (#23) (05d2f25c)
    • Sorting the index page nodes (#15) (c9b9c51b)
    • Sorting the history graphs on the index page (#10) (79619746)
    • correcting emnum strings on index page (#8) (83a7b5d2)
    • Correct when the nodes were last seen (#7) (22ff2e9e)
    • correcting the not found errors when no nodes were present (#6) (73364e07)
  • logging: Changing some debug logs to be info logs where appropriate (#63) (1f46ebc2)
  • metrics:
    • Changing how the metrics are reported (#66) (eab4d640)
    • correcting db metric to auto register with prometheus (#9) (994a4e1c)
  • mongo-history: sorting the slice by parsing the time correctly (#11) (c00133f5)
  • nodes:
    • removing redundant calls when fetching nodes (#95) (8d6fd304)
    • Correcting how the reports for a node are ordered (#31) (c9b7b8e2)
  • orphans: Removing the orphans concept from the app, can be readded later (#13) (1b734f5b)
  • purge:
    • Setting the purge date to midnight of the day for purging (#61) (03243c15)
    • gcs purge logging (#53) (f03800e9)
    • Correcting how the auto purge is setup (#47) (1c5d004a)
  • radiator: Correcting the path to view the radiator (#3) (576ad705)
  • report: Sorting the report order (#14) (87fa65e9)
  • reports:
    • Updating response code for the not found (#77) (37a71f41)
    • Returning correct error if there is no reports found (#76) (5664b075)
    • Retrieving the file to be parsed from reports (#5) (e6a73a28)
  • responses: Using the generated responses rather than the local objects (#90) (9cb47b57)
  • secure: Checking for a specific header with the request (#21) (0ca6e848)
  • upload:
    • sorting resources to ensure that the sha is always generated correctly (#34) (6bd028d3)
    • Changing the secure flag to be a token that is compared with requests (#22) (3b806ff9)

Features

  • api: Adding api functionality to the application (#38) (d685f7fa)
  • cicd:
  • code-gen: Adding code gen and using SOA style (#86) (310a2eec)
  • codegen: Adding the state validation (#96) (686ba637)
  • metrics: Adding new Prometheus metric to allow for the puppet version to be extracted (#64) (99e8ccb5)
  • policy: Create CODE_OF_CONDUCT.md (#48) (e22c233e)
  • purge:
  • repo: initial commit (#1) (db329ab0)
  • storage: Adding local storage code (#54) (880fa62b)
  • tests: Adding initial tests (#73) (ea17491a)
  • upload: Adding secure upload feature (#20) (42ef4f14)