Commit Graph

4963 Commits

Author SHA1 Message Date
Patrik Oldsberg 1812fd05e6 Merge pull request #2216 from spotify/rugvip/alloc
catalog-backend: add Locations to the set of default allowed kinds
2020-09-01 20:34:52 +02:00
Patrik Oldsberg 7c6df1958d Merge pull request #2221 from spotify/rugvip/rpp
backend-common: add resolvePackagePath
2020-09-01 20:33:59 +02:00
Patrik Oldsberg dec51ec8f1 Merge pull request #2223 from spotify/rugvip/blundered
cli: remove dependencies from bundled packages to avoid install
2020-09-01 20:32:34 +02:00
Patrik Oldsberg 8e94bffbcc cli: mark all monorepo packages as external, instead of @backstage ones 2020-09-01 20:00:38 +02:00
Patrik Oldsberg 39b087bd0e cli: remove dependencies from bundled packages to avoid install 2020-09-01 19:51:25 +02:00
Patrik Oldsberg c319de51a7 backend-common: add resolvePackagePath 2020-09-01 19:33:49 +02:00
Patrik Oldsberg 320b77e75b Merge pull request #2220 from spotify/rugvip/bundled
app: mark as bundled
2020-09-01 19:33:24 +02:00
Patrik Oldsberg c8e77cfc45 app: mark as bundled 2020-09-01 18:28:39 +02:00
Patrik Oldsberg eee4283c65 catalog-backend: add Locations to the set of default allowed kinds 2020-09-01 17:32:37 +02:00
Patrik Oldsberg 12e6d6e820 Merge pull request #2214 from spotify/rugvip/testenv
cli: set NODE_ENV to test when running tests if not already set
2020-09-01 16:06:07 +02:00
Patrik Oldsberg b14fc69bc5 Merge pull request #2193 from spotify/rugvip/versionfix
cli: fix version management in create-app
2020-09-01 16:06:00 +02:00
Ivan Shmidt 9a99a92f84 fix: e2e hanging 2020-09-01 15:53:12 +02:00
Patrik Oldsberg f234f17853 cli: fix version management in create-app 2020-09-01 15:15:39 +02:00
Patrik Oldsberg f3528c8664 Merge pull request #2208 from spotify/rugvip/rules
catalog-backend: wrap location-specific rules in an additional rules field
2020-09-01 15:10:02 +02:00
Patrik Oldsberg 379e5186bd cli: set NODE_ENV to test when running tests if not already set 2020-09-01 15:07:16 +02:00
Stefan Ålund ee0310213c Tweaks to plugin marketplace (#2209)
* Tweaks to plugin marketplace

* Add plugin details to roadmap

* Update README.md

* Link to plugins from home

* Update circleci.yaml
2020-09-01 14:27:33 +02:00
Ivan Shmidt aa2eeb8c49 fix: e2e tsc 2020-09-01 14:19:29 +02:00
Emma Indal 3b545791ce new release 31 aug 20 2020-09-01 14:10:22 +02:00
Fredrik Adelöw 8fa1d781e1 Merge pull request #2211 from SDA-SE/feat/rules-fix
fix: use correct rules syntax
2020-09-01 14:09:38 +02:00
Dominik Henneke 1b658f4bc3 fix: use correct rules syntax 2020-09-01 13:32:22 +02:00
Fredrik Adelöw 1c0ac74b9e Merge pull request #2210 from spotify/freben/no-default-json
BREAKING CHANGE: no longer add express.json() by default to backend
2020-09-01 13:08:39 +02:00
Ivan Shmidt 5641262869 fix: disable plugin verification in browser [temporary] 2020-09-01 12:44:06 +02:00
Ivan Shmidt 4f1bb23e6a fix: package deps for create-app template 2020-09-01 12:23:06 +02:00
Fredrik Adelöw 568f398aa9 BREAKING CHANGE: no longer add express.json() by default to backend 2020-09-01 11:59:31 +02:00
Ivan Shmidt 39f739408f fix: typedeps again 2020-09-01 11:54:59 +02:00
Ivan Shmidt 7b098885c5 fix: AboutCard 2020-09-01 11:41:33 +02:00
Ivan Shmidt 2a39b60ef7 Merge branch 'master' of github.com:spotify/backstage into shmidt-i/app-catalog-tabs-routes-everything-is-connected 2020-09-01 11:39:37 +02:00
Patrik Oldsberg 6e8f4ca44a catalog-backend: wrap location-specific rules in an additional rules field 2020-09-01 11:31:07 +02:00
Patrik Oldsberg 7fce2aace7 Merge pull request #2206 from spotify/rugvip/templ
config,docs: add templates as allowed kind and document process
2020-09-01 11:27:37 +02:00
Marcus Eide 765f0ea534 Merge pull request #2207 from spotify/eide/plugin-route-in-isolation-fix
devApp: Add non-legacy routes too
2020-09-01 11:26:33 +02:00
Ivan Shmidt 7dc5425119 fix: typedep 2020-09-01 11:22:27 +02:00
Niklas Ek a87fd23c4c Merge pull request #2198 from spotify/nikek/aboutcard
Add AboutCard component to EntityPageOverview
2020-09-01 11:15:48 +02:00
Ivan Shmidt 542ee253df fix: update create-app to match example-app 2020-09-01 11:13:24 +02:00
Ivan Shmidt a62d0af2c8 chore(eslint): adjust no-unused-vars rule 2020-09-01 11:12:43 +02:00
Marcus Eide 042f2cbb44 Fix formatting in plugin template 2020-09-01 10:53:55 +02:00
Marcus Eide a85ca3123c Add non-legacy routes when in isolation 2020-09-01 10:46:52 +02:00
Patrik Oldsberg 81cb294dac config,docs: add templates as allowed kind and document process 2020-09-01 10:40:19 +02:00
Ivan Shmidt 9b0ddfe111 Merge branch 'master' of github.com:spotify/backstage into shmidt-i/app-catalog-tabs-routes-everything-is-connected 2020-09-01 10:37:18 +02:00
Rémi DOREAU a549ad53ce fix(create-app): remove duplicate import 2020-09-01 10:37:04 +02:00
nikek f7ac665b75 Add semantic color to AboutCard field titles 2020-09-01 10:26:16 +02:00
Fredrik Adelöw 9d5cffe5ff Merge pull request #2203 from spotify/freben/yarn
fix(deps): yarn.lock update again
2020-09-01 10:12:34 +02:00
Ivan Shmidt 73be8cad17 Merge pull request #2201 from spotify/shmidt-i/fix-docusaurus-master-i18n-lerna
fix(docs): add i18n to gitignore to avoid lerna errors in master
2020-09-01 10:00:51 +02:00
Emma Indal ff5da01280 TechDocs: techdocs backend tests (#2196)
* add tests for generators class

* add tests for helpers

* renaming

* fixup
2020-09-01 09:54:05 +02:00
Oliver Sand b9ed0d3088 feat(catalog): change the tags in the entity list to be gray (#2205) 2020-09-01 09:51:00 +02:00
Oliver Sand bcbeb0b657 Add api-docs to marketplace (#2204)
* docs: improve documentation about adding plugins to the marketplace

The relative path is misleading as one has to come from root.

* docs: add api-docs plugin to marketplace
2020-09-01 09:46:46 +02:00
Ivan Shmidt 22b9d54594 chore: remove gitignored files 2020-09-01 09:44:22 +02:00
Stefan Ålund 0627c24637 Change templates to use Home theme (#2202)
* Change templates to use Home theme

* Update docs URL
2020-09-01 09:26:21 +02:00
Fredrik Adelöw 501f8b2c25 Merge pull request #2195 from spotify/rugvip/buildinfo
cli: define BUILD_INFO in builds
2020-09-01 09:14:30 +02:00
Fredrik Adelöw 94da78133f fix(deps): yarn.lock update again 2020-09-01 09:03:44 +02:00
Iain Billett 055b8baa6d Add Pull Request Plugin to the marketplace (#2190)
* Add Pull Request Plugin to the marketplace

* Add Pull Request Plugin to the marketplace

* typo
2020-09-01 08:55:31 +02:00