Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2183 commits
Select commit Hold shift + click to select a range
e1f26c7
server: prune health check from codecs for backends that don't suppor…
hallettj Sep 9, 2022
deadf49
Extract Hasura.Prelude from `src-lib`
Sep 9, 2022
2b1ee12
fix (console): list gdc sources under the "Data Manager" table
vijayprasanna13 Sep 12, 2022
0ec5061
ci: tag release v2.11.2 and v2.12.0
ananya-2410 Sep 12, 2022
2b6b4d1
tests: JSON and JSONB hspec tests
danieljharvey Sep 12, 2022
c6e5164
console: add Hasura familiarity survey component
ojasww Sep 12, 2022
4f7ffa6
Resolve source customization at schema cache building time.
Sep 12, 2022
8ee89b4
Docs: update contributing guide
robertjdominguez Sep 12, 2022
93f54fa
Streaming sub architecture post updates
coco98 Sep 12, 2022
a560d59
server: codecs for TableMetadata, FunctionMetadata, and permissions
hallettj Sep 12, 2022
701b9c5
server: codecs for postgres connection configuration types
hallettj Sep 12, 2022
9a04808
`get_source_tables` API call, don't fold table names.
solomon-b Sep 13, 2022
5bd6360
server: event triggers should be dropped when a previously present so…
Naveenaidu Sep 13, 2022
5a3c0fb
console: add data-trackid to actions, events and remote schema create…
soorajshankar Sep 13, 2022
fe4317a
server, pro: event trigger auto cleanup (increment 2)
paritosh-08 Sep 13, 2022
a299dc1
feature (console): enable table tracking for GDC sources
mattshardman Sep 13, 2022
37ed4fb
PLAT-75: Log uncompressed_response_size
jberryman Sep 13, 2022
96c68e7
Demand Python 3.9 to run the server's Python integration tests.
SamirTalwar Sep 13, 2022
3b978ea
Docs: New What's New Section
seanparkross Sep 13, 2022
4264f4d
Extract out functions from `columnParser` in `Backend`.
SamirTalwar Sep 13, 2022
177e680
Add --dry-run switch to graphql-engine:test:tests-dc-api [GDW-338]
sordina Sep 14, 2022
143d00c
Adds `configSchema` to `get_source_kind_capabilities`
solomon-b Sep 14, 2022
1646e19
console: improve is_generated types
NoriSte Sep 14, 2022
561ace9
Data connector cache invalidations
dmoverton Sep 14, 2022
e18b741
console: show cache button in EE console
rikinsk Sep 14, 2022
e849fc5
console: set big query as GA release type
lucarestagno Sep 14, 2022
6807cec
server: import `pg-client-hs` with history
kodiakhq[bot] Sep 14, 2022
e46f0b5
console: remove CockroachDB from the connect db form
lucarestagno Sep 14, 2022
4e565f5
Guides - Best Practices for Production Environments
cmartin616 Sep 14, 2022
402e893
Tidy up the .envrc file a little.
SamirTalwar Sep 14, 2022
e9e8a47
server/tests-py: Make HGECtxGQLServer a fixture.
SamirTalwar Sep 14, 2022
9f58511
CI Tests for Data Connectors SDK - GDW-91
sordina Sep 15, 2022
8c4b921
Docs: Update CLI docs
m-Bilal Sep 15, 2022
9e5417a
RMGetSourceKindCapabilities doesn't modify metadata
sordina Sep 15, 2022
4c1e7d1
console: add new allow list manager under feature flag
dancamma Sep 15, 2022
d68a3dc
console: fix loading state while modifying/creating rest endpoint
Varun-Choudhary Sep 15, 2022
5206ec2
server: use metadata DB ID as ProjectID for EE lite projects
ecthiender Sep 15, 2022
950defa
CI Support for Data Connector Agent Tests - GDW-336
sordina Sep 15, 2022
2e8a179
server, pro: event trigger auto cleanup (increment 3)
paritosh-08 Sep 15, 2022
5dcd676
server/tests-py: Add a `--hge-bin` argument to the Pytest runner.
SamirTalwar Sep 15, 2022
39b7a4e
Prepare PostgreSQL for running tests in parallel.
SamirTalwar Sep 15, 2022
050cbaa
console: use query/v2 endpoint to run sql for CockroachDB
danieljharvey Sep 15, 2022
d82ab4e
console: Add Sentry
NoriSte Sep 15, 2022
e396d45
pro-console: integrate survey form in pro console
abhi40308 Sep 15, 2022
3f8e4f3
server, pro server, console: provide an option to not include rows co…
codingkarthik Sep 15, 2022
f261cd9
docs: update Kriti reference
rikinsk Sep 16, 2022
fd2c57b
console: create new form component without using forwardRef
mattshardman Sep 16, 2022
43cf02b
Docs: update cloud db guides
robertjdominguez Sep 16, 2022
d6d0279
tooling: add coreutils to macos install docs
danieljharvey Sep 16, 2022
98d9403
server/postgres: Implement execution of aggregation predicates
sassela Sep 16, 2022
92ae214
Remove cron_trigger/scheduled_events using scheduled_time field
savanipoojan78 Sep 16, 2022
7d58716
Docs: update feedback component
robertjdominguez Sep 16, 2022
23e7364
Docs: Change some Citus Hyperscale references to Postgres and amend i…
seanparkross Sep 16, 2022
c79a4c5
Docs: Add Hasura Cloud section in deployment. Add disaster recovery i…
seanparkross Sep 16, 2022
128aca8
server: graphql-ws: stop sending pings in response to pongs
awjchen Sep 17, 2022
0a29c79
allow exporting dc-agent test descriptions
solomon-b Sep 17, 2022
b042838
fix(#8904): Make BigQuery Computed Fields arguments optional
plcplc Sep 17, 2022
882c456
install manifests: add offline console assets env var to docker-compo…
rikinsk Sep 17, 2022
61aa13a
console: remove allow list feature flag
dancamma Sep 18, 2022
e11437c
server/postgres: fix non-latin text elements in array literals (copy)…
sassela Sep 18, 2022
6e7beaf
console: new remote schema preview tab
dancamma Sep 19, 2022
f87927b
feature (console): update gdc methods to fetch config schema from met…
vijayprasanna13 Sep 19, 2022
d4df810
refactor (console/browse-rows): useRows hook that fetches table rows …
ejkkan Sep 19, 2022
c459b96
tests-hspec readme: update m1 workaround fix
soupi Sep 19, 2022
9ce592a
console: adds hidden oauth flow for Neon Integration
Sep 19, 2022
665dc9b
cli: fix bug when exporting metadata to remote_schemas.yaml
hasura-bot Sep 19, 2022
e700a34
console: enable disabled tests
nicoinch Sep 19, 2022
a14e640
server: optimise CockroachDB metadata fetch
danieljharvey Sep 19, 2022
81d1d86
Add X-Forwarded-Origin header
hasura-bot Sep 19, 2022
2647023
server: Add test cases for inconsistencies upon reloading or replacin…
SamirTalwar Sep 19, 2022
17dd316
server: support 128-bit trace ids
awjchen Sep 20, 2022
8c9768b
Exists support in filter expressions for Data Connector queries [GDW-…
daniel-chambers Sep 20, 2022
35d8c90
Remove duplicated Data Connector API types
daniel-chambers Sep 20, 2022
3a6a5a9
server/tests: add `permissionRows` field and `Permission` constructor
sassela Sep 20, 2022
0cf6302
server/tests-py: Support running BigQuery tests with run.sh.
SamirTalwar Sep 20, 2022
23cca74
console: filter manual trigger via source name
Varun-Choudhary Sep 20, 2022
5b27466
server: event trigger cleanup | fix `query_timeout` field name
paritosh-08 Sep 20, 2022
ba2dfb1
Implement aggregation tests for hspec
Sep 20, 2022
6ac09bc
server: event trigger log cleanup | change metedata API field name
paritosh-08 Sep 20, 2022
02edc7a
server: use Postgres 15 for local testing
danieljharvey Sep 20, 2022
c5e1ec8
Import `pg-client-hs` as `PG`
Sep 20, 2022
73e0638
docs: update ERD for security best practices
robertjdominguez Sep 20, 2022
bcec1cb
ci/benchmarks: don't measure decompression in k6 (NOT REAL PERFORMANC…
jberryman Sep 21, 2022
7734769
Gardening: Clean up Data Connector API types
daniel-chambers Sep 21, 2022
e24d3a2
server: event trigger log cleanup | rename `start_event_trigger_clean…
paritosh-08 Sep 21, 2022
c9fcf1f
console: add quick add to query collections modal
dancamma Sep 21, 2022
00bbe02
cli: [rfc] improve error handling
scriptonist Sep 21, 2022
ea43d50
console: add hidden database creation flow for Neon integration
Sep 21, 2022
8b4fac9
Rename DataConnector cross_table capability to subquery
daniel-chambers Sep 21, 2022
b9918b2
docs: Clarify Cloud project time limit note
hasura-bot Sep 21, 2022
8e99fd4
server: import local Postgres modules as Postgres
danieljharvey Sep 21, 2022
4597778
docs: event trigger auto cleanup usage docs
paritosh-08 Sep 21, 2022
d716ece
docs: remove beta references for ee
robertjdominguez Sep 21, 2022
7af05cf
console docs: add docs for role based allow list
Varun-Choudhary Sep 21, 2022
7689caa
docs: event trigger auto cleanup api docs
paritosh-08 Sep 21, 2022
09a1826
server: bump CockroachDB image and un-skip fixed tests
danieljharvey Sep 21, 2022
a2eb9bb
docs: add support for showing section local TOC
rikinsk Sep 21, 2022
338d5b7
console: add auto clean form on events tab
Varun-Choudhary Sep 21, 2022
4c44215
docs: add heroku migration page to cloud db guides
robertjdominguez Sep 21, 2022
8a76920
docs: remove custom-docker-images from deployment and references
robertjdominguez Sep 21, 2022
685970e
docs: event trigger log cleanup | update image
paritosh-08 Sep 21, 2022
2c7ad47
server/tests-hspec: Simplifying the steps required to run these on ma…
SamirTalwar Sep 21, 2022
414bf9d
server/docs: event trigger log cleanup | remove default for `clear_ol…
paritosh-08 Sep 21, 2022
fdb2e83
Replace `Hasura.RQL.Types.Numeric` with `refined`
Sep 21, 2022
36ec841
server: Rename AltJ to ViaJSON
danieljharvey Sep 21, 2022
516e746
docs: Adds observability best practices 1.0 to own branch
rsunnyhasura Sep 22, 2022
50ec133
fix (console): update @hasura/dc-agents-types dependency to 0.6.0
vijayprasanna13 Sep 22, 2022
724a893
console: add neon banner for onboarding wizard
abhi40308 Sep 22, 2022
c80a996
ci: tag release v2.13.0-beta.1
ananya-2410 Sep 22, 2022
3d0a513
server: fix bug when streaming subscription cursor has custom name
codingkarthik Sep 22, 2022
10f131c
server/postgres: implement execution of aggregation predicates (permi…
sassela Sep 22, 2022
f26f8f5
Docs: Improve Permission rules including disable root fields doc
seanparkross Sep 22, 2022
10f2972
feature (console): Edit connection configuration for GDC sources
vijayprasanna13 Sep 22, 2022
f937eeb
docs: update multiple mutations in a request
robertjdominguez Sep 22, 2022
a7446cb
server/postgres: aggregation predicate filters should respect aggrega…
sassela Sep 22, 2022
41109ca
ci/benchmarks: tweak what we present in regression report
kodiakhq[bot] Sep 22, 2022
fae8c78
replace `SELECT FROM` with `SELECT 1 FROM` to fix count aggregates fo…
soupi Sep 22, 2022
2a6cd92
console: integrate redux into the new filters section component
lucarestagno Sep 22, 2022
98b8a97
ci/benchmarks: fix copypaste bug affecting regression report highligh…
jberryman Sep 22, 2022
3276dac
server/tests-py: Support MSSQL and Citus with run.sh and run-new.sh.
SamirTalwar Sep 22, 2022
9d49198
Docs / Install-Manifests: Fix Azure Deployment Buttons
seanparkross Sep 22, 2022
f4dc10a
Raw Query Support for Data Connectors - GDW-394
sordina Sep 22, 2022
611f271
docs: add data source config explanation for local dev
hasura-bot Sep 23, 2022
10e52ca
Docs: Fix dedicated VPC available on (Small)
seanparkross Sep 23, 2022
08eb642
docs: add supabase and enterprisedb guides
robertjdominguez Sep 23, 2022
d2e00b2
feat: Document aggregation predicates
plcplc Sep 23, 2022
9eda39b
Docs: Clarify Databases > Getting Started > BigQuery docs
seanparkross Sep 23, 2022
e66e954
console: update msw and add one graphql mock
abhi40308 Sep 23, 2022
a2992b6
server: don't export the `backend_only` permissions flag if it is set…
Sep 26, 2022
a3e3d9f
docs: add note to schema index
marionschleifer Sep 26, 2022
4a833e1
console: fix export to CSV
lucarestagno Sep 26, 2022
d09e881
console: add onboarding wizard tests
abhi40308 Sep 26, 2022
1a1a5ab
server: merge `graphql-parser-hs` into the monorepo
kodiakhq[bot] Sep 26, 2022
6ac4018
server: feature flag for disabling `TABLE_updates` fields
danieljharvey Sep 26, 2022
3a4821d
console: introduce a generalised useNeonIntegration hook
Sep 26, 2022
ad3d9e7
removed dependency
ejkkan Sep 26, 2022
2a180c1
console: GQL Customization while tracking a table
m4ttheweric Sep 26, 2022
62e0a61
Improve error message phrasing in `safeSelectionSet`
Sep 27, 2022
6fb4532
server: report metrics API status from config API
awjchen Sep 27, 2022
4a775ec
Extract `dc-api` and its tests from `graphql-engine.cabal`
Sep 27, 2022
797fcca
server: Upgrade to CockroachDB 22.2 nightly and enable skipped tests …
danieljharvey Sep 27, 2022
c428604
server, pro: make http manager with allowlist in `migrateCatalogSchema`
paritosh-08 Sep 27, 2022
8f7c710
console: add new test cases for Eport to CSV
lucarestagno Sep 27, 2022
13b28f9
cli: move AddDatabaseToHasura to testutil package
m-Bilal Sep 27, 2022
1f16a8d
make the build outpout similar than before
beaussan Sep 27, 2022
706ca00
console: support multi tenant connection pooling on cloud
soorajshankar Sep 27, 2022
cd87b9a
console: integrate the generalised hook useNeonIntegration hook to re…
Sep 27, 2022
615e08c
cli: Fix query collection export missing definition object and querie…
m-Bilal Sep 27, 2022
b59f19a
server/postgres: address `translateTableRelationship` feedback
sassela Sep 27, 2022
343ba1c
server: Console Sentry DSN support
danieljharvey Sep 27, 2022
432bf7f
docs: replace cloud-db logos and add titles
robertjdominguez Sep 27, 2022
c65c008
server: add metadata origin in streaming subscription field parser
paritosh-08 Sep 27, 2022
f9f8857
Reverse `stringifyNumbers` assertions
Sep 27, 2022
703ce89
feature (console): get table rows for non postgres databases via DAL
vijayprasanna13 Sep 27, 2022
0aaf5a7
tests: fix ViewsSpec for CockroachDB
danieljharvey Sep 27, 2022
9fef40c
console : add onboarding template gallery
PriyaSharma45 Sep 27, 2022
94ddd45
Add the ability to test against tables in configurable schemas in Dat…
daniel-chambers Sep 27, 2022
24053db
ci: Testing more Postgres versions with Hspec
danieljharvey Sep 28, 2022
f0afc42
console: add `Try it` button on table view to try operations from gra…
Varun-Choudhary Sep 28, 2022
098d3fa
Upgrade all package-lock.json files to the v2 format.
SamirTalwar Sep 28, 2022
eb5647e
console: update the bigquery label
lucarestagno Sep 28, 2022
d2436d2
server/tests-py: Declaratively state the HGE environment variables.
SamirTalwar Sep 28, 2022
a1d0fe4
console: remove suggested CockroachDB column
danieljharvey Sep 28, 2022
579c8ed
console: new empty state component for schema page
ejkkan Sep 28, 2022
511bdc8
console: fix few UI glitches
rikinsk Sep 28, 2022
431c0d3
docs: add PR checklist
robertjdominguez Sep 28, 2022
c7c8f4d
Reload sources when applying metadata.
SamirTalwar Sep 28, 2022
36f2fec
CI: Fix all shellcheck warnings in test-server.sh
SamirTalwar Sep 28, 2022
b63c17b
server: fix MySQL connection pool settings getting swapped on parse
hallettj Sep 28, 2022
8158dc6
console: update root component for onboarding to have cloud console c…
abhi40308 Sep 29, 2022
8e2e981
console: add useInstallTemplate hook
abhi40308 Sep 29, 2022
74b7301
pro/multitenant: remove vault token from vault error logs
Naveenaidu Sep 29, 2022
9b45dab
console: show onboarding wizard only for cloud console
Sep 29, 2022
70f94e1
console: UI changes for the `Try it` feature
Varun-Choudhary Sep 29, 2022
411abb6
server/tests-py: Run the auth hook inside the test harness.
SamirTalwar Sep 29, 2022
4de228f
docs: Correct histogram buckets for event queue time
awjchen Sep 29, 2022
d11d545
tests: NoQueriesAvailable fix for CockroachDB
danieljharvey Sep 29, 2022
abeb4de
docs: add db-migration links to providers
robertjdominguez Sep 29, 2022
51f6d71
Streaming subscriptions introduction update (#6004)
coco98 Sep 29, 2022
a950901
console: allow skipping notification display while adding datasource
Sep 29, 2022
1962bd3
docs: restructure heroku page and add migration links
robertjdominguez Sep 29, 2022
041f634
streaming subscriptions architecture: fix hash tags
praveenweb Sep 29, 2022
53d5671
server/tests-py: Provide the admin secret to the HGE server.
SamirTalwar Sep 29, 2022
323e87b
streaming subscriptions architecture: update try it out instructions
praveenweb Sep 29, 2022
da1f565
console: show template summary in a modal after sample template has b…
Sep 29, 2022
f8fe85f
console: removing the existing onboarding with neon launch
ojasww Sep 30, 2022
d8ea59a
console: enhance onboarding query dialog UI
abhi40308 Sep 30, 2022
8c1d477
platform(nx): import pro console into nx
beaussan Sep 30, 2022
764599a
update-digital-ocean-one-click-droplet-link
hasura-bot Sep 30, 2022
a32d34f
fix type name generation for aggregation predicate functions
soupi Sep 30, 2022
24d5390
console: BigQuery filters not working
lucarestagno Sep 30, 2022
5ee5922
fixed faulty JSON inserts for cockroach and citus
ejkkan Sep 30, 2022
4360840
console: update Neon Banner and adjust button
ojasww Sep 30, 2022
3770eb1
run bigquery with retry in test-harness
soupi Sep 30, 2022
6ea945e
server: Permit strings for numerical input fields
plcplc Sep 30, 2022
6d37360
console: add onboarding events to neon integration; misc onboarding c…
Sep 30, 2022
5462443
Docs: New Getting Started > How it Works page (WIP)
seanparkross Sep 30, 2022
7236262
console: query auto population and usage
ojasww Sep 30, 2022
45cfc1f
Nix: Get the Nix shell working on macOS/aarch64.
SamirTalwar Sep 30, 2022
5e2eb63
server: remove default `+RTS -qn2` setting
jberryman Sep 30, 2022
98a583d
Remove spaces before colons in error messages and descriptions
Oct 1, 2022
54fa272
docs: Fix minor typo
hasura-bot Oct 2, 2022
886ec06
console: rollback remote schema permission edition buttons migration
nicoinch Oct 3, 2022
4806ea5
console: fix local object relationship deletion
dancamma Oct 3, 2022
e8790ca
Improve description for table select columns enum type
Oct 3, 2022
c69e584
console: fix UI for auto-cleanup event trigger on modify page
Varun-Choudhary Oct 3, 2022
f5c4747
CI: Upgrade our CI Docker images to the latest stable Debian + Ubuntu…
SamirTalwar Oct 3, 2022
b97f28a
console: add reload metadata call to `useInstallMetadata` hook
abhi40308 Oct 3, 2022
6ccdefd
Memoize column parsers (within roles)
Oct 3, 2022
bd89e41
Print the definitions of the types that are conflicting
Oct 3, 2022
3e015e7
Clean up `Hasura.Prelude` a bit
Oct 3, 2022
d80a0ba
Extract the test harness from the Hspec tests
Oct 4, 2022
cb57a0b
CI: Run the "server hpack" check on main and invalidate the cache pro…
SamirTalwar Oct 4, 2022
c8e4e22
CLI: Upgrade Dockertest to try and fix the build on CI.
SamirTalwar Oct 4, 2022
e2c8f38
console: show event trigger invocation logs if only event logs are cl…
Varun-Choudhary Oct 4, 2022
6a36159
console: Hide cumulative max connections
soorajshankar Oct 4, 2022
9fe25f8
community: update streaming-subscriptions-chat ui
lastnamearya Oct 4, 2022
3b1882b
console: add types generator in add new action form
dancamma Oct 4, 2022
6f86869
packaging: partially revert #5604, stay on focal to use libssl1.1. Ad…
jberryman Oct 5, 2022
67c9919
community: streaming chat app - add graphql query tab
lastnamearya Oct 5, 2022
b751a84
Refactor `FromItem` to use `TableIdentifier`
plcplc Oct 5, 2022
f53a91a
api-tests: Sort and uniquify test module names in the Cabal file.
SamirTalwar Oct 5, 2022
ec55b48
rfc: separate metadata API types from business logic types
hallettj Oct 5, 2022
60b0ff3
Add support for lowercase table and column names in the Data Connecto…
daniel-chambers Oct 5, 2022
995226b
console: update onboarding messages for the new template schema
Oct 6, 2022
7c3ff14
console: isolate redux logic for the insert row tab
lucarestagno Oct 6, 2022
87166a5
server: switch to ghc 9.2 (2nd try)
jberryman Oct 6, 2022
1ebda78
tests: add Postgres 14 and Postgres 15 pytests
danieljharvey Oct 6, 2022
c755563
console: added an error notification when successful gql response con…
ejkkan Oct 6, 2022
0aad33d
console: add response_transform in update_action api call
Varun-Choudhary Oct 6, 2022
048309e
console: disable url field on view remote schema page
Varun-Choudhary Oct 6, 2022
a3cf464
server: remove ghc libs from freeze file, update guides
soupi Oct 6, 2022
e8cc9a8
test: Check CockroachDB can query into JSONB values with a path
danieljharvey Oct 6, 2022
f668f19
console: fix e2e tests
lucarestagno Oct 6, 2022
4556b5c
tooling: bump .ghcversion to 9.2.4
danieljharvey Oct 6, 2022
204b462
CI: Remove the custom Microsoft SQL Server image.
SamirTalwar Oct 6, 2022
74b3300
server/tests-py: Fix the run.sh and run-new.sh scripts to work with o…
SamirTalwar Oct 6, 2022
9e9bc6b
Nix: Upgrade to GHC 9.2.4.
SamirTalwar Oct 6, 2022
3d33bfd
Docs: Fix Docker compose version issue in getting started
seanparkross Oct 7, 2022
9d7d2ae
server: fetch col_description using value from column directly
danieljharvey Oct 7, 2022
c108603
Remove parsing for functions in Cockroach
Oct 7, 2022
3f6f9b2
Clean up `pg-client-hs`
Oct 7, 2022
3cd5873
console: added update_many field to table field customization component
ejkkan Oct 7, 2022
3f6ea45
Docs: Wiki add documentation 'mission statement'
seanparkross Oct 7, 2022
415a196
Docs: Wiki Restructure and remove Sphinx RST - WIP
seanparkross Oct 7, 2022
0781577
docs: Fix minor grammatical errors in faq.mdx
hasura-bot Oct 7, 2022
d153a1f
docs: add SLA and reorder pages
robertjdominguez Oct 7, 2022
9a37191
Remove some unnecessary `OPTIONS_GHC` pragmas
Oct 7, 2022
b372f07
docs: functions -> custom functions
soupi Oct 7, 2022
75d874f
docs: update clouds screenshots throughout docs
akarsh-jain-790 Oct 22, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
23 changes: 0 additions & 23 deletions .circleci/cli-builder.dockerfile

This file was deleted.

Loading