An error occurred fetching the project authors.
- 18 Sep, 2016 1 commit
-
-
Stan Hu authored
A customer ran into an issue where a Sidekiq task retried over and over, leading to duplicate master branches in their protected branch list. Closes #22177
-
- 16 Sep, 2016 7 commits
-
-
Clement Ho authored
-
Ahmad Sherif authored
It's mainly intended to improve Elasticsearch indexing performance (through multi_json gem), but other gems could benefit from it too, like grape.
-
Stan Hu authored
Closes #22260
-
Rémy Coutable authored
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Jason Aquino authored
-
Phil Hughes authored
-
Drew Blessing authored
-
- 15 Sep, 2016 5 commits
-
-
Phil Hughes authored
Closes #21218
-
Patricio Cano authored
-
Felipe Artur authored
-
Patricio Cano authored
-
Valery Sizov authored
-
- 14 Sep, 2016 4 commits
-
-
Rémy Coutable authored
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
-
ubudzisz authored
add tests with dependent destroy add tests with dependent destroy add tests add tests to projects spec update it title and remove let update it title and remove let remove changes after rebase remove changes after rebase update changelog
-
Qingping Hou authored
-
- 13 Sep, 2016 13 commits
-
-
Yorick Peterse authored
This moves tracking of the pushes since the last Git GC from PostgreSQL to Redis. This reduces the number of writes on the "projects" table. This in turn reduces the vacuuming overhead. The lease used for incrementing the counter has been removed. This lease was mostly put in place to prevent high database load but this isn't needed anymore due to the counter now being stored in Redis. Fixes gitlab-org/gitlab-ce#22125
-
Ahmad Sherif authored
Fixes #21842
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Robert Speicher authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/21823
-
Tomasz Maczukin authored
[ci skip]
-
Katarzyna Kobierska authored
-
Phil Hughes authored
Closes #22092
-
Paco Guzman authored
So we have a detailed view of what checks perform bad
-
Paco Guzman authored
GitlabShell verify access sending ‘_any’ as the changes made on the git command, in those cases Gitlab::Checks::ChangeAccess won’t receive a branch_name so we don’t need to check for access to the protected branches on that repository. So we avoid some git operations in case the are not cached (empty_repo?) and some database lookups to get protected branches. These request is happening in every push.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Katarzyna Kobierska authored
-
Elan Ruusamäe authored
-
Andrew Smith authored
# Conflicts: # lib/gitlab/github_import/importer.rb
-
- 12 Sep, 2016 5 commits
-
-
Paco Guzman authored
MySQL could not have support for millisecond precision, depends on the MySQL version so we just create issues in different seconds in a deterministic way
-
Stan Hu authored
Currently this permission check incurs a significant performance hit on loading issues where it does not make sense to check this permission in the first place.
-
Kamil Trzcinski authored
-
Phil Hughes authored
Closes #20750
-
Rémy Coutable authored
Also streamline the sorting part while we're at it. That being done, there's currently a duplication between `GET /projects/search/:query` and `GET /projects?search=:search` so we might want to keep only the latter for 9.0... Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 10 Sep, 2016 1 commit
-
-
tiagonbotelho authored
refactors update file
-
- 09 Sep, 2016 4 commits
-
-
Robert Speicher authored
[ci skip]
-
Drew Blessing authored
-
Marc Siegfriedt authored
Use NotificationSetting::EMAIL_EVENTS for params
-
Sean McGivern authored
-