Himanshu Mishra
0b9646ed6a
Merge pull request #3794 from ayshiff/feature/techdocs-aws-s3
2021-01-05 17:48:57 +01:00
Mathias Åhsberg
2c7ff367e4
Add example configuration for bitbucket scaffolder
2021-01-04 12:31:14 +00:00
Remi
b9e6d305e2
fix(techdocs): typos + add tests + requested changes
2020-12-30 10:25:57 +01:00
Remi
77102b420a
feat(techdocs): update docs
2020-12-30 10:25:57 +01:00
Himanshu Mishra
15d23c004e
Merge remote-tracking branch 'origin/master' into orkohunter/techdocs-publish-to-cloud-storage
2020-12-10 21:12:31 +01:00
Himanshu Mishra
24bcdd0829
techdocs: Use googleGcs for publisher type instead of google_gcs
2020-12-09 18:58:12 +01:00
Mikael Östberg
704f7c7be0
Update app-config.yaml
2020-12-09 12:35:22 +01:00
Himanshu Mishra
9bd130a73a
techdocs: Use 'local' and 'external' for alternatives for techdocs.builder config
...
Co-authored-by: freben <freben@gmail.com >
2020-12-09 12:31:40 +01:00
Himanshu Mishra
fc697b87c5
Merge remote-tracking branch 'origin/master' into orkohunter/techdocs-publish-to-cloud-storage
2020-12-08 19:19:42 +01:00
Patrik Oldsberg
23190a8a76
Merge pull request #3532 from SDA-SE/feat/sentry
...
Refactor the Sentry plugin to use the proxy backend instead of a custom backend
2020-12-08 16:24:51 +01:00
Dominik Henneke
075d3dc5ae
Refactor the Sentry plugin to use the proxy backend instead of a custom backend
2020-12-07 17:21:59 +01:00
Himanshu Mishra
a212e43142
techdocs: Add JSON Schema config
...
Show better error if techdocs.builder is set to 'ci' and if no docs are found.
Return 404 from googleStorage client when a file is not found.
2020-12-05 10:48:54 +01:00
Himanshu Mishra
8ffbbcee59
Merge remote-tracking branch 'origin/master' into orkohunter/techdocs-publish-to-cloud-storage
2020-12-04 19:51:01 +01:00
samiramkr
f3b24a94a2
Merge pull request #3317 from backstage/samiram/pagerduty-plugin
...
Pagerduty plugin
2020-12-04 17:02:54 +01:00
Samira Mokaram
8109ff1d35
Merge branch 'master' of https://github.com/spotify/backstage into samiram/pagerduty-plugin
2020-12-04 11:04:21 +01:00
Himanshu Mishra
f0bfd369b3
Merge remote-tracking branch 'origin/master' into orkohunter/techdocs-publish-to-cloud-storage
2020-12-03 22:53:45 +01:00
Himanshu Mishra
084670b37a
Google Cloud Storage working with TechDocs (publish and fetch)
...
Plus
1. Introduce ncessary configs to connect with storage
2. Introduce config to prefer CI build of docs, or techdocs-backend to build and publish them.
3. Write guide how to use Google Cloud Storage with TechDocs
4. Add a TechDocs Configuration reference page in docucmentation
2020-12-03 22:40:15 +01:00
keshan
1f6a0a2803
reverted back the github config value
2020-12-03 09:08:45 +05:30
keshan
9e11dfca40
Introducing env prop to have configurable authentication env
2020-12-03 09:08:44 +05:30
Brenda Sukh
108994d4dc
Add additional events panel
2020-12-02 14:32:40 -05:00
Himanshu Mishra
9ebc897351
TechDocs: Refactor Publisher to pave way for external publishers
2020-12-01 20:48:58 +01:00
Samira Mokaram
3d392a0b6a
address comments
2020-12-01 16:38:40 +01:00
Fredrik Adelöw
e4d619323c
Merge pull request #3462 from SDA-SE/feat/proxy-schema
...
Add a configuration schema for the proxy plugin
2020-11-30 13:57:24 +01:00
Andrew Thauer
c70d68005d
fix: add rollbar config to fix example-backend error
2020-11-26 14:14:31 -05:00
Dominik Henneke
3619ea4c47
Add a configuration schema for the proxy plugin
2020-11-26 16:20:34 +01:00
Andrew Thauer
3a201c5d54
feat: add config schema for rollbar plugins ( #3404 )
...
* feat: add config schema for rollbar plugins
* remove rollbar from create-app template
2020-11-26 14:30:12 +01:00
Samira Mokaram
ba63a66aa0
Merge branch 'master' of https://github.com/spotify/backstage into samiram/pagerduty-plugin
2020-11-25 10:32:42 +01:00
Brian Leathem
68be35912b
Conditionally enable the auth-backend session support
2020-11-20 11:57:11 -08:00
Brian Leathem
afaaf96ecc
Cleanup and fixes after refactoring
2020-11-20 11:57:11 -08:00
Brian Leathem
5c485ff60f
Added a auth.session.secret config value for setting the express session secret
2020-11-20 11:57:10 -08:00
Brian Leathem
8d948b243b
Implement a generic OpenIdConnect auth-provider
2020-11-20 11:57:10 -08:00
Oliver Sand
742196725f
Fix some minor things from my previous PR
...
See #3293
2020-11-20 14:09:05 +01:00
Oliver Sand
0c21212400
Add support for reading groups and users from the Microsoft Graph API. ( #3293 )
...
* Add support for reading groups and users from the Microsoft Graph API.
* Limit amount of parallel requests
* Add helper for paging in odata collections
* Add tests for the microsoft graph reader
* Output the correct relations between groups and users
2020-11-20 12:53:12 +01:00
Patrik Oldsberg
b8eba8219e
config-loader: enable validation of required props in d.ts definitions + fix issues
2020-11-18 11:31:16 +01:00
Samira Mokaram
b523e144be
Merge branch 'master' into samiram/pagerduty-plugin
2020-11-17 10:28:07 +01:00
Samira Mokaram
e4bec4e17e
add proxy to config
2020-11-17 10:01:59 +01:00
Mateusz Lewtak
b4204066f0
Feat: Add BuildKite CI/CD Plugin to sample app ( #3248 )
...
* Feat: Add BuildKite CI/CD Plugin to sample app
* Feat: Add EntityPage test, bump plugin version
* Feat: update package.json
* feat: run prettier
* Feat: update test code after CR
2020-11-10 16:02:13 +01:00
Tim Hansen
9a294574c8
Fix styling issue on Cost Insights product panels with no cost
2020-11-04 10:54:41 -07:00
Fredrik Adelöw
42b0dbddcb
feat(catalog-client): create a basic catalog client ( #3166 )
2020-11-04 13:18:03 +01:00
Patrik Oldsberg
af141c0766
rewrite repo location urls
2020-11-03 11:03:49 +01:00
Forrest Waters
21e071fa6c
working onelogin auth implementation
2020-10-29 12:02:32 -05:00
Mattias Frinnström
7f417559bb
Move working directory config to backend
2020-10-27 12:15:27 +01:00
Mattias Frinnström
4e9453d6ed
Add workdir config support to scaffolder
2020-10-27 12:15:27 +01:00
Patrik Oldsberg
c633158fda
scaffolder-backend: default github api url to api.github.com
2020-10-26 23:29:10 +01:00
Patrik Oldsberg
4ab6f559dd
app-config: merged dev config back into main config
2020-10-22 10:52:07 +02:00
Brian Fletcher
4f6d40db34
adds a sample organization set of users and groups ( #2963 )
...
The top level is the acme-corp Group. Here is the graph
acme-corp
|
infrastructure
|
_______________
| |
backstage boxoffice
| | | |
team-a team-b team-c team-d
The members of those groups are as follows:
team-a: team-b: team-c: team-d:
Janelle Dawe Jenny Doe Frank Tiernan Eva MacDowell
Nigel Manning Jonathon Page Tara MacGovern Lucy Sheehan
Breanna Davison Amelia Park Sarah Gilroy
Justine Barrow Peadar MacMahon
Colette Brock Calum Leavy
2020-10-21 21:20:15 +01:00
Patrik Oldsberg
a7e4377c3e
Merge pull request #2934 from RoadieHQ/google-analytics
...
Add Google Analytics support
2020-10-17 10:38:00 +02:00
Ryan Vazquez
31e03cca48
Merge pull request #2886 from spotify/cost-insights-comparable-metrics
...
Cost insights comparable metrics
2020-10-16 12:05:24 -04:00
David Tuite
71de0d8aee
Add Google Analytics
...
Specity a Google Analytics Tracking ID in the `app-config.yaml` to
enable Google Analytics tracking.
```
app:
title:
baseUrl:
googleAnalyticsTrackingId: UA-000000-0
```
If the `googleAnalyticsTrackingId` is not supplied, no tracking script
is added to the application and no tracking can occur.
Includes Helm chart changes to allow overriding the GA Tracking ID.
2020-10-16 14:55:24 +01:00
Ryan Vazquez
d47e2287b5
compare -> default; deprecate dailyCost as metric; cleanup
2020-10-16 09:54:28 -04:00