summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update changelogfix_diff_line_commentsValery Sizov2017-05-311-0/+5
* Fix: A diff comment on a change at last line of a file shows as two comments ...Valery Sizov2017-05-314-3/+33
* Merge branch '19107-404-when-creating-new-milestone-or-issue-for-project-that...Douwe Maan2017-05-3011-50/+99
|\
| * 'New issue'/'New merge request' dropdowns should show only projects with issu...19107-404-when-creating-new-milestone-or-issue-for-project-that-has-issues-disabledblackst0ne2017-05-3011-50/+99
* | Merge branch '33048-markdown-rendering-of-md-files-has-ceased-to-display-late...Douwe Maan2017-05-302-1/+5
|\ \
| * | Fix math rendering on blob pagesSean McGivern2017-05-302-1/+5
* | | Merge branch '33032-invalid-you-directly-addressed-yourself-todo-when-using-u...Grzegorz Bizon2017-05-303-3/+32
|\ \ \
| * | | Fix /unsubscribe slash command creating extra todos33032-invalid-you-directly-addressed-yourself-todo-when-using-unsubscribeSean McGivern2017-05-303-3/+32
* | | | Merge branch '32653-fix-gemfile-lock' into 'master'Grzegorz Bizon2017-05-301-4/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix omniauth-google-oauth2 dependencies in Gemfile.lock32653-fix-gemfile-lockRémy Coutable2017-05-301-4/+3
| |/ /
* | | Merge branch 'node-sudo-bash' into 'master'Rémy Coutable2017-05-301-1/+1
|\ \ \
| * | | Use 'sudo bash' when adding nodesource repositoryJacob Vosmaer2017-05-231-1/+1
* | | | Merge branch '32916-browser-notifications-for-pipeline-running-in-a-mr-is-gon...Fatih Acet2017-05-308-43/+100
|\ \ \ \
| * | | | Add rubocop:disable to gon_helper.rb32916-browser-notifications-for-pipeline-running-in-a-mr-is-goneLuke "Jared" Bennett2017-05-261-0/+2
| * | | | Added specs for handleNotifications in mr_widget_options_spec.jsLuke "Jared" Bennett2017-05-264-4/+47
| * | | | Move gon ref to the index to avoid depending on gon in any mr widget objectsLuke "Jared" Bennett2017-05-262-1/+3
| * | | | Restore notifications to MR widgetLuke "Jared" Bennett2017-05-266-43/+53
* | | | | Merge branch 'issue_32225_2' into 'master'Kamil Trzciński2017-05-305-7/+76
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Set head pipeline when creating merge requestsissue_32225_2Felipe Artur2017-05-295-13/+61
| * | | | Sanity check pipeline sha before saving merge request head pipelineFelipe Artur2017-05-233-3/+24
* | | | | Merge branch '30117-update-looks-job-log' into 'master'Phil Hughes2017-05-3010-483/+480
|\ \ \ \ \
| * | | | | Update looks job logFilipa Lacerda2017-05-3010-483/+480
|/ / / / /
* | | | | Merge branch '31349-pipeline-url-techdeb' into 'master'Phil Hughes2017-05-304-58/+67
|\ \ \ \ \
| * | | | | Use vue file for pipelines tables components31349-pipeline-url-techdebFilipa Lacerda2017-05-294-58/+67
| | |_|_|/ | |/| | |
* | | | | Merge branch 'fix-authorized-members-destroy' into 'master'Rémy Coutable2017-05-301-1/+1
|\ \ \ \ \
| * | | | | Fix spec for Members::AuthorizedDestroyServicefix-authorized-members-destroyYorick Peterse2017-05-301-1/+1
* | | | | | Merge branch '2472-assignee-dropdown-does-not-display-selected-assignee-ce' i...Phil Hughes2017-05-307-7/+123
|\ \ \ \ \ \
| * | | | | | Fix rubocop2472-assignee-dropdown-does-not-display-selected-assignee-ceClement Ho2017-05-261-3/+1
| * | | | | | Backport MR from EEClement Ho2017-05-269-8/+140
* | | | | | | Merge branch '31849-pipeline-show-view-realtime' into 'master'Phil Hughes2017-05-3010-106/+144
|\ \ \ \ \ \ \
| * | | | | | | Use function to define data instead of an object31849-pipeline-show-view-realtimeFilipa Lacerda2017-05-262-4/+6
| * | | | | | | Creates a mediator for pipeline details vue in order to mount several vue app...Filipa Lacerda2017-05-2610-106/+142
* | | | | | | | Merge branch '31616-add-uptime-of-gitlab-instance-in-admin-area' into 'master'Rémy Coutable2017-05-304-0/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | 31616-add-uptime-of-gitlab-instance-in-admin-areajboltz882017-05-294-0/+13
* | | | | | | | | Merge branch '32954-loading-icon' into 'master'Phil Hughes2017-05-302-0/+8
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Displays loading icon in async buttons inline32954-loading-iconFilipa Lacerda2017-05-262-0/+8
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch '32790-pipeline_schedules-pages-throwing-error-500' into 'master'Kamil Trzciński2017-05-295-8/+41
|\ \ \ \ \ \ \ \
| * | | | | | | | Use if pipeline_schedule.refShinya Maeda2017-05-291-1/+1
| * | | | | | | | Use nil? for ref evaluationShinya Maeda2017-05-291-1/+1
| * | | | | | | | Add a test for deletion of importing_or_inactive?Shinya Maeda2017-05-291-0/+8
| * | | | | | | | NULL to nilShinya Maeda2017-05-291-2/+2
| * | | | | | | | Validate parameters when active is falseShinya Maeda2017-05-291-7/+3
| * | | | | | | | Add changelogShinya Maeda2017-05-291-0/+4
| * | | | | | | | FixedShinya Maeda2017-05-291-1/+2
| * | | | | | | | Reproduced2Shinya Maeda2017-05-291-0/+24
| * | | | | | | | Revert "Reproduced"Shinya Maeda2017-05-292-26/+1
| * | | | | | | | ReproducedShinya Maeda2017-05-292-1/+26
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch '32677-migrations-using-update_column_in_batches-must-have-a-spe...Robert Speicher2017-05-2915-11/+151
|\ \ \ \ \ \ \ \
| * | | | | | | | Disable Migration/UpdateColumnInBatches for old migrations32677-migrations-using-update_column_in_batches-must-have-a-specRémy Coutable2017-05-2911-9/+10
| * | | | | | | | New Migration/UpdateColumnInBatches copRémy Coutable2017-05-294-2/+141