Commit Graph

11650 Commits

Author SHA1 Message Date
Matt Mulligan 335bfb727c Removed frontend changes
Signed-off-by: Matt Mulligan <mmulligan03@gmail.com>
2022-07-23 09:56:10 -04:00
Matt Mulligan 17a65d285d Removed front end changes
Signed-off-by: Matt Mulligan <mmulligan03@gmail.com>
2022-06-23 10:35:29 -04:00
Matt Mulligan 1ce878fad4 Visibility matters.
Signed-off-by: Matt Mulligan <mmulligan03@gmail.com>
2022-06-23 08:56:36 -04:00
Matt Mulligan 9172fac4b2 merged with master
Signed-off-by: Matt Mulligan <mmulligan03@gmail.com>
2022-06-23 08:42:06 -04:00
Ben Lambert 98ff3fbef5 Merge pull request #12044 from alexrybch/entity-type-predicates
added type predicates for entities
2022-06-23 14:15:49 +02:00
Camila Belo 70815419c5 Merge pull request #11510 from backstage/techdocs/do-not-transform-headings
[TechDocs] Fix headings transformations
2022-06-23 14:15:40 +02:00
Ben Lambert edf1d91c98 Merge pull request #12097 from kuangp/feat/myGroups
refactor(MyGroupsSidebarItem): Render namespaces with subtitles
2022-06-23 14:11:56 +02:00
Emma Indal bfbbee1003 Merge pull request #12235 from backstage/emmaindal/stack-overflow-plugin-config-schema
[Stack Overflow] point to config schema from package.json
2022-06-23 13:59:45 +02:00
Camila Belo b2a78cd5b9 Merge pull request #12236 from backstage/camilal/fix-search-bar-test
[Search]: Fix SearchBar Test
2022-06-23 13:52:06 +02:00
Camila Belo 6259fcf98a refactor(techdocs): apply review suggestions
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-06-23 13:44:11 +02:00
Camila Belo 4c09c09102 refactor(techdocs): apply review suggestions
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-06-23 13:35:01 +02:00
Emma Indal b2dd93f207 delete headings transformations
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-06-23 13:35:01 +02:00
Emma Indal a47c1b1407 add config.d.ts to files
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-06-23 13:29:40 +02:00
Camila Belo 8382852597 refactor(search-react): apply review suggestions
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-06-23 13:28:43 +02:00
Johan Haals a780e24d22 Merge pull request #12222 from szubster/ldap-rdn-references
[ldap] Add possibility to resolve relations by RDN, in addition to UUID and …
2022-06-23 11:47:07 +02:00
Emma Indal 617e5ae30e update config to be optional
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-06-23 11:30:27 +02:00
Emma Indal 635cd6e9d2 same for backend plugin
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-06-23 11:11:12 +02:00
Emma Indal 5d7a1cca09 point to config schema from package.json
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-06-23 11:03:12 +02:00
Mattias Frinnström 7d9dc8f271 Change version to 0.0.0
Signed-off-by: Mattias Frinnström <mattias@frinnstrom.se>
2022-06-23 11:00:50 +02:00
Camila Belo 9592a6cefd fix(search): race condition on search bar test
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-06-23 10:56:01 +02:00
Mattias Frinnström 6064243882 Add catalog-backend-module-openapi plugin
Signed-off-by: Mattias Frinnström <mattias@frinnstrom.se>
2022-06-22 18:19:37 +02:00
Matt Mulligan ea5631a8b2 updated the frontend plugin to accept apikey config
Signed-off-by: Matt Mulligan <mmulligan03@gmail.com>
2022-06-22 10:55:28 -04:00
Tomasz Szuba fbfbff6bf7 Add possibility to resolve relations by RDN, in addition to UUID and DN in LDAP plugin
This is required to support memberUid attribute https://ldapwiki.com/wiki/MemberUid

