superset/superset-frontend
Jack Fragassi 304e3b36eb
feat(alerts & reports): Easier to read execution logs (#13752)
* Prep for migration

* Migration for execution id column

* Generate execution ids for alerts and reports

* Change execution id range

* Add execution id to API endpoint

* Add execution id to execution log view

* Change execution id range

* Change execution id to a uuid

* Fix execution id type

* Switch state and exec. id columns

* Change db column to UUIDType

* Python lint

* Fix failing frontend tests

* execution_id -> uuid

* Fix migration head

* lint

* Use celery task id as the execution id

* lint

* lint for real

* Fix tests
2021-03-30 08:46:16 -07:00
..
.storybook Adds tests and storybook to CopyToClipboard component (#13359) 2021-03-02 16:34:55 -08:00
branding style: Change logo color to new branding (#10090) 2020-06-17 19:47:02 -07:00
cypress-base fix(cypress): avoid referencing detached dom nodes (#13825) 2021-03-26 14:46:31 -07:00
images feat(cross-filter): Cross filter badge (#13687) 2021-03-18 17:59:13 +02:00
spec feat(alerts & reports): Easier to read execution logs (#13752) 2021-03-30 08:46:16 -07:00
src feat(alerts & reports): Easier to read execution logs (#13752) 2021-03-30 08:46:16 -07:00
stylesheets test: Adds tests and storybook to PopoverSection component (#13438) 2021-03-09 12:08:10 -08:00
.eslintignore Upgrade typescript to 3.8.2 (#9189) 2020-02-25 08:44:26 -08:00
.eslintrc.js refactor(explore): convert ControlPanelsContainer to typescript (#13221) 2021-02-28 10:10:15 -08:00
.gitignore Upgrade typescript to 3.8.2 (#9189) 2020-02-25 08:44:26 -08:00
.nvmrc chore: bump node.js to v14 (#13215) 2021-02-20 19:42:51 +02:00
babel.config.js chore: upgrade eslint, babel, and prettier (#12393) 2021-01-10 17:26:35 -08:00
cypress_build.sh build(deps-dev): update cypress to 5.5.0, improvements for running locally (#11603) 2020-11-10 15:51:47 -08:00
jest.config.js Change test environment to jsdom (#13149) 2021-02-16 08:48:16 -08:00
js_build.sh SIP-32: Moving frontend code to the base of the repo (#9098) 2020-02-09 17:53:56 -08:00
jsconfig.json test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
package-lock.json refactor: New schedule query button (#13797) 2021-03-26 09:56:59 -04:00
package.json refactor: New schedule query button (#13797) 2021-03-26 09:56:59 -04:00
prettier.config.js refactor: merge/upgrade superset-ui packages (#10790) 2020-09-09 13:18:55 -07:00
tsconfig.json refactor: migrate table chart to new API (#10270) 2021-01-29 13:12:09 +02:00
webpack.config.js feat: Add error pages (#13144) 2021-03-04 09:58:16 -08:00
webpack.proxy-config.js test: add React Testing Library (#11771) 2020-12-01 11:14:37 -08:00