graphql-engine/console
Nicolas Beaussart 5c421aca95 console: hotfix neon auth back in console
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7700
GitOrigin-RevId: 825e0c6214b35197c361235f957f081644b75085
2023-01-30 07:54:46 +00:00
..
.storybook console: Lab/notifications 2023-01-24 11:09:00 +00:00
cypress console: fix cypress tests not running 2023-01-25 11:25:03 +00:00
docs Fix broken links 2022-10-26 14:22:19 +00:00
exports frontend: make a archive copy of the console files just in case 2023-01-25 11:24:46 +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: hotfix neon auth back in console 2023-01-30 07:54:46 +00:00
static console: Update the Analytics docs 2022-11-04 16:09:27 +00:00
webpack feat(console): add import single endpoint from openAPI 2022-11-29 19:09:53 +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: Prevent using analytics-related props on React components 2022-10-28 16:23:47 +00:00
.gitignore console: E2E test to verify DB compatibility 2022-11-17 17:00:58 +00:00
.npmignore console: package modules from oss 2021-03-17 18:59:18 +00:00
.npmrc console: refactor filter section components 2022-09-01 13:34:36 +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
console.code-workspace Add VS Code setting to correctly show TailwindCSS rem units in pixels 2023-01-06 10:33:10 +00:00
control-plane-graphql-codegen.yml console: add a standardised lux client and setup type autogeneration for control plane graphql types 2022-11-04 11:16:41 +00:00
cypress.config.ts test: add snapshot check to action e2e test 2022-12-02 10:03:39 +00:00
hasuraconfig.js add console to graphql-engine 2018-06-28 10:27:37 +05:30
jest.config.js frontend: upgrade to jest 27 2022-12-14 16:00:54 +00:00
Makefile console: cleenup makefiles 2022-11-10 14:26:41 +00:00
package-lock.json console: Lab/notifications 2023-01-24 11:09:00 +00:00
package.json console: Lab/notifications 2023-01-24 11:09:00 +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
snapshots.js test: add snapshot check to action e2e test 2022-12-02 10:03:39 +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 frontend: make a archive copy of the console files just in case 2023-01-25 11:24:46 +00:00
tsconfig.json console: fix the Typescript no implicit returns rules 2022-08-17 14:37:04 +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