Commit Graph

5616 Commits

Author SHA1 Message Date
Patrik Oldsberg 386edd0c03 Merge pull request #2643 from spotify/add-cost-insights-plugin-to-marketplace
Add Cost Insights to marketplace
2020-09-28 23:58:03 +02:00
Ben Lambert 2d37f700a2 Merge pull request #2543 from mfrinnstrom/azure-scaffolder-prepare
Add Azure DevOps support to the scaffolder
2020-09-28 23:44:19 +02:00
Brenda Sukh fdbe6952bb Add cost insights to marketplace 2020-09-28 16:14:37 -04:00
Ryan Vazquez 0c2ed5979d Merge pull request #2637 from spotify/plugin-cost-insights
Cost Insights Plugin
2020-09-28 15:46:02 -04:00
Ryan Vazquez a4281932fb add cost insights plugin 2020-09-28 15:20:31 -04:00
Matthew Clarke d66c6a7dcb k8s add hpa and ingresses UI (#2640)
* k8s add hpa and ingresses UI

* add todo
2020-09-28 19:32:35 +01:00
Fredrik Adelöw 964dbd0dad Merge pull request #2641 from spotify/freben/easier-read
feat(catalog-backend): simplify the read function in processors
2020-09-28 18:42:36 +02:00
Fredrik Adelöw 5a2b4b1966 feat(catalog-backend): simplify the read function in processors 2020-09-28 18:26:28 +02:00
Fredrik Adelöw a61ae60b0c Merge pull request #2642 from spotify/rugvip/node-cache
github/workflows: include node version in modules cache key
2020-09-28 18:19:49 +02:00
Patrik Oldsberg f1e96f2f9c github/workflows: include node version in modules cache key 2020-09-28 17:52:28 +02:00
Ben Lambert 53a37bfee5 Merge pull request #2630 from spotify/rugvip/node14
package: allow node v14 and add to master build matrix
2020-09-28 16:46:52 +02:00
Patrik Oldsberg 6b0c2a703a Merge pull request #2639 from spotify/blam/esbuild
deps(esbuild): bumping esbuild to latest 0.7.7
2020-09-28 16:45:24 +02:00
Fredrik Adelöw cdce5290a2 Merge pull request #2628 from spotify/freben/entity-placeholder
feat(catalog-backend): placeholder substitution in entity yaml
2020-09-28 16:19:18 +02:00
blam 2e8d01a10c Try to add msbuild so we can build from source if the binary download fails for nodev14 2020-09-28 16:05:13 +02:00
blam a0893378f5 Merge branch 'master' of github.com:spotify/backstage into rugvip/node14
* 'master' of github.com:spotify/backstage:
  Add initial kubernetes services and configmap UI support (#2635)
  Clean up the repository
  Integrate with travis-ci plugin
  docs: fix typos in the documentation (#2633)
  fix(circleci): add api route prefix to proxy rewrite path
2020-09-28 15:54:29 +02:00
blam 15911e7a1a deps(esbuild): bumping esbuild to latest 0.7.7 2020-09-28 15:33:47 +02:00
Ben Lambert 2c33a29c7c Merge pull request #2621 from andrewthauer/fix/circleci-proxy-config
fix(circleci): add api route prefix to proxy rewrite path
2020-09-28 15:28:10 +02:00
Ben Lambert bbfe779b2e Merge pull request #2638 from RoadieHQ/mcalus3/travisci-integration
Add Travis CI plugin integration
2020-09-28 15:25:13 +02:00
Matthew Clarke 2fbca83156 Add initial kubernetes services and configmap UI support (#2635)
* add initial kubernetes services and configmap support

* revert accidental change

* missed revert

* prettier
2020-09-28 14:16:41 +01:00
Marek Calus d5de29c00f Clean up the repository 2020-09-28 14:45:33 +02:00
Marek Calus 0ed398633a Integrate with travis-ci plugin 2020-09-28 14:39:58 +02:00
Fredrik Adelöw a021413075 feat(catalog-backend): placeholder substitution in entity yaml
This feature works the same as $secret does in config - it allows programmatic substitution of values into a document.

This is particularly useful e.g. for API type entities where you do not want to repeat your entire API spec document inside the catalog-info.yaml file. For those cases, you can instead do something like

```yaml
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
  name: my-federated-service
spec:
  type: graphql
  definition:
    $file: ./schema.graphql
```

The textual content of that file will be injected as the value of `definition`, during each refresh loop. Both relative and absolute paths are supported, as well as any HTTP/HTTPS URL pointing to a service that returns the relevant data.
2020-09-28 14:29:37 +02:00
Mattias Frinnström 0f732731ef Restructure config for Azure DevOps scaffolder 2020-09-28 14:19:20 +02:00
Mattias Frinnström 56a9f8389b Add Azure DevOps publisher to scaffolder 2020-09-28 14:19:20 +02:00
Mattias Frinnström c109cbe4df Add Azure prepare stage to scaffolder 2020-09-28 14:19:19 +02:00
Navaneeth Suresh e7686833fd docs: fix typos in the documentation (#2633) 2020-09-28 13:18:40 +02:00
Patrik Oldsberg 940ea11719 backend: bump sqlite3 to v5 2020-09-28 12:34:57 +02:00
Patrik Oldsberg dad7b96194 package: allow node v14 and add to master build matrix 2020-09-28 12:30:37 +02:00
Mayurs 17c30eaf3e fix(docs): Fix typos in several .md files (#2627) 2020-09-27 18:57:20 +02:00
Patrik Oldsberg 3d6c3c8750 Merge pull request #2626 from spotify/balestrapatrick/docs-typo
Fix small docs typo
2020-09-27 17:07:41 +02:00
Patrick Balestra b9cfa5e466 Fix small docs typo 2020-09-27 16:25:06 +02:00
Himanshu Mishra 18f68cd75d Merge pull request #2598 from themousepotato/techdocs-progress-bar-fix 2020-09-26 19:30:51 +02:00
Navaneeth Suresh e85030902f Add a message if techdocs takes long time to load 2020-09-26 21:49:49 +05:30
Ben Lambert e664e96783 Merge pull request #2624 from themousepotato/add-component-ux-fix
Make title meaningful after component creation
2020-09-26 18:13:45 +02:00
Navaneeth Suresh 21a38faf9f Make title meaningful after component creation 2020-09-26 16:33:04 +05:30
Patrik Oldsberg 3fb7a7354a Merge pull request #2616 from spotify/rugvip/noidentity
plugins: remove identity-backend
2020-09-26 12:32:40 +02:00
Andrew Thauer 572abfe121 fix(circleci): add api route prefix to proxy rewrite path 2020-09-26 06:06:51 -04:00
Patrik Oldsberg d49adc490e CHANGELOG: add entry for identity-backend removal 2020-09-26 11:48:36 +02:00
Patrik Oldsberg 9a5ea983b0 plugins: remove identity-backend 2020-09-26 11:48:19 +02:00
Patrik Oldsberg 0683a8278f Merge pull request #2614 from spotify/rugvip/internal
create-app: default to using internal scope for new plugins
2020-09-25 22:42:31 +02:00
Ryan Vazquez dbeb43fac3 reset from upstream 2020-09-25 15:52:28 -04:00
Ryan Vazquez e9de56f299 Update CODEOWNERS 2020-09-25 15:38:23 -04:00
Ryan Vazquez 0deb431777 Merge branch 'master' of https://github.com/spotify/backstage 2020-09-25 14:40:17 -04:00
Ben Lambert 8140f4ace6 Merge pull request #2620 from spotify/Rugvip-patch-1
Update publishing.md
2020-09-25 19:55:07 +02:00
Patrik Oldsberg 2caf66eb54 Update publishing.md 2020-09-25 19:22:15 +02:00
Patrik Oldsberg e8df3b4f15 Merge pull request #2619 from spotify/rugvip/rel
CHANGELOG: bump to alpha.23
2020-09-25 19:21:23 +02:00
Matthew Clarke eb4c704674 kubernetes: deployment pod table (#2618)
* deployment pod table

* prettier manifest file

* pr feedback
2020-09-25 16:25:25 +01:00
Patrik Oldsberg 7ae37ccc5d CHANGELOG: bump to alpha.23 2020-09-25 17:05:54 +02:00
Patrik Oldsberg bbf247e822 Merge pull request #2615 from spotify/rugvip/ipvbork
backend-common: use localhost to fall back to IPv4 if IPv6 isn't available
2020-09-25 17:05:30 +02:00
Patrik Oldsberg e8f0c6b7b8 Merge pull request #2610 from spotify/rugvip/discovery
plugins/circleci: refactor to use DiscoveryApi
2020-09-25 16:19:02 +02:00