Commit ba6835f
authored
Pre commit autoformat (#846)
* Removed unused imports using autoflake.
* Ordered imports using isort.
* Reformatted using black.
* Setting up pre-commits.
* Ran pre-commit an all files.
* Working on creating openapi.json without running backend to be used with codegen.
* Fixed `MUI: The Tabs component doesn't accept a Fragment as a child.`
* Fixed runtime error due to replacing `== None` with 'is None'.
* Fixed runtime error due to replacing `== None` with 'is None'.
* Automatically generate openapi json file using pre-commit hook.
* Added codegen precommit hook.
* Setting up prettier and eslint.
* First run of prettier.
* Runnin eslint and prettier as hooks.
* Skip codegen directories when running eslint and prettier.
* Flake8 E711 exception. Required for Beanie query to work.
* Fixed search_users_prefix codegen stub.
* Fixed beanie query for get_dataset_folders.
* Ignore Flake8 E711 since beanie query do not support `is None`.1 parent 5b0c903 commit ba6835f
File tree
261 files changed
+20740
-8870
lines changed- .github/workflows
- .run
- backend
- app
- database
- deps
- models
- migrations
- rabbitmq
- routers
- search
- tests
- deployments
- docker
- kubernetes/charts
- clowder2
- templates
- docs
- source
- frontend
- src
- actions
- components
- apikeys
- auth
- legacy
- datasets
- dialog
- errors
- files
- groups
- listeners
- metadata
- widgets
- search
- styledComponents
- tabs
- versions
- visualizations
- Audio
- CSV
- Demo
- Html
- Image
- Text
- VegaSpec
- Video
- openapi
- v1
- core
- models
- services
- v2/services
- reducers
- schema
- store
- styles
- types
- utils
- scripts
- develop/populate_fake_data
- keycloak
- clowder-theme
- login
- metadata
- config
- definitions
- mongoviews
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
261 files changed
+20740
-8870
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
0 commit comments