summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Enable snippets for new projects by defaultenable-snippets-by-defaultSean McGivern2017-03-101-0/+4
| | | | | If there is an existing gitlab.yml file with snippets explicitly disabled, they won't be enabled with this change.
* Merge branch '24166-close-builds-dropdown' into 'master' Clement Ho2017-03-101-0/+4
|\ | | | | | | | | | | | | Prevent dropdown from closing when user clicks in a build. Closes #24166 See merge request !9834
| * Uses vanilla JS to listen to click eventFilipa Lacerda2017-03-091-0/+4
| | | | | | | | | | | | Removes `:visible` from selector Adds CHANGELOG entry Removes iife
* | Merge branch 'fix/gb/passed-with-warnings-status-on-mysql' into 'master' Kamil Trzciński2017-03-101-0/+4
|\ \ | | | | | | | | | | | | | | | | | | Fix "passed with warnings" stage status on MySQL Closes #28603 See merge request !9802
| * | Add changelog for passed with warnings status fixGrzegorz Bizon2017-03-081-0/+4
| | |
* | | Order milestone issues by position ascending in apiGeorge Andrinopoulos2017-03-091-0/+4
| | |
* | | Merge branch '29014-create-issue-form-buttons-misaligned-on-mobile' into ↵Filipa Lacerda2017-03-091-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' [#29014] Create issue form buttons are misaligned on mobile Closes #29014 See merge request !9706
| * | | [#29014] Create issue form buttons are misaligned on mobileTM Lee2017-03-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | - Ensure Save/Create button is aligned with Cancel - Move the cancel button above but float to the right using pull-right - Allows responsive css to flow
* | | | Merge branch '28030-infinite-offset' into 'master' Filipa Lacerda2017-03-091-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | respect offset and limit query params for infinite lists Closes #28030 See merge request !9540
| * | | | respect offset and limit query params for infinite lists28030-infinite-offsetSimon Knox2017-03-091-0/+4
| | | | |
* | | | | Merge branch 'update-ace' into 'master' Rémy Coutable2017-03-091-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update ACE to 1.2.6 Closes #26640 See merge request !9835
| * | | | | Update ACE to 1.2.6update-aceSean McGivern2017-03-091-0/+4
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | Fixes input problems with compose key in Chrome 53+ - has been reported for Chinese and Hangul at least.
* | | | | Show members of parent groups on project members pagedz-nested-groups-membersDmitriy Zaporozhets2017-03-091-0/+4
|/ / / / | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Fix wrong message on starred projects filteringGeorge Andrinopoulos2017-03-091-0/+4
| |/ / |/| |
* | | Merge branch '29034-fix-github-importer' into 'master' Douwe Maan2017-03-081-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix name colision when importing GitHub pull requests from forked repositories Closes #29034 See merge request !9719
| * | | ChangelogGabriel Mazetto2017-03-081-0/+4
| |/ /
* | | Merge branch '29162-refactor-dropdown-milestone-spec' into 'master' Rémy Coutable2017-03-081-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Refactor dropdown_milestone_spec.rb Closes #29162 See merge request !9814
| * | | Refactor dropdown_milestone_spec.rbGeorge Andrinopoulos2017-03-081-0/+4
| | | |
* | | | Merge branch 'es6-class-issue' into 'master' Clement Ho2017-03-081-0/+4
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Convert Issue into ES6 class See merge request !9636
| * | | Convert Issue into ES6 class (!9636)winniehell2017-03-081-0/+4
| |/ /
* | | Changed dropdown style slightly26202-change-dropdown-style-slightlydimitrieh2017-03-081-0/+4
| | |
* | | Merge branch 'fix/29093' into 'master' Sean McGivern2017-03-081-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix 'Object not found - no match for id (sha)' when importing GitHub PRs Closes #29093 See merge request !9751
| * | | Add CHANGELOGfix/29093Douglas Barbosa Alexandre2017-03-071-0/+4
| | | |
* | | | Merge branch '26188-tag-creation-404-for-guests' into 'master' Rémy Coutable2017-03-081-0/+4
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Don't show links to tag a commit for non permitted users Closes #26188 See merge request !8407
| * | | Don't show links to tag a commit for non permitted usersMark Fletcher2017-03-071-0/+4
| | | | | | | | | | | | | | | | | | | | * Show tag link for users that can push code * Don't show tag link for guests and non-authenticated users
* | | | Merge branch 'settings-tab' into 'master' fl-links-environmentsClement Ho2017-03-081-0/+4
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Removed the settings gear button inside the project view to a tab Closes #26733 See merge request !9786
| * | | Fixed changelog and a haml condition project.html.hamlJose Ivan Vargas2017-03-071-1/+1
| | | |
| * | | Added MR number to changelogJose Ivan Vargas2017-03-071-1/+1
| | | |
| * | | Removed the settings gear button inside the Project to a tabJose Ivan Vargas2017-03-071-0/+4
| | | |
* | | | Add changelog for filtered-search-visual-tokensadd-changelog-filtered-search-visual-tokensClement Ho2017-03-071-0/+4
|/ / /
* | | Merge branch 'issue_16834'Douwe Maan2017-03-071-0/+4
|\ \ \ | | | | | | | | | | | | | | | | # Conflicts: # doc/api/v3_to_v4.md
| * | | Update API endpoints for raw filesFelipe Artur2017-03-071-0/+4
| | | |
* | | | Merge branch '1381-present-commits-pagination-headers-correctly' into 'master' Douwe Maan2017-03-081-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GET "projects/:id/repository/commits" endpoint improvements Closes #1381 and #20207 See merge request !9679
| * | | | Returns correct header data for commits endpointOswaldo Ferreira2017-03-073-8/+4
| | | | |
| * | | | Fix pagination headers for repository commits api endpointGeorge Andrinopoulos2017-03-071-0/+4
| | | | |
| * | | | Manually set total_count when paginating commitsJordan Ryan Reuter2017-03-071-0/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `Kaminari.paginate_array` takes some options, most relevant of which is a `total_count` parameter. Using the `commit_count` for `total_count` lets us correctly treat the return of `Repository#commits` as a subset of all the commits we may wish to list. Addition of a new `Repository#commit_count_for_ref` method was necessarry to allow the user to start from an arbitrary ref. Ref #1381
* | | | Merge branch 'clear-connections-before-starting-sidekiq' into 'master' Douwe Maan2017-03-081-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clear AR connections before starting Sidekiq Closes gitlab-com/infrastructure#1139 See merge request !9773
| * | | | Clear AR connections before starting SidekiqYorick Peterse2017-03-081-0/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | This should ensure that connections obtained before starting Sidekiq are not leaked, leading to connection timeouts. Fixes gitlab-com/infrastructure#1139
* | | | Add GET /projects/:id/pipelines/:pipeline_id/jobs endpointToon Claes2017-03-071-0/+4
|/ / / | | | | | | | | | Add endpoint to get the jobs scoped to a pipeline.
* | | Align bulk update issues button to the rightRémy Coutable2017-03-071-0/+4
| | |
* | | Update CHANGELOG.md for 8.17.3Regis2017-03-076-24/+0
| | | | | | | | | [ci skip]
* | | Refactor dropdown_assignee_specGeorge Andrinopoulos2017-03-071-0/+4
| | |
* | | Merge branch 'zj-variables-build-job' into 'master' Kamil Trzciński2017-03-071-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Rename BUILD to JOB in CI Variables Closes #29053 See merge request !9756
| * | | Rename BUILD to JOB in CI Variableszj-variables-build-jobZ.J. van de Weg2017-03-071-0/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | Given GitLab moves away from using the term build, everywhere, also the CI variables are being renamed. For now, both `CI_BUILD_X` and `CI_JOB_X` are supported, with the same values. However, in about 3 months, support will be dropped.
* | | Rename priority sorting option to label priorityDimitrie Hoekstra2017-03-071-0/+4
| | |
* | | Merge branch ↵Sean McGivern2017-03-071-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '26732-combine-deploy-keys-and-push-rules-and-mirror-repository-and-protect-branches-settings-pages' into 'master' Resolve "Combine Deploy Keys and Push Rules and Mirror Repository and Protect Branches settings pages" Closes #26732 See merge request !8731
| * \ \ Merge branch 'master' into ↵26732-combine-deploy-keys-and-push-rules-and-mirror-repository-and-protect-branches-settings-pagesPhil Hughes2017-03-0722-0/+88
| |\ \ \ | | | | | | | | | | | | | | | 26732-combine-deploy-keys-and-push-rules-and-mirror-repository-and-protect-branches-settings-pages
| * | | | Added tests for the repository_controller and repository_helperJose Ivan Vargas2017-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added specs for the deploy_keys_presenter and added a new method in the presenter called #key_available? Fixed some minor UX inconsistencies and added a concern to handle redirection
| * | | | Added access spec testsJose Ivan Vargas2017-03-061-0/+5
| | | | | | | | | | | | | | | | | | | | Also created changelog and removed redundant code
* | | | | Merge branch '27936-avatar-has-wrong-cache-settings' into 'master' Douwe Maan2017-03-071-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure uploads are not cached without revalidation Closes #27936 See merge request !9453