Commit Graph

7141 Commits

Author SHA1 Message Date
Brian Leathem 3712c47974 Added a test for the OidcAuthProvider handler method 2020-11-20 11:57:11 -08:00
Brian Leathem 78b390483d Added a oidc provider test 2020-11-20 11:57:10 -08:00
Brian Leathem 5c485ff60f Added a auth.session.secret config value for setting the express session secret 2020-11-20 11:57:10 -08:00
Brian Leathem 52e79a0032 Addressed PR feedback from @Rugvip 2020-11-20 11:57:10 -08:00
Brian Leathem 14faf3ad37 Changed the oidc prompt parameter value to "none" 2020-11-20 11:57:10 -08:00
Brian Leathem b5bb693522 Initialized resave in express-session 2020-11-20 11:57:10 -08:00
Brian Leathem 5d27349000 Initialized saveUninitialized in express-session 2020-11-20 11:57:10 -08:00
Brian Leathem 563533dc6c Moved @types deps to devDependencies 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
Eric Peterson 17f4d7deb2 Merge pull request #3381 from backstage/emmaindal/search-dark-light-mode
[Search] Fix highlighted SearchQuery in dark mode
2020-11-20 20:47:58 +01:00
Emma Indal 4afc446c24 fixes dark mode issue on searchQuery + changes its class name from searchTerm to be more consistent 2020-11-20 18:17:58 +01:00
Patrik Oldsberg 74f8f22273 Merge pull request #3376 from backstage/dependabot/npm_and_yarn/types/lodash-4.14.165
build(deps-dev): bump @types/lodash from 4.14.161 to 4.14.165
2020-11-20 18:09:08 +01:00
Ryan Vazquez f2de7615bd Merge pull request #3375 from backstage/ryanv/truncate-large-percentages
truncate large percentages
2020-11-20 11:43:46 -05:00
dependabot[bot] b3fb9a08ce build(deps-dev): bump @types/lodash from 4.14.161 to 4.14.165
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.161 to 4.14.165.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-20 16:41:01 +00:00
Patrik Oldsberg 58e964394f Merge pull request #3374 from backstage/dependabot/npm_and_yarn/microsite/prettier-2.2.0
build(deps-dev): bump prettier from 2.1.2 to 2.2.0 in /microsite
2020-11-20 17:21:26 +01: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
Ryan Vazquez 640c59fae7 remove unreachable condition 2020-11-20 10:59:34 -05:00
Oliver Sand f9380b3008 Merge pull request #3363 from SDA-SE/feat/azuread-nits
Fix some minor things from my previous PR
2020-11-20 16:38:54 +01:00
dependabot[bot] 4ff4a25e40 build(deps-dev): bump prettier from 2.1.2 to 2.2.0 in /microsite
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.1.2...2.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-20 15:33:39 +00:00
Patrik Oldsberg 18a99faa6b Merge pull request #3369 from backstage/Rugvip-patch-1
Create dependabot.yml
2020-11-20 16:29:38 +01:00
Ryan Vazquez c93a14b496 changeset 2020-11-20 10:29:14 -05:00
Ryan Vazquez 9d69a87ee2 truncate large percentages 2020-11-20 10:26:11 -05:00
Patrik Oldsberg 0a559f4500 Update dependabot.yml 2020-11-20 15:51:17 +01:00
Mateusz Lewtak 2c74aa7e79 Feat: update plugin versions 2020-11-20 15:50:33 +01:00
Patrik Oldsberg 7a8476a3fb Create dependabot.yml 2020-11-20 15:44:18 +01:00
Patrik Oldsberg c587fa2089 Merge pull request #3368 from backstage/rugvip/depbotfix
remove dependabot config
2020-11-20 15:43:59 +01:00
Patrik Oldsberg ece530ab95 remove dependabot config 2020-11-20 15:42:25 +01:00
Patrik Oldsberg 9b38e3cff5 Merge pull request #3307 from mfrinnstrom/azureurlreader-readtree
AzureUrlReader readTree() support
2020-11-20 15:37:43 +01:00
Ben Lambert 5f6b827fd8 Merge pull request #2807 from backstage/ndudnik/fix-component-creation-modal
Remove onClose from component creation modal
2020-11-20 15:30:45 +01:00
Shashank Bairy R 74c43ce231 feat: improve search match (#3365) 2020-11-20 15:22:49 +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
blam 11598f6324 chore: fixing up the test timeout 2020-11-20 14:37:09 +01:00
Oliver Sand 742196725f Fix some minor things from my previous PR
See #3293
2020-11-20 14:09:05 +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 bff3305aa9 Add changeset 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
Ben Lambert 1550cba47b Merge pull request #3358 from adamdmharvey/faq-update
docs: Update to the FAQ
2020-11-20 13:20:21 +01:00
Oliver Sand 0c21212400 Add support for reading groups and users from the Microsoft Graph API. (#3293)
* Add support for reading groups and users from the Microsoft Graph API.

* Limit amount of parallel requests

* Add helper for paging in odata collections

* Add tests for the microsoft graph reader

* Output the correct relations between groups and users
2020-11-20 12:53:12 +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
Fredrik Adelöw ecf1e06cda docs: flesh out the catalog Extending the model section (#3352) 2020-11-20 12:10:40 +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 7bf1606100 github/vocab: add subtree ._. 2020-11-20 11:42:09 +01:00
Patrik Oldsberg 29a0ccab2e changesets: add cli links change 2020-11-20 11:42:09 +01:00
Patrik Oldsberg 206dce0bf8 docs/create-app: document external package linking 2020-11-20 11:42:08 +01:00