Commit Graph

21 Commits

Author SHA1 Message Date
Patrick Jungermann 1b4e1e2306 feat: split integrations.bitbucket -> bitbucketCloud / bitbucketServer
Split `integrations.bitbucket` into `integrations.bitbucketCloud`
and `integrations.bitbucketServer`
while staying backwards compatible for now
(== `BitbucketIntegration` loads from the new configs, too, if the old is not used).

Relates-to: #9923
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-04-19 19:20:55 +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
Fredrik Adelöw 47a5ae5dd2 move out bitbucket into a separate module too
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-10 09:34:27 +01:00
Patrick Jungermann 616f02ade2 feat(integration,bitbucket): discover catalog files using Bitbucket Cloud's code search
Support discovering catalog files using Bitbucket Cloud's code search
which allows finding multiple catalog files per repository (e.g., monorepo)
as well as creating Location entities for existing locations only.
(compared to creating an optional Location per matching repository using the
defined static path for the catalog file).

Closes: #9765
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-03-07 22:48:06 +01:00
Fredrik Adelöw f7b5623c88 Merge pull request #6615 from barticus/feature/bitbucket-cloud-discovery
Bitbucket cloud discovery support
2021-09-23 10:19:07 +02:00
Fredrik Adelöw 9375de0d6c prettier
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-09-20 19:20:20 +02:00
Anis Jonischkeit c850933d83 DOCS: mark username optional as it's not needed when using a token 2021-09-17 11:53:10 +10:00
barticus 109578a1e8 Merge branch 'master' into feature/bitbucket-cloud-discovery 2021-09-02 21:00:10 +10:00
Fredrik Adelöw 923491eece run prettier formatting
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-08-09 11:54:38 +02:00
Bart Breen 8e22cbede8 Fixed typos
Signed-off-by: Bart Breen <bart.breen@twobulls.com>
2021-07-28 23:35:37 +10:00
Bart Breen b6801e6d70 Changed format for target location so that query can be passed directly to bitbucket api
Signed-off-by: Bart Breen <bart.breen@twobulls.com>
2021-07-28 23:30:32 +10:00
Bart Breen e2ed9126e7 Bitbucket Cloud Discovery
When bitbucket.org is discovered as the target for the bitbucket-discovery catalog processor, a scan is performed in a workspace and finds repositories matching the any project and repository regexes in line with the existing bitbucket server implementation.

Resolves #6216.

Signed-off-by: Bart Breen <bart.breen@twobulls.com>
2021-07-28 23:30:32 +10:00
Otto Nordander e77670bddd Add default catalogPath value if missing.
Currently the following target would give an empty catalogPath:
https://bitbucket.mycompany.com/projects/*/repos/*/
However it's convenient to have a default catalog value, and it would
expand as such:
https://bitbucket.mycompany.com/projects/project-a/repos/repo-b/catalog-info.yaml

Signed-off-by: Otto Nordander <otto.nordander@gmail.com>
2021-07-14 08:09:42 +02:00
Mathias Åhsberg c2306f898d Externalize repository processing for BitbucketDiscoveryProcessor
Signed-off-by: Mathias Åhsberg <mathias.ahsberg@resurs.se>
2021-04-13 10:21:19 +00:00
Nicolas Torres d840d30bcd Bitbucket server requires username to be set
Signed-off-by: Nicolas Torres <nicolast@backbase.com>
2021-04-08 17:40:01 +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
Tim Hansen 2e2cb81fdf Add link to Bitbucket Discovery, fix capitalization
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-04-01 12:18:16 -06:00
Mathias Åhsberg 13abbc15da Refactor the Bitbucket Discovery processor
Signed-off-by: Mathias Åhsberg <mathias.ahsberg@resurs.se>
2021-03-30 10:38:32 +00:00
Mathias Åhsberg ddaff02d11 Add documentation for Bitbucket Discovery processor
Signed-off-by: Mathias Åhsberg <mathias.ahsberg@resurs.se>
2021-03-29 08:26:33 +00:00
Tim Hansen 8d88ba28ea Update descriptions, remove $env, wording tweaks
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-03-24 10:50:28 -06:00
Tim Hansen cc3dca079e Rework catalog configuration; add integrations documentation
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-03-23 14:34:52 -06:00