Commit Graph

2104 Commits

Author SHA1 Message Date
ebarrios 8e73d3b5bf Solved merge conflicts 2020-09-21 10:09:21 +02:00
blam fff010b0d1 Merge branch 'master' of github.com:spotify/backstage into mob/union-types
* 'master' of github.com:spotify/backstage:
  Update quickstart-app-auth.md
  Update changelog
  v0.1.1-alpha.22
  v0.1.1-alpha.21
  TechDocs: Use a flag to determine if we should use a local mkdocs or techdocs-container (#2503)
  feat(catalog-backend): delete log entries older than a cutoff
  fix(workflows): do not run e2e when contrib or docs change
  chore(contrib): form the basic contrib hierarchy
  fix(catalog-backend): address comments and add docs
  fix(catalog-backend): unify github and github/api, and use git-url-parse
2020-09-20 21:00:45 +02:00
Raghunandan 72235dd51e v0.1.1-alpha.22 2020-09-18 15:14:38 +02:00
Raghunandan 259205727e v0.1.1-alpha.21 2020-09-18 15:13:47 +02:00
Fredrik Adelöw f7a57e89d0 Merge pull request #2501 from spotify/freben/more-github
fix(catalog-backend): unify github and github/api, and use git-url-parse
2020-09-18 15:06:18 +02:00
Sebastian Qvarfordt f097c32b59 TechDocs: Use a flag to determine if we should use a local mkdocs or techdocs-container (#2503)
* Use a flag to determine wether to use techdocs-container or local install of mkdocs

* Updated techdocs generator to look at app-config string instead of argument to decide how to run the generator

* Removed console log...

* Reverted scaffolder file that was accidentally committed.

* Fixed lint issues

* Added config to create-app template
2020-09-18 14:02:35 +02:00
blam 1903f6d987 Merge branch 'master' of github.com:spotify/backstage into mob/union-types
* 'master' of github.com:spotify/backstage: (22 commits)
  [microsite] Add CNCF logo (#2511)
  feat: use title for API type in table
  new tutorials (#2435)
  e2e-test: ignore unhandled errors from jsdom
  Techdocs without docker-in-docker (#2438)
  Test for docker before attempting to run a container (#2497)
  scaffolder: Fix backend fails to start
  feat: add api-docs config ref for widgets
  Mark docs template description as required
  Send component description to GitHub
  Pass props to lists and control rendering from outside wrapper
  Remove commented out code
  Remove unnecessary boolean conversion
  docs: improve navigation around ADRs
  Update default-app template
  Handle empty sections
  Change logic of FeatureFlags.toggle()
  Update sidepar
  Add featureflags components and toggle method on api
  Cleanup and breaking out into more components
  ...
2020-09-18 12:50:21 +02:00
ebarrios ab4d4d2f03 Ran prettier on packages/app/src/components/catalog/EntityPage.tsx 2020-09-18 12:45:23 +02:00
Esteban Barrios 53393f6410 Merge branch 'master' into cloudbuild-plugin 2020-09-18 11:53:31 +02:00
Marcus Eide bc48f67508 Merge pull request #2420 from spotify/eide/hack-user-settings-dialog
sidebar: User settings dialog
2020-09-18 10:17:27 +02:00
Patrik Oldsberg 51a9b70e3a e2e-test: ignore unhandled errors from jsdom 2020-09-17 19:22:12 +02:00
ebarrios d139cf6a28 Created a plugin for cloud build as CI/CD 2020-09-17 17:59:05 +02:00
Fredrik Adelöw a4e563ed2d fix(catalog-backend): unify github and github/api, and use git-url-parse 2020-09-17 15:32:40 +02:00
Tim Jacomb d8d074c1b4 scaffolder: Fix backend fails to start 2020-09-17 13:48:47 +01:00
blam 46c11dd7d3 Merge branch 'master' of github.com:spotify/backstage into mob/union-types
* 'master' of github.com:spotify/backstage: (656 commits)
  Update playback-order-component.yaml (#2495)
  feat: rework Api Explorer components
  Add GitLab integration for scaffolder
  feat(catalog-backend): support GHE and other GitHub providers
  Add scaffolder config to monorepo (#2492)
  Simplify code
  prettified md
  Added PlantUML diagrams in backstage.io docs (#2413)
  chore(deps): bump nodegit from 0.26.5 to 0.27.0 (#2454)
  grammar correction
  added description header field
  added description header field
  added description header field
  added description header field
  added description header field
  Condense if to else if
  Update docs
  Reword
  Make access optional
  eslintignore: add template dirs
  ...
2020-09-17 14:15:50 +02:00
Ben Lambert ef4108dcaa Merge pull request #2426 from muffix/fix-2372-add-gitlab-to-scaffolder
Add GitLab integration for scaffolder
2020-09-17 13:54:09 +02:00
Marcus Eide 3664ef13c2 Pass props to lists and control rendering from outside wrapper 2020-09-17 13:53:57 +02:00
Marcus Eide b67b2b6c0a Remove commented out code 2020-09-17 13:37:29 +02:00
Marcus Eide fd83d501db Remove unnecessary boolean conversion 2020-09-17 13:36:12 +02:00
Stefan Ålund eb85eb0bbc Update playback-order-component.yaml (#2495) 2020-09-17 12:48:07 +02:00
Björn Marschollek 55542797a9 Add GitLab integration for scaffolder
This adds a GitLab integration for the scaffolder backend.

We're introduceing a preparer and a publisher for GitLab so that we can
read templates from GitLab and publish them to a configured GitLab
instance. The two instances don't need to be the same. For instance,
templates could be public on gitlab.com, but the created repos will live
in a hosted GitLab somewhere else.

The publisher gets its own config object in `app-config.yaml` where the
target instance and token can be specified.

The service catalogue defines both `gitlab` and `gitlab/api` as
processors. They are both handled by the same preparer.

Closes #2372
2020-09-17 12:39:05 +02:00
Fredrik Adelöw f1ca8daee8 Merge pull request #2490 from spotify/freben/ghe
feat(catalog-backend): support GHE and other GitHub providers
2020-09-17 10:51:48 +02:00
Patrik Oldsberg 4a23442c57 Merge pull request #2404 from timja/patch-1
Add ssl config to example app for postgres
2020-09-17 10:15:02 +02:00
Oliver Sand ed140a0602 Merge pull request #2424 from SDA-SE/feat/extend-api-model
feat: extend API entity by lifecycle and owner
2020-09-17 09:49:13 +02:00
Patrik Oldsberg f304139464 Merge pull request #2479 from spotify/Rugvip-patch-1
cli: fix for css being treated as images in build
2020-09-17 09:22:05 +02:00
Fredrik Adelöw 4077b424fa feat(catalog-backend): support GHE and other GitHub providers 2020-09-17 09:04:35 +02:00
Marcus Eide e9c59b773e Update default-app template 2020-09-17 08:55:31 +02:00
Marcus Eide 88fa72f91f Handle empty sections 2020-09-17 08:55:30 +02:00
Marcus Eide c8292fa05c Change logic of FeatureFlags.toggle() 2020-09-17 08:55:30 +02:00
Marcus Eide f01596d8c4 Update sidepar 2020-09-17 08:55:30 +02:00
Marcus Eide 12e2d169f8 Add featureflags components and toggle method on api 2020-09-17 08:55:30 +02:00
Marcus Eide cd66f03f9d Cleanup and breaking out into more components 2020-09-17 08:55:30 +02:00
Marcus Eide 5e9acd5947 Option to change size of SignInAvatar 2020-09-17 08:55:29 +02:00
Marcus Eide a566cba671 wip: big commit to add sidebar settings dialog 2020-09-17 08:55:29 +02:00
Patrik Oldsberg 35abda0fa0 Merge pull request #2352 from timja/new-routing-jenkins
Update Jenkins plugin to new routing
2020-09-16 16:54:20 +02:00
Patrik Oldsberg 85a1574e9f Merge pull request #2429 from taras/tm/scaffold-repo-visibility
Add the ability to configure repository visibility via config
2020-09-16 16:52:22 +02:00
Patrik Oldsberg 1fea972187 Merge pull request #2088 from andrewthauer/api-docs-graphql
Add GraphQL support to API Docs
2020-09-16 16:37:11 +02:00
Tim Jacomb 38c0672e1e Merge branch 'master' into new-routing-jenkins 2020-09-16 14:46:49 +01:00
Raghunandan b8acf90f31 Update favicon to latest. Add Backstage logo to sidebar in create-app template 2020-09-16 12:25:25 +02:00
Patrik Oldsberg 74c5700afa Merge pull request #2468 from spotify/rugvip/e2etry
e2e-test: add retries to app serve
2020-09-16 11:40:22 +02:00
Sebastian Qvarfordt 3206acb784 Bumped mkdocs-techdocs-core version in techdocs-container (#2484) 2020-09-16 11:36:15 +02:00
Sharvilak b9dfb3dfd5 storybook config: fix for babel-loader error (#2483)
Co-authored-by: sharvilak <sharvilak@e9ine.com>
2020-09-16 11:31:15 +02:00
Emma Indal 2b555ca1d9 TechDocs: fix pymdown emoji configs (#2482)
* fix pymdown emoji configs

* Added changelog, bumped version

Co-authored-by: Sebastian Qvarfordt <s.qvarfordt@gmail.com>
2020-09-16 11:18:48 +02:00
Tim Jacomb 77a4102a1a Comment out by default 2020-09-16 08:00:14 +01:00
Tim Jacomb 1928c46246 Try disable instead 2020-09-16 07:35:07 +01:00
Tim Jacomb 17a304703b Review feedback 2020-09-16 07:13:06 +01:00
Patrik Oldsberg a71b91cc44 e2e-test: add retries to app serve 2020-09-15 23:18:53 +02:00
Tim Jacomb bd6ae84803 Update packages/create-app/templates/default-app/app-config.yaml.hbs 2020-09-15 21:35:45 +01:00
Taras Mankovski d72577006d Add missing environment variables from tests 2020-09-15 16:31:42 -04:00
Taras Mankovski 404df7d0b2 Provide environment variable for scaffolder.github.token 2020-09-15 16:31:42 -04:00