Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-02Merge branch '40274-user-settings-breadcrumbs' into 'master'Sean McGivern
Fix breadcrumbs in User Settings Closes #40274 See merge request gitlab-org/gitlab-ce!16172
2018-01-01Add breadcrumbs to User Settings sub-viewsRob Watson
Closes #40274
2017-12-30Fix 404 error after a user edits an issue description and solves the reCAPTCHAStan Hu
When editing an issue, use the PUT method instead of POST to avoid a 404 after solving the reCAPTCHA. Closes #41445
2017-12-30Merge branch 'fix/profile-settings-content-width' into 'master'Robert Speicher
Adjust content width for User Settings, GPG Keys See merge request gitlab-org/gitlab-ce!16093
2017-12-29Merge branch 'fix/profile-settings-sidebar-heading' into 'master'Robert Speicher
Keep typographic hierarchy in User Settings See merge request gitlab-org/gitlab-ce!16090
2017-12-29Merge branch '41492-mr-comment-fix' into 'master'Sean McGivern
Fix links to old commits in merge request comments Closes #41492 See merge request gitlab-org/gitlab-ce!16152
2017-12-29Fix links to old commits in merge requestsJarka Kadlecová
2017-12-29Merge branch '20035-pause-resume-runners' into 'master'Grzegorz Bizon
Add pause/resume button to project runners Closes #20035 See merge request gitlab-org/gitlab-ce!16032
2017-12-29Keep typographic hierarchy in User SettingsGeorge Tsiolis
- Authentication log - Notifications
2017-12-29Fixed abuse reports link urlmegos
2017-12-29Merge branch 'bump_mysql_gem' into 'master'Robert Speicher
Bumped mysql2 gem version from 0.4.5 to 0.4.10. See merge request gitlab-org/gitlab-ce!16034
2017-12-28Merge branch ↵Sean McGivern
'show_proper_labels_in_board_issue_sidebar_when_issue_is_closed' into 'master' show None when issue is in closed list and no labels assigned Closes #40975 See merge request gitlab-org/gitlab-ce!15976
2017-12-28Update CHANGELOG.md for 10.3.2Tiago Botelho
[ci skip]
2017-12-28Adjust content width for User Settings, GPG KeysGeorge Tsiolis
- Limit content width for fixed layout
2017-12-28Merge branch '24347-dont-post-system-note-when-branch-creation-fails' into ↵Stan Hu
'master' Fix when branch creation fails don't post system note Closes #24347 See merge request gitlab-org/gitlab-ce!16142
2017-12-27Merge branch 'sh-make-kib-human' into 'master'Filipa Lacerda
Humanize the units of "Showing last X KiB of log" in job trace Closes #38613 See merge request gitlab-org/gitlab-ce!16147
2017-12-27Humanize the units of "Showing last X KiB of log" in job traceStan Hu
Closes #38613
2017-12-27Merge branch 'sh-fix-mysql-migration-10-3' into 'master'Grzegorz Bizon
Fix migration for removing orphaned issues.moved_to_id values in MySQL and PostgreSQL Closes #41498 See merge request gitlab-org/gitlab-ce!16141
2017-12-27Add pause/resume button to specific project runnersMario de la Ossa
2017-12-27Fix PostgreSQL implementation of migrationStan Hu
2017-12-27Update CHANGELOG.md for 10.3.1Tiago Botelho
[ci skip]
2017-12-27Fix migration for removing orphaned issues.moved_to_id values in MySQLStan Hu
According to https://dev.mysql.com/doc/refman/5.7/en/update.html, "You cannot update a table and select from the same table in a subquery." Attempting to do so results in the error: ``` Mysql2::Error: Table 'issues' is specified twice, both as a target for 'UPDATE' and as a separate source for data ``` Instead, we can use a LEFT JOIN on the same table to make MySQL do the right thing. Closes #41498
2017-12-26Add changelogOswaldo Ferreira
2017-12-26Fix when branch creation fails don't post system noteMateusz Bajorski
Closes #24347
2017-12-26Merge branch 'sh-handle-anonymous-clones-project-moved' into 'master'Grzegorz Bizon
Fix Error 500s with anonymous clones for a project that has moved Closes #41457 See merge request gitlab-org/gitlab-ce!16128
2017-12-25Merge branch 'sh-catch-invalid-uri-markdown' into 'master'Robert Speicher
Gracefully handle garbled URIs in Markdown Closes #41442 See merge request gitlab-org/gitlab-ce!16123
2017-12-25Fix Error 500s with anonymous clones for a project that has movedStan Hu
Closes #41457
2017-12-24Gracefully handle orphaned write deploy keys in /internal/post_receiveStan Hu
On GitLab.com, there are write deploy keys with no associated users. Pushes with these deploy keys end with an Error 500 since we attempt to look up redirect message. If there is no user, don't attempt to display a redirect message. Closes #41466
2017-12-23Merge branch '32364-updating-slack-notification-not-working-by-api' into ↵Rémy Coutable
'master' Resolve "Updating Slack Notification not working by API" Closes #32364 et #22306 See merge request gitlab-org/gitlab-ce!11435
2017-12-23Merge branch '36782-replace-team-user-role-with-add_role-user-in-specs' into ↵Rémy Coutable
'master' Resolve "Replace '.team << [user, role]' with 'add_role(user)' in specs" Closes #36782 See merge request gitlab-org/gitlab-ce!16069
2017-12-23Gracefully handle garbled URIs in MarkdownStan Hu
There are certain inputs that look like valid URIs that are accepted by URI but not Addressable::URI. Handle the case where the latter fails. Closes #41442
2017-12-22Merge branch 'dm-diff-note-for-line-performance' into 'master'Robert Speicher
Improve performance of DiffDiscussion#truncated_diff_lines and DiffNote#diff_line by removing expensive diff position calculation and comparison Closes #41406 See merge request gitlab-org/gitlab-ce!16111
2017-12-22Merge branch 'fj-revert-event-target-author-preloading' into 'master'Stan Hu
Reverted fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15788 See merge request gitlab-org/gitlab-ce!16118
2017-12-22Extend Cluster Applications to allow installation of PrometheusMayra Cabrera
2017-12-22Merge branch 'dm-issue-move-transaction-error' into 'master'Robert Speicher
Execute project hooks and services after commit when moving an issue Closes #41324 See merge request gitlab-org/gitlab-ce!16108
2017-12-22Improve performance of DiffDiscussion#truncated_diff_lines and ↵Douwe Maan
DiffNote#diff_line by removing expensive diff position calculation and comparison
2017-12-22Reverted fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15788Francisco Javier López
2017-12-22Execute project hooks and services after commit when moving an issueDouwe Maan
2017-12-22Use relative URLs when linking to uploaded filesNick Thomas
2017-12-22Merge branch 'index-namespaces-lower-name' into 'master'Yorick Peterse
Add index on namespaces lower(name) for UsersController#exists Closes #41340 See merge request gitlab-org/gitlab-ce!16059
2017-12-22Support new chat notifications parameters in Services APIMark Fletcher
+ Add support for the new separate channel and events settings * Dry up chat notifications in the service properties definitions
2017-12-22Update CHANGELOG.md for 10.3.0Tiago Botelho
[ci skip]
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-22Bumped mysql2 gem version from 0.4.5 to 0.4.10.asaparov
2017-12-22Merge branch 'fix/last-push-event-widget-layout' into 'master'Clement Ho
Last push event widget width for fixed layout #40268 See merge request gitlab-org/gitlab-ce!15862
2017-12-22Add index on namespaces lower(name) for UsersController#existsGreg Stark
2017-12-22Last push event widget width for fixed layoutGeorge Tsiolis
2017-12-22Merge branch '41268-bump-ruby-to-2-3-6' into 'master'Robert Speicher
Resolve "Bump Ruby to 2.3.6" See merge request gitlab-org/gitlab-ce!16016
2017-12-21Merge branch '33609-hide-pagination' into 'master'Clement Ho
Do not show Vue pagination if only one page Closes #33609 See merge request gitlab-org/gitlab-ce!15999
2017-12-21Merge branch 'jprovazn-search' into 'master'Yorick Peterse
Skip projects filter on merge requests search See merge request gitlab-org/gitlab-ce!15955