- 21 Jan, 2016 16 commits
-
-
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
-
Jacob Vosmaer authored
-
Jacob Vosmaer 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 24 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
-
Robert Speicher authored
Fix cross projects detection when importing GitHub pull requests Fixes #12456 See merge request !2523
-
Achilleas Pipinellis authored
[ci skip]
-
Douglas Barbosa Alexandre authored
This also enable a project creator to add themselves as a master of the project.
-
Achilleas Pipinellis authored
[ci skip]
-
Robert Speicher authored
Add syntax highlighting to diff view Closes #3945 See merge request !2109
-
Achilleas Pipinellis authored
Mention required Ruby version Closes #12446 See merge request !2524
-
Douglas Barbosa Alexandre authored
-
Achilleas Pipinellis authored
[ci skip]
-
Rubén Dávila authored
-
Achilleas Pipinellis authored
Add note about minimum GitLab CI version Documentation update: To use variables in `.gitlab-ci.yml` it's not enough to update the GitLab Runner, a minimum version of GitLab CI is needed as well. See merge request !2514
-
Rubén Dávila authored
-
Robert Speicher authored
Split from !2455 References #9092 See merge request !2515
-
Douwe Maan authored
-
Robert Speicher authored
Gracefully handle invalid UTF-8 sequences in Markdown links Closes #6077 See merge request !2382
-
Robert Speicher authored
Add sentry integration Sentry is an event logging platform primarily focused on capturing and aggregating exceptions. With this MR it will be possible to log and track exceptions from GitLab to Sentry. https://gitlab.com/gitlab-com/operations/issues/39 See merge request !2485
-
Robert Speicher authored
Use ENV variables for Unicorn worker killer & increase default limits Merge request that lead to this particular merge request: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2421 [ci skip] See merge request !2513
-
Douwe Maan authored
-
Douwe Maan authored
Upgraded gitlab_git to fix issue #5858 This updates the dependency on gitlab_git and fixes #5858 - reproduced locally and issue disappears with the change. Related MR that actually adds branch name support to commits_between: https://gitlab.com/gitlab-org/gitlab_git/merge_requests/61 See merge request !2516
-