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

Add Hasura Events Views #1418

Merged
merged 4 commits into from
Apr 26, 2024
Merged

Add Hasura Events Views #1418

merged 4 commits into from
Apr 26, 2024

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    99fa4f4 View commit details
    Browse the repository at this point in the history
  2. Add Hasura Metadata

    Mythicaeda committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ae383db View commit details
    Browse the repository at this point in the history
  3. Add E2E Test

    - Make Model Upload await logs rather than delay 1.5s
    - Fix inconsistency in SchedulingTests.beforeEach
    Mythicaeda committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1abfe04 View commit details
    Browse the repository at this point in the history
  4. Fix Migrations Pipeline

    Fixed the PGCMP Workflow. Checking out `develop` requires re-cloning the `PGCMP` repo
    
    Fixed a bug in the migration script that was causing hasura to reapply migration 1 when bulk migrating down from version 1.
    
    Fixed a typo in the migration script preventing the "mark correct version" command from applying
    Mythicaeda committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    926f50d View commit details
    Browse the repository at this point in the history