graphql-engine/console
Abhijeet Khangarot c705f9fd17 console/heap: redact user sensitive data from title html tag
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5312
GitOrigin-RevId: 35508cdf78cfdc1445ca052675558ba2153dbc7a
2022-08-03 15:44:00 +00:00
..
.storybook console: migrate REST endpoint form to new components 2022-06-30 14:17:52 +00:00
cypress console: e2e test for graphql customization while adding data source 2022-07-21 09:31:55 +00:00
docs console: Define a testing strategy 2022-08-03 11:35:17 +00:00
exports console: React bootstrap tooltip migration 2022-08-03 12:39:30 +00:00
public console(local-dev): remove ssr for local development 2022-07-20 16:05:04 +00:00
scripts workflow: add lint and format action for console (#4501) 2020-05-29 16:45:43 +05:30
src console/heap: redact user sensitive data from title html tag 2022-08-03 15:44:00 +00:00
static console: migrate REST endpoint form to new components 2022-06-30 14:17:52 +00:00
webpack console(local-dev): remove ssr for local development 2022-07-20 16:05:04 +00:00
.babelrc console: add storybook support 2021-09-20 16:31:25 +00:00
.eslintignore Console/permissions tab component 2022-03-08 07:46:19 +00:00
.eslintrc console: upgrade to node 16 and npm 8 2022-08-02 13:52:53 +00:00
.gitignore console: migrate REST endpoint form to new components 2022-06-30 14:17:52 +00:00
.npmignore console: package modules from oss 2021-03-17 18:59:18 +00:00
.nvmrc console: upgrade to node 16 and npm 8 2022-08-02 13:52:53 +00:00
.prettierignore console: fix linter config (#4137) 2020-04-06 16:53:04 +05:30
cypress-local.config.ts console: Update Cypress to v10 and run the migration guide 2022-07-05 08:51:35 +00:00
cypress.config.ts console: Update Cypress to v10 and run the migration guide 2022-07-05 08:51:35 +00:00
hasuraconfig.js add console to graphql-engine 2018-06-28 10:27:37 +05:30
jest.config.js Console: jest tests files regexp + refactoring 2022-08-03 14:53:24 +00:00
Makefile console: Automatically install node_modules. 2022-06-03 12:40:27 +00:00
package-lock.json console: upgrade to node 16 and npm 8 2022-08-02 13:52:53 +00:00
package.json console: upgrade to node 16 and npm 8 2022-08-02 13:52:53 +00:00
postcss-storybook.config.js console: migrate REST endpoint form to new components 2022-06-30 14:17:52 +00:00
postcss.config.js console: add tailwindcss for styles 2021-08-10 13:46:52 +00:00
README.md console: Define a testing strategy 2022-08-03 11:35:17 +00:00
tailwind-storybook.config.js console: migrate REST endpoint form to new components 2022-06-30 14:17:52 +00:00
tailwind.config.js console: add horizontal variants for form fields wrapper CON-403 2022-07-29 18:12:59 +00:00
tsconfig.json console: add form library components 2021-10-07 09:51:10 +00:00
tsconfig.test.json console: add schema sharing 2021-07-08 08:18:25 +00:00

Hasura Console

The Hasura console is an admin dashboard to manage the connected database and to try out GraphQL APIs. It is a React application bundled with Webpack and the state is managed mostly using Redux.

Table of contents