apache-airflow-providers-fab 1.5.2rc1__py3-none-any.whl → 2.0.0rc1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- airflow/providers/fab/__init__.py +3 -3
- airflow/providers/fab/auth_manager/api/auth/backend/basic_auth.py +1 -1
- airflow/providers/fab/auth_manager/api/auth/backend/kerberos_auth.py +1 -1
- airflow/providers/fab/auth_manager/api/auth/backend/session.py +1 -1
- airflow/providers/fab/auth_manager/api_endpoints/role_and_permission_endpoint.py +1 -1
- airflow/providers/fab/auth_manager/api_endpoints/user_endpoint.py +1 -1
- airflow/providers/fab/auth_manager/cli_commands/db_command.py +1 -1
- airflow/providers/fab/auth_manager/cli_commands/utils.py +4 -16
- airflow/providers/fab/auth_manager/decorators/auth.py +3 -2
- airflow/providers/fab/auth_manager/fab_auth_manager.py +26 -20
- airflow/providers/fab/auth_manager/security_manager/override.py +5 -116
- airflow/providers/fab/get_provider_info.py +3 -3
- airflow/providers/fab/www/__init__.py +17 -0
- airflow/providers/fab/www/app.py +87 -0
- airflow/providers/fab/www/extensions/__init__.py +16 -0
- airflow/providers/fab/www/extensions/init_appbuilder.py +557 -0
- airflow/providers/fab/www/extensions/init_jinja_globals.py +80 -0
- airflow/providers/fab/www/extensions/init_manifest_files.py +61 -0
- airflow/providers/fab/www/extensions/init_security.py +42 -0
- airflow/providers/fab/www/extensions/init_views.py +67 -0
- airflow/providers/fab/www/package-lock.json +21201 -0
- airflow/providers/fab/www/package.json +156 -0
- airflow/providers/fab/www/static/css/bootstrap-theme.css +6215 -0
- airflow/providers/fab/www/static/css/loading-dots.css +60 -0
- airflow/providers/fab/www/static/css/main.css +676 -0
- airflow/providers/fab/www/static/css/material-icons.css +84 -0
- airflow/providers/fab/www/static/js/datetime_utils.js +134 -0
- airflow/providers/fab/www/static/js/main.js +324 -0
- airflow/providers/fab/www/static/sort_asc.png +0 -0
- airflow/providers/fab/www/static/sort_both.png +0 -0
- airflow/providers/fab/www/static/sort_desc.png +0 -0
- airflow/providers/fab/www/templates/airflow/_messages.html +30 -0
- airflow/providers/fab/www/templates/airflow/error.html +35 -0
- airflow/providers/fab/www/templates/airflow/main.html +79 -0
- airflow/providers/fab/www/templates/airflow/traceback.html +57 -0
- airflow/providers/fab/www/templates/appbuilder/index.html +20 -0
- airflow/providers/fab/www/templates/appbuilder/navbar.html +53 -0
- airflow/providers/fab/www/templates/appbuilder/navbar_menu.html +60 -0
- airflow/providers/fab/www/webpack.config.js +248 -0
- {apache_airflow_providers_fab-1.5.2rc1.dist-info → apache_airflow_providers_fab-2.0.0rc1.dist-info}/METADATA +9 -11
- {apache_airflow_providers_fab-1.5.2rc1.dist-info → apache_airflow_providers_fab-2.0.0rc1.dist-info}/RECORD +43 -16
- {apache_airflow_providers_fab-1.5.2rc1.dist-info → apache_airflow_providers_fab-2.0.0rc1.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_fab-1.5.2rc1.dist-info → apache_airflow_providers_fab-2.0.0rc1.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,156 @@
|
|
1
|
+
{
|
2
|
+
"name": "airflow-www",
|
3
|
+
"version": "1.0.0",
|
4
|
+
"description": "Apache Airflow is a platform to programmatically author, schedule and monitor workflows.",
|
5
|
+
"scripts": {
|
6
|
+
"test": "jest",
|
7
|
+
"dev": "NODE_ENV=development webpack --watch --progress --devtool eval-cheap-source-map --mode development",
|
8
|
+
"prod": "NODE_ENV=production node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js --mode production --progress",
|
9
|
+
"build": "NODE_ENV=production webpack --progress --mode production",
|
10
|
+
"lint": "eslint --ignore-path=.eslintignore --max-warnings=0 --ext .js,.jsx,.ts,.tsx . && tsc",
|
11
|
+
"lint:fix": "eslint --fix --ignore-path=.eslintignore --ext .js,.jsx,.ts,.tsx . && tsc",
|
12
|
+
"format": "yarn prettier --write .",
|
13
|
+
"generate-api-types": "npx openapi-typescript \"../api_connexion/openapi/v1.yaml\" --output static/js/types/api-generated.ts && node alias-rest-types.js static/js/types/api-generated.ts"
|
14
|
+
},
|
15
|
+
"author": "Apache",
|
16
|
+
"license": "Apache-2.0",
|
17
|
+
"repository": {
|
18
|
+
"type": "git",
|
19
|
+
"url": "git+https://github.com/apache/airflow.git"
|
20
|
+
},
|
21
|
+
"homepage": "https://airflow.apache.org/",
|
22
|
+
"keywords": [
|
23
|
+
"big",
|
24
|
+
"data",
|
25
|
+
"workflow",
|
26
|
+
"airflow",
|
27
|
+
"d3",
|
28
|
+
"nerds",
|
29
|
+
"database",
|
30
|
+
"flask"
|
31
|
+
],
|
32
|
+
"browserslist": {
|
33
|
+
"production": [
|
34
|
+
">0.2%",
|
35
|
+
"not dead",
|
36
|
+
"not op_mini all"
|
37
|
+
],
|
38
|
+
"development": [
|
39
|
+
"last 1 chrome version",
|
40
|
+
"last 1 firefox version",
|
41
|
+
"last 1 safari version"
|
42
|
+
]
|
43
|
+
},
|
44
|
+
"devDependencies": {
|
45
|
+
"@babel/core": "^7.24.7",
|
46
|
+
"@babel/eslint-parser": "^7.24.7",
|
47
|
+
"@babel/plugin-transform-runtime": "^7.24.7",
|
48
|
+
"@babel/preset-env": "^7.24.7",
|
49
|
+
"@babel/preset-react": "^7.24.7",
|
50
|
+
"@babel/preset-typescript": "^7.24.7",
|
51
|
+
"@testing-library/jest-dom": "^5.16.0",
|
52
|
+
"@testing-library/react": "^13.0.0",
|
53
|
+
"@types/color": "^3.0.3",
|
54
|
+
"@types/json-to-pretty-yaml": "^1.2.1",
|
55
|
+
"@types/react": "^18.0.12",
|
56
|
+
"@types/react-dom": "^18.0.5",
|
57
|
+
"@types/react-syntax-highlighter": "^15.5.6",
|
58
|
+
"@types/react-table": "^7.7.12",
|
59
|
+
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
60
|
+
"@typescript-eslint/parser": "^5.0.0",
|
61
|
+
"babel-jest": "^27.3.1",
|
62
|
+
"babel-loader": "^9.1.0",
|
63
|
+
"clean-webpack-plugin": "^3.0.0",
|
64
|
+
"copy-webpack-plugin": "^6.0.3",
|
65
|
+
"css-loader": "5.2.7",
|
66
|
+
"css-minimizer-webpack-plugin": "^4.0.0",
|
67
|
+
"eslint": "^8.6.0",
|
68
|
+
"eslint-config-airbnb": "^19.0.4",
|
69
|
+
"eslint-config-airbnb-typescript": "^17.0.0",
|
70
|
+
"eslint-config-prettier": "^8.6.0",
|
71
|
+
"eslint-plugin-html": "^6.0.2",
|
72
|
+
"eslint-plugin-import": "^2.27.5",
|
73
|
+
"eslint-plugin-jsx-a11y": "^6.5.0",
|
74
|
+
"eslint-plugin-node": "^11.1.0",
|
75
|
+
"eslint-plugin-promise": "^4.2.1",
|
76
|
+
"eslint-plugin-react": "^7.30.0",
|
77
|
+
"eslint-plugin-react-hooks": "^4.5.0",
|
78
|
+
"eslint-plugin-standard": "^4.0.1",
|
79
|
+
"file-loader": "^6.0.0",
|
80
|
+
"imports-loader": "^1.1.0",
|
81
|
+
"jest": "^27.3.1",
|
82
|
+
"jest-canvas-mock": "^2.5.1",
|
83
|
+
"mini-css-extract-plugin": "^1.6.2",
|
84
|
+
"moment": "^2.29.4",
|
85
|
+
"moment-locales-webpack-plugin": "^1.2.0",
|
86
|
+
"openapi-typescript": "^5.4.1",
|
87
|
+
"prettier": "^2.8.4",
|
88
|
+
"style-loader": "^1.2.1",
|
89
|
+
"stylelint": "^15.10.1",
|
90
|
+
"stylelint-config-prettier": "^9.0.5",
|
91
|
+
"stylelint-config-standard": "^20.0.0",
|
92
|
+
"terser-webpack-plugin": "<5.0.0",
|
93
|
+
"typescript": "^4.6.3",
|
94
|
+
"url-loader": "4.1.0",
|
95
|
+
"web-worker": "^1.2.0",
|
96
|
+
"webpack": "^5.94.0",
|
97
|
+
"webpack-cli": "^4.0.0",
|
98
|
+
"webpack-license-plugin": "^4.2.1",
|
99
|
+
"webpack-manifest-plugin": "^4.0.0"
|
100
|
+
},
|
101
|
+
"dependencies": {
|
102
|
+
"@chakra-ui/anatomy": "^2.2.2",
|
103
|
+
"@chakra-ui/react": "2.4.2",
|
104
|
+
"@emotion/cache": "^11.9.3",
|
105
|
+
"@emotion/react": "^11.9.3",
|
106
|
+
"@emotion/styled": "^11",
|
107
|
+
"@tanstack/react-table": "^8.13.2",
|
108
|
+
"@visx/group": "^2.10.0",
|
109
|
+
"@visx/shape": "^2.12.2",
|
110
|
+
"ansi_up": "^6.0.2",
|
111
|
+
"axios": "^1.7.4",
|
112
|
+
"camelcase-keys": "^7.0.0",
|
113
|
+
"chakra-react-select": "^4.0.0",
|
114
|
+
"codemirror": "^5.59.1",
|
115
|
+
"color": "^4.2.3",
|
116
|
+
"d3": "^3.4.4",
|
117
|
+
"d3-selection": "^3.0.0",
|
118
|
+
"d3-shape": "^2.1.0",
|
119
|
+
"d3-tip": "^0.9.1",
|
120
|
+
"dagre-d3": "^0.6.4",
|
121
|
+
"echarts": "^5.4.2",
|
122
|
+
"elkjs": "^0.7.1",
|
123
|
+
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
|
124
|
+
"framer-motion": "^6.0.0",
|
125
|
+
"jquery": ">=3.5.0",
|
126
|
+
"jquery-ui": "1.13.3",
|
127
|
+
"jshint": "^2.13.4",
|
128
|
+
"json-to-pretty-yaml": "^1.2.2",
|
129
|
+
"lodash": "^4.17.21",
|
130
|
+
"moment-timezone": "^0.5.43",
|
131
|
+
"react": "^18.0.0",
|
132
|
+
"react-dom": "^18.0.0",
|
133
|
+
"react-icons": "^5.2.1",
|
134
|
+
"react-json-view": "^1.21.3",
|
135
|
+
"react-markdown": "^8.0.4",
|
136
|
+
"react-query": "^3.39.1",
|
137
|
+
"react-router-dom": "^6.3.0",
|
138
|
+
"react-syntax-highlighter": "^15.5.0",
|
139
|
+
"react-table": "^7.8.0",
|
140
|
+
"react-textarea-autosize": "^8.3.4",
|
141
|
+
"reactflow": "^11.7.4",
|
142
|
+
"redoc": "^2.0.0-rc.72",
|
143
|
+
"remark-gfm": "^3.0.1",
|
144
|
+
"swagger-ui-dist": "4.1.3",
|
145
|
+
"tsconfig-paths": "^3.14.2",
|
146
|
+
"type-fest": "^2.17.0",
|
147
|
+
"url-search-params-polyfill": "^8.1.0",
|
148
|
+
"validator": "^13.9.0"
|
149
|
+
},
|
150
|
+
"resolutions": {
|
151
|
+
"d3-color": "^3.1.0",
|
152
|
+
"braces": "^3.0.3",
|
153
|
+
"json5": ">=2.2.2",
|
154
|
+
"moment-timezone": ">=0.5.35"
|
155
|
+
}
|
156
|
+
}
|