summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix php-docker example (for new docker versions)fix/ci-php-docker-exampleTomasz Maczukin2016-04-251-1/+1
| | | | [ci skip]
* Merge branch 'fix/hidden-build-validation-in-ci-yaml' into 'master' Rémy Coutable2016-04-253-64/+122
|\ | | | | | | | | | | | | | | | | Add posibility to define a hidden job without 'script' in .gitlab-ci.yml References #15451 /cc @ayufan See merge request !3849
| * Move CHANGELOG entry to 8.7.1fix/hidden-build-validation-in-ci-yamlTomasz Maczukin2016-04-221-1/+1
| |
| * Fix some typosTomasz Maczukin2016-04-222-7/+7
| |
| * Modify code formattingTomasz Maczukin2016-04-221-3/+1
| |
| * Update CHANGELOGTomasz Maczukin2016-04-221-0/+1
| | | | | | | | [ci skip]
| * Simplify the GitlabCiYamlProcessor#initial_parsing methodTomasz Maczukin2016-04-221-16/+11
| |
| * Fix formattingTomasz Maczukin2016-04-221-3/+3
| |
| * Add posibility to define a hidden job without 'script' in .gitlab-ci.ymlTomasz Maczukin2016-04-222-53/+117
| |
* | Merge branch 'feature/snumb130/hide-future-blocks-on-graph' into 'master' Robert Speicher2016-04-244-3/+8
|\ \ | | | | | | | | | | | | | | | | | | Hiding future dates on contribution calendar Fixes #9036 See merge request !2628
| * | Updating cal-heatmap-rails gem to 3.6.0 and hiding future dates.Luke Howell2016-04-244-3/+8
| | |
* | | Merge branch 'rs-todo-middle-click' into 'master' Jacob Schatz2016-04-241-1/+2
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Allow middle-click on a Todo row to open in a new tab See merge request !3899
| * | Allow middle-click on a Todo row to open in a new tabRobert Speicher2016-04-241-1/+2
|/ /
* | Merge branch 'add-tags-to-fetch' into 'master' Achilleas Pipinellis2016-04-231-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Add --tags to fetching gitlab-shell to ensure tags are downloaded Closes #15525 See merge request !3896
| * | Add --tags to fetching gitlab-shell to ensure tags are downloadedStan Hu2016-04-221-1/+1
|/ / | | | | | | Closes #15525
* | Merge branch 'upgrade-sidekiq' into 'master' Robert Speicher2016-04-221-4/+3
|\ \ | | | | | | | | | | | | | | | | | | Update Sidekiq and related gems (bundle update sidekiq) Closes #15079 See merge request !3817
| * | Update Sidekiq and related gems (bundle update sidekiq)Stan Hu2016-04-191-4/+3
| | | | | | | | | | | | Closes #15079
* | | Merge branch 'rs-update-binstubs' into 'master' Robert Speicher2016-04-226-10/+30
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Re-generate Spring binstubs for updated version of Spring Prevents output like this: Array values in the parameter are deprecated. Please use a String or nil. An Array was passed in from bin/rspec:3:in `load' See merge request !3887
| * | Re-generate Spring binstubs for updated version of SpringRobert Speicher2016-04-226-10/+30
|/ / | | | | | | | | | | | | Prevents output like this: Array values in the parameter are deprecated. Please use a String or nil. An Array was passed in from bin/rspec:3:in `load'
* | Merge branch 'ha_docs' into 'master' Drew Blessing2016-04-221-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Fix broken link in HA docs Whoops! Fix broken link in docs from gitlab-org/gitlab-ce!3579 See merge request !3890
| * | Fix linkDrew Blessing2016-04-221-1/+1
| | |
* | | Merge branch 'ha_docs' into 'master' Drew Blessing2016-04-227-0/+524
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated HA docs and open to public Closes https://dev.gitlab.org/gitlab/organization/issues/624 We still need to go through the old gitlab.com/standard/high-availability and move relevant docs over, plus do some docs on DRBD. However, I think this is a good volume for the first pass. Can we get this out there and then iterate? cc/ @axil @patricio For your review, please. See merge request !3579
| * | New HA docs [ci skip]Drew Blessing2016-04-227-0/+524
|/ /
* | Merge branch 'sidekiq_troubleshooting' into 'master' Drew Blessing2016-04-222-0/+163
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Add Sidekiq troubleshooting docs Closes #15287 cc/ @stanhu @jacobvosmaer @dstanley See merge request !3802
| * | Add Sidekiq troubleshooting docs [ci skip]Drew Blessing2016-04-222-0/+163
| | |
* | | Merge branch 'rs-todos-feature-spec' into 'master' Robert Speicher2016-04-221-18/+20
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor Todos feature spec to be faster and less brittle We now only create two Todos instead of 21 when testing pagination, and we've updated the test to be less brittle when dealing with slower CI environments. See merge request !3889
| * | | Refactor Todos feature spec to be faster and less brittleRobert Speicher2016-04-221-18/+20
| | | | | | | | | | | | | | | | | | | | | | | | We now only create two Todos instead of 21 when testing pagination, and we've updated the test to be less brittle when dealing with slower CI environments.
* | | | Merge branch '15513-fix-undefined-can-method' into 'master' Robert Speicher2016-04-223-2/+25
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Use the `can?` helper instead of `current_user.can?` Fixes #15513. See merge request !3882
| * | | Use the `can?` helper instead of `current_user.can?`15513-fix-undefined-can-methodRémy Coutable2016-04-223-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #15513. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'escape-label-title' into 'master' Jacob Schatz2016-04-221-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correctly escapes label title in filters Fixes #15522 See merge request !3880
| * | | | Escapes label title in filtersescape-label-titlePhil Hughes2016-04-221-1/+1
| |/ / / | | | | | | | | | | | | Fixes #15522
* | | | Merge branch 'fix/cherry-pick-specs-location' into 'master' Robert Speicher2016-04-221-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move cherry-pick feature specs to proper directory Cherry pick feature specs were located in `spec/feature/project` directory while we have `spec/feature/projects`. Later location is consistent with our namespaces (we have `Projects::` namespace, not `Project::`). See merge request !3875
| * | | | Move cherry-pick feature specs to proper directoryfix/cherry-pick-specs-locationGrzegorz Bizon2016-04-221-0/+0
| |/ / /
* | | | Merge branch 'doc/gitlab-shell-tag' into 'master' Achilleas Pipinellis2016-04-221-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump gitlab-shell to 2.7.2 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15525 See merge request !3884
| * | | | Bump gitlab-shell to 2.7.2Achilleas Pipinellis2016-04-221-1/+1
| |/ / / | | | | | | | | | | | | [ci skip]
* | | | Merge branch 'issue_3799' into 'master' Rémy Coutable2016-04-222-30/+27
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests for filtering owned projects REF: #3799 See merge request !3873
| * \ \ \ Merge remote-tracking branch 'origin/master' into issue_3799Alfredo Sumaran2016-04-2236-63/+253
| |\ \ \ \ | | |/ / /
| * | | | Add tests for filtering owned projectsissue_3799Alfredo Sumaran2016-04-222-30/+27
| | | | |
* | | | | Merge branch 'fix-issue-with-assignee-not-updating' into 'master' Dmitriy Zaporozhets2016-04-223-2/+23
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Fixed issue with assignee object not being returned Closes #15515 See merge request !3877
| * | | | Fixed issue with assignee object not being returnedPhil Hughes2016-04-223-2/+23
|/ / / / | | | | | | | | | | | | Closes #15515
* | | | Merge branch 'issue_3799' into 'master' Rémy Coutable2016-04-224-1/+43
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow filtering by Owned projects on dashboard page Closes #3799 ![Screen_Shot_2016-04-15_at_9.40.52_PM](/uploads/440498c5647bda282304891307931a02/Screen_Shot_2016-04-15_at_9.40.52_PM.png) See merge request !3762
| * | | Merge remote-tracking branch 'origin/master' into issue_3799Alfredo Sumaran2016-04-21309-1422/+4992
| |\ \ \
| * | | | Update CHANGELOGAlfredo Sumaran2016-04-211-0/+1
| | | | |
| * | | | Do not display filters if user if there's no current_userAlfredo Sumaran2016-04-211-7/+8
| | | | |
| * | | | Use compact syntaxAlfredo Sumaran2016-04-211-4/+1
| | | | |
| * | | | Add testsAlfredo Sumaran2016-04-181-0/+30
| | | | |
| * | | | Remove Spinach featureAlfredo Sumaran2016-04-182-19/+0
| | | | |
| * | | | Allow filtering by Owned projectsAlfredo Sumaran2016-04-184-1/+33
| | | | |
* | | | | Merge branch 'doc-gh-import-additions' into 'master' Achilleas Pipinellis2016-04-221-5/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add newest enhancements to GH importer docs [ci skip] See merge request !3867
| * | | | | Add newest enhancements to GH importer docsAchilleas Pipinellis2016-04-221-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]