Skip to content
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

Updated gitlab dependency to v0.43.0 #79

Merged
merged 1 commit into from
May 6, 2021
Merged

Updated gitlab dependency to v0.43.0 #79

merged 1 commit into from
May 6, 2021

Conversation

josecordaz
Copy link
Contributor

Description

Updated gitlab dependency to v0.43.0

Test results

=== RUN   Test_clientOptions_getTransportChain
--- PASS: Test_clientOptions_getTransportChain (0.00s)
=== RUN   Test_clientOptions_getTransportChain/all_roundtrippers
    --- PASS: Test_clientOptions_getTransportChain/all_roundtrippers (0.00s)
=== RUN   Test_clientOptions_getTransportChain/only_pre_+_auth
    --- PASS: Test_clientOptions_getTransportChain/only_pre_+_auth (0.00s)
=== RUN   Test_clientOptions_getTransportChain/only_cache_+_auth
    --- PASS: Test_clientOptions_getTransportChain/only_cache_+_auth (0.00s)
=== RUN   Test_makeOptions
--- PASS: Test_makeOptions (0.00s)
=== RUN   Test_makeOptions/no_options
    --- PASS: Test_makeOptions/no_options (0.00s)
=== RUN   Test_makeOptions/WithDomain
    --- PASS: Test_makeOptions/WithDomain (0.00s)
=== RUN   Test_makeOptions/WithDomain,_empty
    --- PASS: Test_makeOptions/WithDomain,_empty (0.00s)
=== RUN   Test_makeOptions/WithDestructiveAPICalls
    --- PASS: Test_makeOptions/WithDestructiveAPICalls (0.00s)
=== RUN   Test_makeOptions/WithPreChainTransportHook
    --- PASS: Test_makeOptions/WithPreChainTransportHook (0.00s)
=== RUN   Test_makeOptions/WithPreChainTransportHook,_nil
    --- PASS: Test_makeOptions/WithPreChainTransportHook,_nil (0.00s)
=== RUN   Test_makeOptions/WithPostChainTransportHook
    --- PASS: Test_makeOptions/WithPostChainTransportHook (0.00s)
=== RUN   Test_makeOptions/WithPostChainTransportHook,_nil
    --- PASS: Test_makeOptions/WithPostChainTransportHook,_nil (0.00s)
=== RUN   Test_makeOptions/WithOAuth2Token
    --- PASS: Test_makeOptions/WithOAuth2Token (0.00s)
=== RUN   Test_makeOptions/WithOAuth2Token,_empty
    --- PASS: Test_makeOptions/WithOAuth2Token,_empty (0.00s)
=== RUN   Test_makeOptions/WithConditionalRequests
    --- PASS: Test_makeOptions/WithConditionalRequests (0.00s)
=== RUN   Test_makeOptions/WithConditionalRequests,_exclusive
    --- PASS: Test_makeOptions/WithConditionalRequests,_exclusive (0.00s)
=== RUN   Test_DomainVariations
--- PASS: Test_DomainVariations (0.00s)
=== RUN   Test_DomainVariations/gitlab.com_domain
    --- PASS: Test_DomainVariations/gitlab.com_domain (0.00s)
=== RUN   Test_DomainVariations/custom_domain_without_protocol
    --- PASS: Test_DomainVariations/custom_domain_without_protocol (0.00s)
=== RUN   Test_DomainVariations/custom_domain_with_https_protocol
    --- PASS: Test_DomainVariations/custom_domain_with_https_protocol (0.00s)
=== RUN   Test_DomainVariations/custom_domain_with_http_protocol
    --- PASS: Test_DomainVariations/custom_domain_with_http_protocol (0.00s)
=== RUN   TestProvider
Running Suite: GitLab Provider Suite
====================================
Random Seed: 1620250511
Will run 11 of 11 specs

• [SLOW TEST:9.595 seconds]
GitLab Provider
/Users/joseordaz/go/src/github.com/josecordaz/go-git-providers/gitlab/integration_test.go:172
  should list the available organizations the user has access to
  /Users/joseordaz/go/src/github.com/josecordaz/go-git-providers/gitlab/integration_test.go:259
