Commit Graph

4524 Commits

Author SHA1 Message Date
ebarrios babfe5716b Added Widget for listing workflows run 2020-08-28 11:03:48 +02:00
Esteban Barrios 9b5e4aa734 Merge pull request #2 from spotify/master
Rebasing from master
2020-08-28 10:58:30 +02:00
ebarrios 93b5425660 Reverted change applied to master by mistake 2020-08-28 10:57:11 +02:00
ebarrios b0a6218c1a Reverted change applied to master by mistake 2020-08-28 10:56:48 +02:00
ebarrios 691b8ad8fb Reverted change applied to master by mistake 2020-08-28 10:56:05 +02:00
Fredrik Adelöw a22d3f5acd Merge pull request #2150 from spotify/shmidt-i/fix-tsc-auth-microsoft
fix: discovery api leftovers
2020-08-28 10:44:50 +02:00
Ivan Shmidt 7bbbfa1e6a fix: discovery api leftovers 2020-08-28 10:31:28 +02:00
Fredrik Adelöw d93af55500 Merge pull request #2149 from timja/patch-1
Remove unused config values
2020-08-28 09:48:20 +02:00
Fredrik Adelöw b0963c6a3e Merge pull request #2129 from GoWind/accept-updated-refresh-tokens
Update Refresh Token, if provided by the server in the refresh grant. Refs #2128
2020-08-28 09:47:11 +02:00
Tim Jacomb 827eea8a5e Remove unused config values 2020-08-28 07:47:25 +01:00
ebarrios 96d67a24ce Added Widget for listing workflows run to catalog under CI/CD tab 2020-08-27 18:25:39 +02:00
Esteban Barrios adfbfa47b0 Merge pull request #1 from spotify/master
Rebasing from master
2020-08-27 17:36:16 +02:00
Stefan Ålund 9e084265fe Enable search of docs on microsite (#2142)
* Enable search of docs on microsite

* Add proper config
2020-08-27 15:35:48 +02:00
Oliver Sand e64411a754 fix(api-docs): fix a small styling issue in openapi rendering (#2141)
Specs without operations were no correctly displayed in dark mode.
2020-08-27 15:10:39 +02:00
Raghunandan Balachandran 304b7bcb13 Merge pull request #2074 from spotify/rugvip/discovery
[RFC] Add DiscoveryApi
2020-08-27 15:07:21 +02:00
Emma Indal 3fbfb42619 register techdocs storage api to dev app (#2139) 2020-08-27 14:01:09 +02:00
dependabot-preview[bot] eb613c1aac chore(deps): bump apollo-server from 2.16.0 to 2.16.1 (#2133)
Bumps [apollo-server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server) from 2.16.0 to 2.16.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server@2.16.1/packages/apollo-server)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-27 13:27:55 +02:00
Stefan Ålund a8edb19f61 [Docs] Various fixes (#2136)
* [Docs] Various fixes

* More fixes

* Fix ADRs

* Typo
2020-08-27 13:27:22 +02:00
Emma Indal 2bb585f4fe TechDocs: add note to docs about limitations to the scaffolder (#2134)
* add warning to docs about limitations to the scaffolder

* Update docs/features/techdocs/creating-and-publishing.md
2020-08-27 13:15:09 +02:00
Fredrik Adelöw 6a1bfbdde8 Merge pull request #2130 from spotify/freben/yarn-dedup
chore(yarn.lock): remove duplicates
2020-08-27 12:59:31 +02:00
Nikita Dudnik 8bde560157 Merge pull request #2131 from spotify/ndudnik/unbreak-circleci
fix(circleci): unbreak plugin
2020-08-27 11:52:13 +02:00
Nikita Nek Dudnik d51b61dbaf fix(circleci): unbreak plugin 2020-08-27 11:38:49 +02:00
Govindarajan Nagarajan 9da9a1c94e refactor: styling and variable naming 2020-08-27 11:08:23 +02:00
Sebastian Qvarfordt 0b2f787699 Updated docs for techdocs plugin (#2127)
* Updated docs for techdocs plugin

* Error in example comment

* Update plugins/techdocs/README.md

Co-authored-by: Emma Indal <emmai@spotify.com>

* Update plugins/techdocs/src/reader/README.md

Co-authored-by: Emma Indal <emmai@spotify.com>

* Update plugins/techdocs/src/reader/README.md

Co-authored-by: Emma Indal <emmai@spotify.com>

* Update plugins/techdocs/src/reader/README.md

Co-authored-by: Emma Indal <emmai@spotify.com>

* Update link to transformers doc to point to reader doc for now

Co-authored-by: Emma Indal <emmai@spotify.com>
2020-08-27 09:52:49 +02:00
Govindarajan Nagarajan 1665dbbb46 Update Refresh Token, if provided by the server in the refresh grant
The OAuth2 specifications specify that during the refresh grant, the
server may provide an alternate refresh Token along with the access
Token when performing a token refresh.
The oauth2 provider in the `auth-backend` ignores the newer refresh
token during the refresh grant.
This commit will update the refresh token cookie at the end of the
call to the /auth/oauth2/refresh endpoint if the server provides a new
refresh token
grant a
2020-08-26 16:53:53 +02:00
Fredrik Adelöw d1a75c9297 chore(yarn.lock): remove duplicates 2020-08-26 16:37:07 +02:00
Stefan Ålund 9cda29cd13 [microsite] Add edit button to docs (#2126) 2020-08-26 16:17:40 +02:00
Sebastian Qvarfordt f6698e2e0c Added some more docs for techdocs-backend (#2124)
* Added some more docs for techdocs-backend

* Update plugins/techdocs-backend/README.md

Co-authored-by: Emma Indal <emmai@spotify.com>

* Update plugins/techdocs-backend/README.md

Co-authored-by: Emma Indal <emmai@spotify.com>

* Added example of techdocs storageUrl config

Co-authored-by: Emma Indal <emmai@spotify.com>
2020-08-26 15:42:02 +02:00
Fredrik Adelöw d4245dde69 Merge pull request #2125 from spotify/catalog/add-mock-data
add button to register dummy entities (fixed)
2020-08-26 13:12:24 +02:00
Raghunandan Balachandran d1d8c90511 Merge pull request #2113 from spotify/new-release-25-aug-20
Release v0.1.1-alpha.20
2020-08-26 12:36:35 +02:00
Fredrik Adelöw ddad61d824 reload the filtered entities context instead of direct fetch 2020-08-26 11:47:31 +02:00
Raghunandan 9d751f37e0 Add to changelog 2020-08-26 11:33:14 +02:00
Raghunandan 90d2156a38 Update lerna.json to current version 2020-08-26 11:33:14 +02:00
Raghunandan 2da9cad88d Change lerna json in create-app template to hbs 2020-08-26 11:33:14 +02:00
Raghunandan 734dcca107 Release v0.1.1-alpha.20 2020-08-26 11:33:14 +02:00
Fredrik Adelöw 26159c01e9 fix tests 2020-08-26 11:06:13 +02:00
Twisha Saraiya ddc7030731 move add mock data button to CatalogTable 2020-08-26 09:57:19 +02:00
Twisha Saraiya 213a1c3c84 add button to register dummy entities 2020-08-26 09:55:42 +02:00
dependabot-preview[bot] 96b8971b69 chore(deps): bump @kyma-project/asyncapi-react from 0.11.0 to 0.11.2 (#2121)
Bumps [@kyma-project/asyncapi-react](https://github.com/asyncapi/asyncapi-react) from 0.11.0 to 0.11.2.
- [Release notes](https://github.com/asyncapi/asyncapi-react/releases)
- [Commits](https://github.com/asyncapi/asyncapi-react/compare/v0.11.0...v0.11.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-26 08:26:20 +02:00
Raghunandan Balachandran 303336f48d Merge pull request #2056 from ContrarianChris/add-microsoft-azure-auth
Add Microsoft Azure AD Auth Provider + Add to Example App
2020-08-25 17:38:58 +02:00
Raghunandan Balachandran 280f7d72c3 Merge branch 'master' of github.com:spotify/backstage into add-microsoft-azure-auth 2020-08-25 17:15:51 +02:00
Fredrik Adelöw 5431f7a355 Merge pull request #2077 from MarceloLeite2604/cli
cli: Check "NODE_ENV" env var value for config files location
2020-08-25 17:07:18 +02:00
Sebastian Qvarfordt a027e632a0 Merge latest changes from origin before rebuilding docs (#2117)
* Added missing tests and make sure we merge latest changes before building docs from a repo

* Removed flaky test
2020-08-25 17:03:10 +02:00
Stefan Ålund 2e0ede67e9 [microsite] Add redirect for /docs (#2101) 2020-08-25 16:53:58 +02:00
Patrik Oldsberg 34cf8a3e0f Merge pull request #2107 from spotify/rugvip/composite
workflows: use new multi-path caching to completely cache node_modules
2020-08-25 16:52:02 +02:00
Patrik Oldsberg bcc2b9b004 Merge pull request #2116 from spotify/rugvip/missin
config: add missing methods to Config type
2020-08-25 16:49:19 +02:00
Fredrik Adelöw afe09cd9b8 Merge pull request #2096 from lowjoel/lint-format
feat: support specifying lint output format
2020-08-25 16:45:30 +02:00
Emma Indal 40de8e03d4 TechDocs: update techdocs docs (#2105)
* docs(techdocs): update getting started docs

* docs(techdocs): update text and link to version

* fix docs link

* fix docs link

* Update docs/features/techdocs/getting-started.md

* update creating and publishing docs
2020-08-25 16:43:14 +02:00
Sebastian Qvarfordt f6826d9107 Moved git clone to a helper functions and added tests for preparers (#2112) 2020-08-25 16:21:53 +02:00
Patrik Oldsberg 9c436febb0 config: add missing methods to Config type 2020-08-25 15:50:33 +02:00