Signed-off-by: Tomasz Szuba <tszuba@box.com>
2022-06-22 16:25:49 +02:00
Johan Haals 0ea9a07008 Merge pull request #12050 from ivangonzalezacuna/feature/gitlab-entity-provider-scan-full-project
[GitlabDiscoveryEntityProvider] Add possibility to scan all the groups in the project
2022-06-22 13:32:37 +02:00
Phil Kuang 7e115d42f9 refactor(MyGroupsSidebarItem): render namespaces with subtitles
Signed-off-by: Phil Kuang <pkuang@factset.com>
2022-06-21 16:34:55 -04:00
Alex Rybchenko 919396b27a revert plugin-catalog export change
Signed-off-by: Alex Rybchenko <arybchenko@box.com>
2022-06-21 17:47:18 +02:00
Alex Rybchenko 384dddd0b4 moved entity checkers to catalog-model
Signed-off-by: Alex Rybchenko <arybchenko@box.com>
2022-06-21 17:44:09 +02:00
Patrik Oldsberg d9f86c2d81 Merge pull request #12120 from backstage/rugvip/auth-cleanup
auth-backend: remove deprecations
2022-06-21 17:03:08 +02:00
Camila Belo 239059b7fd Merge pull request #12180 from backstage/camilal/fix-search-modal-context
[Search]: Fix search modal context scope
2022-06-21 16:07:52 +02:00
Camila Belo a620f777b3 refactor(search): apply review suggestion
Use search context checker in search modal and create local context only if needed.

Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-06-21 13:46:18 +02:00
Camila Belo c7285cac4c fix(search): search modal context scope
Only create a search context for the modal if there is no parent context already defined.

Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-06-21 11:54:38 +02:00
github-actions[bot] 2231987c10 Version Packages (next) 2022-06-21 09:04:17 +00:00
Patrik Oldsberg 3d41484683 Merge pull request #12170 from backstage/rugvip/codemirror
scaffolder: bump codemirror deps
2022-06-21 10:57:48 +02:00
Patrik Oldsberg 747c6e29b1 Merge pull request #12176 from backstage/rugvip/smaller
scaffolder: reduce max file size for dry-run content
2022-06-21 10:19:26 +02:00
Patrik Oldsberg 99d1d1f789 Merge pull request #12174 from backstage/rugvip/details
scaffolder: show dry-run error cause
2022-06-21 10:08:27 +02:00
Patrik Oldsberg 842282ecf9 scaffolder: bump codemirror deps
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-06-21 10:03:59 +02:00
Patrik Oldsberg 464bb0e6c8 scaffolder: reduce max file size for dry-run content
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-06-21 10:00:12 +02:00
Patrik Oldsberg 37539e29d8 scaffolder: show dry-run error cause
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-06-21 09:48:58 +02:00
Johan Haals 114a6ceb0a Merge pull request #12168 from anicke/tech-insights-readme
TechInsightsBackend/README: Added 'scheduler' to code examples
2022-06-21 09:39:32 +02:00
Niklas Aronsson 2ef58ab539 TechInsightsBackend: Added 'scheduler' to code examples
Signed-off-by: Niklas Aronsson <niklasar@axis.com>
2022-06-21 07:04:44 +02:00
Matt Mulligan 547a573e99 Added check for if key is provided in request params
Signed-off-by: Matt Mulligan <mmulligan03@gmail.com>
2022-06-20 22:47:23 -04:00
Matt Mulligan 7cf7b1e4e7 Updated config.d.ts to include apiKey
Signed-off-by: Matt Mulligan <mmulligan03@gmail.com>
2022-06-20 22:42:58 -04:00
Matt Mulligan 7bf05c18e0 Updated api-report.md
Signed-off-by: Matt Mulligan <mmulligan03@gmail.com>
2022-06-20 22:40:45 -04:00
Matt Mulligan 94361865e8 merged from master
Signed-off-by: Matt Mulligan <mmulligan03@gmail.com>
2022-06-20 22:33:38 -04:00
Matt Mulligan 3e0df2aee8 Changed to pass apiKey as param in config options
Signed-off-by: Matt Mulligan <mmulligan03@gmail.com>
2022-06-20 22:21:38 -04:00
Johan Haals c99ddf2579 Merge pull request #12080 from ivangonzalezacuna/feature/vault-plugin-improvements
[Vault Plugin] Add requested improvements
2022-06-20 15:39:42 +02:00
Patrik Oldsberg 66c79ff359 auth-backend: avoid marking TokenIssuer as internal
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-06-20 15:25:33 +02:00
Patrik Oldsberg 4d74ec0b22 auth-backend: remove direct provider exports
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-06-20 15:20:06 +02:00
Patrik Oldsberg 59761a0106 auth-backend: update API report
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-06-20 15:20:06 +02:00
Patrik Oldsberg 36e4377480 auth-backend: remove deprecated identity exports
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-06-20 15:20:06 +02:00