Commit Graph

280 Commits

Author SHA1 Message Date
Alex Crome eeabc87d6d Fix typo in Entra Org data doc
Fixed a typo I introduced in #20691

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2023-11-06 16:43:48 +00:00
Ben Lambert ba7e552193 Merge pull request #20663 from johnrkriter/patch-1
Update locations.md
2023-10-30 17:26:30 +01:00
Alex Crome 243c655a68 Updated Azure Active Directory to Entra ID
Microsoft have renamed Azure Active Directory to Entra ID.  https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/new-name .  This PR updates references to AAD to refer to Entra ID.

* On each documentation page, I include `formerly Azure Active Directory` in the first non heading reference to Entra ID.  This will help anyone unfaimiliar withthe  name change, and will also mean the page continues to show up in search results if people search for the old name.
* I didn't correct references in file names, as this would cause broken links.  If we have a way of redirecting those to new urls I can look at doign that, but if not, I think it's better to leave existing links working.
* There were a few references to AAD in release notes for older versions - I left these alone as the product naming was correct at the time of the release notes.
* LDAP provider still has references to "Active Directory" as these reference to the on premise Active Directory, not Azure Active Directory

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2023-10-19 23:11:35 +01:00
John Kriter c814a3fbdd Update locations.md
The purpose of this change is to highlight the style of API access token required to enable the Bitbucket Cloud integration as it was not previously clear. The existing error will not distinguish between an Atlassian Account key(which wont work) and a Bitbucket App Password(which will.

Signed-off-by: John Kriter <john.r.kriter@accenture.com>
2023-10-18 14:24:21 -06:00
Vincenzo Scamporlino 7ec10602ff catalog-backend-module-github: fix defaultUserTransformer typings
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2023-10-02 16:58:17 +02:00
Vincenzo Scamporlino 5b74ce4c1f docs: fix UserEntity references
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2023-09-25 10:04:43 +02:00
Stephen Barry 68032afa9a Merge branch 'master' of github.com:backstage/backstage into GD-294-users-groups-ingestion 2023-08-22 08:33:45 +01:00
sbarrypoppulo 8bc51413d9 Apply suggestions from code review
Co-authored-by: Jamie Klassen <jklassen@vmware.com>
Signed-off-by: sbarrypoppulo <101636916+sbarrypoppulo@users.noreply.github.com>
2023-08-22 08:26:01 +01:00
Sander Aernouts 5f1a92b9f1 feature(azure devops): support multiple organisations
Signed-off-by: Sander Aernouts <sander.aernouts@gmail.com>
2023-08-18 16:27:00 +02:00
Stephen Barry 1825c689d0 Update GitLab Org Data docs
Signed-off-by: Stephen Barry <sbarry@poppulo.com>
2023-08-16 14:45:00 +01:00
Stephen Barry 86e2f78a12 Update Gitlab Org Data doc
Signed-off-by: Stephen Barry <sbarry@poppulo.com>
2023-08-01 11:32:06 +01:00
Stephen Barry a4d9b6a74d Merge branch 'master' of github.com:backstage/backstage into GD-294-users-groups-ingestion 2023-08-01 10:40:41 +01:00
alessandro ecf12e5de3 feat(catalog-backend-module-gitlab): Added option to skip forked repos in GitlabDiscoveryEntityProvider config
Signed-off-by: alessandro <alessandro.manno@facile.it>
2023-07-18 10:20:09 +02:00
angom1 d2f13494d8 Update error handling and documentation
Signed-off-by: angom1 <angom@poppulo.com>
2023-07-14 16:11:43 +01:00
Stefan Petrovic 398c005ec3 added some clarification in azure org importer docs
Signed-off-by: Stefan Petrovic <stefanp0618@gmail.com>
2023-06-20 19:40:02 +02:00
Roland Sgs daa1f6e59d apply prettier
Signed-off-by: Roland Sgs <rolandsantos.goncalves@gmail.com>
2023-06-16 11:59:35 +02:00
Roland Sgs 087eef7d45 Update Integration Gitlab OrgData
Just an update to Integrations Gitlab OrgData, once it's not defined the necessary addition to packages/backend/src/plugins/catalog.ts as in all others

Signed-off-by: Roland Sgs <rolandsantos.goncalves@gmail.com>
2023-06-16 11:59:35 +02:00
Alex Eftimie f9f9123428 Update discovery.md
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
2023-06-08 21:41:16 +02:00
Andrew Ochsner 1948845861 add github:environment:create and github:deployKey:create
Signed-off-by: Andrew Ochsner <andrew.ochsner@cognizant.com>
2023-06-02 10:04:07 -05:00
Patrik Oldsberg 73537f9cff Merge pull request #17057 from alexmanno/feat/gitlab-skip-forked-projects
feat(catalog-backend-module-gitlab): Added option to skip forked repos
2023-05-31 17:33:09 +02:00
Fredrik Adelöw 4265bb1e8e Merge pull request #17722 from aochsner/feature/scaffolder-github-variables-secrets
Add Repository Variables and Secrets
2023-05-30 09:32:06 +02:00
Ben Lambert 47c974e22b Merge pull request #17780 from XpiritBV/support-azdo-identities
feat(azure): support service principals and managed identities
2023-05-29 12:44:15 +02:00
Fredrik Adelöw 7b9c0fff37 Merge pull request #17927 from mikebryant/m/fix-org-integration-docs
docs: Fix example to not produce validation errors
2023-05-25 12:08:36 +02:00
Sander Aernouts c7f848bcea feat(azure): support service principals and managed identities
Signed-off-by: Sander Aernouts <sander.aernouts@gmail.com>
2023-05-25 09:08:13 +02:00
Andrew Ochsner 03bd3fed1c update doco w/ github token/app permissions
Signed-off-by: Andrew Ochsner <andrew.ochsner@cognizant.com>
2023-05-24 12:13:44 -05:00
Mike Bryant 96d9aee0a9 docs: Fix example to not produce validation errors
The previous approach generated the following error when a user has no emails

```
Processor BuiltinKindsEntityProcessor threw an error while validating the entity user:default/user; caused by TypeError: /spec/profile/email must NOT have fewer than 1 characters - limit: 1
```

Signed-off-by: Mike Bryant <mike.bryant@mettle.co.uk>
2023-05-24 17:41:49 +01:00
Sergey Shevchenko 56575be2a2 docs: Add notes about backstage root dir
Signed-off-by: Sergey Shevchenko <sergeyshevchdevelop@gmail.com>
2023-05-18 10:58:17 +03:00
Phil Kuang 970678adbe feat(GithubMultiOrgEntityProvider): support events
Signed-off-by: Phil Kuang <pkuang@factset.com>
2023-05-04 12:02:19 -04:00
Jaan Jahilo 776daa18c5 Use permalinks in datadog-rum/installation.md
Signed-off-by: Jaan Jahilo <jaanjahilo@outlook.com>
2023-04-22 17:16:03 +03:00
Andre Wanlin 313d4478a8 Updated to include Commit statuses permission
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2023-04-20 11:37:22 -05:00
Fredrik Adelöw b009f0c105 Merge pull request #17101 from tanguyantoine/feat/github-catalog-visibility-filter
feat(catalog-backend-module-github): add visibility filter to github …
2023-04-18 13:10:40 +02:00
Patrik Oldsberg 2e40a06c7b docs/integrations/azure/discovery.md: prettier
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-04-13 14:19:32 +02:00
Joao Paulo Moreira Antunes 1e36d98dcc Edit docs specification on Azure DevOps integration
Signed-off-by: Joao Paulo Moreira Antunes <joaopaulo.m@terra.com.br>
2023-04-11 15:28:49 -03:00
Joao Paulo Moreira Antunes e154406c9c Edit field project
Signed-off-by: Joao Paulo Moreira Antunes <joaopaulo.m@terra.com.br>
2023-04-11 14:13:07 -03:00
TANGUY Antoine ebd0cdaf8f chore: refactor declaration file
Signed-off-by: TANGUY Antoine <tanguyantoine@users.noreply.github.com>
2023-04-05 14:01:08 +02:00
TANGUY Antoine 8960902a4e fix: apply PR feedback
Signed-off-by: TANGUY Antoine <tanguyantoine@users.noreply.github.com>
2023-04-05 12:16:23 +02:00
Patrik Oldsberg 6aa6c32f14 Merge pull request #16678 from RoadieHQ/add-export-for-in-memory-broker
Add export for in memory broker
2023-04-04 17:29:17 +02:00
TANGUY Antoine 3756dd98fe feat(catalog-backend-module-github): add visibility filter to github plugin
Signed-off-by: TANGUY Antoine <tanguyantoine@users.noreply.github.com>
2023-03-26 21:40:59 +02:00
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
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
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
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
Brian Fletcher 13960233e1 Merge branch 'master' of github.com:backstage/backstage into RoadieHQ-add-export-for-in-memory-broker-2 2023-03-10 13:55:44 +00:00
Brian Fletcher 1d9da597be move review comments
Signed-off-by: Brian Fletcher <brian@roadie.io>
2023-03-10 13:46:33 +00:00
Johan Haals d69b132ee2 Merge pull request #16749 from ymoreiratiti/feature/plugin-catalog-backend-module-azure-branch-filter
feat(@backstage/plugin-catalog-backend-module-azure): Add branch filt…
2023-03-10 13:15:09 +01:00
Yuri Titi e91cf37969 docs(azure-discovery): fix prettier
Signed-off-by: Yuri Titi <ymoreiratiti@gmail.com>
2023-03-08 21:55:09 -03:00
Yuri Titi 075761de52 Update discovery.md
Signed-off-by: Yuri Titi <ymoreiratiti@gmail.com>
2023-03-08 14:47:29 -03:00
Paul Schultz 040b54f7e5 clean up formatting
Signed-off-by: Paul Schultz <pschultz@pobox.com>
2023-03-08 10:13:38 -06:00
Paul Schultz 34fe6c9246 Merge branch 'master' into update-codeblocks 2023-03-08 10:07:11 -06:00