- 19 Apr, 2018 14 commits
-
-
Kamil Trzciński authored
Old records have a null value of file_store column. This causes the problems with current direct_upload implementation, as this makes it to choose Store::REMOTE instead of Store::LOCAL. This change moves the store save when change saving the object.
-
Douwe Maan authored
Upgrading gitlab-gollum-lib and rouge See merge request gitlab-org/gitlab-ce!18436
-
Grzegorz Bizon authored
Resolve "Calculating total size of a project's CI artifacts" Closes #41059 See merge request gitlab-org/gitlab-ce!17839
-
Francisco Javier López authored
-
Douwe Maan authored
[Rails5] Avoid type casting in uniqueness validator See merge request gitlab-org/gitlab-ce!18470
-
Dylan Griffith authored
Previously we scheduled a worker to just some this but we were running into performance issues when the build table was getting too large. So now we've updated the code such that this column is updated immediately and incremented/decremented by the correct amount whenever artifacts are created or deleted. We've also added the performance optimization that we do not update this statistic if a project is deleted because it could result in many updates for a project with many builds.
-
Sean McGivern authored
Fix label links update on project transfer Closes #44158 See merge request gitlab-org/gitlab-ce!18320
-
Jan Provaznik authored
-
Phil Hughes authored
Resolve "Get rid of branch element all in bottom bar in WEB IDE" Closes #44834 See merge request gitlab-org/gitlab-ce!18367
-
André Luís authored
-
Grzegorz Bizon authored
Resolve "Show `failure_reason` in jobs view content section" Closes #44271 See merge request gitlab-org/gitlab-ce!17814
-
Mayra Cabrera authored
-
Grzegorz Bizon authored
Get GITLAB_FEATURES from Project#licensed_features instead of Namespace#features (#5320) See merge request gitlab-org/gitlab-ce!18189
-
blackst0ne authored
This commit does two things: 1. Synchronizes `Gemfile.rails5.lock` with the latest changes in `Gemfile` 2. Adds a monkey patch for active record to avoid type casting in uniqueness validator. In Rails 5.0 there was introduced a bug [1] that causes to problems like this: ``` 1) API::Users POST /user/:id/gpg_keys/:key_id/revoke when authenticated revokes existing key Failure/Error: let(:gpg_key) { create(:gpg_key, user: user) } TypeError: can't cast Hash ``` This bug was fixed in Rails 5.1 [2]. [1]: https://github.com/rails/rails/pull/23523/commits/811a4fa8eb6ceea841e61e8ac05747ffb69595ae [2]: https://github.com/rails/rails/pull/24745/commits/aa062318c451512035c10898a1af95943b1a3803
-
- 18 Apr, 2018 26 commits
-
-
Mike Greiling authored
Resolve "View labels when editing labels in sidebar and board sidebar" Closes #34262 See merge request gitlab-org/gitlab-ce!18380
-
André Luís authored
-
Mike Greiling authored
Bump CI to use Chrome V65 and ChromeDriver 2.36 See merge request gitlab-org/gitlab-ce!18459
-
Robert Speicher authored
Revert the addition of goldiloader See merge request gitlab-org/gitlab-ce!18458
-
Robert Speicher authored
Resolve "Avoid possible infinite loops in Container Scanning" See merge request gitlab-org/gitlab-ce!18467
-
Marcia Ramos authored
Fix code climate example See merge request gitlab-org/gitlab-ce!18267
-
Rémy Coutable authored
Fix issues on groups group trees Closes #42407 See merge request gitlab-org/gitlab-ce!18390
-
Douwe Maan authored
Fix Custom hooks are not triggered by UI wiki edit Closes #42354 See merge request gitlab-org/gitlab-ce!18251
-
Francisco Javier López authored
-
Marcia Ramos authored
Fix DAST example in documentation See merge request gitlab-org/gitlab-ce!18456
-
Olivier Gonzalez authored
-
Bob Van Landuyt authored
This reverts commit 2c3c5b35. Revisit this after https://gitlab.com/gitlab-org/gitlab-ce/issues/45441
-
Bob Van Landuyt authored
-
Stan Hu authored
-
Yorick Peterse authored
-
Yorick Peterse authored
This reverts the addition of the "goldiloader" Gem and all use of it. While this Gem is very promising it's causing a variety of problems on GitLab.com due to it eager-loading too much data in places where we don't expect/can handle this. At least for the time being this means we have to go back to manually fixing N+1 query problems, but at least those should not cause a negative impact on availability.
-
Olivier Gonzalez authored
-
Sean McGivern authored
set proper signature marker in mails Closes #43617 See merge request gitlab-org/gitlab-ce!17979
-
Sean McGivern authored
Add more detail to cleanup steps for background migrations See merge request gitlab-org/gitlab-ce!18448
-
Filipa Lacerda authored
Fix regression around new SHA widget in "New Merge Request" Screen Closes #45446 See merge request gitlab-org/gitlab-ce!18422
-
Filipa Lacerda authored
Improve web IDE commit input Closes #44832 See merge request gitlab-org/gitlab-ce!18389
-
Sean McGivern authored
Ensure that cached_markdown_version is handled correctly for CommonMark See merge request gitlab-org/gitlab-ce!18431
-
Sean McGivern authored
[Rails5] Add `safe_params` helper See merge request gitlab-org/gitlab-ce!18241
-
Sean McGivern authored
1. We can't just steal from the queue, in case there was a problem with Sidekiq. 2. We need to consider import / export.
-
Enrico Scholz authored
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
-
Enrico Scholz authored
use rfc 3676 mail signature delimiters ("-- ") instead of the previous "---" one. closes #43617 Signed-off-by: Enrico Scholz <enrico.scholz@ensc.de>
-