Himanshu Mishra
16b73697a3
TechDocs/AWS: Enable authentication using env variables and ~/.aws/config shared file
...
If authentication secrets are provided in app-config.yaml, it will be used. If not, environment variables AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY and AWS_REGION will be used. If not present, ~/.aws/config will be used to read the configs.
https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/loading-node-credentials-environment.html
https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/loading-node-credentials-shared.html
https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/setting-region.html
2021-01-12 11:41:00 +01:00
Fredrik Adelöw
1c7771871e
Merge pull request #3953 from ayshiff/feature/techdocs-aws-sdkv3
...
TechDocs: AWS S3 SDK version bump
2021-01-12 10:21:51 +01:00
Fredrik Adelöw
65d5c8e6fe
Merge pull request #3928 from adamdmharvey/doco-chore
...
chore(docs): Update docs publishing process
2021-01-12 10:16:42 +01:00
Fredrik Adelöw
823600d07e
Merge pull request #3963 from backstage/dependabot/npm_and_yarn/changesets/cli-2.12.0
...
chore(deps-dev): bump @changesets/cli from 2.11.0 to 2.12.0
2021-01-12 09:03:07 +01:00
Fredrik Adelöw
b8238b3baf
Merge pull request #4022 from backstage/dependabot/npm_and_yarn/eslint-plugin-import-2.22.1
...
chore(deps): bump eslint-plugin-import from 2.22.0 to 2.22.1
2021-01-12 09:01:37 +01:00
Fredrik Adelöw
42a2c50600
Merge pull request #3964 from lowjoel/saml-fixes
...
fix(auth-backend/saml): Add checks for blank cert and implement logout configs
2021-01-12 08:58:18 +01:00
dependabot[bot]
a8ab46e85f
chore(deps): bump eslint-plugin-import from 2.22.0 to 2.22.1
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.22.0 to 2.22.1.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases )
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md )
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.22.0...v2.22.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-12 04:56:28 +00:00
Tim
ff0894289b
Merge pull request #3970 from backstage/mock-data-tweaks
...
Remove empty entity count; tweak mock data
2021-01-11 20:20:23 -07:00
Himanshu Mishra
3790b585c9
Merge pull request #3966 from backstage/orkohunter/techdocs-cli-uses-techdocs-common
2021-01-11 23:23:26 +01:00
Himanshu Mishra
078987e251
techdocs-common: fix tests for the new generator API
2021-01-11 23:08:30 +01:00
Himanshu Mishra
f7ecdbb397
changeset: Info about techdocs generator api change
2021-01-11 22:39:05 +01:00
Himanshu Mishra
2165901c00
TechDocs: Generator now requires input and output directory and does not create them
...
The creation of temporary directories and their clean up should be handled on its own. techdocs-cli already has a fixed input output dir requirement. It makes that generator accepts these values as requirements.
2021-01-11 22:33:10 +01:00
Himanshu Mishra
15cc6ff12c
Merge pull request #3981 from backstage/orkohunter/improve-gcs-credentials-handling
2021-01-11 21:12:55 +01:00
Himanshu Mishra
7ed4807748
1. docs: Rephrase setting the config
...
2. Update changeset with info about removing projectId from googleGcs config
2021-01-11 21:05:23 +01:00
Himanshu Mishra
97716f2b04
Apply suggestions from code review
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
2021-01-11 20:50:20 +01:00
Fredrik Adelöw
0a7852f4e5
Merge pull request #3992 from andrewthauer/okta-docs
...
docs: update okta auth readme
2021-01-11 18:45:18 +01:00
Remi
5826d0973e
feat(techdocs): add changeset + refactor
2021-01-11 18:19:28 +01:00
Fredrik Adelöw
6c66d4f4d4
Merge pull request #4001 from backstage/freben/preparer-export
...
scaffolder-backend: export all preparers properly
2021-01-11 18:17:10 +01:00
Matthew Clarke
5a9a7e7c26
Kubernetes plugin: UI revamp ( #3918 )
...
* initial revamp, no error reporting
* initial error detection
* more error detection
* add microsite page
* minor fixes
* add HPA error detection
* refactor error reporting; add tests
* fix import
* add changeseet
* empty error state
* prettier yaml file
* Update plugins/kubernetes/src/components/KubernetesDrawer/KubernetesDrawer.tsx
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
* Update plugins/kubernetes/src/components/KubernetesDrawer/KubernetesDrawer.tsx
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
* PR feedback
* revert odd change
* make patch change
* fix test
* Apply suggestions from code review
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
* prettier
* pr feedback
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
2021-01-11 16:50:30 +00:00
Remi
b18efa0553
feat(techdocs): streamToString try/catch
2021-01-11 17:21:50 +01:00
Remi
60cad4c1ab
fix(techdocs): getObject stream
2021-01-11 17:21:50 +01:00
Remi
33b1a43c77
fix(techdocs): broken windows tests
2021-01-11 17:21:50 +01:00
Remi
4bff4d123b
feat(techdocs): add aws-sdk types
2021-01-11 17:21:50 +01:00
Remi
bb8d83018e
feat(techdocs): delete old aws sdk mock
2021-01-11 17:21:50 +01:00
Remi
7f34d22bdf
feat(techdocs): update aws-sdk to v3
2021-01-11 17:21:50 +01:00
Fredrik Adelöw
711ba55a24
scaffolder-backend: export all preparers and publishers properly
2021-01-11 16:49:57 +01:00
Dominik Henneke
ab11e705c9
Merge pull request #3936 from SDA-SE/feat/remove-backend-dependency
...
Remove the plugin-catalog-backend dependency from the catalog-import
2021-01-11 14:49:57 +01:00
Himanshu Mishra
f3a48c549d
Merge pull request #3991 from backstage/orkohunter/fix-aws-gcs-publisher-image-routing
2021-01-11 14:45:38 +01:00
Himanshu Mishra
b2462b432a
Merge pull request #3942 from OrkoHunter/orkohunter/remove-failing-techdocs-project-board-workflow
...
TechDocs: Remove failing TechDocs project board workflow for some PRs
2021-01-11 14:43:45 +01:00
Fredrik Adelöw
b72c7cf12e
Merge pull request #3909 from backstage/freben/integrations-again
...
integration: build out the integrations class hierarchy
2021-01-11 14:09:40 +01:00
Dominik Henneke
be5ac7fde8
Remove the plugin-catalog-backend dependency from the catalog-import
2021-01-11 14:06:49 +01:00
Himanshu Mishra
bcc27a495d
TechDocs: doc improvements
...
Co-authored-by: Emma Indal <emmai@spotify.com >
2021-01-11 14:04:17 +01:00
Ben Lambert
266dbe26c1
Merge pull request #3999 from LeKeve/lighthouse-trailing-slash
...
fix(lighthouse plugin): Remove trailing slash from lighthouse audit urls
2021-01-11 13:50:19 +01:00
Ben Lambert
0395f97053
Merge pull request #3839 from SapienTech/fix-sidebar-item-button-a11y
...
fix(core): `SidebarItem` with `onClick` renders an accessible button
2021-01-11 13:42:09 +01:00
Fredrik Adelöw
466354aaa7
integration: build out the integrations class hierarchy
2021-01-11 13:33:43 +01:00
Oliver Sand
d8e040acb2
Merge pull request #4004 from SDA-SE/feat/possible-jenkins-fix
...
Handle missing values in Jenkins API requests
2021-01-11 12:19:37 +01:00
Johan Haals
a690abedb1
Merge pull request #3919 from backstage/mob/app-cli
...
cli: added experimental create-github-app command
2021-01-11 11:06:46 +01:00
Ben Lambert
5b10aefd27
Merge pull request #3984 from backstage/blam/adr-template
...
Add ADR Template
2021-01-11 11:04:11 +01:00
Oliver Sand
2ee0113031
Review comments
2021-01-11 10:37:14 +01:00
Oliver Sand
feabc7f0cd
Add changeset
2021-01-11 09:54:30 +01:00
Oliver Sand
21296e785a
Handle missing values in Jenkins API requests
2021-01-11 09:53:13 +01:00
Kevin Lee
fd2c2fc1ca
Fix typo in changeset
2021-01-10 14:53:06 -08:00
Patrik Oldsberg
ded5005799
Merge pull request #3993 from backstage/rugvip/tycons
...
core: simplify table icon type declarations
2021-01-10 18:40:41 +01:00
Kevin Lee
cf7df3b1ff
Add changeset for lighthouse plugin bugfix
2021-01-10 09:07:33 -08:00
Kevin Lee
1cac511fd5
Strip trailing slash from urls when creating lighthouse audit
2021-01-10 08:56:35 -08:00
Patrik Oldsberg
3bfcc82af3
core: simplify table icon type declarations
2021-01-10 16:49:21 +01:00
Andrew Thauer
ddc7e094b5
docs: update okta auth readme
2021-01-10 08:13:58 -05:00
Himanshu Mishra
f1e74777a3
changesets: TechDocs AWS/GCS image bug fix
2021-01-10 10:17:06 +01:00
Himanshu Mishra
de4c3af867
fix(techdocs): Handle images and other binaries correctly in aws/gcs publishers
...
Closes https://github.com/backstage/backstage/issues/3990
2021-01-10 10:09:42 +01:00
Ben Lambert
54faa6fa8d
Merge pull request #3989 from backstage/changeset-release/master
...
Version Packages
2021-01-10 00:05:03 +01:00