Commit Graph

1462 Commits

Author SHA1 Message Date
Ivan Shmidt 55df832891 Merge pull request #1563 from spotify/shmidt-i/proxy-plugin
Proxy backend plugin
2020-07-13 15:02:06 +02:00
Ben Lambert ab721c6e05 Merge pull request #1594 from spotify/blam/tidy-up-scaffolder
Use the Templater Property in the Template Definition to choose the templater
2020-07-13 14:00:21 +02:00
Ivan Shmidt 47ea7bb806 Merge branch 'master' of github.com:spotify/backstage into shmidt-i/proxy-plugin 2020-07-13 13:38:57 +02:00
Nikita Dudnik d3ef4eb9b3 Merge pull request #1587 from spotify/mob/github-actions-api
GitHub actions API
2020-07-13 13:10:33 +02:00
blam d91c10f654 feat(scaffolder): now the scaffolder is passed a list of templaters which is decided by the template definition 2020-07-13 11:55:39 +02:00
Ivan Shmidt f1b479c772 fix(proxy): mount on /proxy 2020-07-13 11:22:08 +02:00
blam 87698e2fe6 chore(scaffolder): making the templater field mandatory 2020-07-13 10:53:30 +02:00
Sebastian Qvarfordt 240b183a01 Merge pull request #1588 from spotify/bil/remove-techdocs-plugin-dep
techdocs: remove @backstage/plugin-techdocs as dep
2020-07-13 10:20:02 +02:00
Patrik Oldsberg f39abc0fe7 package: enforce node 12 2020-07-11 20:22:12 +02:00
Nikita Nek Dudnik 2fd5d2ffa5 feat: make it work
Co-authored-by: Ivan Shmidt <ivans@spotify.com>
2020-07-10 19:47:20 +02:00
Bilawal Hameed 3026db08f0 fix: remove @backstage/plugin-techdocs as dep 2020-07-10 18:17:29 +02:00
Bilawal Hameed 066ba28acf docs(techdocs-cli): update to use from npm registry (#1586) 2020-07-10 17:58:34 +02:00
Bilawal Hameed 68d472f702 docs: updated to packages/techdocs-container 2020-07-10 16:17:22 +02:00
Bilawal Hameed 4f709b4a25 fix: migrate techdocs-container to packages/ 2020-07-10 16:05:14 +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
Nikita Nek Dudnik 09dfdbad5c feat: github actions api type with a mock implementation 2020-07-10 09:56:39 +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 904941125e feat(cli): introduce backstage-cli plugin:export 2020-07-08 15:46:46 +02:00
Ivan Shmidt 170c9af829 Merge branch 'master' of github.com:spotify/backstage into shmidt-i/proxy-plugin 2020-07-08 09:27:09 +02:00
Ivan Shmidt 237502140b feat(proxy): start using proxy for circleci 2020-07-08 09:25:56 +02:00
Ivan Shmidt a05a8f805d feat(proxy): implement proxy backend plugin 2020-07-08 09:25:27 +02:00
Sebastian Qvarfordt be7ef69328 Added initial scaffold for techdocs backend (#1550)
* Added initial scaffold for techdocs backend

* Added test and a dummy route

* Missed file in commit

* Removed unused dependencies

* Added readme
2020-07-07 15:37:26 +02:00
Patrik Oldsberg 10d1e141b7 Merge pull request #1504 from danztran/fix_hardcoded_url
Replace hardcoded base urls
2020-07-07 14:52:49 +02:00
Patrik Oldsberg 6fdcc9f59a v0.1.1-alpha.13 2020-07-07 13:16:30 +02:00
Ivan Shmidt c5bf20f244 Merge branch 'master' of github.com:spotify/backstage into shmidt-i/scaffolder-flow-frontend 2020-07-07 09:12:26 +02:00
Patrik Oldsberg a854568e44 Merge pull request #1500 from timurista/timurista
Add gitlab sign in method #343
2020-07-06 19:21:44 +02:00
Tim Urista fe8aa15473 add email for backstage profile 2020-07-06 09:47:19 -07: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
João Suzana Ferreira 8b1d4bd937 Fixes SupportButton console warning (#1530) 2020-07-05 08:21:22 +02:00
danztran c371e45067 replace hardcoded url 2020-07-03 16:34:52 +07:00
Nikita Dudnik 29e442cbc9 Merge pull request #1512 from spotify/freben/oauth2-custom-identity-provider
feat(auth): implement generic oauth2 provider
2020-07-03 10:21:06 +02:00
Patrik Oldsberg 04f8eedc9b Merge pull request #1509 from spotify/rugvip/e2e-pack
cli: add build-workspace command and update e2e test
2020-07-03 10:19:47 +02:00
Nikita Dudnik d7b5b667e1 Merge pull request #1516 from spotify/freben/ghactions
feat(github-actions): introduce the old frontend code
2020-07-03 09:51:03 +02:00
Patrik Oldsberg ab6385cfb1 cli: never treat success as a failure in e2e test 2020-07-02 21:41:39 +02:00
Fredrik Adelöw 837aa9ab0c fix(sidebar): do not let sidebar items collapse and shrink 2020-07-02 14:56:53 +02:00
Patrik Oldsberg c499656a69 cli: use tree-kill to kill serve task in e2e test 2020-07-02 14:46:43 +02:00
Patrik Oldsberg 7cd04c77fa cli: use node to execude backstage-cli bin in e2e test 2020-07-02 14:46:43 +02:00
Patrik Oldsberg 2aca5bb6d4 cli: refactor e2e-test to use runPlain with fix for windows 2020-07-02 14:46:43 +02:00
Patrik Oldsberg 3fb76b575b cli: remove special handling of yarn install 2020-07-02 14:45:04 +02:00
Patrik Oldsberg 3c447e36dc cli: update e2e-test to use build-workspace and inline more scripts 2020-07-02 14:43:58 +02:00
Patrik Oldsberg c01de0d489 cli: add --skip-install option to create-app 2020-07-02 14:43:58 +02:00
Patrik Oldsberg ea0e5db06b cli: add build-workspace command 2020-07-02 14:43:58 +02:00
Fredrik Adelöw d3504d3e63 feat(github-actions): introduce the old frontend code 2020-07-02 14:37:05 +02:00
Fredrik Adelöw 27610aef48 Fix license header in plugin template 2020-07-02 13:52:53 +02:00
Fredrik Adelöw 7389f326d9 chore: add import/newline-after-import lint rule 2020-07-02 11:25:04 +02:00
Fredrik Adelöw 77fe78370b feat(auth): implement generic oauth2 provider 2020-07-02 09:19:02 +02:00
Ivan Shmidt 0c2ba42e4e fix: favicon styles incapsulation 2020-07-02 01:48:03 +02:00
Ivan Shmidt 31257122d2 fix: types 2020-07-02 01:02:17 +02:00