- 01 Feb, 2016 4 commits
-
-
Robert Speicher authored
Backport LDAP user assignment changes from EE See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/146 See merge request !2641
-
Robert Speicher authored
Update sentry-raven gem. Should resolve `fatal: Not a git repository (or any of the parent directories): .git` warnings. Fixes #12657 See merge request !2636
-
Robert Speicher authored
Correctly determine MR diff base when MR has merge conflicts Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/12779 See merge request !2632
-
Robert Speicher authored
Fix highlighting in blame view. See merge request !2630
-
- 27 Jan, 2016 7 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
Fix CI runner version not being properly updated when asked for a build Due to broken implementation of attribute_for_keys the runner information was not updated correctly. This MR adds test to check that such scenario will never happen again. See merge request !2618
-
Kamil Trzciński authored
Use generic method to checks if artifacts are available Closes #12626 See merge request !2576
-
Robert Speicher authored
Increase contrast between highlighted code comments and inline diff marker. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/12737. It was especially bad in Monokai, better now. See merge request !2629
-
Robert Speicher authored
[ci skip]
-
- 26 Jan, 2016 9 commits
-
-
Dmitriy Zaporozhets authored
Bug/jschatz1/file browser lines Fixes #12725 ![Screen_Shot_2016-01-26_at_11.19.39_AM](/uploads/c5f5a143926600e02de4cfc0687ed8dd/Screen_Shot_2016-01-26_at_11.19.39_AM.png) See merge request !2615
-
Douwe Maan authored
Instrument Gitlab::Git::Repository See merge request !2528
-
Douwe Maan authored
Update gitlab_git & use new method for counting branches Corresponding gitlab_git merge request detailing some of the rationale behind this: https://gitlab.com/gitlab-org/gitlab_git/merge_requests/62 Fixes #12418 See merge request !2535
-
Robert Speicher authored
Bump Workhorse version to 0.6.2 Fix for #12634 has been introduced in gitlab-org/gitlab-workhorse!34. See merge request !2616
-
Robert Speicher authored
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
Fix import redirect loop Fixes #11864 See merge request !2606
-
Douglas Barbosa Alexandre authored
Correct arity for instrumented methods w/o args This should fix the problem of imports not working. See https://gitlab.com/gitlab-org/gitlab-ce/issues/12450#note_3380730 for the details/context of these changes. See merge request !2602
-
Robert Speicher authored
Highlight note code and edit preview More highlighting fixes! Highlighting wasn't applied all the way for code in notes, diff notes diffs and diff preview (on the file edit page). The CSS changes further unify the styling for file-content highlighting, diff highlighting and note code highlighting. See merge request !2594
-
- 25 Jan, 2016 2 commits
-
-
Robert Speicher authored
Update rails, rails-html-sanitizer, and nokogiri for security fixes See https://dev.gitlab.org/gitlab/gitlabhq/issues/2643 See merge request !2603
-
Valery Sizov authored
Rails updated to 4.2.5 I hope it'll fix weird spec failing (according to https://github.com/rails/rails/pull/22383) @dzaporozhets @yorickpeterse See merge request !2591
-
- 22 Jan, 2016 12 commits
-
-
Robert Speicher authored
Make deleted line background color for Solarized Dark a little darker The difference is very slight, and I don't even _use_ Solarized Dark, but this annoyed me. See merge request !2563
-
Robert Speicher authored
Diff highlight themes Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/12484 See merge request !2530
-
Kamil Trzciński authored
Allow empty Mysql password on CI [ci skip] See merge request !2558
-
Dmitriy Zaporozhets authored
Fix Error 500 when doing a search for merge requests Potential fix for #11547 See merge request !2525
-
Julian Rademacher authored
-
Marin Jankovski authored
Remove unreleased note from changelog (8-4-stable) See merge request !2556
-
Achilleas Pipinellis authored
[ci skip]
-
Marin Jankovski authored
-
Achilleas Pipinellis authored
Fix grammar and typos in file finder docs See merge request !2547
-
Robert Speicher authored
Fix MR diff 'Edit' button It now works and has the right size. See merge request !2542
-
Robert Speicher authored
More highlighted diff fixes See merge request !2545
-
Robert Speicher authored
Make sure non-highlighted diffs are still escaped Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/12521 See merge request !2544
-
- 21 Jan, 2016 6 commits
-
-
Achilleas Pipinellis authored
File finder can be invoked from anywhere! See merge request !2543
-
Robert Speicher authored
Add method to calculate total size of artifacts in subpath See merge request !2500
-
Achilleas Pipinellis authored
Add file finder documentation Closes #7966 See merge request !2541
-
Grzegorz Bizon authored
Do not use progress bar when downloading build artifacts Closes #12491 See merge request !2531
-
Douwe Maan authored
Added cache:key to .gitlab-ci.yml allowing to fine tune the caching The `cache:key` allows you to define the affinity mask of caching, allowing to have single cache for all jobs, or cache per-job, or per-branch, or any other way you would need: 1. Cache per-build for all branches: ``` cache: key: "$CI_BUILD_NAME" untracked: true ``` 2. Cache per-branch for all jobs: ``` cache: key: "$CI_BUILD_REF" untracked: true ``` /cc @DouweM @grzesiek @axil See merge request !2436
-
Achilleas Pipinellis authored
Add housekeeping feature documentation Add documentation about the new housekeeping feature in the project settings page. See merge request !2371
-