13075 Commits

Author SHA1 Message Date
Patrik Oldsberg 2ac6422640 cli: pin esbuild to 0.6.3 2020-07-17 10:58:46 +02:00
Patrik Oldsberg 265b58ccd8 cli: switch to eslint-formatter-friendly and allow paths to be passed to lint command 2020-07-15 19:03:44 +02:00
Ben Lambert dea3d87dad Merge pull request #1613 from spotify/dependabot/npm_and_yarn/lodash-4.17.19
build(deps): bump lodash from 4.17.15 to 4.17.19
2020-07-14 10:08:11 +02:00
dependabot-preview[bot] f9a2f0a3b6 build(deps): bump eslint from 7.2.0 to 7.4.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.2.0 to 7.4.0.
- [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.2.0...v7.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-14 07:14:42 +00:00
dependabot-preview[bot] fdf5a46dbf build(deps): bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-14 07:12:33 +00:00
Esteban Barrios ebe34817b9 Merge branch 'master' into ebarriosjr/Creating-gcp-projects-plugin 2020-07-14 07:28:36 +02:00
ebarrios 24c509b9e2 Created gcp-projects plugin 2020-07-14 07:16:20 +02:00
dependabot-preview[bot] fe049a18de build(deps): bump eslint-plugin-import from 2.21.1 to 2.22.0 (#1481)
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.21.1 to 2.22.0.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.21.1...v2.22.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-13 21:06:03 +02:00
dependabot-preview[bot] 270bc24011 build(deps-dev): bump msw from 0.19.4 to 0.19.5 (#1535)
Bumps [msw](https://github.com/mswjs/msw) from 0.19.4 to 0.19.5.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Commits](https://github.com/mswjs/msw/compare/v0.19.4...v0.19.5)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-13 21:05:35 +02:00
Ivan Shmidt ac27ab635b fix(proxy): versions, private 2020-07-13 11:21:43 +02:00
Bilawal Hameed 353cf5a14f techdocs: implement serve for the techdocs-cli (#1581)
* feat(techdocs-cli): point techdocs export to localhost:3000/api

* feat(techdocs-cli): add http-proxy package

* feat(techdocs-cli): add react-dev-utils package

* feat(techdocs-cli): implement serve and serve:mkdocs commands

* fix: use [module] prefix convention in console.log

* docs: added commands

* wip

* Fix type errors

Co-authored-by: Sebastian Qvarfordt <s.qvarfordt@gmail.com>
2020-07-10 16:01:45 +02:00
Ivan Shmidt 9e109da170 Merge branch 'master' of github.com:spotify/backstage into shmidt-i/proxy-plugin 2020-07-10 01:00:06 +02:00
Sebastian Qvarfordt eed37376fc Initial techdocs-cli (#1558)
* Initial techdocs-cli

* Run backstage serve and docker container from techdocs cli

* Added documentation for techdocs-cli

* Fix linting

* Builds and export the dev folder of a plugin

* make bin/build executable

* Remove 'src' from files

* fix

* fix: corrected bad rebase

* feat(techdocs-cli): create export in techdocs plugin + clone to cli build

* fix: added support for nodemon

* feat(techdocs-cli): add vercel/serve-handler npm package

* fix: bump eslint-config to 8.0.0 + add prettier-config

* fixup

* fix: add HTTPServer module for serving techdocs-preview-bundle/

* fix: addressed tsc issues (unused import, missing type definition)

Co-authored-by: Bilawal Hameed <bil@spotify.com>
2020-07-09 11:08:19 +02:00
Andrew Thauer 8885ebee89 adding rollbar plugin & backend
This is the first commit of the rollbar plugin. It is fully functional
but will require some additional features to make it more usable and
feature complete. It currently includes a backend wraps the rollbar REST
API and provides data for the frontend plugin.
2020-07-08 22:44:49 -04:00
Bilawal Hameed 617d1b9446 fix: re-ran yarn install 2020-07-08 16:22:33 +02:00
Ivan Shmidt a05a8f805d feat(proxy): implement proxy backend plugin 2020-07-08 09:25:27 +02:00
Sebastian Qvarfordt 52c632c685 Fix merge conflict 2020-07-07 11:15:40 +02:00
Sebastian Qvarfordt 9fa773d571 Hack to fix typescript error in dependency. PR sent, and this fixes it temporarily. 2020-07-07 11:14:20 +02:00
Sebastian Qvarfordt d546ff776d Merge branch 'master' of github.com:spotify/backstage into mob/techdocs-sanitize-html 2020-07-07 10:45:50 +02:00
Sebastian Qvarfordt 18c66ffca5 Update yarn.lock 2020-07-07 10:39:10 +02:00
Emma Indal 9592db35d3 fix(techdocs): yarn.lock 2020-07-06 19:52:05 +02:00
Ivan Shmidt 8f1e0f67d1 Merge branch 'master' of github.com:spotify/backstage into shmidt-i/scaffolder-flow-frontend 2020-07-06 13:53:45 +02:00
Ben Lambert 219a05351b Merge pull request #1477 from spotify/mob/create-vcs-step
Create the VCS Stage for the Scaffolder
2020-07-06 11:52:59 +02:00
dependabot-preview[bot] 2ff4071209 build(deps): bump @testing-library/react from 10.4.1 to 10.4.3 (#1480)
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.4.1 to 10.4.3.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v10.4.1...v10.4.3)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-05 14:27:58 +02:00
blam cf1eaac5a8 Merge branch 'master' of github.com:spotify/backstage into mob/create-vcs-step
* 'master' of github.com:spotify/backstage: (62 commits)
  chore: ref to shadowDomRef
  chore: revert data-testid back to shadow-dom
  fix: remove re-creating new shadow-dom on page change
  fix(techdocs): cleaned up useEffect in Reader
  fix: moved useEnforcingTrailingSlash upper in the hook chain
  chore(techdocs): updated tests
  fix(techdocs): fixed race condition between page loads
  fix(useFetch): use AsyncState type
  fix(techdocs-404): throw error
  fix(techdocs-home): move docs sites mock data to array
  fix(test): change to lowercase
  fix(test): remove async
  refactor(techdocs): basic techdocs not found, split out components from reader
  fix(tests): fix fixures (#1505)
  build(deps): bump css-loader from 3.5.3 to 3.6.0
  cli: never treat success as a failure in e2e test
  Fix variable
  Use Config for Filter Org List Header
  fix(sidebar): do not let sidebar items collapse and shrink
  cli: use tree-kill to kill serve task in e2e test
  ...
2020-07-04 05:27:33 +02:00
Patrik Oldsberg 55e9d76dc2 Merge pull request #1526 from spotify/dependabot/npm_and_yarn/css-loader-3.6.0
build(deps): bump css-loader from 3.5.3 to 3.6.0
2020-07-03 14:41:13 +02:00
dependabot-preview[bot] 40fcbc4b0f build(deps): bump css-loader from 3.5.3 to 3.6.0
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.5.3...v3.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-03 06:01:40 +00:00
Patrik Oldsberg c499656a69 cli: use tree-kill to kill serve task in e2e test 2020-07-02 14:46:43 +02:00
dependabot-preview[bot] d36561dbbd build(deps): bump ts-jest from 26.1.0 to 26.1.1
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.1.0 to 26.1.1.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.1.0...v26.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-02 06:33:42 +00:00
Ivan Shmidt 31257122d2 fix: types 2020-07-02 01:02:17 +02:00
Ivan Shmidt 46945321bf fix: moment version 2020-07-02 00:28:14 +02:00
Ivan Shmidt 6aee52bd8c fix(scaffolder): more fixes 2020-07-01 23:24:48 +02:00
Ivan Shmidt 3795489fb3 Merge branch 'mob/create-vcs-step' of github.com:spotify/backstage into shmidt-i/scaffolder-flow-frontend 2020-07-01 21:50:57 +02:00
Ivan Shmidt 6de13cb54e fix(scaffolder): big cleanup 2020-07-01 21:43:32 +02:00
Ivan Shmidt 34399824a6 fix(scaffolder): schema adjusted 2020-07-01 18:51:33 +02:00
Fredrik Adelöw 41fedc6016 Merge pull request #1502 from spotify/bump-react-router
Bump react router
2020-07-01 09:50:33 +02:00
Fredrik Adelöw 4615e9ced9 Merge pull request #1452 from spotify/dependabot/npm_and_yarn/yaml-1.10.0
build(deps): bump yaml from 1.9.2 to 1.10.0
2020-07-01 09:25:06 +02:00
Christina Marie Rahaim 38734afa4c bumping react-router and react-router-dom 2020-07-01 09:18:16 +02:00
blam e824adb88d Merge branch 'master' of github.com:spotify/backstage into mob/create-vcs-step
* 'master' of github.com:spotify/backstage: (86 commits)
  Removed argument to rewriteDocLinks
  Removed unused JSDOM dependency
  Updated test descriptions
  Added rewriteDocLinks test
  Added tests for transformers
  chore(app): use backend.baseUrl
  Remove unused argument to removeMkdocsHeader
  Rename modifyCssTransformer to modifyCss
  Updated stories for ItemCard
  Persist scopes in Github provider and add it to the auth response. Fix serialization for Set type in locaStorage.
  Fix tests
  Github Auth to use AuthSessionStore
  Use new GithubAuth flow in GitOps plugin
  Added DenseTable to Storybook.
  Changes to material theme css
  nitpick: newlines between mock entity outputs
  fix(techdocs): move card component into techdocs plugin from backstage core
  yarn.lock again
  Enabled 'dense' mode for Table cells.
  core: pin material-table to 1.62.x
  ...
2020-06-30 14:54:50 +02:00
Fredrik Adelöw 7a43c8ed34 Merge pull request #1478 from danztran/gitlab_auth
Add Gitlab Auth #343
2020-06-30 13:39:24 +02:00
Raghunandan 4f3e537c3d Persist scopes in Github provider and add it to the auth response. Fix serialization for Set type in locaStorage. 2020-06-30 09:49:08 +02:00
Raghunandan a306bf2c27 Use new GithubAuth flow in GitOps plugin 2020-06-30 09:48:41 +02:00
Ivan Shmidt 5ad9f65415 Merge branch 'mob/create-vcs-step' of github.com:spotify/backstage into shmidt-i/scaffolder-flow-frontend 2020-06-29 23:05:16 +02:00
Ivan Shmidt 696c4b3dc3 Merge branch 'master' of github.com:spotify/backstage into mob/create-vcs-step 2020-06-29 22:43:53 +02:00
Ivan Shmidt 97f3d6b056 fix(scaffolder): make integration work 2020-06-29 14:55:00 +02:00
Fredrik Adelöw 580569e403 yarn.lock again 2020-06-29 14:42:52 +02:00
Ben Lambert c68569ac6e Merge pull request #1437 from spotify/mob/job-processor
Job Processor and Scaffolder Flow Implementation
2020-06-29 14:33:22 +02:00
Ivan Shmidt 3f3409ac4c feat(scaffolder): mocked fe flow 2020-06-29 14:25:35 +02:00
Nicholas Pirrello 1ae797a9c6 Add ui implementation for okta sso integration 2020-06-29 14:24:57 +02:00
dependabot-preview[bot] c52c1e7a8e build(deps): bump graphiql from 1.0.0-alpha.10 to 1.0.3 (#1453)
Bumps [graphiql](https://github.com/graphql/graphiql) from 1.0.0-alpha.10 to 1.0.3.
- [Release notes](https://github.com/graphql/graphiql/releases)
- [Changelog](https://github.com/graphql/graphiql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/graphql/graphiql/compare/graphiql@1.0.0-alpha.10...graphiql@1.0.3)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-29 14:24:57 +02:00