Commit Graph

10142 Commits

Author SHA1 Message Date
Himanshu Mishra 97a9a7365f TechDocs: Implement etag based caching for url preparer
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-02-10 11:02:38 +01:00
Himanshu Mishra 66944ec7bf TechDocs: Preparers will take and return an etag for cache invalidation 2021-02-10 11:01:18 +01:00
blam 9e4637112d fix: removing test e2e-test tsconfig.json file 2021-02-10 10:44:12 +01:00
Himanshu Mishra c9e4ce51e1 Merge pull request #4413 from backstage/orkohunter/visbility-to-techdocs-recommended
TechDocs: Add visibility to migrate away from basic setup
2021-02-10 10:23:00 +01:00
Fredrik Adelöw a630b38323 Merge pull request #4456 from ron-debajyoti/micrositeColor
microsite: Fix color contrast of preformatted text
2021-02-10 07:51:31 +01:00
dependabot[bot] c4f52c1b33 chore(deps): bump @types/cors from 2.8.6 to 2.8.9
Bumps [@types/cors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cors) from 2.8.6 to 2.8.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cors)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-10 04:41:40 +00:00
dependabot[bot] 3f92882d17 chore(deps): bump @svgr/plugin-jsx from 5.4.0 to 5.5.0
Bumps [@svgr/plugin-jsx](https://github.com/gregberge/svgr) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/gregberge/svgr/releases)
- [Changelog](https://github.com/gregberge/svgr/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gregberge/svgr/compare/v5.4.0...v5.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-10 04:31:59 +00:00
Fredrik Adelöw 7dd0187e15 Merge pull request #4428 from adamdmharvey/fix-dialog
fix: Whitespace in unregister error dialog box
2021-02-09 22:43:10 +01:00
blam 3628441604 chore: added a simple readme to run some simple tests against a backstage instance 2021-02-09 21:03:08 +01:00
Alan Crosswell 9c302e39bf incorrectly added callbackUrl 2021-02-09 15:01:46 -05:00
Alan Crosswell 07bafa248e Add configurable OAuth 2.0 scopes
- Add oauth2 config for optional scopes
- Document oauth2 config keys
- Add OAuth2 to demo app list of identity providers
2021-02-09 14:50:20 -05:00
Nir Gazit d444fee636 Fixed parseUrl to output catalogPaths beginning with '/' 2021-02-09 20:32:15 +02:00
Patrik Oldsberg ae5a2e643e Merge pull request #4461 from GoWind/add-idx-locations-fk
Add indices on columns referring locations(id). Refs #4406
2021-02-09 19:14:31 +01:00
Adam Harvey 0fe8ff5beb Add changeset 2021-02-09 12:53:54 -05:00
Adam Harvey 1cd0e07f7b Catch catalog errors 2021-02-09 12:53:21 -05:00
Gowind f3fbfb4527 Add changeset 2021-02-09 18:25:23 +01:00
Gowind 32ac88fb3f Add indices on columns referring location(id) 2021-02-09 18:25:23 +01:00
Gowind 2e1f8941fe Pass registered Logger in ServiceBuilderImpl to requestLoggingHandler
`requestLoggingHandler` takes an optional `logger` parameter that it can use
to log incoming requests. The `ServiceBuilderImpl` was not passing  on this logger, if
set, to `requestLoggingHandler` middleware
2021-02-09 18:18:10 +01:00
Nir Gazit 6174617405 Changed changeset bump to be patch 2021-02-09 19:04:02 +02:00
Patrik Oldsberg 9337f509dd Create new-mangos-tap.md 2021-02-09 17:18:20 +01:00
ebarrios d2971946fc Add package name to lockfile.ts error 2021-02-09 17:12:11 +01:00
Esteban Barrios 1f0ed728a7 Merge pull request #18 from backstage/master
Rebase
2021-02-09 17:09:58 +01:00
Adam Harvey 793c334913 Merge pull request #4380 from adamdmharvey/welcome-clean
example-app: Remove welcome plugin registration & cleanup
2021-02-09 10:43:35 -05:00
Adam Harvey 5db198e43b Merge pull request #4378 from adamdmharvey/button-examples
storybook: Add opinionated Button examples
2021-02-09 09:50:28 -05:00
Adam Harvey 4d657e7df2 Merge pull request #4370 from adamdmharvey/improve-errors
chore(catalog, api-docs, techdocs, lighthouse): Improve display of unable to access data errors
2021-02-09 09:40:41 -05:00
Patrik Oldsberg 5bfe66b5fc Merge pull request #4458 from backstage/rugvip/appconfigdisable
app-backend: added disableConfigInjection option + docs
2021-02-09 15:00:25 +01:00
Patrik Oldsberg 5643a6c630 Merge branch 'master' into welcome-clean 2021-02-09 14:38:08 +01:00
Nir Gazit f504a4ce01 Merge remote-tracking branch 'upstream/master' into org-repo 2021-02-09 14:56:58 +02:00
Patrik Oldsberg 727f0deeca add changeset 2021-02-09 13:39:44 +01:00
Patrik Oldsberg f807a21dd3 app-backend: add disableConfigInjection option, which disables config injection 2021-02-09 13:38:58 +01:00
Patrik Oldsberg 9c1e0de3e6 app-backend: more docs for options 2021-02-09 13:38:33 +01:00
Fredrik Adelöw 9ce20d3668 Merge pull request #4397 from backstage/freben/reader-search
backend-common: implement UrlReader.search that does glob matching
2021-02-09 13:01:33 +01:00
Fredrik Adelöw 5a51635197 backend-common: implement UrlReader.search that does glob matching 2021-02-09 12:16:12 +01:00
Debajyoti Halder 079b110ba0 Merge branch 'master' of https://github.com/spotify/backstage into micrositeColor 2021-02-09 16:17:02 +05:30
Debajyoti Halder a21c86cb37 microsite: Fix color contrast for pre tags 2021-02-09 16:15:45 +05:30
Emma Indal 98cdb20f01 update roadmap with milestones links (#4453) 2021-02-09 11:03:54 +01:00
blam 81646feee0 chore: fixing cypress build 2021-02-09 10:00:01 +01:00
blam 08b61ba0bd chore: updating workflow to point at the right folder now 2021-02-09 09:46:45 +01:00
blam 3ded45b814 chore: reworking folder structure to move cypress outside of the project 2021-02-09 09:44:19 +01:00
blam df9ca92c7d Merge branch 'master' of github.com:backstage/backstage into blam/e2e
* 'master' of github.com:backstage/backstage: (88 commits)
  changeset
  use P30D for snooze option
  Add changeset
  added changesets
  catalog-backend: use more explicit response types and let error handlers handle errors
  backend-common: use explicit content type in error response
  backend-common: slight refactoring in support of future search impl
  scaffolder: Convert to prepared statements
  chore(deps): bump rollup-plugin-typescript2 from 0.27.3 to 0.29.0
  circleci,cloudbuild,github-actions,jenkins: rename internal entity conditional
  github-actions: GitHub -> Github
  core-api: document createRouteRef type inference logic
  docs(TechDocs): docs/ is configurable by mkdocs.yml
  Update packages/create-app/CHANGELOG.md
  create-app: update changelog to put more emphasis on plugin-catalog-react migration
  Don't respond to a request twice if an entity has not been found.
  added changesets
  core-api: fix type inference of createRouteRef
  Add comment TODO
  Rename green-rabbits-burn.md to techdocs-green-rabbits-burn.md
  ...
2021-02-09 09:25:07 +01:00
dependabot[bot] fcfe17c847 chore(deps-dev): bump @graphql-codegen/typescript from 1.18.1 to 1.20.2
Bumps [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) from 1.18.1 to 1.20.2.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript@1.20.2/packages/plugins/typescript/typescript)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-09 04:58:43 +00:00
Adam Harvey 53348f0af2 Add changeset 2021-02-08 19:30:16 -05:00
Adam Harvey 8815cdc004 Smater duration display 2021-02-08 19:29:19 -05:00
Adam Harvey 46f76d0f28 Add word to dictionary 2021-02-08 14:59:22 -05:00
Adam Harvey 9230d07e7b Add changeset 2021-02-08 14:51:30 -05:00
Adam Harvey 396e6f3393 Add whitespace around variable 2021-02-08 14:50:41 -05:00
Adam Harvey 8c5fde54b1 Merge branch 'master' of github.com:backstage/backstage into update-org-cards 2021-02-08 13:45:55 -05:00
Oliver Sand f62e7abe54 Make sure that SidebarItems are also active when on sub route 2021-02-08 19:25:09 +01:00
Patrik Oldsberg a22fc19030 Merge pull request #4405 from GoWind/supress-log-single-location
Supress log single location. Refs #3602
2021-02-08 17:53:29 +01:00
Adam Harvey 6f90b912fc Merge branch 'master' of github.com:backstage/backstage into improve-errors 2021-02-08 11:48:19 -05:00