- 15 Mar, 2016 25 commits
-
-
Yorick Peterse authored
See merge request !3218
-
Jeroen van Baarsen authored
Fix typo in Ruby CI test and deploy example [skip ci] See merge request !3201
-
Rémy Coutable authored
Revert the avatar cropping feature Reverts !2951 since the added 'mini_magick' dependency should be replaced by client-side croppping See merge request !3223
-
Robert Speicher authored
Fix double borders around the CI status Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/14281 Introduced by https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2760#note_4238291 See merge request !3224
-
Kamil Trzcinski authored
-
Douwe Maan authored
Fixes "iid of max iid" in Issuable sidebar for merged MR Fixes #13928. See merge request !3046
-
Douwe Maan authored
Ensure "new SSH key" email do not ends up as dead Sidekiq jobs Related to #2235. This is done by: 1. Delaying the notification sending after the SSH key is commited in DB 2. Gracefully exit the mailer method if the record cannot be found /cc @dblessing @stanhu @DouweM See merge request !3163
-
Robert Speicher authored
bundle:audit job only on master As discussed in !3215 See merge request !3227
-
Zeger-Jan van de Weg authored
-
Robert Speicher authored
Applications tab on profile settings Closes #13855 See merge request !3031
-
Rémy Coutable authored
This reverts commit 01160fc0, reversing changes made to 4bff9daf.
-
Kamil Trzcinski authored
-
Douwe Maan authored
Run 'git gc' every 10 pushes Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/14250 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/12620 Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/254 Associated gitlab-shell MR: https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/44 See merge request !3206
-
Achilleas Pipinellis authored
Windows CI support is full since Runner v1.0.0 See merge request !3219
-
Achilleas Pipinellis authored
[ci skip]
-
Rémy Coutable authored
Related to #2235. This is done by: 1. Delaying the notification sending after the SSH key is commited in DB 2. Gracefully exit the mailer method if the record cannot be found
-
Kamil Trzcinski authored
This solves the problem with caching the nil value with instance variable. Without this the every time we ask for external_issue_tracker we built AR and potentially do SQL query
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
Fix bug with JS error from dropdowns in filter area Fixes: ![consoleerror](/uploads/0fa19a943050baac855c9e6f896ea941/consoleerror.png) This error is not a logged issue yet. Error when turbolinks fetches a new page, `setup()` was not run. Signed-off-by: Jacob Schatz jschatz@gitlab.com cc @iamphill @alfredo1 See merge request !3216
-
Dmitriy Zaporozhets authored
Redesign project tabs on group page Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Final step to fix #13480 See merge request !3209
-
Douwe Maan authored
Be more intelligent about sanitizing links with unsafe protocols This prevents false matches on relative links like `[database](database.md)`. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14220 See merge request !3210
-
Jacob Schatz authored
-
Robert Speicher authored
Cleanup Ci::Commit, Ci::Build and CommitStatus views This MR tries to do first sweep of cleanups to Ci::Commit and Ci::Build objects removing all view-related functions and fixing the API from other side. Fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/6046 See merge request !2760
-
Robert Speicher authored
Remove allowed to fail by ignoring RedCloth Having `Allowed to fail` jobs will only make sure we'll miss something when it should fail, so I excluded a known issue which has been an issue a long time now. Now when this build is not green we know we should look at it and pay attention. See merge request !3215
-
Douwe Maan authored
Bump gitlab_git to 9.0.3 See merge request !3213
-
- 14 Mar, 2016 15 commits
-
-
Zeger-Jan van de Weg authored
-
Stan Hu authored
-
Robert Speicher authored
This prevents false matches on relative links like `[database](database.md)`. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14220
-
Jacob Schatz authored
Fixes issue with unassigned not working in dropdown Also allowed issues to be bulk unassigned See merge request !3211
-
Stan Hu authored
Bump Capybara gem to 2.6.2 2.6.2 has new selectors, such as `have_current_path`, that may be useful. See merge request !3200
-
Douwe Maan authored
New CI YAML features This introduces a couple of small `.gitlab-ci.yml` features: 1. Documentation for: Allow to use YAML anchors when parsing the `.gitlab-ci.yml`: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2958 2. Ignore jobs that start with `.` 3. Allow to pass name of created artifacts archive in `.gitlab-ci.yml` 4. Allow to define on which builds the current one depends on These are really small changes so it makes not sense to create a separate merge requests for them. @axil Could you review the documentation part? The implementation on GitLab Runner side: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/merge_requests/113. Fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/13755 https://gitlab.com/gitlab-org/gitlab-ce/issues/14211 https://gitlab.com/gitlab-org/gitlab-ce/issues/3423 cc @grzesiek @axil @DouweM See merge request !3182
-
Phil Hughes authored
Also allowed issues to be bulk unassigned
-
Douwe Maan authored
Improve award emoji test reliability and eliminate sleeps Closes #14129 See merge request !3195
-
Jacob Schatz authored
Left sidebar overlaps the content on mobile devices On mobile, the navigation sidebar will always revert to being hidden. When clicking the toggle, it will then go over the top of the content - rather than push the content. See merge request !3087
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Robert Speicher authored
Add unit specs for `Note#active?` See merge request !3133
-
Jacob Schatz authored
Changed project home icon Closes #14196 ![Screen_Shot_2016-03-14_at_16.01.48](/uploads/0039c0c3afe0bf560368d2b910e2a93f/Screen_Shot_2016-03-14_at_16.01.48.png) See merge request !3207
-
Dmitriy Zaporozhets authored
Bring from EE: Share Project with Group - [x] Models and migrations - [x] Logic, UI - [x] Tests - [x] Documentation - [x] Share with group lock - [x] Api feature - [x] Api docs - [x] Api tests Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> For #12831 cc @DouweM @rspeicher @vsizov See merge request !3186
-
Stan Hu authored
-