summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'bypass-whitelist-for-external-user' into 'master' Robert Speicher2017-02-081-0/+4
|\ | | | | | | | | | | | | Bypass signup domain validation for external users Closes #25279 See merge request !8575
| * Bypass signup domain validation for external usersReza Mohammadi2017-02-081-0/+4
| | | | | | | | Fixes #25279
* | Merge branch '27880-pipelines-table-not-showing-commit-branch' into 'master' Clement Ho2017-02-081-0/+4
|\ \ | | | | | | | | | | | | | | | | | | Looks for correct key to pass to commit prop. Adds rspec test. Closes #27880 See merge request !9070
| * | Looks for correct key to pass to commit prop. Adds rspec test.Filipa Lacerda2017-02-081-0/+4
| | |
* | | Merge branch 'dz-refactor-full-path' into 'master' Dmitriy Zaporozhets2017-02-081-0/+4
|\ \ \ | | | | | | | | | | | | | | | | Store group and project full name and full path in routes table See merge request !8979
| * | | Store group and project full name and full path in routes tabledz-refactor-full-pathDmitriy Zaporozhets2017-02-081-0/+4
| | |/ | |/| | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'rename_delete_services' into 'master'Rémy Coutable2017-02-081-0/+4
|\ \ \ | |_|/ |/| | | | | | | | Fix inconsistent naming for services that delete things See merge request !5803
| * | Fix inconsistent naming for services that delete thingsdixpac2017-02-081-0/+4
| | | | | | | | | | | | | | | | | | * Changed name of delete_user_service and worker to destroy * Move and change delete_group_service to Groups::DestroyService * Rename Notes::DeleteService to Notes::DestroyService
* | | Merge branch '20495-plus-icon-button' into 'master' Alfredo Sumaran2017-02-081-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove plus icon from compare view Closes #20495 See merge request !9056
| * | | Add changelog20495-plus-icon-buttonAnnabel Dunstone Gray2017-02-071-0/+4
| | | |
* | | | Merge branch '23104-remove-public-param-for-projects' into 'master' Douwe Maan2017-02-081-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: remove `public` param for projects Closes #23104 See merge request !8736
| * | | | API: remove `public` param for projectsToon Claes2017-02-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The create and edit actions for projects had these parameters: - `public` (optional) - if true same as setting `visibility_level = 20` - `visibility_level` (optional) Remove the `public` parameter to avoid contradiction.
* | | | | Merge branch '26705-filter-todos-by-manual-add' into 'master'Sean McGivern2017-02-081-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Filter todos by manual add Closes #26705 See merge request !8861
| * | | | | Filter todos by manual addJacopo2017-01-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Added the option to filter todo by Added and Pipelines
* | | | | | Merge branch 'restore-issues_mentioned_but_not_closing' into 'master'Sean McGivern2017-02-081-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | pass in current_user in MergeRequest and MergeRequestsHelper See merge request !8624
| * | | | | | tests for #mr_closes_issues and #mr_issues_mentioned_but_not_closing in ↵Dongqing Hu2017-01-251-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | MergeRequestsHelper
* | | | | | | Merge branch 'removed-unused-parameter-status-only' into 'master'Rémy Coutable2017-02-081-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed unused parameter status only Closes #25607 See merge request !9035
| * \ \ \ \ \ \ Merge branch 'master' of https://gitlab.com/dinsaw/gitlab-ce into ↵Dinesh Sawant2017-02-0751-24/+183
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | removed-unused-parameter-status-only
| * | | | | | | | Removed unused parameter `status_only: true`.Dinesh Sawant2017-02-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes Issue #25607 Added changelog.
* | | | | | | | | Merge branch 'lfs-noauth-public-repo' into 'master'Rémy Coutable2017-02-081-0/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lfs: do not require auth for public repositories Closes #23360 See merge request !8824
| * | | | | | | | lfs: do not require auth for public repositoriesBen Boeckel2017-02-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LFS has the `authenticated` field in the response for downloads of objects to indicate that the object does not need authentication to access it. Spec: https://github.com/git-lfs/git-lfs/blob/master/docs/api/batch.md#successful-responses Fixes #23360.
* | | | | | | | | Merge branch '27822-default-bulk-assign-labels' into 'master' Alfredo Sumaran2017-02-081-0/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add default labels to bulk assign dropdowns Closes #27822 See merge request !9042
| * | | | | | | | | Add changelog27822-default-bulk-assign-labelsAnnabel Dunstone Gray2017-02-071-0/+4
| | | | | | | | | |
* | | | | | | | | | Merge branch 'no-sidebar-on-action-btn-click' into 'master' Clement Ho2017-02-081-0/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dismiss sidebar on action button click Closes #27227 See merge request !8798
| * | | | | | | | | dismiss sidebar on repo buttons clickAdam Pahlevi2017-02-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make the selector more inclusive spec for dashboard’s sidebar visibility fix linting errors for project dashboard page remove unused var: shouldBeCollapsed use project with repo, so download button became available use es6 style for testing project dashboard un-aliased global reference at sidebar.js.es6 fix spec from linting errors code improvement add singleton to `this` assign `singleton` to class add space in between remove `no-underscore-dangle` add complete changelog sidebar internal state test remove on page change, not exist in master. rebase. only nicescroll if the element is there new require style reference to sidebar content outside of timeout
* | | | | | | | | | Merge branch '25134-mobile-issue-view-doesn-t-show-organization-membership' ↵Annabel Dunstone Gray2017-02-071-0/+4
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Show organisation membership and delete comment action on smaller viewports, plus chang… Closes #25134 See merge request !8905
| * | | | | | | | | Show organisation membership and delete comment on smaller viewports, plus ↵dimitrieh2017-02-061-0/+4
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | change comment author name to username
* | | | | | | | | Merge branch 'improve-handleLocationHash-tests' into 'master' Filipa Lacerda2017-02-071-0/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve gl.utils.handleLocationHash tests See merge request !9040
| * | | | | | | | | Improve gl.utils.handleLocationHash testsimprove-handleLocationHash-testsClement Ho2017-02-071-0/+4
| | | | | | | | | |
* | | | | | | | | | Merge branch 'route-map' into 'master' Robert Speicher2017-02-071-0/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 'View on [env]' link to blobs and individual files in diffs See merge request !8867
| * | | | | | | | | | Update changelogDouwe Maan2017-02-061-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Add 'View on [env]' link to blobs and individual files in diffsDouwe Maan2017-02-061-0/+4
| | | | | | | | | | |
* | | | | | | | | | | Merge branch '26908-add-foreign-keys-to-timelogs' into 'master' Rubén Dávila Santos2017-02-071-0/+4
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use normal associations instead of polymorphic Closes #26908 See merge request !8769
| * | | | | | | | | | | Use normal associations instead of polymorphic.Ruben Davila2017-02-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can't properly use foreign keys on columns that are configured for polymorphic associations which has disadvantages related to data integrity and storage. Given we only use time tracking for Issues and Merge Requests we're moving to the usage of regular associations.
* | | | | | | | | | | | Merge branch '27352-search-label-filter-header' into 'master' Annabel Dunstone Gray2017-02-071-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 27352 Update label dropdown titles for bulk edits Closes #27352 See merge request !8852
| * | | | | | | | | | | | 27352-search-label-filter-header27352-search-label-filter-headertauriedavis2017-02-031-0/+4
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch ↵Filipa Lacerda2017-02-071-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '27774-text-color-contrast-is-barely-readable-for-pipelines-visualization-graph-page-with-roboto-fonts' into 'master' Give ci status text on pipeline graph a better font-weight Closes #27774 See merge request !9033
| * | | | | | | | | | | | | Give ci status text on pipeline graph a better font-weight27774-text-color-contrast-is-barely-readable-for-pipelines-visualization-graph-page-with-roboto-fontsdimitrieh2017-02-071-0/+4
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch '24716-fix-ctrl-click-links' into 'master' Clement Ho2017-02-071-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Ctrl+Click support for Todos and Merge Request page tabs Closes #24716 See merge request !8898
| * | | | | | | | | | | | | | Add changelog entry for !8898Kushal Pandya2017-02-071-0/+4
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch '27639-emoji-panel-under-the-side-panel-in-the-merge-request' ↵Annabel Dunstone Gray2017-02-071-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Layer dropdowns over right sidebar Closes #27639 See merge request !9004
| * | | | | | | | | | | | | Layer dropdowns over right sidebar27639-emoji-panel-under-the-side-panel-in-the-merge-requestSam Rose2017-02-061-0/+4
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'fix-anchor-scrolling' into 'master' Clement Ho2017-02-071-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken anchor links when special characters are used Closes #26778 See merge request !8961
| * | | | | | | | | | | | | | Fix broken anchor links when special characters are usedAndrey Krivko2017-02-071-0/+4
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch '26059-segoe-ui-vertical' into 'master' Filipa Lacerda2017-02-071-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Align Segoe UI label text See merge request !8884
| * | | | | | | | | | | | | | Align Segoe UI label text26059-segoe-ui-verticalAnnabel Dunstone Gray2017-02-071-0/+4
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch '24147-delete-env-button' into 'master' Rémy Coutable2017-02-071-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes stop button visible in environment page Closes #24147 See merge request !7379
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into 24147-delete-env-buttonKamil Trzcinski2017-02-0697-16/+373
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into 24147-delete-env-buttonKamil Trzcinski2017-01-2452-114/+96
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Adds missing new line at the end of the fileFilipa Lacerda2016-11-101-1/+1
| | | | | | | | | | | | | | | | |