Commit Graph

3457 Commits

Author SHA1 Message Date
Patrik Oldsberg bf0a4dfc5c Merge pull request #4307 from backstage/rugvip/devres
cli,config-loader,app-backend: fixes for module resolution and config loading
2021-01-29 19:24:11 +01:00
Ryan Vazquez a22d297954 bump cost insights 2021-01-29 11:43:40 -05:00
Ryan Vazquez f8ae2fdcea Merge pull request #4254 from backstage/cost-insights-alert-hooks
Cost Insights Alert Hooks
2021-01-29 11:20:45 -05:00
Patrik Oldsberg 9f2b9c2020 app-backend: re-throw config loading errors with instructions for how to fix 2021-01-29 16:59:19 +01:00
Ryan Vazquez 70906eed4c refactor 2021-01-29 10:15:18 -05:00
Johan Haals 262f7cf996 import path instead of resolve 2021-01-29 13:53:12 +01:00
Johan Haals adaba84f3f import path instead of resolve 2021-01-29 13:51:46 +01:00
Johan Haals 0cb0715700 Scaffolder: Fix tests in windows 2021-01-29 13:43:26 +01:00
Johan Haals 2bc408228b Merge pull request #4270 from backstage/mob/stages-refactor
Refactor scaffolder to operate on known directories
2021-01-29 10:58:47 +01:00
Himanshu Mishra 26bb405108 Merge pull request #4287 from backstage/orkohunter/dir-preparer-uses-url-reader 2021-01-29 09:56:55 +01:00
Johan Haals ea890cde8d Fix router tests 2021-01-28 16:01:23 +01:00
Himanshu Mishra 8b57797896 Merge pull request #4285 from backstage/orkohunter/use-urlreader-example-component
TechDocs: Use URL Reader in example component
2021-01-28 15:34:52 +01:00
Johan Haals 327c94da39 Fix CRA templating
The GitHub actions setup was never templated correctly.

Use known directories for templating
2021-01-28 15:34:35 +01:00
Himanshu Mishra 03a2d95c71 TechDocs: Update tests with mock url reader 2021-01-28 15:32:09 +01:00
Himanshu Mishra 5b06ca7171 techdocs: Use URL Reader in example component 2021-01-28 13:37:31 +01:00
Johan Haals 117881c3dd Merge remote-tracking branch 'origin/master' into mob/stages-refactor 2021-01-28 12:00:31 +01:00
github-actions[bot] cda741034d Version Packages 2021-01-28 10:46:08 +00:00
Ben Lambert f1e75be714 Merge pull request #4148 from n2ygk/git_ref
pass in the specified git branch ref when cloning a single branch
2021-01-28 10:32:48 +01:00
Johan Haals b77a985205 Update templater tests 2021-01-28 09:33:55 +01:00
Johan Haals 502849fe8e Fix paths tests for windows 2021-01-28 09:14:43 +01:00
Johan Haals 459027920d Fix cookiecutter tests
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-28 09:06:42 +01:00
Ryan Vazquez 6c460dac58 Merge branch 'cost-insights-alert-hooks' of github.com:backstage/backstage into cost-insights-alert-hooks 2021-01-27 15:35:03 -05:00
Ryan Vazquez 8180fb76d8 memoize alerts, not context 2021-01-27 15:32:29 -05:00
Alan Crosswell 73c299c9ee upgrade git-url-parse to 11.4.4 2021-01-27 11:54:03 -05:00
Johan Haals 80366b60ad Use windows friendly temp dir 2021-01-27 16:48:19 +01:00
Johan Haals 06af096c49 Set workspace path based on platform 2021-01-27 15:15:52 +01:00
Alan Crosswell 43290ea991 update version of git-url-parse to set ref for Azure DevOps 2021-01-27 08:42:31 -05:00
Johan Haals 6b541f10f9 Update azure tests 2021-01-27 11:45:51 +01:00
Johan Haals 766e6526de add joinGitUrlPath tests 2021-01-27 11:44:37 +01:00
Johan Haals 4944dcf0a7 joinGitUrlPath
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-01-27 11:43:20 +01:00
Johan Haals 46211fa5be Update prepare test 2021-01-27 11:26:59 +01:00
Johan Haals 7e7e24c61c Pass working directory 2021-01-27 11:25:24 +01:00
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
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 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 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 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
Jonah Back da8b9ef1d8 add fields to config type for aws-alb provider 2021-01-26 11:41:41 -08: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