Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,6 @@ repos:
- id: compile-fab-assets
name: Compile FAB provider assets
language: node
'types_or': [javascript, ts, tsx]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is why sometimes the assets are not generated. If you modify package.json which define the dependencies, it wont regenerate the assets, although it should. Removing this filter fixes the issue

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nevermind, this is not the root cause. But we still should remove it for local development

files: ^providers/fab/.*/www/
entry: ./scripts/ci/pre_commit/compile_fab_assets.py
pass_filenames: false
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"airflowDefaultTheme.css": "airflowDefaultTheme.48540e25fb1e474cef20.css",
"airflowDefaultTheme.js": "airflowDefaultTheme.48540e25fb1e474cef20.js",
"flash.css": "flash.02dea0c2ac20820e8d1b.css",
"flash.js": "flash.02dea0c2ac20820e8d1b.js",
"loadingDots.css": "loadingDots.96221bc8b6345c7d65b3.css",
"loadingDots.js": "loadingDots.96221bc8b6345c7d65b3.js",
"main.css": "main.49c4d5787ef1f247f004.css",
"main.js": "main.49c4d5787ef1f247f004.js",
"materialIcons.css": "materialIcons.4fd835641d53f81af3d3.css",
"materialIcons.js": "materialIcons.4fd835641d53f81af3d3.js",
"moment.js": "moment.6943aa3cca9cb1129a71.js",
"runtime.js": "runtime.3c1a5fcbb3c1b7c62ad7.js",
"743.js": "743.57634ddb93717b7c8c1a.js",
"airflowDefaultTheme.css": "airflowDefaultTheme.ad8dda5568e05025b227.css",
"airflowDefaultTheme.js": "airflowDefaultTheme.ad8dda5568e05025b227.js",
"flash.css": "flash.b79fc1a41842edaebd1e.css",
"flash.js": "flash.b79fc1a41842edaebd1e.js",
"loadingDots.css": "loadingDots.e0e7d08bf05145b507f1.css",
"loadingDots.js": "loadingDots.e0e7d08bf05145b507f1.js",
"main.css": "main.86c51bce5f9ddc8b144c.css",
"main.js": "main.86c51bce5f9ddc8b144c.js",
"materialIcons.css": "materialIcons.64ecd8081995e8cc1b62.css",
"materialIcons.js": "materialIcons.64ecd8081995e8cc1b62.js",
"moment.js": "moment.4dc2e04c449ec8a3b41c.js",
"runtime.js": "runtime.086dc01132a20c74861a.js",
"743.js": "743.365a1eb58dd47776b82f.js",
"jquery-ui.min.js": "jquery-ui.min.js",
"jquery-ui.min.css": "jquery-ui.min.css",
"oss-licenses.json": "oss-licenses.json",
Expand Down
2 changes: 1 addition & 1 deletion providers/fab/www-hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9c85fa59b691a60a47c7f37c1ab429a9229467634b77609113b18fd156738db7
83e6236e453a6c8de1e532a13c032e80f12bf22692a51f7eb49a87d8e8f662d8
Loading