Fredrik Adelöw
a3fae864da
Merge pull request #27575 from hghtwr/26554
...
extend filter logic to include parent group
2024-12-10 12:06:53 +01:00
Johan Haals
a4cfc73119
Merge pull request #27258 from Nikunj0601/feature/azure-blob-storage-catalog-provider
...
feat: azure blob storage entity provider for catalog
2024-11-25 09:10:16 +01:00
Hghtwr
05e1bb0e5f
adopt documentation
...
Signed-off-by: Hghtwr <johannes.sonner@outlook.com >
2024-11-23 20:31:53 +01:00
Nikunj Hudka
019e0189d6
add docs to microsite and do not export entity provider
...
Signed-off-by: Nikunj Hudka <nikunjhudka123@gmail.com >
2024-11-22 17:17:00 -04:00
Nikunj Hudka
acba6c5f4f
chore: docs spelling mistake correction
...
Signed-off-by: Nikunj Hudka <nikunjhudka123@gmail.com >
2024-11-21 22:28:30 -04:00
Nikunj Hudka
bb17475348
chore: add azure blob storage discovery docs for old backend system
...
Signed-off-by: Nikunj Hudka <nikunjhudka123@gmail.com >
2024-11-13 01:13:13 -04:00
Nikunj Hudka
c105e55582
added handling logic for multiple integrations and added docs on how to configure the plugin; added api report
...
Signed-off-by: Nikunj Hudka <nikunjhudka123@gmail.com >
2024-11-13 00:55:46 -04:00
Andre Wanlin
da36f4cc9c
Corrected Bitbucket Server Discovery Frontmatter
...
Signed-off-by: Andre Wanlin <awanlin@spotify.com >
2024-11-06 07:53:36 -06:00
Johan Haals
94d8474e60
Merge pull request #27245 from mkaliszewski/add-includeArchivedRepos-config-gitlab
...
feat: Add possibility to discover archived projects with `catalog-backend-module-gitlab`
2024-11-04 13:31:48 +01:00
Fredrik Adelöw
dfd2dc2378
Merge pull request #26923 from veenarm/fix-ldap-module-user-mapping
...
fix: ldap allow case sensitivity settings to force dn and memberOf to…
2024-10-22 13:29:46 +02:00
Mkolaj Kaliszewski
1b5fdd97a9
Add support for includeArchivedRepos in catalog-backend-module-gitlab config, update docs
...
Signed-off-by: Mkolaj Kaliszewski <kaliszewski.mikolaj@gmail.com >
2024-10-18 11:23:59 +02:00
Patrik Oldsberg
bc71718834
update docs to remove /alpha
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-10-11 16:50:08 +02:00
John
fbd8ae46ed
Merge branch 'backstage:master' into fix-ldap-module-user-mapping
2024-10-09 07:16:35 +11:00
John
f3e6e87702
Update docs/integrations/ldap/org.md
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Signed-off-by: John <john.r.k.redwood@gmail.com >
2024-10-09 07:08:27 +11:00
John
6cc341dd2d
Update docs/integrations/ldap/org.md
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Signed-off-by: John <john.r.k.redwood@gmail.com >
2024-10-09 07:08:16 +11:00
John
b64deda6a4
Update docs/integrations/ldap/org.md
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Signed-off-by: John <john.r.k.redwood@gmail.com >
2024-10-09 07:07:59 +11:00
John
ea01f7a536
Update docs/integrations/ldap/org.md
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Signed-off-by: John <john.r.k.redwood@gmail.com >
2024-10-09 07:07:47 +11:00
Patrick Jungermann
6343c8d915
fix!: fix event support for Bitbucket Cloud
...
Fixes the event-based updates at `BitbucketCloudEntityProvider`.
Previously, this entity provider had optional event support for legacy backends
that could be enabled by passing `catalogApi`, `events`, and `tokenManager`.
For the new/current backend system, the `catalogModuleBitbucketCloudEntityProvider`
(`catalog.bitbucket-cloud-entity-provider`), event support was enabled by default.
A recent change removed `tokenManager` as a dependency from the module as well as removed it as input.
While this didn't break the instantiation of the module, it broke the event-based updates
and led to a runtime misbehavior, accompanied by an info log message.
This change will replace the use of `tokenManager` with the use of `auth` (`AuthService`).
Additionally, it will make `catalogApi` and `events` required dependencies.
For the current backend system, this change is transparent and doesn't require any action.
For the legacy backend system, this change will require you to pass those dependencies if you didn't do it already.
**BREAKING CHANGES:**
> _(For legacy backend users only.)_
>
> Previously optional `catalogApi`, and `events` are required now.
> A new required dependency `auth` was added.
Fixes : #26925
Relates-to: PR #26141
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com >
2024-10-01 21:37:31 +02:00
John Redwood
dd92cbcbdc
fix: run prettier
...
Signed-off-by: John Redwood <john.r.k.redwood@gmail.com >
2024-10-01 23:56:59 +10:00
John Redwood
f313538eba
patch: add docs for ldap org
...
Signed-off-by: John Redwood <john.r.k.redwood@gmail.com >
2024-10-01 23:56:59 +10:00
Patrik Oldsberg
2f88f88882
docs: remove function call from all backend feature installation instructions
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-09-18 15:22:41 +02:00
Hghtwr
77bfb298cd
fix: Improve docs clarity, move filterRegex out of pagedRequest loop
...
Signed-off-by: Hghtwr <johannes.sonner@outlook.com >
2024-09-16 18:57:57 +02:00
Hghtwr
06cc084b9d
Add 'includeUsersWithoutSeat' flag to enable ingestion of non-paid users from Gitlab
...
Signed-off-by: Hghtwr <johannes.sonner@outlook.com >
2024-09-13 21:50:51 +02:00
ElaineDeMattosSilvaB
89fffaafbb
Merge branch 'master' into feat/mirror-group-member-relation
2024-09-03 20:04:24 +02:00
Ben Lambert
50e7461035
Merge pull request #25535 from Maetis/topic/nbs-integration-bitbucket-server
...
[NBS Docs] Updated the Bitbucket Server integration docs
2024-08-21 15:25:04 +02:00
Camila Belo
fc24d9ebf0
refactor: stop using backend-tasks in packages and plugins
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-08-19 15:48:21 +02:00
ElaineDeMattosSilvaB
e1083f3883
Merge branch 'master' into feat/mirror-group-member-relation
2024-08-15 08:40:05 +02:00
ElaineDeMattosSilvaB
d976ba2bf9
feat: use a relations array instead of each individual configuration option
...
Signed-off-by: ElaineDeMattosSilvaB <elaine.de-mattos-silva-bezerra@deutschebahn.com >
2024-08-14 18:04:46 +02:00
Fredrik Adelöw
74e52d8114
Merge pull request #25411 from fidelity-contributions/issue-25190-dd-rum-script
...
added script for datadog script to docs resolves #25411
2024-08-07 19:15:26 +02:00
Evan Kelly
807bd07175
Update docs/integrations/datadog-rum/installation.md
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Signed-off-by: Evan Kelly <47178446+EvanGKelly@users.noreply.github.com >
2024-08-07 11:13:39 +01:00
Evan Kelly
3fbf4a8719
Update docs/integrations/datadog-rum/installation.md
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Signed-off-by: Evan Kelly <47178446+EvanGKelly@users.noreply.github.com >
2024-08-07 11:13:29 +01:00
Ben Lambert
954f9620cf
Merge pull request #25832 from Maetis/topic/nbs-integration-gerrit
...
[NBS Docs] Updated the Gerrit integration docs
2024-07-30 14:00:59 +02:00
Kevin L
b54f0544b1
Updated the Gerrit integration docs
...
Signed-off-by: Kevin L <kevin.lecouvey@gmail.com >
2024-07-30 06:13:26 -04:00
Dane Elwell
c7b14edcaf
Add new excludeRepos option to the Gitlab provider
...
Signed-off-by: Dane Elwell <dane.elwell@ans.co.uk >
2024-07-29 12:14:14 +01:00
Kelly, Evan
3f88be264f
Update installation.md
...
Signed-off-by: Kelly, Evan <Evan.Kelly@fmr.com >
Signed-off-by: Evan Kelly <Evan.Kelly@fmr.com >
2024-07-29 11:51:14 +01:00
Evan Kelly
100ecdcb94
changes for comments on pr
...
Signed-off-by: Evan Kelly <Evan.Kelly@fmr.com >
2024-07-29 11:51:13 +01:00
Evan Kelly
51bf5fa47d
make change suggested in pr
...
Signed-off-by: Evan Kelly <Evan.Kelly@fmr.com >
2024-07-29 11:51:13 +01:00
Evan Kelly
09d7e3f1d9
run prettier check
...
Signed-off-by: Evan Kelly <Evan.Kelly@fmr.com >
2024-07-29 11:51:12 +01:00
Evan Kelly
b76e877bcf
added script for datadog script to docs
...
Signed-off-by: Evan Kelly <Evan.Kelly@fmr.com >
2024-07-29 11:51:12 +01:00
Kevin L.
d89e8dab86
Merge branch 'master' into topic/nbs-integration-bitbucket-server
...
Signed-off-by: Kevin L. <kevin.lecouvey@gmail.com >
2024-07-26 07:30:38 -04:00
Kevin L.
e4589ef403
Update docs/integrations/bitbucketServer/discovery.md
...
Accept @awanlin suggestion
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com >
Signed-off-by: Kevin L. <kevin.lecouvey@gmail.com >
2024-07-18 17:31:17 -04:00
Ben Lambert
17d756e26c
Merge pull request #23048 from fstoerkle/feature/msgraph-ingest-groups-of
...
feat: add option to ingest group members from Azure Entra ID
2024-07-18 18:48:10 +02:00
Andre Wanlin
1145181834
Moved from root note to title
...
Signed-off-by: Andre Wanlin <awanlin@spotify.com >
2024-07-13 10:45:17 -05:00
Patrik Oldsberg
32a7812cec
Merge pull request #24975 from adawalli/awallis/msgraph
...
Adds ProviderTransformer to msgraph catalog plugin for dynamic config
2024-07-10 09:49:26 +02:00
Adam Harvey
a835d6f644
chore(docs): Fix broken Note admonition
...
Signed-off-by: Adam Harvey <33203301+adamdmharvey@users.noreply.github.com >
2024-07-05 22:40:33 -04:00
Kevin L
9ed5ad817d
Updated the Bitbucket Server integration docs
...
Signed-off-by: Kevin L <kevin.lecouvey@gmail.com >
2024-07-05 22:17:17 -04:00
Camila Belo
14218d6227
Merge pull request #25427 from Maetis/topic/nbs-integration-aws-s3
...
[NBS Docs] Updated the AWS S3 integration docs
2024-07-02 10:57:34 +02:00
Fredrik Adelöw
a3a692f11b
Merge pull request #25261 from Jenson3210/feature/multiple_ldap_users_groups
...
Added support for only users or only groups and multiple users or multiple groups bindings
2024-06-29 23:47:28 +02:00
Fredrik Adelöw
ba7d58643a
Merge pull request #25360 from Bonial-International-GmbH/pjungermann/github/events
...
GitHub: support repository events
2024-06-29 10:45:39 +02:00
Kevin L
834ecd0c1e
Updated the AWS S3 integration docs
...
Signed-off-by: Kevin L <kevin.lecouvey@gmail.com >
2024-06-26 19:21:25 -04:00