Commit Graph

719 Commits

Author SHA1 Message Date
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
dependabot[bot] af45dc5320 build(deps-dev): bump eslint-plugin-cypress from 2.11.1 to 2.11.2
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.11.1 to 2.11.2.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.11.1...v2.11.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-23 06:01:33 +00:00
Brian Leathem 78b390483d Added a oidc provider test 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
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 1264b86c6b Merge pull request #3371 from RoadieHQ/feat/update-plugin-versions
Feat: update plugin versions
2020-11-20 17:20:49 +01:00
Mateusz Lewtak 2c74aa7e79 Feat: update plugin versions 2020-11-20 15:50:33 +01:00
Mattias Frinnström 9367dde00d Introduce ZipArchiveResponse 2020-11-20 13:32:53 +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
blam 69c924f24a chore: fixing issue with resolutions for new versions of backstage 2020-11-19 16:37:51 +01:00
Mateusz Lewtak c425002729 Feat: resolve conflicts 2020-11-19 11:42:01 +01:00
Mateusz Lewtak 49554d43e3 Feat: update Lighthouse plugin to use new MarkdownComponent (#3328) 2020-11-19 10:30:34 +01:00
Patrik Oldsberg 16bb5a0c8e Merge pull request #3264 from backstage/rugvip/confs
config-loader: add configuration schema support
2020-11-18 19:18:25 +01:00
Patrik Oldsberg d41a0f8b70 Merge pull request #2766 from backstage/dependabot/npm_and_yarn/testing-library/cypress-7.0.1
chore(deps-dev): bump @testing-library/cypress from 6.0.1 to 7.0.1
2020-11-18 18:06:30 +01:00
Patrik Oldsberg 06205426d8 config-loader: add support for defining config schema using .d.ts files 2020-11-18 11:31:14 +01:00
Patrik Oldsberg 2e4de99338 config-loader: switch to ajv v6 2020-11-18 11:31:12 +01:00
Patrik Oldsberg 6fec95079a config-loader: initial incomplete config schema implementation 2020-11-18 11:31:08 +01:00
Mateusz Lewtak 53b1a29968 Feat: bump GitHub Insights Plugin version 2020-11-17 12:20:27 +01:00
Patrik Oldsberg 1ef651471d package: add override of core for roadie plugins 2020-11-12 12:25:39 +01:00
Mateusz Lewtak b4204066f0 Feat: Add BuildKite CI/CD Plugin to sample app (#3248)
* Feat: Add BuildKite CI/CD Plugin to sample app

* Feat: Add EntityPage test, bump plugin version

* Feat: update package.json

* feat: run prettier

* Feat: update test code after CR
2020-11-10 16:02:13 +01:00
Sebastian Qvarfordt f059eaf755 readTree method on UrlReader (#2925)
* Basic implementation of readTree on github and use it in techdocs

* Added a UrlPreparer and cleaned up some minor things

* Download entire archive and filter out the wanted files in readTree

* Added test for dir output of tree reader

* Fixed formatting

* Fixed formatting

* Some cleanups and fixes

* Fix typing issues

* Fix prettier

* Fix prettier

* Removed unused dependency

* Fixed comments on PR

* Prettier

* Moved @types/fs-extra to devDeps

* Fixed another PR comment

* Added a test for getDocFilesFromRepository

* Prettier
2020-11-09 16:28:51 +01:00
Mateusz Lewtak 9e336a57a5 Feat: update GitHub Pull Request plugin version (#3265) 2020-11-09 15:48:56 +01:00
Mikaela Grundin 199237d2fb core: DependencyGraph component (#3236)
* add dependency graph files

* add stories for DependencyGraph

* add changeset

* add margin and border to storybook examples

* support dark theme in default label

* add transition to nodes, edges and labels

* move @types to devDependencies

* clean up DependencyGraph test

* don't use default exports

* change padding format

* change marginX/Y to paddingX/Y

* fix types export

* fix storybook

* move @types/dagre from devDependencies to dependencies
2020-11-06 09:27:34 +01:00
dependabot[bot] a16780d833 chore(deps): bump @gitbeaker/core from 23.5.0 to 25.2.0 (#3210)
* chore(deps): bump @gitbeaker/core from 23.5.0 to 25.2.0

Bumps [@gitbeaker/core](https://github.com/jdalrymple/gitbeaker) from 23.5.0 to 25.2.0.
- [Release notes](https://github.com/jdalrymple/gitbeaker/releases)
- [Changelog](https://github.com/jdalrymple/gitbeaker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jdalrymple/gitbeaker/compare/23.5.0...25.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

* bump the other package too

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2020-11-05 18:54:26 +01:00
Mateusz Lewtak e24e46b0b9 Feat: update plugins to new versions 2020-11-05 13:40:25 +01:00
Oliver Sand 803527bd32 Upgrade @kyma-project/asyncapi-react to 0.14.2
There is an intersting fix for displaying async messages in the docs.
2020-11-05 10:45:32 +01:00
Patrik Oldsberg f8a9776f27 Merge pull request #3209 from backstage/dependabot/npm_and_yarn/pg-8.4.2
chore(deps): bump pg from 8.3.0 to 8.4.2
2020-11-04 18:54:47 +01:00
Patrik Oldsberg 33a9025dc0 Merge pull request #3204 from mcalus3/patch-1
Bump travis-ci plugin version in example app
2020-11-04 18:54:09 +01:00
Patrik Oldsberg 5bf4267ae2 Merge pull request #3157 from SDA-SE/feat/formatted-react-markdown
feat: add MarkdownContent component to @backstage/core
2020-11-04 11:14:49 +01:00
Patrik Oldsberg 60a0e7d020 package.json: temporary override of @roadiehq dependencies 2020-11-04 10:11:14 +01:00
Marek Calus b061bfd756 Bump yarn.lock 2020-11-04 08:44:48 +01:00
dependabot[bot] eef09cbd01 chore(deps): bump pg from 8.3.0 to 8.4.2
Bumps [pg](https://github.com/brianc/node-postgres) from 8.3.0 to 8.4.2.
- [Release notes](https://github.com/brianc/node-postgres/releases)
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/compare/pg@8.3.0...pg@8.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-03 04:28:22 +00:00
Patrik Oldsberg 8635aec734 cli: bump @spotify/eslint-* packages to v9 2020-11-02 19:16:12 +01:00
Patrik Oldsberg b22c4ac14c Merge pull request #3151 from forrestwaters/fw_onelogin
Add OneLogin as Identity Provider
2020-11-02 18:39:37 +01:00
Jesko Steinberg d76b465975 fix: use code snippet for code rendering 2020-11-02 14:57:30 +01:00
Patrik Oldsberg 0f03dbede0 yarn.lock: de-duplicate ts-jest deps 2020-10-31 12:07:12 +01:00
Oliver Sand a9ae9b7504 upgrade ts-jest to 26.4.3 2020-10-31 12:07:11 +01:00
Oliver Sand 678f0309dd Merge pull request #3013 from SDA-SE/dry-run-experiment
Allow to dry run the register component operation
2020-10-30 16:50:08 +01:00
Mateusz Lewtak 74ef4f2da6 feat: bump github plugins version (#3180) 2020-10-30 15:23:19 +01:00
Oliver Sand 16aefb099e Revert "feat: upgrade ts-jest to 26.3.0"
This reverts commit 4d66ae31c2.
2020-10-30 08:40:21 +01:00
Oliver Sand 4d66ae31c2 feat: upgrade ts-jest to 26.3.0
This adds support for typescript 4.0 and resolves a warning during testing.
2020-10-29 20:24:49 +01:00
Oliver Sand a6da3d1c06 fix: upgrade knex to 0.21.6
This reduces a overly noisy warning during tests: https://github.com/knex/knex/pull/3936
2020-10-29 20:24:49 +01:00
Forrest Waters 159f5ee77c add passport-onelogin dependency 2020-10-29 12:02:33 -05:00
dependabot[bot] a4c727f1a2 chore(deps): bump eslint from 7.4.0 to 7.12.1 (#3153)
Bumps [eslint](https://github.com/eslint/eslint) from 7.4.0 to 7.12.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.4.0...v7.12.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-29 09:41:57 +01:00
dependabot[bot] e3ceaa97be chore(deps): bump commander from 6.1.0 to 6.2.0 (#3154)
Bumps [commander](https://github.com/tj/commander.js) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tj/commander.js/compare/v6.1.0...v6.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-29 09:40:30 +01:00
Ryan Vazquez 8fd7794e13 merge 2020-10-27 12:32:36 -04:00
Fredrik Adelöw 3422f40b81 fix(deps): yarn.lock changes missed (#3128) 2020-10-27 17:03:15 +01:00
dependabot[bot] b863687d7f chore(deps): bump @rollup/plugin-commonjs from 13.0.0 to 16.0.0
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 13.0.0 to 16.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/commonjs-v13.0.0...commonjs-v16.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-27 04:39:49 +00:00
Ryan Vazquez 0eac8f037d move cost insights example client to plugin 2020-10-26 15:00:46 -04:00
Ben Lambert 04d6f634be Merge pull request #3030 from goober/feature/support-bitbucket-server
Support both Bitbucket Cloud and Server
2020-10-26 13:31:08 +01:00