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

[ECO-1935] add grafana role during built-in migrations #46

Closed
wants to merge 22 commits into from

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    95ea3b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    ed03acc View commit details
    Browse the repository at this point in the history
  2. add special queries

    CRBl69 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b37d7b7 View commit details
    Browse the repository at this point in the history
  3. fix pre-commit lints

    CRBl69 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f29d284 View commit details
    Browse the repository at this point in the history
  4. remove useless declare

    CRBl69 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f576cc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    188990c View commit details
    Browse the repository at this point in the history
  6. incorporate event_name column

    CRBl69 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    5b42283 View commit details
    Browse the repository at this point in the history
  7. fix pre-commit errors

    CRBl69 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    92b2259 View commit details
    Browse the repository at this point in the history
  8. [ECO 1753] Fix market_id cast in market_data view, use `market_no…

    …nce` instead of `bump_time` (#21)
    
    * Fix `market_id` issue in psql view
    
    * Change `transaction_version` to `version` and add `emoji_bytes`
    
    * Sort by market nonce, break early on market nonce, then use ON CONFLICT DO UPDATE SET with WHERE clause
    
    * Lint and rebase
    
    * Remove schema refresh since I can just do it locally
    
    * Remove unnecessary WHERE clause and use `event_name` column
    
    * Fix the state metadata update logic
    
    * Add `market_address` to query response
    
    * [ECO-1768] Update SQL queries for emojicoin-dot-fun (#24)
    
    * small tweaks to matt's pr
    
    * show markets before first state event
    
    ---------
    
    Co-authored-by: matt <[email protected]>
    Co-authored-by: Bogdan Crisan <[email protected]>
    3 people committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b94b78a View commit details
    Browse the repository at this point in the history
  9. add auth for postgrest

    CRBl69 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    ad994b9 View commit details
    Browse the repository at this point in the history
  10. fix migrations

    CRBl69 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    56ad8d4 View commit details
    Browse the repository at this point in the history
  11. [ECO-1779] fix daily_volume issues (#26)

    * fix daily_volume issues
    
    * fix pre-commit lints
    CRBl69 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    005b92f View commit details
    Browse the repository at this point in the history
  12. rename migrations

    CRBl69 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    49659ee View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    067bc9e View commit details
    Browse the repository at this point in the history
  14. Add missing COALESCE statement (#31)

    alnoki authored and CRBl69 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    40226f1 View commit details
    Browse the repository at this point in the history
  15. Add missing project ID variable (#34)

    alnoki authored and CRBl69 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    2d6f51f View commit details
    Browse the repository at this point in the history
  16. Fix volume calculations with cast to jsonb; facilitate concurrency (#32)

    Undo format to see diff better
    xbtmatt authored and CRBl69 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    9f712ab View commit details
    Browse the repository at this point in the history
  17. [ECO-1809] add latest periodic state migration (#36)

    * add latest periodic state migration
    
    * fix deadlock problems
    
    * fix pre-commit lints
    
    * fix vaccum error
    
    * address pr comments
    
    * fix pre-commit lints
    CRBl69 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    6ef57ab View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    47cc8f4 View commit details
    Browse the repository at this point in the history
  19. [ECO-1905] add useful indexes (#38)

    * add useful indexes
    
    * fix pre-commit
    CRBl69 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    3257703 View commit details
    Browse the repository at this point in the history
  20. fix swap index (#42)

    CRBl69 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    03ee1e7 View commit details
    Browse the repository at this point in the history
  21. add mypools route (#40)

    CRBl69 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    ccd2ff6 View commit details
    Browse the repository at this point in the history