Commit Graph

26 Commits

Author SHA1 Message Date
github-actions[bot] b04011602b Version Packages 2022-01-13 14:23:13 +00:00
Fredrik Adelöw 5333451def Got rid of the last brace-typed and hyphen-less params etc
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-01-10 09:48:12 +01:00
github-actions[bot] e432d44f94 Version Packages 2022-01-04 10:54:36 +00:00
Patrik Oldsberg 9c57723c2c Merge pull request #8694 from backstage/rugvip/use
use precise imports of react-use hooks
2022-01-03 11:18:48 +01:00
Patrik Oldsberg 4ce51ab0f1 use precise imports of react-use
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-30 12:53:16 +01:00
github-actions[bot] 7d27a11079 Version Packages 2021-12-30 11:06:46 +00:00
github-actions[bot] 3d68c45ef7 Version Packages 2021-12-23 12:23:34 +00:00
Colton Padden 345dcea560 release-2021-06-01 packages/core-plugin-api/src/apis/system/ApiRef.ts:27
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-17 15:04:34 -05:00
Ben Lambert cd8764d8ac Merge pull request #8498 from julioz/patch-1
Update Airflow plugin README
2021-12-16 10:33:55 +01:00
github-actions[bot] ef6a039e07 Version Packages 2021-12-16 08:56:38 +00:00
Júlio Zynger 68b2a31a05 Update Airflow plugin README
Airflow v1 exposed an experimental API [that got dropped](https://airflow.apache.org/docs/apache-airflow/stable/deprecated-rest-api-ref.html) later on. Let's add a note to the README making explicit users of Airflow v1 won't be able to integrate with this plugin unless they update.

Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2021-12-15 17:23:38 +01:00
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