summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed group label in issuable sidebargroup-label-sidebar-linkPhil Hughes2017-02-021-0/+4
| | | | | | Group label link was pointing to group#issues rather than the projects issues. This fixes that by sending the correct subject to the link_to_label helper method. Closes #27253
* Merge branch ↵Filipa Lacerda2017-02-021-0/+4
|\ | | | | | | | | | | | | | | | | | | '27067-mention-user-dropdown-does-not-suggest-by-non-ascii-characters-in-name' into 'master' Resolve "Mention @user dropdown does not suggest by non-ASCII characters in name" Closes #27067 See merge request !8729
| * Support non-ASCII characters in GFM autocomplete27067-mention-user-dropdown-does-not-suggest-by-non-ascii-characters-in-namesamrose32017-02-011-0/+4
| |
* | Merge branch 'empty-selection-reply-shortcut' into 'master' Clement Ho2017-02-011-0/+4
|\ \ | | | | | | | | | | | | Change the reply shortcut to focus the field even without a selection. See merge request !8873
| * | Change the reply shortcut to focus the field even without a selection.Brian Hall2017-01-311-0/+4
| | |
* | | Merge branch '24462-reduce_ldap_queries_for_lfs' into 'master' Robert Speicher2017-02-011-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Reduce hits to LDAP on Git HTTP auth by reordering auth mechanisms Closes #24462 See merge request !8752
| * | | Reduce hits to LDAP on Git HTTP auth by reordering auth mechanismsDrew Blessing2017-01-301-0/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We accept half a dozen different authentication mechanisms for Git over HTTP. Fairly high in the list we were checking user password, which would also query LDAP. In the case of LFS, OAuth tokens or personal access tokens, we were unnecessarily hitting LDAP when the authentication will not succeed. This was causing some LDAP/AD systems to lock the account. Now, user password authentication is the last mechanism tried since it's the most expensive.
* | | Merge branch '27089-26860-27151-fix-discussion-note-permalink-collapsed' ↵Filipa Lacerda2017-02-011-0/+4
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | into 'master' Fix permalink discussion note being collapsed Closes #26860, #27089, and #27151 See merge request !8773
| * | Fix permalink discussion note being collapsed27089-26860-27151-fix-discussion-note-permalink-collapsedEric Eastwood2017-01-261-0/+4
| | |
* | | Merge branch 'fix-filtering-username-with-multiple-words' into 'master' Filipa Lacerda2017-02-011-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix filtering usernames with multiple words Closes #27404 See merge request !8851
| * | | Fix filtering usernames with multiple wordsfix-filtering-username-with-multiple-wordsClement Ho2017-01-271-0/+4
| | | |
* | | | Merge branch '27494-environment-list-column-headers' into 'master' Annabel Dunstone Gray2017-02-011-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Edited the column header for the environments list from created to updated and a… Closes #27494 See merge request !8904
| * | | | Edited the column header for the environments list from created to updated ↵27494-environment-list-column-headersdimitrieh2017-01-311-0/+4
| | | | | | | | | | | | | | | | | | | | and added created to environments detail page colum header titles
* | | | | Merge branch 'zj-format-chat-messages' into 'master' Kamil Trzciński2017-02-011-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Format chat messages Closes #24917 and #25746 See merge request !8528
| * | | | | Incorporate feedbackZ.J. van de Weg2017-01-301-0/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'fix/import-user-validation-error' into 'master' Rémy Coutable2017-01-311-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix user validation error in Import/Export Closes #23833 See merge request !8909
| * | | | | add changelogJames Lopez2017-01-311-0/+4
| | | | | |
* | | | | | Merge branch '27484-environment-show-name' into 'master' Fatih Acet2017-01-311-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't capitalize environment name in show page Closes #27484 See merge request !8902
| * | | | | | Don't capitalize environment name in show page27484-environment-show-nameFilipa Lacerda2017-01-311-0/+4
| |/ / / / / | | | | | | | | | | | | | | | | | | Upate test to match the new behavior
* | | | | | Merge branch '19164-mobile-settings' into 'master' Annabel Dunstone Gray2017-01-311-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 19164 Add settings dropdown to mobile screens Closes #19164 See merge request !8896
| * | | | | | 19164 Add settings dropdown to mobile screenstauriedavis2017-01-301-0/+4
| | | | | | |
* | | | | | | Merge branch '26982-improve-pipeline-status-icon-linking-in-widgets' into ↵Annabel Dunstone Gray2017-01-311-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Improve pipeline status icon linking in widgets Closes #26982 See merge request !8705
| * | | | | | | Improve pipeline status icon linking in widgetsdimitrieh2017-01-231-0/+4
| | | | | | | |
* | | | | | | | Merge remote-tracking branch 'dev/master'DJ Mountney2017-01-318-32/+0
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqMarin Jankovski2017-01-318-32/+0
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | Update CHANGELOG.md for 8.16.3Robert Speicher2017-01-278-32/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | Merge branch 'cop-gem-fetcher' into 'master' Robert Speicher2017-01-311-0/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cop for gem fetched from a git source Closes #27311 See merge request !8856
| * | | | | | | | | add complete changelogAdam Pahlevi2017-01-311-0/+4
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch '23767-disable-storing-of-sensitive-information' into 'master' Filipa Lacerda2017-01-311-0/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix disable storing of sensitive information when importing a new repo Closes #23767 See merge request !8885
| * | | | | | | | | Fix disable storing of sensitive information when importing a new repo23767-disable-storing-of-sensitive-informationClement Ho2017-01-301-0/+4
| | | | | | | | | |
* | | | | | | | | | Merge branch '395-fix-notification-when-group-set-to-watch' into 'master'Sean McGivern2017-01-311-0/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix notification when group set to watch Closes #395 See merge request !8883
| * | | | | | | | | | Fix notification when global=disabled, group=watch395-fix-notification-when-group-set-to-watchamaia2017-01-301-0/+4
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | Merge branch 'fix/27479' into 'master' Sean McGivern2017-01-311-0/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove new branch button for confidential issues Closes #27479 See merge request !8894
| * | | | | | | | | | Add CHANGELOG entryDouglas Barbosa Alexandre2017-01-311-0/+4
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch '24021-Migrate-Projects-Labels-to-Group-Labels' into 'master'27283-fix-wrong-label-hide-show-whitespaceSean McGivern2017-01-311-0/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Promote project labels to group labels Closes #24021 See merge request !7242
| * | | | | | | | | Abillity to promote project labels to group labelsRitave2017-01-311-0/+4
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #24021
* | | | | | | | | Merge branch '27488-fix-jwt-version' into 'master' Kamil Trzciński2017-01-311-0/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update and pin the `jwt` gem to ~> 1.5.6 Closes #27488 See merge request !8900
| * | | | | | | | | Update and pin the `jwt` gem to ~> 1.5.627488-fix-jwt-versionRémy Coutable2017-01-311-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | Merge branch ↵Kamil Trzciński2017-01-311-0/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '25910-convert-manual-action-icons-to-svg-to-propperly-position-them' into 'master' Convert pipeline action icons to svg to have them propperly positioned Closes #25910 See merge request !8766
| * | | | | | | | | | changelog entrydimitrieh2017-01-251-0/+4
| | | | | | | | | | |
* | | | | | | | | | | Merge branch '26852-fix-slug-for-openshift' into 'master' Kamil Trzciński2017-01-311-0/+4
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid repeated dashes in $CI_ENVIRONMENT_SLUG Closes #26852 See merge request !8638
| * | | | | | | | | | | Avoid repeated dashes in $CI_ENVIRONMENT_SLUGNick Thomas2017-01-231-0/+4
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch '24795_refactor_merge_request_build_service' into 'master' Sean McGivern2017-01-311-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor MergeRequest::BuildService Closes #24795 See merge request !8462
| * | | | | | | | | | | refactor merge request build serviceRydkin Maxim2017-01-311-0/+4
| | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add changelog entry replace local variables `merge_request` with instance ones modify `MergeRequests::BuildService` to fix failed tests extract `assign_target_project` method remove unnecessary instance variables remove exclamation marks and rewrite conditionals to improve readability extract `params_does_not_contain_branches?` method, rename `unprepared_merge_request` method to `uncreatable_merge_request` replace instance variables `merge_request` and `error_messages` with getters and setters; divide `set_title_and_description` method on two separate ones refactor `execute` method return `set_title_and_description` method rename `branches_selected?` method to `branches_present?` to make it more different from `branches_specified?` fixes after discussion renamed method branches_valid? fix space return assigning methods into `execute` method simplify `find_target_branch` and `find_source_project` methods fix spec `merge request issuable record that supports slash commands in its description and notes`
* | | | | | | | | | | Remove flash warning from login pagePadilla, Gerald2017-01-301-0/+4
|/ / / / / / / / / /
* | | | | | | | | | Add project ID index to `project_authorizations` table to optimize queriessh-add-project-id-index-project-authorizationsStan Hu2017-01-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As described in #27443, the `project_authorizations` table is often used to retrieve all team members of this project. This can lead to a number of slow queries impacting load times. This MR adds an index for just `project_id`. Closes #27443
* | | | | | | | | | Merge branch 'issue-sidebar-empty-assignee' into 'master' Fatih Acet2017-01-301-0/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resets issue boards assignee dropdown Closes #26514 and #26814 See merge request !8540
| * | | | | | | | | | Resets issue boards assignee dropdownPhil Hughes2017-01-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #26514
* | | | | | | | | | | Merge branch 'fix/ci-build-policy' into 'master' Robert Speicher2017-01-301-0/+4
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix build access policies when pipelines are public See merge request !8711
| * | | | | | | | | | Add Changelog entry for build policy improvementsfix/ci-build-policyGrzegorz Bizon2017-01-231-0/+4
| | | | | | | | | | |