6997 Commits

Author SHA1 Message Date
alessandro 66261b4ab4 feat(catalog-backend-module-gitlab): Added option to skip forked repos
Signed-off-by: alessandro <alessandro.manno@facile.it>
2023-03-23 16:13:34 +01:00
Fredrik Adelöw feb2557b01 Merge pull request #17001 from thefrontside/BuiltinKindsEntityProcessor-override
Allow Replacement Of BuiltinKindsEntityProcessor
2023-03-23 09:03:23 +01:00
Patrik Oldsberg 9e82f9ec2f Merge pull request #16815 from schultzp2020/update-prism-theme
Update docs prism theme
2023-03-22 12:10:06 +01:00
rui ma f737730146 docs: imp plugin composability naming patterns
Signed-off-by: rui ma <ruima@alauda.io>
2023-03-22 18:07:37 +08:00
rui ma a69358db72 doc: fix some structure of a plugin doc invalid info
Signed-off-by: rui ma <ruima@alauda.io>
2023-03-22 18:06:05 +08:00
Camila Belo 1d5837b1f6 Merge pull request #16710 from backstage/search/backend-system-migration
[Search] Migrate search to new backend system
2023-03-22 09:21:15 +01:00
Jacob Bolda c4b846359c Allow Replacement Of BuiltinKindsEntityProcessor
Signed-off-by: Jacob Bolda <me@jacobbolda.com>
2023-03-21 16:49:31 -05:00
Ben Lambert a86ddf49d0 Merge pull request #16991 from backstage/blam/running-both-scaffolders
Fix routing with feature flags in example-app
2023-03-21 17:42:52 +01:00
Patrik Oldsberg 586dc51872 Merge pull request #16836 from kuangp/feat/cli/md
feat(cli): support import of .md files
2023-03-21 16:45:49 +01:00
Ben Lambert d2a46ab08a Update docs/features/software-templates/testing-scaffolder-alpha.md
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Ben Lambert <ben@blam.sh>
2023-03-21 15:31:38 +01:00
Phil Kuang 79e91d4c30 feat(cli): support import of .md files
Signed-off-by: Phil Kuang <pkuang@factset.com>
2023-03-21 10:10:33 -04:00
github-actions[bot] 5af2c4f412 Version Packages (next) 2023-03-21 13:38:30 +00:00
Patrik Oldsberg 333fc6a4b7 Merge pull request #16237 from RubenV-dev/proxy-restrict
Feature: Enable the Kubernetes Proxy Endpoint to be disabled via PermissionPolicy
2023-03-21 14:24:54 +01:00
blam 6afdb19016 chore: tidy up and add some docs about this
Signed-off-by: blam <ben@blam.sh>
2023-03-21 13:48:55 +01:00
Camila Belo 9d66746737 Update readme files and api reports
Co-authored-by: Emma Indal <emma.indahl@gmail.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-03-21 10:19:28 +01:00
Johan Haals ca88dc3a70 Merge pull request #16880 from brianphillips/new-entity-switch-condition
Add isEntityWith helper method to EntitySwitch conditions
2023-03-21 10:13:10 +01:00
Emma Indal 6da5eb1e50 use default schedule for collator modules and make schedule option opotional
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2023-03-21 09:30:09 +01:00
Camila Belo 01ae205352 feat(search): update docs
Co-authored-by: Emma Indal <emma.indahl@gmail.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-03-21 09:30:09 +01:00
Fredrik Adelöw 122b1532a3 Merge pull request #16818 from clairelcasey/permissions-docs-fix
Add zod as dependency for example todolist plugin to specify version
2023-03-20 21:59:03 +01:00
Claire Casey c1db0317f6 specify zod version in workspace install command
Signed-off-by: Claire Casey <ccasey@spotify.com>
2023-03-20 10:45:24 -07:00
Ben Lambert 9220bfb87f Merge pull request #16795 from acierto/filter-out-templates
Filter out templates
2023-03-20 16:37:22 +01:00
Johan Haals 2d81a9122f Merge pull request #16502 from Andy2003/feature/13587-gitlab-discovery-branch-handling
[GitlabDiscoveryEntityProvider] add config to distinguish between `branch` and `fallbackBranch`
2023-03-20 14:45:58 +01:00
Adam Harvey c400203ac3 chore: Cleanup and simplify Markdown table
Signed-off-by: Adam Harvey <adaharve@cisco.com>
2023-03-20 09:12:07 -04:00
Adam Harvey 098d06cf23 fix: Local anchors don't display in Docusaurus
Signed-off-by: Adam Harvey <adaharve@cisco.com>
2023-03-20 08:56:32 -04:00
Emma Indal 1469daa409 add changesets and how to guide
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
Co-authored-by: Camila Loiola <camilaibs@gmail.com>
2023-03-20 13:29:09 +01:00
Andreas Berger c11f33b842 Apply suggestions from code review
Co-authored-by: Johan Haals <johan@haals.se>
Signed-off-by: Andreas Berger <Andy2003@users.noreply.github.com>
2023-03-20 11:57:00 +01:00
Ben Lambert 7600ced55e Update writing-custom-actions.md
Signed-off-by: Ben Lambert <blam@spotify.com>
2023-03-20 11:49:21 +01:00
Ben Lambert c3e00ba204 Merge pull request #16779 from Sarabadu/sarabadu/allow-catalog-filter-exist
[scaffolder] add support to CATALOG_FILTER_EXISTS v2
2023-03-20 11:42:40 +01:00
Brian Fletcher 386cfe0fc9 review comment
Signed-off-by: Brian Fletcher <brian@roadie.io>
2023-03-20 09:04:23 +00:00
Andreas Berger f64345108a Add new config option for GitlabDiscoveryEntityProvider to distinguish between branch and fallbackBranch
* A new config option `fallbackBranch` is added to the GitlabDiscoveryEntityProvider, to define the branch to use , if there is no default branch configured at the repository
* The existing `branch` configuration is now used to explicitly set the branch to look up the catalog-info

