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

Graphql poc #1226

Closed
wants to merge 48 commits into from
Closed

Graphql poc #1226

wants to merge 48 commits into from

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    31f6d74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21b6c6e View commit details
    Browse the repository at this point in the history
  3. added hasura poc compose yaml

    jstucke committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7cb746e View commit details
    Browse the repository at this point in the history
  4. added poc route & template

    jstucke committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d003cbb View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. fix hasura config

    jstucke committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    19ee400 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d2a4c2 View commit details
    Browse the repository at this point in the history
  3. update graphql db routes

    jstucke committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    81aba9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    118201a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. hasura: added restart script

    jstucke committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7e434b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0552fd View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    d76bd5a View commit details
    Browse the repository at this point in the history
  2. add graphql database search

    jstucke committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c008faa View commit details
    Browse the repository at this point in the history
  3. graphql template: remove tabs

    jstucke committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    779207b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3248adc View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. graphql db search: search only with $where filter

    instead of whole free text graphql query
    jstucke committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    711a5c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    a506dbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e162f64 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    1b5ab16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c84366 View commit details
    Browse the repository at this point in the history
  3. crypto hints: ruff fixes

    jstucke committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b52bb78 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. hasura scripts: fix import path + rename attributes

    to make them more intuitive
    jstucke committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e5b4a55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8a715a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b557dec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d12c94 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    b90b4e5 View commit details
    Browse the repository at this point in the history
  2. graphql template: small improvements + refactoring

    added copy buttons to examples
    
    updated fontawesome version
    jstucke committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a2009ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    768d0ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6f6206 View commit details
    Browse the repository at this point in the history
  5. remove unused function

    jstucke committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    73aaab7 View commit details
    Browse the repository at this point in the history
  6. graphql template: tabs fix

    jstucke committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9a42d1a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f26363 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d212432 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9253041 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. installation: switched installation order of db and frontend

    so that the db is set up when we init hasura (graphql)
    
    and also added an option to skip the hasura setup
    jstucke committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5d67038 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc1fa13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f75d938 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfd839b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f049cee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4aaaa9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20fd6bd View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    09c4f63 View commit details
    Browse the repository at this point in the history
  2. added graphql interface test

    jstucke committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b1811df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    116cf38 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. graphql template: added validation/check button

    also moved the json5 validation to the template
    jstucke committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    35ae9ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a916bc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc38c9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8edd602 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c873f18 View commit details
    Browse the repository at this point in the history