Commit Graph

974 Commits

Author SHA1 Message Date
Ivan Shmidt 3daffaf578 Merge branch 'shmidt-i/scaffolder-flow-frontend' of github.com:spotify/backstage into shmidt-i/scaffolder-flow-frontend 2020-06-29 14:26:10 +02:00
Ivan Shmidt 26d4bda16f fix(scaffolder): integrate with backend 2020-06-29 14:25:35 +02:00
Ivan Shmidt f937602641 feat(scaffolder): do real fetch 2020-06-29 14:25:35 +02:00
Ivan Shmidt 3f3409ac4c feat(scaffolder): mocked fe flow 2020-06-29 14:25:35 +02:00
Patrik Oldsberg e562274874 plugins/auth-backend: include migrations in published package
Co-authored-by: Ivan Shmidt <bahoc47@gmail.com>
2020-06-29 14:24:58 +02:00
Nicholas Pirrello fccbd11e42 Add prompt: consent. Adjust unused types for StateStore 2020-06-29 14:24:57 +02:00
Nicholas Pirrello 9ba3d6a124 Fix linting and tsc issues 2020-06-29 14:24:57 +02:00
Nicholas Pirrello 180dbfded9 Fix build and add okta oauth2 scope normalization 2020-06-29 14:24:57 +02:00
Nicholas Pirrello a462730d30 Add okta integration 2020-06-29 14:24:57 +02:00
Ivan Shmidt 029c6d0b50 fix(scaffolder): show progressbar if no data 2020-06-29 14:24:57 +02:00
Sebastian Qvarfordt 6d482bd947 feat(techdocs-reader): fetch and basic transform on html 2020-06-29 14:24:56 +02:00
Ivan Shmidt 1b15895bc2 feat(scaffolder): tags as list 2020-06-29 14:24:56 +02:00
Ivan Shmidt 74b237d495 feat(scaffolder): use swr, pretty template mocks, move out grid item 2020-06-29 14:24:56 +02:00
Ivan Shmidt 4aa3116476 feat(scaffolder): load data from catalog api 2020-06-29 14:24:56 +02:00
Ivan Shmidt 01b3e44429 feat(scaffolder): do real fetch 2020-06-29 14:02:51 +02:00
Ivan Shmidt 2fb51621c6 feat(scaffolder): mocked fe flow 2020-06-29 11:42:17 +02:00
blam ee205ef23e feat(scaffolder): Implementing the VCS steps in the processor 2020-06-28 02:06:33 +02:00
blam 294a2bb923 chore(scaffolder): refactoring the scaffolder to move things around like the rest 2020-06-28 00:35:24 +02:00
blam 9d8709d5b7 chore(scaffolder): fixing linting issues 2020-06-28 00:09:44 +02:00
blam f07b794987 chore(scaffolder): trying to fix some tests on CI, they pass locall 2020-06-28 00:05:45 +02:00
blam 066ced06ac chore(scaffolder): fixing some tests with it creating bad tmp dirs 2020-06-27 23:53:41 +02:00
blam c96075ce8c feat(scaffolder): added an endpoint for getting each stage logs as plaintext in case that's what is needed. 2020-06-27 23:18:15 +02:00
blam 837a182f68 chore(scaffolder): finished off tests for the processor. It now works pretty well 2020-06-27 22:35:48 +02:00
blam 9e6ed5fb52 feat(scaffolder): added some more tests for the new job processor 2020-06-27 22:10:55 +02:00
blam c600d64db8 feat(scaffolder): reworking how the loading of stages goes and made it super flexible 2020-06-27 05:21:42 +02:00
blam 17c6030ca0 feat(scaffolder): finally managed to get typescript to play nice with the new stage approach 2020-06-27 03:41:06 +02:00
blam ad2354909e chore(scaffolder): work on a better api for holding stages and metadata 2020-06-26 21:27:48 +02:00
blam ce43dce8ff feat(scaffolder): Adjusting the types for the scaffolder 2020-06-26 18:12:48 +02:00
blam b401cf2f17 chore(scaffolder): Updating scaffolder tests to start runnning some stuff 2020-06-26 17:11:46 +02:00
blam f2d01c5cb4 chore(scaffolder): adding some more tests for scaffolder processor 2020-06-26 14:19:13 +02:00
blam e0f026bb39 chore(scaffolder): fixing cookiecutter templater tests 2020-06-26 13:53:14 +02:00
Patrik Oldsberg 93eeda55c6 Merge pull request #1458 from spotify/mob/pack
cli: add backend:build-image command and use in backend
2020-06-26 12:34:33 +02:00
Patrik Oldsberg 037d550407 Merge pull request #1455 from nspirrello/add-okta-sso
Add okta sso integration
2020-06-26 11:34:26 +02:00
Ivan Shmidt d65c67ea93 fix(scaffolder): show progressbar if no data 2020-06-26 09:27:24 +02:00
Ivan Shmidt d3e06c668c Merge branch 'master' of github.com:spotify/backstage into shmidt-i/load-scaffolder-templates-from-api 2020-06-26 09:25:20 +02:00
Nicholas Pirrello d3a990ac04 Add prompt: consent. Adjust unused types for StateStore 2020-06-25 19:42:32 -04:00
Nicholas Pirrello 72387eb720 Fix linting and tsc issues 2020-06-25 18:28:51 -04:00
Nicholas Pirrello 144a3b9294 Fix build and add okta oauth2 scope normalization 2020-06-25 18:20:13 -04:00
blam 1655b8c16e chore(scaffolder): added some more tests and more refactoring 2020-06-25 23:39:36 +02:00
blam 5a88ef753b chore(scaffolder): Reworking how the processor works. It's starting to look a lot cleaner now 2020-06-25 23:29:54 +02:00
Nicholas Pirrello 5b4407d92b Merge branch 'master' of https://github.com/spotify/backstage into add-okta-sso 2020-06-25 17:17:04 -04:00
Patrik Oldsberg d49e05e9e7 plugins/auth-backend: include migrations in published package
Co-authored-by: Ivan Shmidt <bahoc47@gmail.com>
2020-06-25 18:08:47 +02:00
Sebastian Qvarfordt f418681341 feat(techdocs-reader): fetch and basic transform on html 2020-06-25 17:18:46 +02:00
blam 76dc97856e Merge branch 'master' of github.com:spotify/backstage into mob/job-processor
* 'master' of github.com:spotify/backstage:
  Update README with catalog and new features (#1449)
  plugins/catalog-backend: add gitlab reader processor
  techdocs: skeleton of reader (#1438)
2020-06-25 15:54:31 +02:00
Nicholas Pirrello fe4efbd84d Merge branch 'master' of https://github.com/spotify/backstage into add-okta-sso 2020-06-25 08:34:52 -04:00
Fredrik Adelöw 9d5837c25c Merge pull request #1448 from danztran/catalog-gitlab
plugins/catalog-backend: add gitlab reader processor
2020-06-25 12:04:14 +02:00
danztran 8e7cec6770 plugins/catalog-backend: add gitlab reader processor 2020-06-25 16:33:00 +07:00
Bilawal Hameed f4cdbc005d techdocs: skeleton of reader (#1438)
* chore: replaced default components

* feat(techdocs): added skeleton of reader

* fix: added types

* fix: split out into separate file

* fix: add shadowDom hook test

* fix: added @backstage/test-utils as dep

* fix: formatting python files
2020-06-25 11:18:47 +02:00
Nicholas Pirrello 515d64e40a Add okta integration 2020-06-24 22:55:14 -04:00
blam 50e9c5e03a Merge branch 'master' of github.com:spotify/backstage into mob/job-processor
* 'master' of github.com:spotify/backstage: (53 commits)
  Updating FAQ.md related to issue #1441 (#1443)
  docs/auth: add some more information about Identities
  plugins/lighthouse: fix CreateAudit test selecting child of button
  app,cli/templates: install @types/react-dom in app for @testing-library/react
  packages: bump @testing-library packages to latest versions
  docs/auth: rename overview to README
  rollback package install
  fixes build errors
  update plugin template to not trigger the notice header warning
  fixup
  fixup
  fixup
  fixup
  fixup
  fixup
  fixup
  fixup
  fixup
  fixup
  fixup
  ...
2020-06-25 04:54:24 +02:00