Commit Graph

3672 Commits

Author SHA1 Message Date
Patrik Oldsberg d7f0203094 scaffolder-backend: remove auth-backend dependency 2021-02-10 11:59:30 +01:00
Patrik Oldsberg 6a50c6747d Merge branch 'master' into feat/api-auth-client 2021-02-10 11:39:45 +01: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
Gowind 32ac88fb3f Add indices on columns referring location(id) 2021-02-09 18:25:23 +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 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 5643a6c630 Merge branch 'master' into welcome-clean 2021-02-09 14:38:08 +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
Adam Harvey 396e6f3393 Add whitespace around variable 2021-02-08 14:50:41 -05: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
Adam Harvey d84cb8199d Switch to CodeSnippet component 2021-02-08 10:54:48 -05:00
Ryan Vazquez e3101688bc use P30D for snooze option 2021-02-08 09:27:19 -05:00
Patrik Oldsberg 62e7009863 Merge pull request #4422 from backstage/rugvip/explicit
backend-common,catalog: be more explicit about response types
2021-02-08 14:59:39 +01:00
Johan Haals dfc1270f85 Merge pull request #4360 from backstage/mob/stateless-scaffolder
Introduce stateless v2 scaffolder API
2021-02-08 13:39:27 +01:00
Patrik Oldsberg 3c4444cea2 catalog-backend: use more explicit response types and let error handlers handle errors 2021-02-08 13:23:32 +01:00
Patrik Oldsberg 2f1ea8c1bb Merge pull request #4365 from backstage/rugvip/ports
plugins: migrate circleci, cloudbuild, github-actions, jenkins to new composability API + tweaks for lighthouse and org
2021-02-08 13:22:25 +01:00
Johan Haals 44da5d09c5 scaffolder: Convert to prepared statements 2021-02-08 09:24:48 +01:00
Patrik Oldsberg 8e1789e0c3 circleci,cloudbuild,github-actions,jenkins: rename internal entity conditional 2021-02-07 23:49:08 +01:00
Patrik Oldsberg 3eb1b1bacc github-actions: GitHub -> Github 2021-02-07 23:49:07 +01:00
Dominik Henneke fb53eb7cb4 Don't respond to a request twice if an entity has not been found. 2021-02-05 19:41:39 +01:00
Adam Harvey 59b1b04f0b Merge pull request #4314 from adamdmharvey/techdocs-error500
techdocs: Expose backend 500 errors (mkdocs build) to UI
2021-02-05 12:26:52 -05:00
Adam Harvey fd933c4239 Add comment TODO 2021-02-05 10:50:11 -05:00
Gowind e84170d644 use child logger to log single location update 2021-02-05 15:44:02 +01:00
Patrik Oldsberg 674332c383 Merge pull request #4395 from backstage/rugvip/migranizing
plugins: migrate gitops-profiles, pagerduty, search, register-component and techdocs to new composability API
2021-02-05 15:26:24 +01:00
Johan Haals 9afa2d24c6 scaffolder: Fix legacy publish error message 2021-02-05 15:25:34 +01:00
Johan Haals b3b766b79b Scaffolder: Remove sleep 2021-02-05 14:34:00 +01:00
Johan Haals 95cd312d55 scaffolder: Make updateCount errors ConflictError 2021-02-05 14:10:41 +01:00
Johan Haals ba3a6a9be0 Scaffolder: fix typos and log output
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-02-05 13:52:20 +01:00
Patrik Oldsberg 7c78911788 pagerduty: fix entity card tests 2021-02-04 20:49:51 +01:00
Patrik Oldsberg 41af18227f techdocs: migrate to new composability API 2021-02-04 20:22:50 +01:00
Patrik Oldsberg 9ec66c3459 register-component: migrated to new composability API 2021-02-04 20:22:49 +01:00
Patrik Oldsberg b3f0c38112 search: migrate to new composability API 2021-02-04 20:22:49 +01:00
Patrik Oldsberg b92541fcc3 Merge branch 'master' into rugvip/ports 2021-02-04 19:44:05 +01:00
Patrik Oldsberg f036c89875 Merge branch 'master' into rugvip/moreports 2021-02-04 19:43:32 +01:00
Patrik Oldsberg b288a291ee pagerduty: migrate to new composability API 2021-02-04 19:34:39 +01:00
Patrik Oldsberg accdfeb30b gitops-profiles: migrate to new composability API 2021-02-04 19:33:51 +01:00
github-actions[bot] 6794967d20 Version Packages 2021-02-04 13:02:30 +00:00
Johan Haals 6ca31fb834 scaffolder: Flush events to eventstream
Co-authored-by: blam<ben@blam.sh>
2021-02-04 09:42:04 +01:00
Johan Haals 586607e417 Order events by id
Co-authored-by: blam<ben@blam.sh>
2021-02-04 09:39:05 +01:00
Fredrik Adelöw 66e5b222fe Merge branch 'master' into lintMod 2021-02-04 07:58:13 +01:00
Fredrik Adelöw 7657717eb3 Merge pull request #4379 from backstage/fix-date-calculations
[Cost Insights] Fix incorrect date calculations in European time zones
2021-02-04 07:56:58 +01:00
Adam Harvey e73f35b1ea Wrap in code fence 2021-02-03 21:46:54 -05:00
Adam Harvey 4f397bcbbc Use different example name 2021-02-03 15:42:32 -05:00
Adam Harvey 3d3f890d01 Clarify deprecation 2021-02-03 15:42:20 -05:00
Fredrik Adelöw 07a362021b Merge pull request #4353 from backstage/freben/resolve-url
integration: add the resolveUrl method
2021-02-03 21:22:37 +01:00
Tim Hansen 0ec1cfe23d Fix incorrect dates from UTC abuse 2021-02-03 12:36:45 -07:00