Johan Haals
85365cc23d
publish repo from result/ directory
...
Update tests
2021-01-27 09:12:36 +01:00
Johan Haals
add5ce1350
cleanup filepreparer usage
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: blam<ben@blam.sh >
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-01-27 08:59:41 +01:00
Johan Haals
92d39a0c9f
Refactor scaffolder
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-01-27 08:58:11 +01:00
Fredrik Adelöw
bb24f5def8
Merge pull request #4268 from backjo/fix/AlbKeyCacheFix
...
Fix aws alb auth provider key caching
2021-01-27 07:24:01 +01:00
dependabot[bot]
adee7b3482
chore(deps-dev): bump @storybook/react from 6.1.14 to 6.1.15
...
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react ) from 6.1.14 to 6.1.15.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.1.15/app/react )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-27 05:01:17 +00:00
Jonah Back
d7b1d317f6
Add changeset for alb aws provider fix
2021-01-26 16:59:40 -08:00
Jonah Back
6ddfdca123
fix aws alb auth provider key caching
2021-01-26 16:54:52 -08:00
Ryan Vazquez
d275c3eb6e
Update ActionItems.test.tsx
2021-01-26 19:05:35 -05:00
Alan Crosswell
ea59a2b363
Azure branch support
2021-01-26 17:04:41 -05:00
Alan Crosswell
aae1dca6c6
Revert "bump patch-level versions"
...
This reverts commit 96c99d75ae6523c049e6f51a3f72e7d47591a324.
2021-01-26 17:04:41 -05:00
Alan Crosswell
119c6386fd
Revert "undo manual package version bump done in error"
...
This reverts commit 44c5ec6feb5109ae97c1a66b885da3c6440de0d5.
2021-01-26 17:04:40 -05:00
Alan Crosswell
c05baec7fd
Fix gitlab prepare fails with a 404.
...
A GitLab URL not ending in .git requires a redirect which isomorphic-git doesn't follow, resulting in a 404.
This incorporates @ruloweb's fix in #4134 .
2021-01-26 17:04:40 -05:00
Alan Crosswell
b34d2514d7
improve the changset description
2021-01-26 17:04:40 -05:00
Alan Crosswell
00d9d6ae45
Add missing ref fix that was applied to github and gitlab.
2021-01-26 17:04:40 -05:00
Alan Crosswell
ea21f9c12b
pass in the specified git branch ref when cloning a single branch
2021-01-26 17:04:40 -05:00
Alan Crosswell
9ba95e5085
undo manual package version bump done in error
2021-01-26 17:04:39 -05:00
Alan Crosswell
c7de259c92
add ref parameter to clone
2021-01-26 17:04:39 -05:00
Alan Crosswell
85cdcb2c6b
Prettier
2021-01-26 17:04:39 -05:00
Alan Crosswell
26a3a6cf03
bump patch-level versions
2021-01-26 17:04:39 -05:00
Alan Crosswell
97df886e1c
KISS: no need for toString()
2021-01-26 17:04:39 -05:00
Alan Crosswell
a7c0da02e8
pass in the specified git branch ref when cloning a single branch
2021-01-26 17:04:38 -05:00
Ryan Vazquez
027ee1a7cf
add support for disabling alert dialog forms
2021-01-26 17:03:14 -05:00
Fredrik Adelöw
d5d435326d
Merge pull request #4266 from backjo/fix/AlbIssuerCheck
...
fix: change issuer to iss to conform to JWT spec. Make issuer verification optional
2021-01-26 22:46:13 +01:00
Jonah Back
f50d284fb8
Update .changeset/stale-tools-confess.md
...
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-01-26 13:27:59 -08:00
blam
e20b984a37
chore: updating base image
2021-01-26 21:37:49 +01:00
blam
e877faa6eb
chore: fixing config
2021-01-26 20:53:23 +01:00
blam
59f9a5baad
feat: add in the tugboat config
2021-01-26 20:44:57 +01:00
Jonah Back
da8b9ef1d8
add fields to config type for aws-alb provider
2021-01-26 11:41:41 -08:00
blam
99e53017d0
chore: reworking some more steps to see if this is how you build
2021-01-26 20:19:30 +01:00
blam
5ad2d8b3be
chore: updating config for tugboat updating
2021-01-26 20:14:27 +01:00
blam
55374ffb28
Merge branch 'master' of github.com:backstage/backstage into blam/tubgoat
...
* 'master' of github.com:backstage/backstage: (1353 commits)
chore: change the wording slightly
chore: review comments
chore: prettier makes pretty
Update docs/features/software-templates/installation.md
chore: fix spelling mistake
chore: fixing spelling of docs
chore: reworking the files so that it's moved to docs instea
chore: fix the config key for scaffolderr
chore: updating docs reference to integrations condfig
chore: fix newline on new file
chore: Added example multi-stage with the new backstage bundle command
Remove heading from the adr template
Updated version changes to be minor
Updated changeset with breaking changes documentation
chore(deps-dev): bump @types/mini-css-extract-plugin from 0.9.1 to 1.2.2
chore(deps): bump @octokit/request from 5.4.12 to 5.4.13
Update comments, use MUI's capitalize
Change category from Feedback to Data Display
Fix typo
Tweak wording
...
2021-01-26 20:13:06 +01:00
Ben Lambert
b078aafafb
Merge pull request #4259 from backstage/contrib/dockerfile
...
Add Multi Stage Dockerfile with backend:bundle command
2021-01-26 20:00:23 +01:00
Jonah Back
4eaa060572
Fix test, add changeset for ALB provider bug fix
2021-01-26 10:54:14 -08:00
Jonah Back
f8b652614e
fix: change issuer to iss to conform to JWT spec. Make issuer verification optional
2021-01-26 10:50:12 -08:00
Oliver Sand
fb118a6cf2
Add ADR for Plugin package Structure
2021-01-26 19:15:45 +01:00
Ryan Vazquez
2c68edd102
Merge branch 'cost-insights-alert-hooks' of github.com:backstage/backstage into cost-insights-alert-hooks
2021-01-26 11:42:15 -05:00
blam
8080d1ef4f
chore: change the wording slightly
2021-01-26 17:39:28 +01:00
Ryan Vazquez
0be9e7de3b
merge
2021-01-26 11:38:26 -05:00
blam
2dee00292c
chore: review comments
2021-01-26 17:34:52 +01:00
Ben Lambert
67d8da9fd1
Merge pull request #4261 from backstage/blam/docs-change
...
docs: Update scaffolder docs for integrations config
2021-01-26 17:30:09 +01:00
Tim
9a360a1c4f
Merge pull request #4223 from backstage/more-breakdowns
...
Add support for additional breakdowns of daily cost data
2021-01-26 09:15:06 -07:00
blam
cb99b8fc1d
chore: prettier makes pretty
2021-01-26 17:07:27 +01:00
Ben Lambert
e77a8dc14e
Update docs/features/software-templates/installation.md
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
2021-01-26 17:02:03 +01:00
blam
2f547a668f
chore: fix spelling mistake
2021-01-26 16:03:26 +01:00
blam
660cfca341
Merge branch 'master' of github.com:backstage/backstage into contrib/dockerfile
...
* 'master' of github.com:backstage/backstage: (26 commits)
Remove heading from the adr template
Updated version changes to be minor
Updated changeset with breaking changes documentation
chore(deps-dev): bump @types/mini-css-extract-plugin from 0.9.1 to 1.2.2
chore(deps): bump @octokit/request from 5.4.12 to 5.4.13
Change category from Feedback to Data Display
Fix typo
Tweak wording
Update descriptions
Point to main docs site
Reorg Kubernetes section
config-loader: Fix tests for windows
Add pictures to users and groups
remove last usages of APP_ENV
Add `EntityRefLinks` that shows one or multiple entity ref links.
catalog: support supplying a custom catalog descriptor file parser
move types/aws4 to devDeps
feature: add aws iam auth translator for kubernetes
Ask the SonarQube server for all support metrics prior to querying them for a project
Fixed bug in ConsumerGroupOffsets test
...
2021-01-26 15:57:43 +01:00
blam
6cc06d4e7f
chore: fixing spelling of docs
2021-01-26 15:56:33 +01:00
blam
ad52b78b8d
chore: reworking the files so that it's moved to docs instea
2021-01-26 15:55:34 +01:00
Fredrik Adelöw
21fb52c174
Merge pull request #4243 from backstage/freben/custom-parser
...
catalog: support supplying a custom catalog descriptor file parser
2021-01-26 15:55:32 +01:00
blam
46533ed01b
chore: fix the config key for scaffolderr
2021-01-26 15:53:32 +01:00
blam
00448abb03
chore: updating docs reference to integrations condfig
2021-01-26 15:52:30 +01:00