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

postgres functions as custom queries (close #333) #1073

Merged
merged 66 commits into from
Jan 25, 2019

Commits on Sep 22, 2018

  1. sql functions as queries

    TODO:-
    -> functions as mutations
    -> permissions
    -> tests
    rakeshkky committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    555ddc7 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. Configuration menu
    Copy the full SHA
    ebcba17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38fb005 View commit details
    Browse the repository at this point in the history
  3. fix test yaml

    rakeshkky committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    ac8e425 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. Merge branch 'master' into issue-333

    Resolve Conflicts:
    	console/src/components/Services/Data/Metadata/Metadata.js
    	server/src-exec/Ops.hs
    	server/src-lib/Hasura/GraphQL/Resolve.hs
    	server/src-lib/Hasura/GraphQL/Resolve/BoolExp.hs
    	server/src-lib/Hasura/GraphQL/Resolve/Select.hs
    	server/src-lib/Hasura/GraphQL/Schema.hs
    	server/src-lib/Hasura/RQL/DDL/Schema/Table.hs
    	server/src-lib/Hasura/SQL/DML.hs
    	server/src-lib/Hasura/SQL/Types.hs
    	server/src-lib/Hasura/Server/Query.hs
    	server/tests-py/test_graphql_queries.py
    rakeshkky committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    31e0295 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a44190 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Merge branch 'master' into issue-333

    Resolve Conflicts:
    	server/src-lib/Hasura/GraphQL/Resolve/Mutation.hs
    	server/src-lib/Hasura/GraphQL/Resolve/Select.hs
    rakeshkky committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    32f2dd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0af6c81 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Merge branch 'master' into issue-333

    Resolve Conflicts:
    	server/src-exec/Ops.hs
    	server/src-lib/Hasura/GraphQL/Resolve/BoolExp.hs
    	server/src-lib/Hasura/GraphQL/Resolve/Mutation.hs
    	server/src-lib/Hasura/GraphQL/Resolve/Select.hs
    	server/src-lib/Hasura/GraphQL/Schema.hs
    	server/src-lib/Hasura/RQL/DDL/Schema/Table.hs
    	server/src-lib/Hasura/RQL/Types/SchemaCache.hs
    rakeshkky committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    3cf569b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    123b3c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e85dfe7 View commit details
    Browse the repository at this point in the history
  4. fix drop function

    rakeshkky committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    683db2e View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2018

  1. Merge branch 'master' into issue-333

    Resolve Conflicts:
    	server/src-exec/Ops.hs
    	server/src-exec/TH.hs
    	server/src-lib/Hasura/GraphQL/Resolve/Context.hs
    	server/src-lib/Hasura/GraphQL/Schema.hs
    	server/src-lib/Hasura/Prelude.hs
    	server/src-lib/Hasura/RQL/DDL/Schema/Table.hs
    	server/src-lib/Hasura/RQL/DML/Select.hs
    	server/src-lib/Hasura/RQL/Types/SchemaCache.hs
    	server/src-lib/Hasura/Server/App.hs
    	server/src-lib/Hasura/Server/Query.hs
    	server/src-rsr/hdb_metadata.yaml
    	server/src-rsr/initialise.sql
    rakeshkky committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    36e9b78 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

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

Commits on Jan 4, 2019

  1. Merge branch 'master' into issue-333

    Resolve Conflicts:
    	server/src-exec/Ops.hs
    	server/src-exec/TH.hs
    	server/src-lib/Hasura/GraphQL/Context.hs
    	server/src-lib/Hasura/GraphQL/Resolve/Select.hs
    	server/src-lib/Hasura/GraphQL/Schema.hs
    	server/src-lib/Hasura/Prelude.hs
    	server/src-lib/Hasura/RQL/DDL/Schema/Table.hs
    	server/src-lib/Hasura/RQL/DML/Select.hs
    	server/src-lib/Hasura/Server/Query.hs
    	server/src-rsr/migrate_from_5_to_6.sql
    rakeshkky committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    68d2ba8 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Configuration menu
    Copy the full SHA
    e329a0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98d9855 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b426c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Configuration menu
    Copy the full SHA
    5c767ca View commit details
    Browse the repository at this point in the history
  2. fix tests

    rakeshkky committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    c5fd062 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Configuration menu
    Copy the full SHA
    0519078 View commit details
    Browse the repository at this point in the history
  2. modify custom functions docs

    dsandip committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    6154fec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c342de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81aa168 View commit details
    Browse the repository at this point in the history
  5. Initial working version

    karthikvt26 committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    668c81b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Configuration menu
    Copy the full SHA
    7c35d52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a667395 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bc43fc View commit details
    Browse the repository at this point in the history
  4. Fix links

    karthikvt26 committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    67670c5 View commit details
    Browse the repository at this point in the history
  5. Fix links

    karthikvt26 committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    749331c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    379c03a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a643a32 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Configuration menu
    Copy the full SHA
    0b5f02a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cbba7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fac742 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c7983f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf49256 View commit details
    Browse the repository at this point in the history
  6. update cli test

    arvi3411301 committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    b204cda View commit details
    Browse the repository at this point in the history
  7. Add test custom function

    karthikvt26 committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    70698b8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f6c605 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f0a03fa View commit details
    Browse the repository at this point in the history
  10. update docs

    rikinsk committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    4a22483 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7453798 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    c6b2625 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    962fdf6 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Configuration menu
    Copy the full SHA
    f6be9b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cce283 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f04f49a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd1fbb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f919f74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76bd473 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Configuration menu
    Copy the full SHA
    7809ec4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d593c93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    299b6c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c3e0d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb9f1d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5f358f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f171735 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5027a8c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Configuration menu
    Copy the full SHA
    4fae992 View commit details
    Browse the repository at this point in the history
  2. improve function info fetching and validation logic

    -> now fetch 'returns_table' bool value in 'raw_function_info' SQL
    -> move 'raw_function_info' fetch SQL to separate file
       (src-rsr/function_info.sql)
    -> throw "table <table-name> is not tracked" error message
    rakeshkky committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    f159291 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a22808e View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Configuration menu
    Copy the full SHA
    f2d8a54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d544d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f068d2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b00abf View commit details
    Browse the repository at this point in the history