summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* PlantUML support for MarkdownHoracio Sanson2017-02-031-0/+4
| | | | | | | | | | | Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks: ```plantuml Bob -> Sara : Hello Sara -> Bob : Go away ``` Closes: #4048
* Merge branch '20452-remove-require-from-request_profiler-initializer' into ↵27537-flash-of-human-un-friendly-utc-timestampRobert Speicher2017-02-021-0/+4
|\ | | | | | | | | | | | | | | | | | | 'master' Don't require lib/gitlab/request_profiler/middleware.rb in config/initializers/request_profiler.rb Closes #20452 See merge request !8927
| * Don't require lib/gitlab/request_profiler/middleware.rb in ↵20452-remove-require-from-request_profiler-initializerRémy Coutable2017-02-021-0/+4
| | | | | | | | | | | | config/initializers/request_profiler.rb Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Only render hr when user can't archive project.Bryce Johnson2017-02-021-0/+4
| |
* | Merge branch '27516-fix-wrong-call-to-project_cache_worker-method' into ↵Robert Speicher2017-02-021-0/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix wrong call to ProjectCacheWorker.perform, and call ProjectCacheWorker.perform_async instead Closes #27516 See merge request !8910
| * | Fix wrong call to ProjectCacheWorker.perform27516-fix-wrong-call-to-project_cache_worker-methodRémy Coutable2017-01-311-0/+4
| | | | | | | | | | | | | | | | | | | | | It's either ProjectCacheWorker#perform or ProjectCacheWorker.perform_async! Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch 'group-label-sidebar-link' into 'master' Sean McGivern2017-02-021-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixed group label in issuable sidebar Closes #27253 See merge request !8924
| * | | 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 '27291-unify-mr-diff-file-buttons' into 'master' Annabel Dunstone Gray2017-02-021-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unifies mr diff file button style Closes #27291 See merge request !8874
| * | | | adds changelogNur Rony2017-01-301-0/+4
| | | | |
* | | | | Merge branch '20248-add-coverage-regex-in-job-yaml' into 'master'Douwe Maan2017-02-021-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ability to define a coverage regex in the .gitlab-ci.yml Closes #20428 See merge request !7447
| * | | | | Add changelog entry and extend the documentation accordinglyLeandro Camargo2017-01-251-0/+4
| | | | | |
* | | | | | Merge branch ↵Alfredo Sumaran2017-02-021-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '25811-pipeline-number-and-url-do-not-update-when-new-pipeline-is-triggered' into 'master' Update pipeline and commit URL and text on CI status change Closes #25811 See merge request !8351
| * | | | | | Update pipeline and commit URL and text on CI status change25811-pipeline-number-and-url-do-not-update-when-new-pipeline-is-triggeredSam Rose2017-02-011-0/+4
| | | | | | |
* | | | | | | Merge branch 'snippet-spam' into 'master' Rémy Coutable2017-02-021-0/+4
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Snippet spam Closes #26276 See merge request !8911
| * | | | | | Check public snippets for spamSean McGivern2017-02-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply the same spam checks to public snippets (either personal snippets that are public, or public snippets on public projects) as to issues on public projects.
* | | | | | | Merge branch 'fix-depr-warn' into 'master' Rémy Coutable2017-02-021-0/+4
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resolve deprecation warnings Closes #27423 See merge request !8855
| * | | | | | add complete changelogAdam Pahlevi2017-01-311-0/+4
| | | | | | |
* | | | | | | 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