- 21 Jan, 2016 34 commits
-
-
Robert Speicher authored
Diff highlight themes Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/12484 See merge request !2530
-
Achilleas Pipinellis authored
Add housekeeping feature documentation Add documentation about the new housekeeping feature in the project settings page. See merge request !2371
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
Add file finder documentation Closes #7966 See merge request !2541
-
Achilleas Pipinellis authored
[ci skip]
-
Jacob Schatz authored
Milestone drag & drop cursor Fixes #4097 ![grab-cursor](/uploads/f5071d7e4839c3b4b88c9f7f1270eee3/grab-cursor.gif) cc @jschatz1 @creamzy See merge request !2532
-
Achilleas Pipinellis authored
Add basic documentation for build artifacts /cc @axil @ayufan See merge request !2511
-
Achilleas Pipinellis authored
Add documentation on restarting GitLab This will save as time from writing the same commands over and over again. See merge request !2510
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
[ci skip]
-
Grzegorz Bizon authored
Do not use progress bar when downloading build artifacts Closes #12491 See merge request !2531
-
Robert Speicher authored
Remove execution permissions from font assets [ci skip] See merge request !2082
-
Robert Speicher authored
Init script changes for gitlab-workhorse in 8.4 Goes with https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/31 Also bumps gitlab-workhorse to 0.6.1. [ci skip] See merge request !2529
-
Douwe Maan authored
Fix import of GitHub's wiki when the repository has not been created Fixes #12503 See merge request !2533
-
Douglas Barbosa Alexandre authored
-
Grzegorz Bizon authored
-
Phil Hughes authored
Fixes #4097
-
Douwe Maan authored
-
Grzegorz Bizon authored
Closes #12491
-
Douwe Maan authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Douwe Maan authored
-
Jacob Vosmaer authored
-
Douwe Maan authored
Instrument Gitlab::Git::Repository See merge request !2528
-
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
-
Yorick Peterse authored
This adds instrumentation for the instance methods of Gitlab::Git::Repository.
-
Pirate Praveen authored
-
Pirate Praveen authored
-
Jacob Schatz authored
Implement new UI for pagination Fixes #6063 ![Screenshot_2016-01-20_09.38.59](/uploads/f50d333bdb6cb9683848fb0a874241ef/Screenshot_2016-01-20_09.38.59.png) See merge request !2517
-
Jacob Schatz authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Fix term height so text overflap does not happen. Fixes #12449 Height was set on the `.term`. It made the text overlap. See merge request !2518
-
- 20 Jan, 2016 6 commits
-
-
Robert Speicher authored
Creator should be added as a master of the project on creation Fixes #4222 This also enable a project creator to add themselves as a master of the project for existing repositories that were created in the meanwhile that they don't appear as members. See merge request !2520
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Dmitriy Zaporozhets authored
Adds disabled comment field and disabled avatar. Fixes #3540 ![Screen_Shot_2016-01-20_at_12.13.29_AM](/uploads/673fb783e9aeae441df9c40bfe29ac1b/Screen_Shot_2016-01-20_at_12.13.29_AM.png) See merge request !2508
-
Kamil Trzcinski authored
-
Achilleas Pipinellis authored
Added documentation for GitLab Metrics This adds documentation for the metrics code I recently added. Two notes: * I'm referring to this feature as "GitLab Metrics" everywhere simply because the code resides in the `Gitlab::Metrics` namespace. A different name is fine, though I think just "Metrics" might be a bit too abstract. * Grafana isn't covered since it's fairly straight-forward to setup (there's nothing really special we can cover). I think we _should_ cover it once we start shipping it with Omnibus. I assigned @axil since he's our technical writer/documentation guru, feel free to re-assign if needed. cc @sytses @axil @dzaporozhets @JobV See merge request !2484
-