Commit Graph

2876 Commits

Author SHA1 Message Date
Patrik Oldsberg f538e2c560 cli: update versions:bump to install new deps for accepted version ranges 2020-11-25 10:46:19 +01:00
github-actions[bot] fefb0e18e0 Version Packages 2020-11-24 10:17:02 +00:00
Ben Lambert 8aba3e4c47 Merge pull request #3406 from backstage/orkohunter/fix-kubernetes-backend
fix(kubernetes-backend): Fix Typescript error stopping backend to start
2020-11-24 11:13:18 +01:00
Ben Lambert 81b8c3c539 Merge pull request #3387 from andrewthauer/feat/circleci-updates
feat: improve circleci builds table
2020-11-24 11:12:27 +01:00
Himanshu Mishra ef5810f513 eslint: Enforce consistent TS type assertions
https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/consistent-type-assertions.md
2020-11-23 21:40:12 +01:00
Andrew Thauer a8de7f554c feat: improve circleci builds table 2020-11-23 11:44:49 -05:00
Patrik Oldsberg b47dce06fc backend-common: make integrations host and urls visibile in the frontend 2020-11-23 17:20:35 +01:00
Ben Lambert e906636d40 Merge pull request #3391 from backstage/rugvip/versions
cli: add versions:check and versions:bump
2020-11-23 16:23:09 +01:00
Ben Lambert d98fab5451 Merge pull request #2977 from moustafab/feature/k8s-label-selector
feat(kubernetes): update kubernetes plugin to support matchLabels
2020-11-23 16:15:29 +01:00
Patrik Oldsberg eba3841a2b Merge pull request #3397 from backstage/rugvip/bundlexperiment
cli: add experimental backend:bundle command
2020-11-23 15:27:50 +01:00
Ben Lambert 0308701827 Merge pull request #3309 from bleathem/oidc-provider
Implement a generic OpenId-Connect auth-provider
2020-11-23 15:10:23 +01:00
Patrik Oldsberg d20f605082 cli: add test for versions:bump command 2020-11-23 12:43:54 +01:00
Ben Lambert 6a6744c014 Merge pull request #3396 from backstage/rugvip/depfix
backend-common: make test-utils a dev dep
2020-11-23 12:34:49 +01:00
Moustafa Baiou 99fffed216 fix types 2020-11-23 06:16:57 -05:00
Fredrik Adelöw 1185919f39 catalog: mark ancestors and descendants for deprecation (#3392) 2020-11-23 11:29:37 +01:00
Patrik Oldsberg 31d8b6979d cli: add experimental backend:bundle command 2020-11-23 11:29:26 +01:00
Patrik Oldsberg 61da9c0320 backend-common: make test-utils a dev dep 2020-11-23 11:25:56 +01:00
Ben Lambert 514c269b36 Merge pull request #3372 from SDA-SE/feat/search-sidebar-take-two
Rework the search field behavior in the sidebar
2020-11-23 10:31:35 +01:00
Oliver Sand 0e352e981d Make clicking on the item to execute search work 2020-11-23 09:33:09 +01:00
Patrik Oldsberg 0c597a8d62 cli: work around flaky formatting in bump.ts 2020-11-22 20:48:35 +01:00
Patrik Oldsberg 351539680b cli: review feedback on versions:* commands 2020-11-22 20:43:13 +01:00
Patrik Oldsberg 1af14032a0 cli: rename versions:lint to versions:check 2020-11-22 18:32:32 +01:00
Patrik Oldsberg c0f7591dd7 cli: refactor out parts of versioning:bump + add tests 2020-11-22 18:17:55 +01:00
Patrik Oldsberg b90ad40d1c cli: add Lockfile.save 2020-11-22 17:42:52 +01:00
Patrik Oldsberg 06432a0e99 cli: add versions:bump command 2020-11-22 17:37:17 +01:00
Patrik Oldsberg 46a20ad22f cli: add versions:lint command 2020-11-22 15:59:07 +01:00
Patrik Oldsberg 4c64272137 cli: make Lockfile analyze pick the most specific new version range 2020-11-22 15:59:06 +01:00
Patrik Oldsberg 0145faa6ee cli: add Lockfile utility 2020-11-22 15:59:06 +01:00
Brian Leathem afaaf96ecc Cleanup and fixes after refactoring 2020-11-20 11:57:11 -08:00
Brian Leathem 52e79a0032 Addressed PR feedback from @Rugvip 2020-11-20 11:57:10 -08:00
Brian Leathem 8d948b243b Implement a generic OpenIdConnect auth-provider 2020-11-20 11:57:10 -08:00
Patrik Oldsberg 1264b86c6b Merge pull request #3371 from RoadieHQ/feat/update-plugin-versions
Feat: update plugin versions
2020-11-20 17:20:49 +01:00
Oliver Sand 36b9dfd41c Rework the search field behavior in the sidebar
We just tested it with another user an noticed some more issues:
* If the user is on the search route it should be reflected in the sidebar
* Clicking on the search icon alone should lead to the search page
2020-11-20 16:20:13 +01:00
Mateusz Lewtak 2c74aa7e79 Feat: update plugin versions 2020-11-20 15:50:33 +01:00
Patrik Oldsberg 9b38e3cff5 Merge pull request #3307 from mfrinnstrom/azureurlreader-readtree
AzureUrlReader readTree() support
2020-11-20 15:37:43 +01:00
Oliver Sand 475fc0aaa3 Make sidebar search field work (#3362)
* Make sidebar search field work

Extend the search page to have the ability to react to query parameters. The search in the sidebar now navigates to the search page and passes the query parameter. The search box on the search page is now debounced.

Closes #3341

* Fix sidebar search while the search page is already open
2020-11-20 15:14:18 +01:00
Mattias Frinnström f31d689d82 Switch to using async fs operations 2020-11-20 13:32:53 +01:00
Mattias Frinnström 3092806838 Support ZIP files without directory entries 2020-11-20 13:32:53 +01:00
Mattias Frinnström b1b6537bc3 Handle request headers correctly 2020-11-20 13:32:53 +01:00
Mattias Frinnström c08e5cbd6f Fix parameters and encode URI component 2020-11-20 13:32:53 +01:00
Mattias Frinnström a9155afb83 Some small changes 2020-11-20 13:32:53 +01:00
Mattias Frinnström 34a51a288a Expose ZipArchiveResponse through ReadTreeResponseFactory 2020-11-20 13:32:53 +01:00
Mattias Frinnström 9367dde00d Introduce ZipArchiveResponse 2020-11-20 13:32:53 +01:00
Mattias Frinnström c6cf38c6a4 Rename ArchiveResponse to TarArchiveResponse 2020-11-20 13:32:23 +01:00
Patrik Oldsberg 5a4605f73d Merge pull request #3360 from backstage/rugvip/extbuild
cli: enable transformation of workspace packages outside the workspace root
2020-11-20 12:42:10 +01:00
Patrik Oldsberg 6e0dd11669 Merge pull request #3297 from ayshiff/feature/add-missing-component-tests
[CORE] Add missing component tests
2020-11-20 12:01:19 +01:00
Patrik Oldsberg 8cc862ebfc cli: enable transformation of workspace packages outside the workspace root 2020-11-20 11:42:08 +01:00
github-actions[bot] bc0f47b7b7 Version Packages 2020-11-19 15:13:57 +00:00
Ben Lambert 9a7f7948ff Merge pull request #3323 from andrewthauer/remove-circle-proxy
chore: remove obsolete circleci proxy config
2020-11-19 15:12:52 +01:00
Ben Lambert 6146efd2f5 Merge pull request #3315 from RoadieHQ/feat/bump-github-insights-plugin-ver
Feat: bump GitHub Insights Plugin version
2020-11-19 12:00:36 +01:00