summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix migrations for older PostgreSQL versionsfix-retried-for-postgresKamil Trzcinski2017-05-234-7/+13
| | | | | - Do not care about error when creating index on PostgreSQL - Test against PostgreSQL 9.2
* Merge branch 'handle-transient-mr-query-count-spec' into 'master'Douwe Maan2017-05-221-1/+1
|\ | | | | | | | | Handle transient MR query count spec See merge request !11571
| * Handle transient MR query count spechandle-transient-mr-query-count-specOswaldo Ferreira2017-05-191-1/+1
| |
* | Merge branch '32418-make-link-to-self-less-obvious' into 'master'Fatih Acet2017-05-225-8/+8
|\ \ | | | | | | | | | | | | | | | | | | Change links to issuable meta to black Closes #32418 See merge request !11505
| * | Fix specs32418-make-link-to-self-less-obviousAnnabel Dunstone Gray2017-05-192-2/+2
| | |
| * | Change links to issuable meta to blackAnnabel Dunstone Gray2017-05-193-6/+6
| | |
* | | Merge branch '32486-fix-note-emoji-placement' into 'master'Annabel Dunstone Gray2017-05-222-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 32486 Fix placement of note emoji on hover Closes #32486 See merge request !11605
| * | | 32486 Fix placement of note emoji on hover32486-fix-note-emoji-placementtauriedavis2017-05-222-4/+4
| | | |
* | | | Merge branch '32657-fix-mr-widget-styles' into 'master'Fatih Acet2017-05-222-7/+15
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MR widget styling fixes Closes #32657 See merge request !11591
| * | | | MR widget styling fixes32657-fix-mr-widget-styleskushalpandya2017-05-222-7/+15
| | | | |
* | | | | Merge branch '32631-issue-emoji-wrap' into 'master'Clement Ho2017-05-223-4/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix spacing of issue emojis Closes #32631 See merge request !11567
| * | | | | Fix spacing of issue emojis32631-issue-emoji-wrapAnnabel Dunstone Gray2017-05-193-4/+8
| | | | | |
* | | | | | Merge branch 'ce#32623-browser-tooltip-commits-branch-list' into 'master'Annabel Dunstone Gray2017-05-222-1/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 32623 Change order of commits ahead and behind on divergence graph for branch list Closes #32623 See merge request !11559
| * | | | | | 32623 Change order of commits ahead and behind on divergence graph for ↵ce#32623-browser-tooltip-commits-branch-listtauriedavis2017-05-192-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | branch list
* | | | | | | Merge branch 'fix-weird-jquery-data-attribute-caching-issue-in-notes' into ↵Phil Hughes2017-05-221-2/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix jQuery data attribute caching issue causing expanding issues Closes #32705 See merge request !11609
| * | | | | | | Fix jQuery data attribute caching issue casuing expanding issuesEric Eastwood2017-05-221-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Command | Result $link.data('lineType') | '' $link.data('line-type') | '' $link.attr('data-line-type') | 'new' $link[0].dataset.lineType | 'new'
* | | | | | | | Merge branch 'reduce-unnecessary-redundancy' into 'master'Sean Packham (GitLab)2017-05-221-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removes unnecessary redundacy in usage ping doc See merge request !11604
| * | | | | | | | removes unnecessary redundacy in usage ping docreduce-unnecessary-redundancyJob van der Voort2017-05-221-1/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'fix/git_http_request_without_password' into 'master'Douwe Maan2017-05-222-1/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid resource intensive login checks if password is not provided Closes #32598 See merge request !11537
| * | | | | | | | Avoid resource intensive login checks if password is not providedHoratiu Eugen Vlad2017-05-212-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #32598
* | | | | | | | | Merge branch 'notification-settings-doc' into 'master'Marcia Ramos2017-05-224-3/+7
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add project and group notification settings info See merge request !11507
| * | | | | | | | | Add project and group notification settings infonotification-settings-docCindy Pallares2017-05-194-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notification settings are described, but aren't mentioned where they are or where to change them.
* | | | | | | | | | Merge branch '32570-project-activity-tab-border' into 'master'Annabel Dunstone Gray2017-05-224-4/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 32570 Fix border-bottom for project activity tab Closes #32570 See merge request !11568
| * | | | | | | | | | 32570 Fix border-bottom for project activity tab32570-project-activity-tab-bordertauriedavis2017-05-194-4/+8
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'update-coding-translation' into 'master'Douwe Maan2017-05-222-3/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change translation for 'coding' by 'desarrollo' for spanish See merge request !11580
| * | | | | | | | | | Change translation for 'coding' by 'desarrollo' for Spanishupdate-coding-translationRuben Davila2017-05-202-3/+3
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'adopt-es-module-syntax' into 'master'Filipa Lacerda2017-05-22101-315/+290
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adopt ES module syntax See merge request !9567
| * | | | | | | | | | | fix eslint violationadopt-es-module-syntaxMike Greiling2017-05-181-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | update linter to catch uses of commonjs syntaxMike Greiling2017-05-181-0/+1
| | | | | | | | | | | |
| * | | | | | | | | | | refactor instances of CJS module.exports to ES module syntaxMike Greiling2017-05-167-17/+6
| | | | | | | | | | | |
| * | | | | | | | | | | fix eslint failuresMike Greiling2017-05-165-6/+5
| | | | | | | | | | | |
| * | | | | | | | | | | fix implicit window object reference within gl_form_specMike Greiling2017-05-161-6/+6
| | | | | | | | | | | |
| * | | | | | | | | | | update test_bundle to use ES module syntaxMike Greiling2017-05-161-6/+8
| | | | | | | | | | | |
| * | | | | | | | | | | update frontend specs to use ES module syntaxMike Greiling2017-05-1651-131/+129
| | | | | | | | | | | |
| * | | | | | | | | | | update dispatcher.js to use ES module syntaxMike Greiling2017-05-161-3/+1
| | | | | | | | | | | |
| * | | | | | | | | | | update remaining uses of CJS syntax to ES module syntaxMike Greiling2017-05-1620-59/+64
| | | | | | | | | | | |
| * | | | | | | | | | | update shortcuts scripts to use ES module syntaxMike Greiling2017-05-165-7/+7
| | | | | | | | | | | |
| * | | | | | | | | | | update filtered_search to ES module syntaxMike Greiling2017-05-165-17/+14
| | | | | | | | | | | |
| * | | | | | | | | | | update diff_notes_bundle to ES module syntaxMike Greiling2017-05-162-18/+13
| | | | | | | | | | | |
| * | | | | | | | | | | update cycle_analytics_bundle to ES module syntaxMike Greiling2017-05-162-15/+14
| | | | | | | | | | | |
| * | | | | | | | | | | update boards_bundle to ES module syntaxMike Greiling2017-05-167-33/+25
| | | | | | | | | | | |
* | | | | | | | | | | | Update VERSION to 9.3.0-prev9.3.0.preLin Jen-Shin2017-05-221-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Update CHANGELOG.md for 9.2.0Lin Jen-Shin2017-05-22190-764/+200
| |_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | | Merge branch 'dz-rename-pipelines-settings-tab' into 'master'Dmitriy Zaporozhets2017-05-2215-19/+23
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename CI/CD Pipelines to Pipelines in the project settings Closes #31980 See merge request !11305
| * | | | | | | | | | | Rename CI/CD Pipelines references to just Pipelines in docsdz-rename-pipelines-settings-tabDmitriy Zaporozhets2017-05-1111-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | | Rename CI/CD Pipelines to Pipelines in the project settingsDmitriy Zaporozhets2017-05-115-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | | | | Merge branch 'change_pipelines_schedules_help_page_path' into 'master'Rémy Coutable2017-05-222-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change pipelines schedules help page path See merge request !11592
| * | | | | | | | | | | | Change pipelines schedules help page pathchange_pipelines_schedules_help_page_pathAchilleas Pipinellis2017-05-222-3/+3
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'fix-retried-for-mysql' into 'master'Timothy Andrew2017-05-222-3/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes broken MySQL migration for retried Closes #32647 See merge request !11593
| * | | | | | | | | | | | | Respect the typo as rubocop saidLin Jen-Shin2017-05-221-0/+0
| | | | | | | | | | | | | |