Emma Indal
cff489d03d
link on entity page to link to correct docs ( #2289 )
2020-09-05 20:10:44 +02:00
Emma Indal
d1fc52d740
TechDocs: add docs by default to springboot grpc template ( #2288 )
...
* add docs by default to springboot grpc template
* delete line from rebase
2020-09-05 20:10:23 +02:00
Fredrik Adelöw
ec919f3526
Merge pull request #2280 from spotify/freben/wellknown
...
docs(catalog): document the current set of well known annotations
2020-09-04 16:42:15 +02:00
Ivan Shmidt
b180748b96
fix(github-actions): use only github.com/project-slug annotation
2020-09-04 16:22:51 +02:00
Fredrik Adelöw
b4b3a8d1fe
Merge pull request #1612 from ebarriosjr/ebarriosjr/Creating-gcp-projects-plugin
...
Ebarriosjr/creating gcp projects plugin
2020-09-04 15:09:07 +02:00
Fredrik Adelöw
39a730100a
Merge pull request #2258 from muffix/fix-2257-conditionally-add-sentry-widget
...
Conditionally add Sentry widget to component page
2020-09-04 14:12:22 +02:00
Björn Marschollek
bb7430daba
Refactor the Sentry plugin router
2020-09-04 13:58:34 +02:00
Björn Marschollek
eb4d54fcc4
Adapt app-driven entity page
...
Addresses the changes required after merging #2076 . The Sentry plugin
now defines a router and the widget will be displayed as a tab.
2020-09-04 12:51:53 +02:00
Fredrik Adelöw
a4b4eb5793
docs(catalog): document the current set of well known annotations
2020-09-04 12:11:05 +02:00
Fredrik Adelöw
7f2a80d39d
Merge pull request #2270 from o-farooq/master
...
catalog-backend: fix azure ingestion default branch browser url
2020-09-04 11:38:28 +02:00
Fredrik Adelöw
e12b75862e
Merge pull request #2277 from spotify/alund/cb
...
Use primary color for checkbox
2020-09-04 11:37:38 +02:00
Björn Marschollek
0837435531
Conditionally add Sentry widget to component page
...
This adds the Sentry widget back to the component page (from which it
was removed in #2246 ) if the component declares its own Sentry project
ID in the annotation named backstage.io/sentry-project-id. The widget
is hidden otherwise.
Previous to #2246 , the widget was just displaying an empty list because
it was trying to load data for a hardcoded project name of
sample-sentry-project-id.
Fixes #2257
2020-09-04 10:54:02 +02:00
ebarrios
c9558f6570
Removed unused import for TableContainer
2020-09-04 10:23:51 +02:00
ebarrios
c73618c4c1
Fixed old merge conflict in api.ts and cange to Table element in ProjectDetailsPage.tsx
2020-09-04 10:17:56 +02:00
ebarrios
69c2fc72cf
Bumped version to alpha21
2020-09-04 10:03:48 +02:00
Patrik Oldsberg
46bdf1f0ca
Merge pull request #2268 from spotify/rugvip/authref
...
auth-backend: refactor to split lib, move types closer to home, update docs, renaming things
2020-09-04 09:59:58 +02:00
Jacob Valdemar
01f4563c92
TechDocs & Catalog: Private Github repository support ( #2247 )
...
* Add private repo functionality to GhReaderProcesor
* Add github helper for private github repo
* Edit test
* lint
* Remove debugging console.log()
* Less specific if statement
* shorten get private token
* Actual shortening
* Change how current branch name is retrieved
2020-09-04 09:59:14 +02:00
Stefan Ålund
3f6e2591d6
Use primary color for checkbox
2020-09-04 09:52:36 +02:00
dependabot-preview[bot]
1a6b1d8597
chore(deps-dev): bump @types/nodegit from 0.26.7 to 0.26.8 ( #2274 )
...
Bumps [@types/nodegit](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodegit ) from 0.26.7 to 0.26.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nodegit )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-04 09:35:01 +02:00
Esteban Barrios
71675d5386
Merge branch 'master' into ebarriosjr/Creating-gcp-projects-plugin
2020-09-03 17:59:59 +02:00
Omer Farooq
ee5d500624
fix azure ingestion default branch browser url
2020-09-04 02:03:02 +12:00
Patrik Oldsberg
39934f43b6
auth-backend: add not found error if provider is not found
2020-09-03 15:11:17 +02:00
Patrik Oldsberg
c8785b9ee0
auth-backend: rename OAuthProvider to OAuthAdapter
2020-09-03 15:08:38 +02:00
Fredrik Adelöw
8888b0c801
Merge pull request #2265 from spotify/alund/api-example
...
Add API examples
2020-09-03 15:05:35 +02:00
Stefan Ålund
6cc3fb47e1
Add API examples
2020-09-03 14:32:03 +02:00
Ivan Shmidt
64ecf77b78
Merge pull request #2076 from spotify/shmidt-i/app-catalog-tabs-routes-everything-is-connected
...
APP-driven catalog entity page with GitHub Actions integration & routes & tabs
2020-09-03 14:06:44 +02:00
Patrik Oldsberg
fb2d4cf241
auth-backend: refactor EnvironmentHandler to be OAuth-specific and move env config to be a provider concern
2020-09-03 13:10:45 +02:00
Patrik Oldsberg
88cf6da18d
auth-backend: move passport helpers into separate lib
2020-09-03 12:02:58 +02:00
Emma Indal
b77a1d6bcb
TechDocs: Add docs by default to react ssr template ( #2261 )
...
* Add docs by default to react ssr template
* Update plugins/scaffolder-backend/sample-templates/react-ssr-template/{{cookiecutter.component_id}}/docs/index.md
* Update plugins/scaffolder-backend/sample-templates/react-ssr-template/{{cookiecutter.component_id}}/docs/index.md
Co-authored-by: Himanshu Mishra <himanshu@orkohunter.net >
Co-authored-by: Himanshu Mishra <himanshu@orkohunter.net >
2020-09-03 11:20:58 +02:00
Patrik Oldsberg
b8a3f851cd
auth-backend: cleanup types and move them closer to home
2020-09-03 09:29:24 +02:00
dependabot-preview[bot]
dd765b9ff8
chore(deps): bump axios from 0.19.2 to 0.20.0 ( #2251 )
...
Bumps [axios](https://github.com/axios/axios ) from 0.19.2 to 0.20.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.20.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-03 08:34:15 +02:00
Patrik Oldsberg
53a947bd5a
auth-backend: split OAuthProvider into lib/oauth and lib/flow
2020-09-02 19:02:17 +02:00
Ivan Shmidt
3a6150b8c4
Merge branch 'master' of github.com:spotify/backstage into shmidt-i/app-catalog-tabs-routes-everything-is-connected
2020-09-02 17:09:43 +02:00
Patrik Oldsberg
875f254827
Merge branch 'master' into new-release-31-aug-20
2020-09-02 16:17:40 +02:00
Ivan Shmidt
217c7094db
Merge branch 'master' of github.com:spotify/backstage into shmidt-i/app-catalog-tabs-routes-everything-is-connected
2020-09-02 16:16:36 +02:00
Ivan Shmidt
ad76c6116f
fix: test
2020-09-02 16:15:18 +02:00
Ivan Shmidt
7834bcaa99
Merge branch 'master' of github.com:spotify/backstage into shmidt-i/app-catalog-tabs-routes-everything-is-connected
2020-09-02 15:59:09 +02:00
Patrik Oldsberg
27113c5364
catalog: remove sentry widget
2020-09-02 15:57:55 +02:00
Ivan Shmidt
9988479c61
refactor: address PR comments
2020-09-02 15:57:18 +02:00
Sebastian Qvarfordt
07c9a9474a
Get branchname from repo instance instead of location url ( #2242 )
2020-09-02 15:30:35 +02:00
Patrik Oldsberg
8e9326cd53
Merge pull request #2237 from spotify/rugvip/docsdir
...
techdocs-backend: use resolvePackagePath instead of __dirname
2020-09-02 15:25:14 +02:00
Marcus Eide
fdda0ab097
Merge pull request #2234 from spotify/eide/log-formatting
...
backend: Log formatting
2020-09-02 14:38:34 +02:00
Patrik Oldsberg
c08a83260e
auth-backend: use correct interface in factory return type
2020-09-02 14:21:58 +02:00
Patrik Oldsberg
0af1ce25ca
techdocs-backend: use resolvePackagePath instead of __dirname
2020-09-02 13:02:43 +02:00
Marcus Eide
7d8058a1ef
Make http-proxy-middleware log to supplied logger
2020-09-02 11:08:40 +02:00
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
c319de51a7
backend-common: add resolvePackagePath
2020-09-01 19:33:49 +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
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
Emma Indal
3b545791ce
new release 31 aug 20
2020-09-01 14:10:22 +02:00