- 07 Feb, 2018 33 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
So that we don't need to hold env after the request. This makes it much harder to test, especially Rails session is acting weirdly, so we need `dig('flash', 'flashes', 'alert')` to dig the actual flash value.
-
Lin Jen-Shin authored
after the request. This way, we could release the project referred from the controller, which potentially referred a repository which potentially allocated a lot of memories. Before this change, we could hold the last request data and cannot release the memory. After this change, the largest request data should be able to be collected from GC. This might not impact the instances having heavy load, as the last request should be changing all the time, and GC won't kick in for each request anyway. However it could still potentially allow us to free more memories for each GC runs, because now we could free one more request anyway.
-
Marcia Ramos authored
Add how to get the external ip of a cluster Closes #42691 See merge request gitlab-org/gitlab-ce!16874
-
Fabio Busatto authored
-
Sean McGivern authored
Search API Closes #41763 See merge request gitlab-org/gitlab-ce!16878
-
Jarka Kadlecová authored
-
Kamil Trzciński authored
Resolve "CI linter fails to work" Closes #41209 See merge request gitlab-org/gitlab-ce!16922
-
Kamil Trzciński authored
Remove redundant pipeline stages from the database Closes #41769 See merge request gitlab-org/gitlab-ce!16580
-
Kamil Trzciński authored
Merge branch '38265-stuckcijobsworker-wrongly-detects-cancels-stuck-builds-when-per-job-timeout-is-more-than-an-hour' into 'master' Resolve "StuckCiJobsWorker wrongly detects, cancels 'stuck' builds when per-job timeout is more than an hour" Closes #38265, #42196, and #42750 See merge request gitlab-org/gitlab-ce!16756
-
Kamil Trzciński authored
Resolve "Add domain field to Auto DevOps application setting" Closes #38175 See merge request gitlab-org/gitlab-ce!16604
-
Achilleas Pipinellis authored
Resolve "I wonder how to leverage browser caching of my Gitlab pages?" Closes #15037 See merge request gitlab-org/gitlab-ce!16829
-
Kamil Trzciński authored
-
Kamil Trzciński authored
Dynamic CI secret variables -- CE backport See merge request gitlab-org/gitlab-ce!16842
-
Achilleas Pipinellis authored
Docs: replace product names See merge request gitlab-org/gitlab-ce!16867
-
Filipa Lacerda authored
Converted search_autocomplete.js to use axios See merge request gitlab-org/gitlab-ce!16943
-
Grzegorz Bizon authored
-
Yorick Peterse authored
Resolve "N+1 database queries on the snippets dashboard" Closes #40755 See merge request gitlab-org/gitlab-ce!16944
-
-
Sean McGivern authored
Remove N + 1 issue for MergeRequests#show Closes #37432 and gitaly#994 See merge request gitlab-org/gitlab-ce!16967
-
Mark Fletcher authored
-
Marcia Ramos authored
-
🏂 Rémy Coutable 🏂 (back Feb. 12th) authored
Update GITALY_SERVER_VERSION to 0.81.0 See merge request gitlab-org/gitlab-ce!16966
-
Jarka Kadlecová authored
-
Zeger-Jan van de Weg authored
-
Francisco Javier López authored
-
Phil Hughes authored
Move board list vue component See merge request gitlab-org/gitlab-ce!16888
-
Grzegorz Bizon authored
* commit '4457cf9d': (76 commits) Conflicts: spec/services/ci/retry_build_service_spec.rb
-
Grzegorz Bizon authored
This makes it possible to heavily optimize this migration, because we need an outdated index to remove redundant stages faster.
-
Grzegorz Bizon authored
Add QA specs for LDAP login See merge request gitlab-org/gitlab-ce!16914
-
Grzegorz Bizon authored
Run bin/qa from anywhere See merge request gitlab-org/gitlab-ce!16833
-
Stan Hu authored
-
Stan Hu authored
-
- 06 Feb, 2018 7 commits
-
-
Andreas Brandl authored
Closes #40755.
-
Dylan Griffith authored
- Move the exception handling as close to the source as possible to avoid leaking Psych ahstraction - Also remove unnecessary rescue all statement from LintsController. This should not be necessary anymore since any YAML errors should all be caught by the #validation_message method.
-
Yorick Peterse authored
Reset `events` table primary key sequence to make sure it’s correct Closes #42667 See merge request gitlab-org/gitlab-ce!16960
-
Douwe Maan authored
-
Douwe Maan authored
Resolve "Push to create a new project" Closes #26388 See merge request gitlab-org/gitlab-ce!16547
-
Stan Hu authored
Only set cwd on the newly spawned process, instead of the current one See merge request gitlab-org/gitlab-ce!16958
-
Douwe Maan authored
# Conflicts: # lib/gitlab/path_regex.rb
-