Commit Graph

7947 Commits

Author SHA1 Message Date
Mike Lewis 14a6c46dff Merge remote-tracking branch 'origin/master' into natasha/b2b-auth
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
2021-11-22 18:22:57 +00:00
Patrik Oldsberg 9f9ff42e28 Merge pull request #8193 from backstage/mod/auth-responses
auth-backend: use more standardized error responses
2021-11-22 17:28:52 +01:00
Ainhoa a2e1a008bf Merge pull request #8116 from ainhoaL/user-search-displayname
Add User entities displayName to default catalog collator to be able to search by user's full name
2021-11-22 15:32:26 +00:00
Fredrik Adelöw 1e57d1c23e Merge pull request #8071 from backstage/feat/change-default-port
Change default port of backend from 7000 to 7007
2021-11-22 15:58:48 +01:00
Fredrik Adelöw e62bf29c1d Merge pull request #8069 from goenning/fix-techinsights-docs
Fix techinsights docs: replaced DefaultTechInsightsBuilder with buildTechInsightsContext
2021-11-22 14:41:26 +01:00
Fredrik Adelöw cd3aac016f Merge pull request #7817 from backstage/joonp/entitiessearchfilter-refactor
[Mini PRFC] EntitiesSearchFilter type refactor
2021-11-22 13:48:38 +01:00
Ainhoa Larumbe 4167f6ed7e change uppercase method
Signed-off-by: Ainhoa Larumbe <ainhoaL@users.noreply.github.com>
2021-11-22 12:42:29 +00:00
Patrik Oldsberg 9312572360 auth-backend: use more standardized error responses
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-22 13:17:26 +01:00
Ainhoa Larumbe e5bff80f78 uppercase kind
Signed-off-by: Ainhoa Larumbe <ainhoaL@users.noreply.github.com>
2021-11-22 11:45:10 +00:00
Ainhoa Larumbe 73438d1ff1 change methods to private
Signed-off-by: Ainhoa Larumbe <ainhoaL@users.noreply.github.com>
2021-11-22 09:41:09 +00:00
Tim Hansen 2b00e00f18 Merge pull request #8151 from backstage/permission-client-pass-config
permission-common: accept configApi in PermissionClient constructor
2021-11-19 20:18:32 -07:00
Andre Wanlin a519640e67 Rushing, this is the correct change
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-11-19 07:34:56 -06:00
Andre Wanlin ab7f280cb4 Fixed missed naming and typos
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-11-19 07:31:10 -06:00
Mike Lewis d1dcd7e309 permission-common: make permission.enabled config optional
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
2021-11-19 09:36:02 +00:00
Mike Lewis 430b3f7a8f permission-common: accept configApi in PermissionClient constructor
Moving the responsibility of pulling the right configuration key inside
the PermissionClient keeps it as the responsibility of
permission-common, whereas putting it on the outside means anyone
constructing a PermissionClient has to know which key to use.

Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
2021-11-19 09:35:09 +00:00
Patrik Oldsberg 0fae9f2c0b core-app-api: fix and release accidental createApp type breakage
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-18 22:54:46 +01:00
Nataliya Issayeva 640ba82ca6 Update api reports
Signed-off-by: Nataliya Issayeva <nissayeva@users.noreply.github.com>
2021-11-18 07:57:53 -08:00
Nataliya Issayeva f04f38dbcd Fix collator tests
Signed-off-by: Nataliya Issayeva <nissayeva@users.noreply.github.com>
2021-11-18 07:57:53 -08:00
Nataliya Issayeva fca908a7d6 Move IdentityClient back to auth-backend
Signed-off-by: Nataliya Issayeva <nissayeva@users.noreply.github.com>
2021-11-18 07:56:43 -08:00
Nataliya Issayeva 8ceffe5f98 Use backend secret from config
Signed-off-by: Nataliya Issayeva <nissayeva@users.noreply.github.com>
2021-11-18 07:55:26 -08:00
Joe Porpeglia 2a320c21b4 Pass auth token from document collators
Co-authored-by: Nataliya Issayeva <nissayeva@users.noreply.github.com>
Co-authored-by: Tim Hansen <timbonicus@gmail.com>
Signed-off-by: Joe Porpeglia <josephp@spotify.com>
2021-11-18 07:55:25 -08:00
Nataliya Issayeva f96679d0e6 Move IdentityClient to backend-common
Signed-off-by: Nataliya Issayeva <nissayeva@users.noreply.github.com>
2021-11-18 07:51:42 -08:00
Otto Sichert b23bc7f9c3 Change default port of backend to 7007 due to MacOS Control Center update
Signed-off-by: Otto Sichert <git@ottosichert.de>
2021-11-18 16:45:57 +01:00
Fredrik Adelöw fb03c47c8b Merge pull request #8142 from gotson/patch-1
[Doc] fix typos in todo plugin Readme
2021-11-18 15:40:13 +01:00
Fredrik Adelöw 9f21236a29 Fixed a missing await when throwing server side errors
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-18 14:30:34 +01:00
Gauthier 6a2cc4cfa7 Update README.md
Signed-off-by: Gauthier Roebroeck <gauthier.roebroeck@gmail.com>
2021-11-18 20:29:48 +08:00
Gauthier 587265a489 Update README.md
Signed-off-by: Gauthier Roebroeck <gauthier.roebroeck@gmail.com>
2021-11-18 20:29:47 +08:00
github-actions[bot] 99bf179ccf Version Packages 2021-11-18 11:52:08 +00:00
Ben Lambert e72b1b83c8 Merge pull request #8122 from backstage/blam/sec/dockerode
Bumping testcontainers + dockerode
2021-11-18 12:18:17 +01:00
Fredrik Adelöw 23678544ee Merge pull request #8057 from RoadieHQ/entity-fact-retriever
Catalog fact retriever
2021-11-18 11:57:01 +01:00
Fredrik Adelöw 0106ec25d3 Merge pull request #8126 from gotson/todo-documentation
[Doc] add missing installation steps for the todo plugin
2021-11-18 11:16:45 +01:00
blam 92f87a9a16 chore: fixing dockerode
Signed-off-by: blam <ben@blam.sh>
2021-11-18 10:52:37 +01:00
Ainhoa Larumbe 000c12384e update api-report
Signed-off-by: Ainhoa Larumbe <ainhoaL@users.noreply.github.com>
2021-11-18 09:46:09 +00:00
blam 610e3c979d chore: remove occurrences of FC
Signed-off-by: blam <ben@blam.sh>
2021-11-18 10:35:49 +01:00
blam f029733d13 chore: remove occurrences of the rule of hooks to favour wrapping the components instead
Signed-off-by: blam <ben@blam.sh>
2021-11-18 10:17:15 +01:00
Philipp Hugenroth f50966e025 Merge pull request #8100 from tudi2d/plugin-shortcut-tooltips
[Shortcuts] Show tooltips on hover
2021-11-18 09:55:22 +01:00
Johan Haals 7d39f66606 Merge pull request #8095 from backstage/jhaals/catalog-api-only
catalog-backend: refactor entityProviders connect
2021-11-18 08:09:31 +01:00
Gauthier Roebroeck d266c30243 add missing installation steps for the todo plugin
Signed-off-by: Gauthier Roebroeck <gauthier.roebroeck@gmail.com>
2021-11-18 14:12:31 +08:00
Ben Lambert 7eda73d8c0 Merge pull request #7702 from backstage/blam/route-ref-deprecation
core-plugin-api: add deprecation warnings around `routeRefs`
2021-11-17 21:37:58 +01:00
blam fb4377ac53 chore: updating the bump in package.jsons too as it a security risk for the ssh2 packages
Signed-off-by: blam <ben@blam.sh>
2021-11-17 21:32:43 +01:00
Ben Lambert a4faa290b8 Merge pull request #7780 from backstage/joonp/provide-scaffolder-template-metadata
Expose template metadata to custom action handler
2021-11-17 20:59:11 +01:00
blam 06065c6003 chore: fixed better namespacing for the routeRefs
Signed-off-by: blam <ben@blam.sh>
2021-11-17 20:43:14 +01:00
blam 7c55fae208 chore: code review comments and renaming some ids for routeRefs
Signed-off-by: blam <ben@blam.sh>
2021-11-17 20:34:46 +01:00
blam 2e3e2c2cbe chore: fixing tests for cloudbuild plugins
Signed-off-by: blam <ben@blam.sh>
2021-11-17 20:26:01 +01:00
blam 54310852ad chore: updating api RouteRef
Signed-off-by: blam <ben@blam.sh>
2021-11-17 20:26:01 +01:00
blam c67e023eae chore: putting the deprecations back and fixing last occurence
Signed-off-by: blam <ben@blam.sh>
2021-11-17 20:26:01 +01:00
blam bd98d4f457 chore: more deprecations and reworking more routeRefs to subRouteRefs
Signed-off-by: blam <ben@blam.sh>
2021-11-17 20:26:01 +01:00
blam 8b21788e96 chore: added some more deprecation fixes for the routeRefs
Signed-off-by: blam <ben@blam.sh>
2021-11-17 20:26:01 +01:00
blam 1332a98a01 chore: fixing deprecation warnings for all the things that are in the monorepo
Signed-off-by: blam <ben@blam.sh>
2021-11-17 20:24:20 +01:00
goenning 2dc6eb8fdd factRefs to factIds
Signed-off-by: goenning <me@goenning.net>
2021-11-17 18:53:05 +00:00