Commit Graph

52 Commits

Author SHA1 Message Date
Gustaf Räntilä 49eab297a3 fix: Fixed disabling user photos fetching
Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
2024-04-26 09:29:31 +02:00
Ragnar Halldórsson 49c759e1c1 chore(catalog-backend-module-azure): Apply suggestion from code review and improve some wording in README
Signed-off-by: Ragnar Halldórsson <halldorsson@copopt.com>
2024-02-19 11:20:19 +01:00
Ragnar Halldórsson 4fcb4667f0 chore(catalog-backend-module-azure): Update discovery documentation
Signed-off-by: Ragnar Halldórsson <halldorsson@copopt.com>
2024-02-15 22:15:41 +01:00
Fredrik Adelöw 9aac2b0d36 move cwd as the first argument to yarn
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-02-04 20:13:00 +01:00
Alex Crome 6fb909f011 More Backend Migration Docs
* Added more documentation on migrating catalog modules to the new backend system.  (A-Github)
* Tweaked a few existing documentation page to recommend schedules are set via

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2023-11-15 22:34:25 +00:00
Alex Crome 129e0f7797 Backend Migration Docs for Microsoft Graph Entity Provider
Added section to the migration guide specifically around how to migrate the Microsoft Graph Entity Provider.

Updated current documentation to recommend setting schedule in config rather than code.
Whilst not strictly nessescarry for the migration docs, documenting this way of setting the schedule eases migrations later (since the new backend system only allows setting schedules via config and not code)

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2023-11-14 20:02:53 +00:00
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
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
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
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
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
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
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
Yuri Titi c17fa10182 feat(@backstage/plugin-catalog-backend-module-azure): Add branch filter support
Signed-off-by: Yuri Titi <ymoreiratiti@gmail.com>
2023-03-07 16:11:02 -03:00
Paul Schultz 9c95f91c0a Add titles to codeblocks and switch from diff codeblock to language codeblock
Signed-off-by: Paul Schultz <pschultz@pobox.com>
2023-03-01 13:30:38 -06:00
tr-fteixeira 20bfb411f2 docs(azure-intgration): add note for projects with spaces on the name
Signed-off-by: tr-fteixeira <55003893+tr-fteixeira@users.noreply.github.com>
2023-02-25 18:14:26 -05:00
Ben Lambert a37fb186f0 Merge pull request #16135 from no1melman/feat/azure-location-docs
Docs: Azure - Add note around token usage
2023-02-06 12:06:17 +01:00
Callum Linington df8782378d chore: prettier
Signed-off-by: Callum Linington <callum.linington@uk.nationalgrid.com>
2023-02-02 15:44:32 +00:00
Callum Linington bb74ee421a docs(azure): update token usage to align to implementation
Signed-off-by: Callum Linington <callum.linington@uk.nationalgrid.com>
2023-02-02 15:20:15 +00:00
Callum Linington 060713cab7 docs(azure): add note around token usage
Signed-off-by: Callum Linington <callum.linington@uk.nationalgrid.com>
2023-02-02 10:48:31 +00:00
Marc Bruins e8db0fe4ce update docs
Signed-off-by: Marc Bruins <marc@marcbruins.nl>
2023-01-24 15:14:41 +01:00
Marc Bruins 3825687f5a Update docs and fix tests
Signed-off-by: Marc Bruins <marc@marcbruins.nl>
2022-12-24 18:43:24 +01:00
Marc Bruins 2890f47517 add changes to make it multiproject
Signed-off-by: Marc Bruins <marc@marcbruins.nl>
2022-11-25 06:04:46 +01:00
Alex Crome 7e4ba8de90 Improve MS Graph docs
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-11-11 21:12:56 +00:00
Patrick Jungermann 87ff05892d feat(catalog/azure): Add option to configure schedule via app-config.yaml
Relates-to: PR #13859
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-07 12:32:50 +02:00
blam b25f479618 chore: fixing the prettier formatting
Signed-off-by: blam <ben@blam.sh>
2022-08-07 21:37:14 +02:00
Martin Ehrnst 52ea23151d Update org.md
Add example on how to assign Microsoft Graph permission on a managed identity, as this is not possible through the Azure Portal. Up until recently no official Microsoft documentation existed for it, but now it does

Signed-off-by: Martin Ehrnst <martin@ehrnst.no>
2022-08-05 12:48:33 +02:00
Alex Crome 1bb8a9006a Fix level of App Registration header in MS Graph docs
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-07-15 19:22:48 +01:00
Alex Crome e4ef21c84f Misc small fixes
* Updated @azure/identity to improve error message when no credentials are avaialble.
* Misc small text fixes

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-07-13 08:06:32 +01:00
Alex Crome 5107aa6048 Updated docs
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-07-07 22:04:04 +01:00
Andre Wanlin 0ae5d7858d Fixed Azure Discovery config example
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-06-21 17:29:35 -05:00
goenning b1f7d6c7e4 fix typo
Signed-off-by: goenning <me@goenning.net>
2022-06-01 15:48:55 +01:00
goenning e69cd23e20 code review
Signed-off-by: goenning <me@goenning.net>
2022-06-01 15:48:21 +01:00
goenning b8884fd579 introduce AzureDevOpsEntityProvider
Signed-off-by: goenning <me@goenning.net>
2022-06-01 15:48:18 +01:00
LvffY 0f290356b9 [#10432] 📝 Apply suggestion.
See https://github.com/backstage/backstage/pull/10528#discussion_r838597752

Signed-off-by: LvffY <louberger@hotmail.fr>
2022-03-30 16:20:47 +02:00
LvffY e0cd63145b [#10432] 📝 Fix grammar
Signed-off-by: LvffY <louberger@hotmail.fr>
2022-03-30 15:58:26 +02:00
LvffY 65c03243b6 [#10432] 📝 Update documentation to use azure-discovery
Signed-off-by: LvffY <louberger@hotmail.fr>
2022-03-30 15:53:50 +02:00
LvffY f3101fb9d2 [#10459] 📝 Update documentation to use yarn --cwd arg
Signed-off-by: LvffY <louberger@hotmail.fr>
2022-03-30 15:53:05 +02:00
LvffY 22bd2bead1 [#10459] 📝 Update documentation to use yarn --cwd arg
Signed-off-by: LvffY <louberger@hotmail.fr>
2022-03-29 21:59:53 +02:00
Alex Crome 9a28bcd8d8 Updated Azure discovery docs after move to seperate package
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-03-14 10:21:19 +00:00
Callen Barton 336cea247c Fixing typo. Changing Github to Azure
Signed-off-by: Callen Barton <7515844+cal5barton@users.noreply.github.com>
2022-02-24 17:45:51 -07:00
goenning 51e42bc2c8 add support for search queries
Signed-off-by: goenning <me@goenning.net>
2021-11-20 21:20:47 +00:00
Oliver Sand fc5150de41 Fix typo
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-10-15 11:18:41 +02:00
Oliver Sand 160181779b Add docs to microsite
Closes #4627

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-06-18 10:27:48 +02:00
Tim Hansen e3190971e7 Update auth index to be more "getting started" focused
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-04-06 12:01:19 -06:00