Commit Graph

1474 Commits

Author SHA1 Message Date
dependabot-preview[bot] 1d2def9cb1 chore(deps): bump react-hook-form from 5.7.2 to 6.6.0
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 5.7.2 to 6.6.0.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v5.7.2...v6.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-29 01:10:51 +00:00
Fredrik Adelöw b61858c808 Merge pull request #2157 from spotify/freben/azure-fixup
chore(register-component): just a few little tweaks
2020-08-28 16:35:40 +02:00
Fredrik Adelöw a542a31613 Merge pull request #2132 from spotify/freben/proxy-config
feat(proxy-backend): more proxy config tweaks and docs
2020-08-28 16:23:47 +02:00
Fredrik Adelöw d1bad7f73a Merge pull request #2115 from hmcts/use-cookiecutter-installed-on-host
Use cookie cutter installed on host if available
2020-08-28 15:39:21 +02:00
Fredrik Adelöw b75c4495de Merge pull request #2005 from spotify/dependabot/npm_and_yarn/whatwg-fetch-3.4.0
chore(deps): bump whatwg-fetch from 2.0.4 to 3.4.0
2020-08-28 15:02:48 +02:00
Fredrik Adelöw 63339d2692 chore(register-component): just a few little tweaks 2020-08-28 14:50:41 +02:00
Fredrik Adelöw 2ea05b317e Merge pull request #2081 from o-farooq/master
Add Azure private repos ingestion processor
2020-08-28 14:47:29 +02:00
Fredrik Adelöw 9a64135bf7 move docs to the microsite 2020-08-28 14:36:13 +02:00
Fredrik Adelöw 6d774764cd feat(proxy-backend): more proxy config tweaks and docs 2020-08-28 14:36:13 +02:00
ebarrios 1cbc3c6269 Rename function WidgetList to RecentWorkflowRunsCard and WidgetListContet to RecentWorkflowRunsCardContent. Also remove lastrun parameter that was not beeing used on the RecentWorkflowRunsCardContent function 2020-08-28 13:58:05 +02:00
ebarrios babfe5716b Added Widget for listing workflows run 2020-08-28 11:03:48 +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
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] 23c34ff0b1 chore(deps): bump whatwg-fetch from 2.0.4 to 3.4.0
Bumps [whatwg-fetch](https://github.com/github/fetch) from 2.0.4 to 3.4.0.
- [Release notes](https://github.com/github/fetch/releases)
- [Commits](https://github.com/github/fetch/compare/v2.0.4...v3.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-27 11:05:18 +00: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
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
Fredrik Adelöw ddad61d824 reload the filtered entities context instead of direct fetch 2020-08-26 11:47:31 +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
Raghunandan Balachandran 280f7d72c3 Merge branch 'master' of github.com:spotify/backstage into add-microsoft-azure-auth 2020-08-25 17:15:51 +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
Sebastian Qvarfordt f6826d9107 Moved git clone to a helper functions and added tests for preparers (#2112) 2020-08-25 16:21:53 +02:00
Tim Jacomb 118e4861be Use cookie cutter installed on host 2020-08-25 14:27:52 +01:00
Sebastian Qvarfordt 4665a2f5d4 Added selectedTabId param to generatePath in JobStatusModal (#2109)
* Added selectedTabId param to generatePath in JobStatusModal

* Added selectedTabId to generatePath in ApiCatalogTable

* Link to default entity tab in JobStatusModal
2020-08-25 13:57:57 +02:00
Emma Indal e323e1691b update tags to be lowercased in docs template (#2104)
* update tags to be lowercased in docs template

* Update template.yaml
2020-08-25 12:07:12 +02:00
Omer Farooq ba8bef38a6 update casing 2020-08-25 18:30:12 +12:00
Emma Indal edab8b2ad8 fix(template tags): fixes issues with tags specified with uppercase (#2049)
* fix(template tags): fixes issues with tags specified with uppercase

* adds new validator for metadata tags

* fix(template tags): change tags to be lowercase

* fix(template tags docs): update docs to include lowercased tags

* fix(validator): change back to using isValidDnsLabel for tags

* fix(software catalog docs): use lowercase tags in docs
2020-08-24 17:01:27 +02:00
Emma Indal b5ada28f26 Added techdocs-ref to backstage entity 2020-08-24 15:52:44 +02:00
Omer Farooq f57f6a7402 modify ends with .yaml check to contains .yaml 2020-08-23 14:26:39 +12:00
Omer Farooq 54b6a9cc06 undo test focus 2020-08-23 01:02:32 +12:00
Omer Farooq 7e454952f7 fix broken UI test 2020-08-23 00:59:03 +12:00
Omer Farooq c33fc6c356 Fix linting errors 2020-08-23 00:41:58 +12:00
Omer Farooq 257a3b52ed Add Azure ingestion processor 2020-08-23 00:17:57 +12:00
Chris Simmons 5ed8e5d05c simplified and cleaned up duplicate code 2020-08-22 12:26:06 +12:00
Sebastian Qvarfordt 2e50876160 Throw error when failing to generate docs to prevent request loop (#2073) 2020-08-21 15:30:50 +02:00
Patrik Oldsberg 6f0c438519 plugins/rollbar: switch RollbarClient to use DiscoveryApi 2020-08-21 15:16:07 +02:00
Patrik Oldsberg be837b7b36 plugins/scaffolder: switch ScaffolderApi to use DiscoveryApi 2020-08-21 15:16:07 +02:00
Patrik Oldsberg 382491dc5a plugins/catalog: switch CatalogClient to use DiscoveryApi 2020-08-21 15:16:06 +02:00
Emma Indal f6f56aa748 TechDocs: documentation template (#1954)
* feat(docs-template): Add docs template to create a standalone docs project

* fix(docs-template): add docs template to mock data

* fix(docs-template): owner of template

* add techdocs-ref to cookiecutter docs project

* delete unused cookiecutter json file

* update docs in default index.md file

* rename from .yaml to .yml to be consistent to docs

* update techdocs-ref to use github protocol
2020-08-21 14:56:46 +02:00
Stefan Ålund c6c3c94c18 Camelcase GitHub and GitLab (#2034)
* Camelcase GitHub and GitLab

* GitLab

* Code GitLab

* GitHub in code

* Fix auth naming

* Update docs/features/software-templates/adding-templates.md

Co-authored-by: Raghunandan Balachandran <soapraj@gmail.com>

* Update docs/features/software-templates/extending/create-your-own-preparer.md

Co-authored-by: Raghunandan Balachandran <soapraj@gmail.com>

Co-authored-by: Raghunandan Balachandran <soapraj@gmail.com>
2020-08-21 14:48:16 +02:00
Raghunandan Balachandran 9b8024352a Merge pull request #2046 from spotify/new-release-20-aug-20
Release v0.1.1-alpha.19
2020-08-21 14:13:56 +02:00