Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: use lineage instead of path to link states on overview #179

Merged
merged 9 commits into from Jul 29, 2021

Commits on Jul 23, 2021

  1. Copy the full SHA
    c2272d4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    787469c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    620fdb1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9ada232 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    95394ef View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    25cb5fd View commit details
    Browse the repository at this point in the history
  7. fix(lineage): code review issues

    * rename GetStateActivity functions to GetLineageActivity
    * change /api/state/activity to /api/lineage/activity
    * restore dynamic lock status on overview
    * fix missing version_id attribute in states quick access links
    * remove lineage display from overview
    hbollon committed Jul 23, 2021
    Copy the full SHA
    5ca49f8 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    f41a383 View commit details
    Browse the repository at this point in the history
  9. feat(api): rewrite server using gorilla/mux for routing

    * refactor(api): update some endpoints path to match new lineage system
    * feat(server): add CORS middleware to abstract headers modifications
    * refactor(api): update DefaultVersion function to use lineage
    hbollon committed Jul 23, 2021
    Copy the full SHA
    f79f764 View commit details
    Browse the repository at this point in the history