Support dotnet nuget api-key option
Dotnet users are now able to publish NuGet packages to the NuGet package repository using this command: dotnet nuget push **/*.nupkg --source https://gitlab.com/api/v4/projects/1/packages/nuget/index.json --api-key PAT_TOKEN Changelog: added
显示
- app/presenters/packages/nuget/service_index_presenter.rb 11 个添加, 10 个删除app/presenters/packages/nuget/service_index_presenter.rb
- doc/api/packages/nuget.md 5 个添加, 3 个删除doc/api/packages/nuget.md
- doc/user/packages/nuget_repository/index.md 17 个添加, 0 个删除doc/user/packages/nuget_repository/index.md
- lib/api/concerns/packages/nuget/private_endpoints.rb 153 个添加, 0 个删除lib/api/concerns/packages/nuget/private_endpoints.rb
- lib/api/concerns/packages/nuget/public_endpoints.rb 42 个添加, 0 个删除lib/api/concerns/packages/nuget/public_endpoints.rb
- lib/api/concerns/packages/nuget_endpoints.rb 0 个添加, 159 个删除lib/api/concerns/packages/nuget_endpoints.rb
- lib/api/nuget_group_packages.rb 28 个添加, 11 个删除lib/api/nuget_group_packages.rb
- lib/api/nuget_project_packages.rb 155 个添加, 125 个删除lib/api/nuget_project_packages.rb
- lib/gitlab/api_authentication/token_locator.rb 32 个添加, 12 个删除lib/gitlab/api_authentication/token_locator.rb
- spec/lib/gitlab/api_authentication/token_locator_spec.rb 22 个添加, 1 个删除spec/lib/gitlab/api_authentication/token_locator_spec.rb
- spec/requests/api/nuget_group_packages_spec.rb 1 个添加, 7 个删除spec/requests/api/nuget_group_packages_spec.rb
- spec/support/shared_examples/requests/api/nuget_endpoints_shared_examples.rb 20 个添加, 80 个删除..._examples/requests/api/nuget_endpoints_shared_examples.rb
- spec/support/shared_examples/requests/api/nuget_packages_shared_examples.rb 102 个添加, 44 个删除...d_examples/requests/api/nuget_packages_shared_examples.rb
加载中
想要评论请 注册 或 登录