resolves #13587

Signed-off-by: Andreas Berger <andreas@berger-ecommerce.com>
2023-03-18 17:24:22 +01:00
Paul Schultz f7f49db3d2 Merge branch 'master' of https://github.com/backstage/backstage into update-prism-theme 2023-03-17 11:59:15 -05:00
Bogdan Nechyporenko 92cf86a4b5 Filter out templates
Signed-off-by: Bogdan Nechyporenko <bnechyporenko@bol.com>
2023-03-17 16:50:50 +01:00
blam 9adce70834 chore: fixing spelling mistake
Signed-off-by: blam <ben@blam.sh>
2023-03-17 14:11:11 +01:00
blam 6de23c546f chore: naming conventions for github actions
Signed-off-by: blam <ben@blam.sh>
2023-03-17 13:32:42 +01:00
Ruben Vallejo 7c4cf78bd8 Add disable proxy endpoint section to docs
Signed-off-by: Ruben Vallejo <rvallejo@vmware.com>
2023-03-16 11:51:18 -04:00
Ruben Vallejo c04498db27 Refactor header names, add options object to requestHandler and add new changes to api-reports and changeset along with docs
Signed-off-by: Ruben Vallejo <rvallejo@vmware.com>
2023-03-16 11:51:17 -04:00
Ruben Vallejo a711ad54da Revert kubernetes create and read permissions to singular proxy permission, reword changeset, add permission parameter to install doc
Signed-off-by: Ruben Vallejo <rvallejo@vmware.com>
2023-03-16 11:51:17 -04:00
Juan Pablo Garcia Ripa 57c1b4752f add support to "exist_key" filters
Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>
2023-03-15 22:49:27 +01:00
Brian Phillips fc6cab4eb4 Add isEntityWith helper method to EntitySwitch conditions
This will make it easier to conditionally show content for a given
entity based on the `spec.type` field beyond just component entities
(e.g. api, group and resource, all have a spec.type field)

Signed-off-by: Brian Phillips <28457+brianphillips@users.noreply.github.com>
2023-03-15 11:08:39 -05:00
Adam Harvey 04843c8e12 fix(docs): Special encoding not needed in code fence examples
Signed-off-by: Adam Harvey <adaharve@cisco.com>
2023-03-15 12:03:11 -04:00
Fredrik Adelöw 7ec0e2421e Merge pull request #15461 from acierto/abort-task
Cancelling the running task (executing of a scaffolder template)
2023-03-15 14:25:03 +01:00
Fredrik Adelöw e00f38260f Merge pull request #16856 from jamieklassen/gitlab-orgdata-nonadmin
Gitlab Org Data integration fetches memberships via graphQL
2023-03-15 13:39:49 +01:00
Ben Lambert 35e6d0f5f3 Merge pull request #16864 from backstage/blam/release-notes-1.12
chore: release notes for 1.12.0
2023-03-15 12:40:04 +01:00
Ben Lambert 36e80c1f0b Update docs/releases/v1.12.0.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Ben Lambert <ben@blam.sh>
2023-03-15 11:56:32 +01:00
Fredrik Adelöw 7a2faff44b Merge pull request #16861 from punkle/patch-6
Fix docs for deprecated type
2023-03-15 11:52:39 +01:00
blam 3d18705f02 chore: release notes for 1.12.0
Signed-off-by: blam <ben@blam.sh>
2023-03-15 11:12:07 +01:00
Brian Fletcher 0d1a4daaac prettier
Signed-off-by: Brian Fletcher <brian@roadie.io>
2023-03-15 08:57:55 +00:00
Brian Fletcher 529f657fdf Fix docs for deprecated type
Signed-off-by: Brian Fletcher <brian@roadie.io>
2023-03-15 08:30:19 +00:00
Jamie Klassen 7b1b7bfdb7 get group members via graphQL
The new `getGroupMembers` method replaces the existing `getUserMemberships` on
`GitLabClient`.

Signed-off-by: Jamie Klassen <jklassen@vmware.com>
2023-03-14 17:08:52 -04:00
zjpersc 899d6db03f Merge branch 'backstage:master' into techdocs-global 2023-03-14 11:16:25 -05:00