This project is mirrored from https://:*****@gitlab.com/gitlab-org/gitlab.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Feb 19, 2016
-
-
Rémy Coutable authored
-
Jacob Schatz authored
Labels should be visible in milestone view Closes #3276 See merge request !2599
-
Kamil Trzcińśki authored
Fix missing ignored? for GenericCommitStatus This is pretty important fix. We should not release 8.5 without this. It critical error when handling GenericCommitStatus: ``` undefined method `ignored?' for #<GenericCommitStatus:0x007fe1a2a20fe0> ``` cc @grzesiek See merge request !2899
-
Valery Sizov authored
[ES indexer] Stabilze indexer when serialized data is corrupted https://gitlab.com/gitlab-com/operations/issues/56#note_3824850 See merge request !196
-
Robert Speicher authored
revert back to ruby 2.1 - - - Revert Ruby 2.2 changes - until we solve https://gitlab.com/gitlab-org/gitlab-ce/issues/13514 This also updates Ruby 2.1.7 to 2.1.8 See merge request !2898
-
Robert Speicher authored
Add ability to revert changes introduced by Merge Requests or Commits Closes #3409 See merge request !1990
-
Rémy Coutable authored
Consistency in MR and issue header. Fixes: #13550  See merge request !2874
-
Grzegorz Bizon authored
Make it possible to erase build content (artifacts, trace) This feature makes it possible to remove build content - build artifacts and build traces. - [x] Remove artifacts - [x] Remove metadata - [x] Remove build traces - [x] Wait for https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/1942 this to be merged - [x] Fix the permissions after the merge Closes #3421 See merge request !2560
-
Rémy Coutable authored
-
Rémy Coutable authored
Mention project name in fork notice _Originally opened at !1186 by @axil._ - - - I missed this one in !1070 See merge request !2897
-
Patricio Cano authored
Hide the info mentioning the linked LDAP groups if you are not logged in. As mentioned by a customer here: https://gitlab.zendesk.com/agent/tickets/15466 When a group contains public projects, it is possible to get at it's members without being logged in, **but** this page also leaks information if it is synched with LDAP. The `DN` of the linked groups will be shown:  This MR fixes that in that it only shows that information if the user is logged in. /cc @DouweM See merge request !180
-
Patricio Cano authored
-
Valery Sizov authored
[ES] Indexer should not trigger data validation https://gitlab.com/gitlab-org/gitlab-ee/issues/301 See merge request !192
-
Douwe Maan authored
[ES indexer] Add NOT_INDEXED_ONLY option https://gitlab.com/gitlab-org/gitlab-ee/issues/300 See merge request !187
-
Kamil Trzcińśki authored
Add runners API References #4264 See merge request !2640
-
Jacob Schatz authored
Put project visibility icon next to title Fixes #11872 See merge request !2885
-
Achilleas Pipinellis authored
Update web editor documentation Based on https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/1045 Closes #4262 See merge request !2776
-
Douwe Maan authored
Project limit is reached warning is hidden when the projects_limit is zero Fixes #12791 See merge request !2890
-
Douwe Maan authored
Update Gemojione for new hotness
Before | After ------ | -----  |  See merge request !2800 -
Douwe Maan authored
workaround for forks with an invalid repo Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13465 The error occurs when a project returns a `nil` commit for a variety of reasons, I assume the repository is corrupt - perhaps as a result of a failed fork. With this MR, we do not show forks with corrupted repos in the list of forks, as this does not seem to work anyway. A better solution is to fix the cause of the issue and/or any data integrity problem... Also fixing Sentry issue: 1180 `undefined method 'already_forked?' for nil:NilClass ` See merge request !2836
-
Douwe Maan authored
Allow `ProjectTeam#human_max_access` to return "Owner" See merge request !2881
-
Douwe Maan authored
Add release tracking for Sentry See merge request !2863
-
Robert Speicher authored
Use SCAN during 'rake cache:clear' This allows 'rake cache:clear' to delete millions of keys without choking. It requires Redis 2.8.0 or newer but we needed that already anyway. See merge request !2872
-
Robert Speicher authored
Only set autocrlf when creating/updating files Related issue: gitlab-org/gitlab-ce#13457 Details: 5619a6de1dd6fc1dfd4053810c7b11c677b7a495 See merge request !2859
-
- Feb 18, 2016
-
-
Dmitriy Zaporozhets authored
Uses cross browser niceScroll to do scrolling on sidebar. Fixes: #13544 Firefox does not support `-webkit-scrollbar` and there is no alternative for FF. So for example Gmail falls back to no fancy scrollbar. Stuck with jQuery, which is a good solution, since we already use it. This also leaves the default scrollbar as is.  Also fixes horz scroll issue:  cc @creamzy @dzaporozhets See merge request !2873
-
Douwe Maan authored
Reduce code complexity on GitPushService#execute Code complexity for gitlab-ce after this has been refactored: ``` 27.3: GitPushService#execute ``` This still needs to be merged into `gitlab-ee` presumably with conflicts... Perhaps we should create another issue for doing that? I left the code sort of similar to what it was... If I could, I would have refactored most of the code into separate classes, etc. as it breaks probably all SOLID principles. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13327 See merge request !2784
-
Kamil Trzcińśki authored
Fix CI builds scheduler when first build in stage is allowed to fail This fixes an edge case in CI builds scheduler when first build in stage was marked as allowed to fail. Closes #3192 See merge request !2869
-
Kamil Trzcińśki authored
Fix labels for git clone/git fetch Project CI setting See merge request !2842
-
Kamil Trzcińśki authored
Add example of creating build artifacts only for release tags. See merge request !2649
-
Robert Speicher authored
Reopened MRs should also be considered as open. Fixes #13539 See merge request !2866
-
Rémy Coutable authored
Re-add section about NGINX config and init script updates in 8.4->8.5 update doc These sections were removed by !2766 but: - even if the NGINX config wasn't modified, it might be in future updates so it's better to always have it instead of having to remember to add it depending on the changes - the init script update section must be there since it's a safe command line that should be run on every update This fixes https://github.com/gitlabhq/gitlabhq/issues/10031. /cc @rspeicher @yorickpeterse See merge request !2815
-
Achilleas Pipinellis authored
Remove remaining sqlite method call Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13535 See merge request !2862
-
Douwe Maan authored
Add ability to see and sort on vote count from Issues and MR lists Fixes #3763 * Sort options  * Most popular  * Least popular  See merge request !2781
-
- Feb 17, 2016
-
-
Rémy Coutable authored
-
Rémy Coutable authored
-
Rémy Coutable authored
-
Rémy Coutable authored
Correct icon for milestones. See merge request !2856
-
Rémy Coutable authored
Don't try to load a specific group for GroupsController#autocomplete action Fixes #286. This was introduced by gitlab-org/gitlab-ce!2614. ### With the fix  See merge request !186