Colton Padden
d395d0fff0
bump backstage dependencies
...
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-09 10:17:21 -05:00
Colton Padden
6c376f2958
make baseUrl required in client constructor as it is required in configSchema
...
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-09 10:12:45 -05:00
Colton Padden
01c1e2ed2b
move react to peerDependencies
...
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-09 09:57:33 -05:00
Colton Padden
ace76c21ca
add section to README for feature requests
...
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-09 09:57:33 -05:00
Colton Padden
ee20946df1
remove unused dependencies from package.json
...
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-09 09:57:33 -05:00
Colton Padden
89b220ed73
Instructions and default app configuration should use generic Airflow URLs
...
Updated the instructions in the README, and the example entries in the
app-config.yml file to use `https://your.airflow.instance.com ` instead of
`localhost:8080`.
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-09 09:57:32 -05:00
Colton Padden
6039eb507f
Update installation instructions now that plugin is integrated in Backstage
...
Existing instructions assumed that the plugin was sourced in a separate Git
repository. Instructions have been simplified now that the plugin is integrated
into the main Backstage repository.
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-09 09:57:32 -05:00
Colton Padden
051f9b1a23
replace wildcard dependency versions for devDependencies in favor of explicit versions
...
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-09 09:57:32 -05:00
Colton Padden
ff614360fc
move @types/node from dependencies to devDependencies
...
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-09 09:57:32 -05:00
Colton Padden
82c5af0df8
include generated API report file to version control
...
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-09 09:57:32 -05:00
Colton Padden
eb36ce52fd
remove owner label from plugin header
...
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-09 09:57:32 -05:00
Colton Padden
5920236300
include @packageDocumentation for plugin and API
...
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-09 09:57:32 -05:00
Colton Padden
05fb511279
bump dependencies to latest version
...
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-09 09:57:32 -05:00
Colton Padden
246a3bc283
remove package-lock.json
...
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-09 09:57:31 -05:00
Colton Padden
06f145c4bf
MVP of Apache Airflow Plugin
...
Adds support for a new Backstage integration with the Apache Airflow workflow
management platform. This implementation has been tested with Apache Airflow v2
API authenticating with basic auth through the Backstage proxy plugin.
Supported functionality include:
- Information card of version information for the Airflow instance
- Information card of instance status (health) for metadatabase and scheduler
- Table of DAGs with meta information and status, along with a link to view
details in the Airflow UI
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-09 09:57:17 -05:00