------------------------------
•
------------------------------
• [SLOW TEST:12.490 seconds]
GitLab Provider
/Users/joseordaz/go/src/github.com/josecordaz/go-git-providers/gitlab/integration_test.go:172
  should be possible to create a group project
  /Users/joseordaz/go/src/github.com/josecordaz/go-git-providers/gitlab/integration_test.go:316
------------------------------
•
------------------------------
• [SLOW TEST:6.063 seconds]
GitLab Provider
/Users/joseordaz/go/src/github.com/josecordaz/go-git-providers/gitlab/integration_test.go:172
  should update if the org repo already exists when reconciling
  /Users/joseordaz/go/src/github.com/josecordaz/go-git-providers/gitlab/integration_test.go:362
------------------------------
• [SLOW TEST:72.146 seconds]
GitLab Provider
/Users/joseordaz/go/src/github.com/josecordaz/go-git-providers/gitlab/integration_test.go:172
  should update teams with access and permissions when reconciling
  /Users/joseordaz/go/src/github.com/josecordaz/go-git-providers/gitlab/integration_test.go:405
------------------------------
•
------------------------------
• [SLOW TEST:15.968 seconds]
GitLab Provider
/Users/joseordaz/go/src/github.com/josecordaz/go-git-providers/gitlab/integration_test.go:172
  should be possible to create a user project
  /Users/joseordaz/go/src/github.com/josecordaz/go-git-providers/gitlab/integration_test.go:591
------------------------------
•••Deleting the user repo:  test-repo2-304
Deleting the org repo:  test-org-repo-402
Deleting the shared org repo:  test-shared-org-repo-643

Ran 11 of 11 Specs in 132.098 seconds
SUCCESS! -- 11 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestProvider (132.10s)
=== RUN   Test_getGitProviderPermission
--- PASS: Test_getGitProviderPermission (0.00s)
=== RUN   Test_getGitProviderPermission/pull
    --- PASS: Test_getGitProviderPermission/pull (0.00s)
=== RUN   Test_getGitProviderPermission/push
    --- PASS: Test_getGitProviderPermission/push (0.00s)
=== RUN   Test_getGitProviderPermission/admin
    --- PASS: Test_getGitProviderPermission/admin (0.00s)
=== RUN   Test_getGitProviderPermission/false_data
    --- PASS: Test_getGitProviderPermission/false_data (0.00s)
=== RUN   Test_getGitlabPermission
--- PASS: Test_getGitlabPermission (0.00s)
=== RUN   Test_getGitlabPermission/pull
    --- PASS: Test_getGitlabPermission/pull (0.00s)
=== RUN   Test_getGitlabPermission/push
    --- PASS: Test_getGitlabPermission/push (0.00s)
=== RUN   Test_getGitlabPermission/admin
    --- PASS: Test_getGitlabPermission/admin (0.00s)
=== RUN   Test_validateAPIObject
--- PASS: Test_validateAPIObject (0.00s)
=== RUN   Test_validateAPIObject/no_error_=>_nil
    --- PASS: Test_validateAPIObject/no_error_=>_nil (0.00s)
=== RUN   Test_validateAPIObject/one_error_=>_MultiError_&_InvalidServerData
    --- PASS: Test_validateAPIObject/one_error_=>_MultiError_&_InvalidServerData (0.00s)
=== RUN   Test_allGroupPages
--- PASS: Test_allGroupPages (0.00s)
=== RUN   Test_allGroupPages/one_page_only,_no_error
    --- PASS: Test_allGroupPages/one_page_only,_no_error (0.00s)
=== RUN   Test_allGroupPages/two_pages,_no_error
    --- PASS: Test_allGroupPages/two_pages,_no_error (0.00s)
=== RUN   Test_allGroupPages/four_pages,_error_at_second
    --- PASS: Test_allGroupPages/four_pages,_error_at_second (0.00s)
=== RUN   TestExampleOrganizationsClient_Get
Name: fluxcd-testing-public. Location: fluxcd-testing-public.--- PASS: TestExampleOrganizationsClient_Get (0.43s)
PASS

Process finished with the exit code 0
=== RUN   ExampleOrgRepositoriesClient_Get
--- PASS: ExampleOrgRepositoriesClient_Get (0.53s)

Copy link
Member

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thanks @josecordaz

@stefanprodan stefanprodan merged commit 6f8a3de into fluxcd:main May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants