Darko Draskovic
265eb40f22
feat: [CODE-1353]: Add status check and merge check SSE events ( #3146 )
...
* Merge remote-tracking branch 'origin/main' into dd/sse-events
* Add webhook create/update/delete event
* Add branch/tag created/updated deleted events
* Merge remote-tracking branch 'origin/main' into dd/sse-events
* Merge remote-tracking branch 'origin/main' into dd/sse-events
* Merge remote-tracking branch 'origin/main' into dd/sse-events
* Add new event types
* Merge remote-tracking branch 'origin/main' into dd/sse-events
* Add logs directly to publisher
* Merge remote-tracking branch 'origin/main' into dd/sse-events
* Add status check and merge check SSE events
2024-12-18 16:00:58 +00:00
Johannes Batzill
ccce5ad646
fix: [CODE-2717]: Modify Sync to take DefaultBranch as input ( #2962 )
2024-11-11 23:18:28 +00:00
Marko Gaćeša
8c5e7546c3
feat: [CODE-2567]: improve git commit message handling ( #2849 )
...
* make the change backward compatible
* improve git commit message handling
2024-10-24 10:08:36 +00:00
Atefeh Mohseni Ejiyeh
f1efecefee
fix: [CODE-2474]: handle import-progress API response for importing repos via the migrator ( #2772 )
2024-10-04 22:02:41 +00:00
Marko Gaćeša
b10a30ca8f
change the user used for the audit call in repo import ( #2566 )
...
* change the user used for the audit call in repo import
2024-08-22 14:10:48 +00:00
Atefeh Mohseni Ejiyeh
cef6708a1e
Support Repo Migration APIs (create repo, import PRs, webhooks, and branch rules) ( #2158 )
...
* update migrator mdoule
* added formatted forbidden error helper
* delete work sum
* check branch rule identifier check
* match migrator data contract for webhooks
* self review
* self review
* self review, code cleaning
* resolve conflicts
* updated import api calls
* resolve conflicts
* lint
* bypass pre-receive block ref update on push if it's migrator push
* migrate controller and apis
* pull main
* add migrate routes to terminate path prefix apis
* move apis to migrate pkg
* Merge branch 'main' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into atmsn/import_meta
* import branch rules API
* wip import webhooks
2024-08-07 23:40:09 +00:00
Abhinav Singh
d0562a573c
feat: [CODE-2146]: add new router paradigm
...
* lint
* address comment
* fix
* ssh ctx
* add ctx for new places
* generate wiregen
* Merge remote-tracking branch 'harness0/main' into abhinav/new-router-paradigm
* Merge branch 'main' into abhinav/new-router-paradigm
* add new discussion changes
* address comment
* address comment
* address comment
* address comment
* address comment
* feat: abstract routers logic
* feat: abstract routers logic
* feat: abstract routers logic
* feat: abstract routers logic
* feat: abstract routers logic
* feat: abstract routers logic
* feat: abstract routers logic
* style
* remove nil context
* add ctx to missing
* style
* remvoe ctx
* remvoe ctx
* feat: provider should have ctx
2024-07-23 21:39:39 +00:00
Karan Saraswat
b10fa3ea76
fix for making imported ADO repos' visibility the same as it's project's visibility ( #2179 )
...
* Merge branch 'main' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into ks/CODE-2073
* removed extra check for azure provider type for importing
* fix for making imported ADO repos' visibility the same as it's project's visibility
2024-07-08 18:39:48 +00:00
Karan Saraswat
c6f6d83e74
fix for making imported ADO repos' visibility the same as it's project's visibility ( #2174 )
...
* fix for making imported ADO repos' visibility the same as it's project's visibility
2024-07-08 17:39:50 +00:00
Marko Gaćeša
5427130a42
pull request import ( #2121 )
...
* bypass lint
* bump golang version
* using types from migrator
* moving Importing to the RepositoryOutput
* minor changes; improved unit tests
* pr comments
* pr import
* pull request import
2024-07-06 00:46:36 +00:00
Atefeh Mohseni Ejiyeh
c365ef246a
Support Public Access ( #2021 )
2024-05-23 04:56:26 +00:00
Karan Saraswat
ca0148816a
feat: [CODE-1908]: Worked on ADO import functionality review comments ( #2044 )
2024-05-16 06:30:35 +00:00
Karan Saraswat
a489b28ed8
feat: [CODE-1876]: adding azure driver for importing azure repos ( #2025 )
2024-05-13 11:26:32 +00:00
Marko Gacesa
781b3547c0
refactor git hook calling and shared repo ( #1200 )
2024-04-12 09:48:35 +00:00
Johannes Batzill
adf2046a94
[MISC] Move UID
to Identifier
to match Harness Standards ( #992 )
2024-01-29 23:29:53 +00:00
Atefeh Mohseni-Ejiyeh
5aec7bf37f
move job package to the top level ( #883 )
2023-12-08 17:06:44 +00:00
Johannes Batzill
5cdbde8100
[GA] Add feature flag for enable/disable public resource creation ( #845 )
2023-11-30 02:20:34 +00:00
Shubham Agrawal
1a2a456550
Add interfaces for keyword search ( #816 )
2023-11-29 18:02:46 +00:00
Marko Gacesa
7811559c4d
skip repo dir delete when deleting importing repo ( #807 )
2023-11-20 10:39:00 +00:00
Enver Bisevac
67f560874d
[maint] gitrpc package removed ( #726 )
2023-11-15 10:15:32 +00:00
Marko Gacesa
70fbaaed16
use background ctx to cleanup after failed import ( #798 )
2023-11-14 15:30:43 +00:00
Vistaar Juneja
bf9a5953c3
perform user validation before triggering import ( #760 )
2023-11-03 15:30:16 +00:00
Vistaar Juneja
b221ed9080
check for error before using response from SCM ( #758 )
2023-11-02 13:45:59 +00:00
Vistaar Juneja
02ff9bcfc8
return nil transport if no creds provided ( #750 )
2023-10-31 16:48:36 +00:00
Vistaar Juneja
081d79717a
update auth check and use listv2 for github ( #744 )
2023-10-30 18:07:38 +00:00
Johannes Batzill
3e7f316d38
[code-1018] Restrict Import to refs/heads
and refs/tags
only ( #740 )
2023-10-27 23:46:06 +00:00
Dan Wilson
fb892a8ca8
Add gogs import org/repo support to gitness ( #735 )
2023-10-27 14:04:44 +00:00
Dan Wilson
072a133ac6
add gitea support ( #728 )
2023-10-26 19:41:44 +00:00
Dan Wilson
3701d4a24f
add bitbucket support for import space and repo ( #721 )
2023-10-26 11:12:10 +00:00
Dan Wilson
b9b80197a4
Fix repo listing case for bitbucket ( #720 )
2023-10-26 08:47:53 +00:00
Marko Gacesa
7ab52c1764
add protection to prevent direct push ( #712 )
2023-10-24 14:22:06 +00:00
Vistaar Juneja
5771f9f5e9
add bitbucket support for import repo ( #711 )
2023-10-23 15:08:45 +00:00
Marko Gacesa
edadd5e91b
fix name of the gitlab ci yaml file ( #657 )
2023-10-06 17:06:16 +00:00
Marko Gacesa
e124b917ac
add option not to convert pipelines for repo import ( #625 )
2023-10-02 11:20:02 +00:00
Marko Gaćeša
933d2d9703
remove sqlx.DB from controllers and services
2023-09-28 14:07:25 +02:00
Johannes Batzill
f51f97adb2
[MISC] Make Internal
/Container
URL Generic (and fix GetTreeNode
) ( #621 )
2023-09-28 03:33:45 +00:00
Johannes Batzill
5b33258589
[MISC] Abstract URL Provider ( #617 )
2023-09-27 02:42:33 +00:00
Johannes Batzill
a8cb5dc8d2
remove internal package and move to app - might be refactored more in the coming weeks
2023-09-26 11:25:15 -07:00