summaryrefslogtreecommitdiff
path: root/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
* Hide builds from Project's settings when the feature is disabledhide-builds-featureKamil Trzcinski2016-03-151-0/+1
|
* Bump gitlab_git to 9.0.3Stan Hu2016-03-141-0/+1
|
* Merge branch 'upgrade-capybara' into 'master' Stan Hu2016-03-141-0/+1
|\ | | | | | | | | | | | | | | 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
| * Bump Capybara gem to 2.6.2Stan Hu2016-03-141-0/+1
| |
* | Merge branch 'gitlab-ci-yaml-updates' into 'master' Douwe Maan2016-03-141-0/+4
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Merge branch 'master' into gitlab-ci-yaml-updatesAchilleas Pipinellis2016-03-121-0/+3
| |\
| * \ Merge remote-tracking branch 'origin/master' into gitlab-ci-yaml-updatesKamil Trzcinski2016-03-111-0/+1
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # spec/lib/ci/gitlab_ci_yaml_processor_spec.rb
| * | | Allow to define on which builds the current one depends onKamil Trzcinski2016-03-111-0/+1
| | | |
| * | | Allow to pass name of created artifacts archive in `.gitlab-ci.yml`Kamil Trzcinski2016-03-111-0/+1
| | | |
| * | | Describe special YAML features: the use of anchors and hidden jobsKamil Trzcinski2016-03-111-0/+2
| | | |
* | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqMarin Jankovski2016-03-141-0/+1
|\ \ \ \
| * | | | Fix denting and specZeger-Jan van de Weg2016-03-131-1/+1
| | | | |
| * | | | ContinueToParams -> ContinueParamsZeger-Jan van de Weg2016-03-131-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'upcoming' into 'master' Douwe Maan2016-03-131-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements upcoming filter in milstones ![Imgur](http://i.imgur.com/Oc2LZrF.png) @DouweM @JobV I think this is what you wanted :) Lemme know if it there is something that need changing Had alot of fun doing it! Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14102 See merge request !3148
| * | | | fixes small issuestiagonbotelho2016-03-131-1/+0
| | | | |
| * | | | removes tab and replaces with space in changelogtiagonbotelho2016-03-121-0/+1
| | | | |
| * | | | adds my name to changelogtiagonbotelho2016-03-121-0/+1
| | | | |
* | | | | Revert "Revert "Merge branch 'support-go-subpackages' into 'master' ""Stan Hu2016-03-121-0/+1
|/ / / / | | | | | | | | This reverts commit 5a586f364c5d2b866d6a074eff7996f05585b7d5
* | | | Revert "Merge branch 'support-go-subpackages' into 'master' "Douwe Maan2016-03-121-1/+0
| | | | | | | | | | | | This reverts merge request !3191
* | | | Merge branch 'support-go-subpackages' into 'master' Douwe Maan2016-03-121-0/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Support Golang subpackage fetching Closes #13805 See merge request !3191
| * | | Support Golang subpackage fetchingsupport-go-subpackagesStan Hu2016-03-121-0/+1
| |/ / | | | | | | | | | Closes #13805
* | | Added changelog entry for search performanceYorick Peterse2016-03-111-0/+1
| | |
* | | Merge branch 'group-activity-separate-tab' into 'master' Robert Speicher2016-03-111-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move group activity feed to separate page for consistency with dashboard and project pages Fixes #14161. Part of #13480 See merge request !3157
| * | | Move group activity feed to separate page for consistency with dashboard and ↵Dmitriy Zaporozhets2016-03-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | project pages Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Merge branch 'omniauth-saml-upgrade' into 'master' Patricio Cano2016-03-111-0/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade `omniauth-saml` to 1.5.0 and document it's new capabilities. With this MR I'm upgrading `omniauth-saml` to 1.5.0 to include new and improved functionality. See https://github.com/omniauth/omniauth-saml/blob/master/CHANGELOG.md for more details. This MR includes new documentation, so @axil can you also take a look? /cc @DouweM See merge request !3170
| * | | Upgrade `omniauth-saml` to 1.5.0 and document it's new capabilities.Patricio Cano2016-03-101-0/+1
| | | |
* | | | Updated CHANGELOGPhil Hughes2016-03-111-0/+1
| |_|/ |/| |
* | | Merge branch 'webhooks' into 'master' Robert Speicher2016-03-101-14/+14
|\ \ \ | | | | | | | | | | | | | | | | Change all instances of "web hooks" to "webhooks" See merge request !3169
| * | | web hooks to webhooksashleys2016-03-101-14/+14
| |/ /
* | | Add 8.5.5 CHANGELOG itemsRémy Coutable2016-03-101-3/+4
|/ / | | | | | | [ci skip]
* | Merge branch 'slang/gitlab-ce-rewrite-logo' into 'master' Jacob Schatz2016-03-101-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rewrite logo to simplify SVG code _Originally opened at !3129 by @slang._ - - - The look of the logo is obviously unchanged... This just gets rid of some useless SVG groups that Sketch made. See merge request !3164
| * | rewrite logo to simplify SVG codeslang/gitlab-ce-rewrite-logoSean Lang2016-03-101-0/+1
| | |
* | | Merge branch 'fix-filtered-pagination' into 'master' Douwe Maan2016-03-101-0/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Allow filtered explore results to be paged. Fixes #14104 See merge request !3149
| * | Allow filtered dashboard/explore results to be paged. Fixes #14104fix-filtered-paginationJosh Frye2016-03-091-0/+1
| |/
* | Decrease the font size and the padding of the `.anchor` iconsroperzh/gitlab-ce-issue-13334Roberto Dip2016-03-101-0/+1
|/ | | | | This commit fixes #13334, removing an overlap between the anchor icon and the sidebar
* Merge branch 'master' into markdown_preview_shortcutBaldinof2016-03-091-0/+15
|\
| * Update CHANGELOGDouglas Barbosa Alexandre2016-03-091-1/+2
| |
| * Update CHANGELOGDouglas Barbosa Alexandre2016-03-091-0/+3
| |
| * Merge branch 'iurisilvio/gitlab-ce-bitbucket_closed' into 'master' Rémy Coutable2016-03-091-0/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug where Bitbucket 'closed' issues were imported as 'opened' _Originally opened at !2930 by @iurisilvio._ - - - Bitbucket has an undocumented status `closed`. https://confluence.atlassian.com/bitbucket/issues-resource-296095191.html Related to https://gitlab.com/gitlab-com/support-forum/issues/559 See merge request !2973
| | * Fix bug where Bitbucket `closed` issues were imported as `opened`iurisilvio/gitlab-ce-bitbucket_closedIuri de Silvio2016-03-071-0/+1
| | |
| * | Merge branch 'improve-archived-projects'Dmitriy Zaporozhets2016-03-091-0/+1
| |\ \
| | * | Add test for archive toggle featureDmitriy Zaporozhets2016-03-041-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Merge branch 'evuez/gitlab-ce-add-info-user-api' into 'master' Robert Speicher2016-03-081-0/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose User#last_sign_in_at and User#confirmed_at for admins Closes #840 See merge request !3090
| | * | | Add fields to GET /users/* API endpoints for adminsevuez/gitlab-ce-add-info-user-apievuez2016-03-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added fields are last_sign_in_at and confirmed_at. They are available for GET /users/ and GET /users/:id for admins. Closes #840
| * | | | Remove instance variable @group multiple assignmentYatish Mehta2016-03-081-0/+1
| | | | |
| * | | | Merge branch 'master' into 'master' Yorick Peterse2016-03-081-0/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | adds language names to projects list [image attached] See merge request !3000
| | * | | | add my mr to changelogtiagonbotelho2016-03-071-0/+1
| | | |_|/ | | |/| |
| * | | | Document changes to the initial admin passwordrs-initial-setup-docsRobert Speicher2016-03-071-0/+3
| |/ / / | | | | | | | | | | | | [ci skip]
| * | | Merge branch 'issue_13621_2' into 'master' Douwe Maan2016-03-071-0/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Labels should be visible in dashboard and group milestone views Closes #13621 See merge request !2931
| | * | | Updates from last code review.issue_13621_2Rubén Dávila2016-03-061-0/+1
| | | |/ | | |/|