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(plans): add plans explorer and viewer #193

Merged
merged 25 commits into from Aug 30, 2021

Commits on Aug 25, 2021

  1. Copy the full SHA
    ff97282 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f06c251 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e94f5b1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    405c127 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f15d5ae View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    880a3e4 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    a279e0e View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    ff94a94 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    232e4c8 View commit details
    Browse the repository at this point in the history
  10. feat(vuejs): callback on state quick access selection

    * add lock checking on every state in the overview list with display
    * router enhancements
    * others fixes / improvements
    hbollon committed Aug 25, 2021
    Copy the full SHA
    e3481a8 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    7eefd22 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    f370c5f View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    7f0aafd View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    cc467bf View commit details
    Browse the repository at this point in the history
  15. feat(plans): add plans explorer view

    * feat(api): return pagination informations on GET /api/plans
    * feat(api): make lineage field optional on GET /api/plans to be able to get all plans
    hbollon committed Aug 25, 2021
    Copy the full SHA
    7cdd9a5 View commit details
    Browse the repository at this point in the history
  16. feat(plans): fetch & list latest plans on lineage view

    feat(plans): view on lineage one to consult plan's informations
    fix(plans): format date on PlansExplorer view
    hbollon committed Aug 25, 2021
    Copy the full SHA
    78a0e25 View commit details
    Browse the repository at this point in the history
  17. feat(plan): dynamic links on PlansExplorer view

    refactor(vuejs): simplify panel component selection on State view
    hbollon committed Aug 25, 2021
    Copy the full SHA
    1339e5e View commit details
    Browse the repository at this point in the history
  18. fix(vuejs): refresh issue on lineage change on state view

    add key on router-view with refresh event to trigger re-render
    hbollon committed Aug 25, 2021
    Copy the full SHA
    40d6a1a View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    06d0a2e View commit details
    Browse the repository at this point in the history
  20. feat(plans): details tab on plan view

    fix(plans): pagination issues on PlanExplorer
    refactor(types): rawJson is now json string directly and no longuer Go map
    hbollon committed Aug 25, 2021
    Copy the full SHA
    4276055 View commit details
    Browse the repository at this point in the history
  21. fix(vuejs): extraneous non-emits event listeners issue

    fix(vuejs): plan component reloading issue
    hbollon committed Aug 25, 2021
    Copy the full SHA
    10c4f58 View commit details
    Browse the repository at this point in the history
  22. chore: update package-lock.json with new npm version

    + delete old HelloWorld.vue component
    + remove unnecessary console.log
    hbollon committed Aug 25, 2021
    Copy the full SHA
    91ac1eb View commit details
    Browse the repository at this point in the history
  23. fix(frontend): set role=button on plans explorer's carets

    feat(frontend): use UTC fomat for plan's date
    fix(frontend): remove localhost URLs
    hbollon committed Aug 25, 2021
    Copy the full SHA
    5cd7969 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. feat(frontend): add lineage view to list associated states/views

    feat(frontend): separate state and plan views and updated router
    hbollon committed Aug 27, 2021
    Copy the full SHA
    2b57197 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Copy the full SHA
    f0ae54b View commit details
    Browse the repository at this point in the history