Commit Graph

3200 Commits

Author SHA1 Message Date
blam e0f026bb39 chore(scaffolder): fixing cookiecutter templater tests 2020-06-26 13:53:14 +02: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
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
Stefan Ålund 0ec6200c14 Update README with catalog and new features (#1449)
* Update README with catalog and new features

* Update README.md
2020-06-25 12:22:13 +02: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
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
Ben Lambert 74365f8c90 Merge pull request #1418 from spotify/mob/cookiecutter-templater
Implement the CookieCutter Templater with Docker
2020-06-25 04:52:18 +02:00
blam 13666d860f Merge branch 'master' of github.com:spotify/backstage into mob/cookiecutter-templater
* 'master' of github.com:spotify/backstage:
  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
2020-06-25 04:29:19 +02:00
blam 767c5fcb72 Merge branch 'mob/job-processor' of github.com:spotify/backstage into mob/job-processor
* 'mob/job-processor' of github.com:spotify/backstage:
  feat(scaffolder): create new tempdir for result
  fix(scaffolder): stringify error
2020-06-25 04:28:45 +02:00
blam 82321cb400 chore(scaffolder): fixing issues with scaffolder 2020-06-25 04:21:43 +02:00
Ivan Shmidt 1dd56d28a9 feat(scaffolder): create new tempdir for result 2020-06-25 00:16:26 +02:00
Ivan Shmidt bca0ebf3c9 fix(scaffolder): stringify error 2020-06-25 00:15:58 +02:00
HamzaBoukraa 2707b5ebd6 Updating FAQ.md related to issue #1441 (#1443)
Repeated section in the FAQ #1441:
Answering the question and replacing the repeated content.
2020-06-24 22:25:48 +02:00
Patrik Oldsberg c21346bcc3 Merge pull request #1444 from spotify/rugvip/authdocs
docs/auth: add some more information about Identities
2020-06-24 20:18:22 +02:00
Patrik Oldsberg 365e8d744b Merge pull request #1445 from spotify/rugvip/tlbump
packages: bump @testing-library packages to latest versions
2020-06-24 20:03:42 +02:00
Patrik Oldsberg 0fa04efb97 docs/auth: add some more information about Identities 2020-06-24 19:42:41 +02:00
Patrik Oldsberg 46dc28c4b0 plugins/lighthouse: fix CreateAudit test selecting child of button 2020-06-24 19:38:56 +02:00
Fredrik Adelöw c71f240dd0 Merge pull request #1442 from rtirserio/cli-plugin-notice-header
update plugin template to not trigger the notice header warning
2020-06-24 19:37:58 +02:00
Patrik Oldsberg dbf6686818 app,cli/templates: install @types/react-dom in app for @testing-library/react 2020-06-24 19:00:45 +02:00
Patrik Oldsberg 17adaefc5d packages: bump @testing-library packages to latest versions 2020-06-24 18:50:13 +02:00
Patrik Oldsberg eb4e894a24 docs/auth: rename overview to README 2020-06-24 18:03:47 +02:00
Rob Tirserio da60f9e504 rollback package install 2020-06-24 11:51:17 -04:00
Rob Tirserio e7fdca9f3b fixes build errors 2020-06-24 11:45:09 -04:00
blam e3ec510f4c Merge branch 'master' of github.com:spotify/backstage into mob/cookiecutter-templater
* 'master' of github.com:spotify/backstage: (43 commits)
  fixup
  fixup
  fixup
  fixup
  fixup
  fixup
  fixup
  fixup
  fixup
  fixup
  fixup
  fixup
  fixup
  fixup
  fixup
  fixup
  fixup
  fixup
  fixup
  fixup
  ...
2020-06-24 17:39:30 +02:00
Rob Tirserio 6ff00f26f5 update plugin template to not trigger the notice header warning 2020-06-24 11:06:17 -04:00
Bilawal Hameed 9869e96e38 Merge pull request #1430 from hooloovooo/techdocs_md_extensions
Techdocs md extensions
2020-06-24 14:32:22 +02:00
Bilawal Hameed f8400d8f3f Merge pull request #1432 from spotify/bil/techdocs-format-workflow
techdocs: create initial github workflow for CI
2020-06-24 14:28:40 +02:00
Bilawal Hameed cbdc656aa7 fixup 2020-06-24 14:27:10 +02:00
Bilawal Hameed 0c3ec16428 fixup 2020-06-24 14:24:30 +02:00
Bilawal Hameed 9ebd5e0960 fixup 2020-06-24 14:24:19 +02:00
Bilawal Hameed d92ebf4908 fixup 2020-06-24 14:22:36 +02:00
Bilawal Hameed 945594f2eb fixup 2020-06-24 14:22:25 +02:00
Bilawal Hameed b9568cf0ce fixup 2020-06-24 14:19:42 +02:00
Bilawal Hameed ceaba974e8 fixup 2020-06-24 14:16:36 +02:00
Bilawal Hameed 691f28a83c fixup 2020-06-24 14:15:56 +02:00
Bilawal Hameed f3302ef46b fixup 2020-06-24 14:14:13 +02:00
Bilawal Hameed 931058601b fixup 2020-06-24 14:12:31 +02:00
Bilawal Hameed c1a6add47d fixup 2020-06-24 14:11:52 +02:00
Bilawal Hameed aca7a44817 fixup 2020-06-24 14:09:45 +02:00
Bilawal Hameed 56e1b0adec fixup 2020-06-24 14:09:07 +02:00
Bilawal Hameed cc8c3a9e7d fixup 2020-06-24 14:06:51 +02:00
blam d581284890 chore(scaffolder): fixing the type deps 2020-06-24 14:01:13 +02:00
blam 85d1fbaf3c chore(backend-common): expose a create logger function 2020-06-24 13:57:19 +02:00
Bilawal Hameed 45f5fb08fe fixup 2020-06-24 13:56:51 +02:00
blam 7787eb9986 feat(scaffolder): implementing a basic API for the processor to mutate the entity state 2020-06-24 13:56:43 +02:00
blam 73c8c69c1c feat(scaffolder): starting to write a job processor 2020-06-24 13:56:25 +02:00
Bilawal Hameed fb19ad5839 fixup 2020-06-24 13:49:52 +02:00