-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project import export #92
Conversation
Codecov Report
@@ Coverage Diff @@
## master #92 +/- ##
==========================================
- Coverage 70.01% 67.38% -2.63%
==========================================
Files 131 135 +4
Lines 1904 1987 +83
==========================================
+ Hits 1333 1339 +6
- Misses 571 648 +77
Continue to review full report at Codecov.
|
Hi @sandercox |
Glad to help with that but have no clue how to setup the testing environment for this... 🙈 |
Basically the testing environment is provided for you by our unit tests as long as you have docker installed. I'll include in the contributing.md 👍 |
Would you mind resolving the conflicts? |
Conflicts: src/GitLabApiClient/GitLabClient.cs src/GitLabApiClient/Internal/Http/GitLabHttpFacade.cs src/GitLabApiClient/ProjectsClient.cs
1307642
to
6aaf4ea
Compare
Codecov Report
@@ Coverage Diff @@
## master #92 +/- ##
==========================================
+ Coverage 70.84% 71.71% +0.86%
==========================================
Files 170 174 +4
Lines 2367 2450 +83
==========================================
+ Hits 1677 1757 +80
- Misses 690 693 +3
|
Updated the conflicts and added a unittest for export/import of a project. Hope this can be merged now! |
Added support to do Project exports and Project imports to move projects between two gitlab hosts