- 23.08.2019 17 коммитов
-
-
-
Jan Provaznik создал
Exempt `jwt/auth` for user `gitlab-ci-token` from rate limiting Closes #49392 See merge request gitlab-org/gitlab-ce!31909
-
Marius Bobin создал
-
Sanad Liaquat создал
Resolve "Failure in qa/specs/features/browser_ui/3_create/repository/user_views_commit_diff_patch_spec.rb" Closes gitlab-org/quality/staging#69 See merge request gitlab-org/gitlab-ce!32087
-
Kushal Pandya создал
Add logic for respecting browser DNT setting See merge request gitlab-org/gitlab-ce!32030
-
Jeremy Jackson создал
-
Paul Slaughter создал
Resolve "WebIDE Default Commit options" Closes #51470 See merge request gitlab-org/gitlab-ce!31449
-
Denys Mishunov создал
One exception: there is an existing MR for the current branch and the branch is non-default and non-protected. Extended mock_data for ide/stores to have different types of branches: default, protected and regular Cleaned new MR checkbox view
-
Mayra Cabrera создал
Resolve "Mirroring for external CI/CD repositories should not store OAuth token" See merge request gitlab-org/gitlab-ce!31488
-
Scott Hampton создал
Oauth2 tokens are causing issues with mirroring repos, because it effectively limits the number of repos you can mirror. Personal Access Tokens do not have this problem. This change removes the OAuth2 option from the import page for CI/CD only, and only provides the personal access token form.
-
Mark Lapierre создал
Update QA readme to note that Chrome/Chromium is required See merge request gitlab-org/gitlab-ce!32035
-
Mark Lapierre создал
-
Mayra Cabrera создал
Fix "ERR value is not an integer or out of range" errors Closes #66449 See merge request gitlab-org/gitlab-ce!32126
-
Mayra Cabrera создал
Expose namespace storage statistics with GraphQL See merge request gitlab-org/gitlab-ce!32012
-
Alessio Caiazza создал
Root namespaces have storage statistics. This commit allows namespace owners to get those stats via GraphQL queries like the following one { namespace(fullPath: "a_namespace_path") { rootStorageStatistics { storageSize repositorySize lfsObjectsSize buildArtifactsSize packagesSize wikiSize } } } -
-
Stan Hu создал
`ActiveSupport::Cache::RedisCacheStore` is not compatible with the version of Rack Attack we are using (v4.4.1) per https://github.com/kickstarter/rack-attack/issues/281. Users that had rate limits enabled might see `Redis::CommandError: ERR value is not an integer or out of range` because the `raw` parameter wasn't passed along properly. As a result, the Rack Attack entry would be stored as an `ActiveSupport::Cache::Entry` instead of a raw string holding an integer value. Let's partially revert the change in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30966 to use the original cache store until we can update to Rack Attack v5.2.3 that has support for `ActiveSupport::Cache::RedisCacheStore` via https://github.com/kickstarter/rack-attack/pull/350. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66449
-
- 22.08.2019 23 коммита
-
-
-
Stan Hu создал
Fix typo in Content Security Policy example See merge request gitlab-org/gitlab-ce!32103
-
Achilleas Pipinellis создал
Add core badges to admin_area docs See merge request gitlab-org/gitlab-ce!31746
-
-
Achilleas Pipinellis создал
Document Gitaly CLI connection troubleshooting See merge request gitlab-org/gitlab-ce!32079
-
Christiaan Conover создал
Provide documentation around possible reasons and solutions to CLI tools not being able to connect to Gitaly nodes.
-
Lin Jen-Shin создал
CE: Archiving a project should create an audit event See merge request gitlab-org/gitlab-ce!32039
-
Rémy Coutable создал
Make it clear that it's ok to ignore Danger's 'no changelog' warning See merge request gitlab-org/gitlab-ce!32088
-
Nick Thomas создал
Add `searchBy` helper & `SidebarItemEpicsSelect` placeholder component See merge request gitlab-org/gitlab-ce!31859
-
Jan Provaznik создал
CE Port: Support restricting group access by multiple IP subnets See merge request gitlab-org/gitlab-ce!31959
-
Achilleas Pipinellis создал
Add missing content from debug's kubectl cheat sheet See merge request gitlab-org/gitlab-ce!31971
-
Harish Ramachandran создал
-
-
Rémy Coutable создал
Issue #39099: Add links for latest pipelines Closes #50499 See merge request gitlab-org/gitlab-ce!20865
-
Achilleas Pipinellis создал
Make it clear that the artifacts count as uncompressed See merge request gitlab-org/gitlab-ce!32045
-
Achilleas Pipinellis создал
-
Kamil Trzciński создал
Log time spent on CPU to sidekiq.log Closes #65390 See merge request gitlab-org/gitlab-ce!31866
-
Balakumar создал
-
-
Kamil Trzciński создал
Avoid conflicts between ArchiveTracesCronWorker and ArchiveTraceWorker See merge request gitlab-org/gitlab-ce!31376
-
J0WI создал
-
Clement Ho создал
Update dependency @gitlab/ui to v5.18.0 See merge request gitlab-org/gitlab-ce!31872
-
Rémy Coutable создал
Remove mergeTrain from FE since it's used only in EE See merge request gitlab-org/gitlab-ce!32068
-