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
path: root/app
AgeCommit message (Collapse)Author
2017-02-21Merge branch 'commit-search-ui-fix' into 'master' Annabel Dunstone Gray
Fix the commit search UI Closes gitlab-ee#1765 See merge request !9411
2017-02-21Merge branch 'rename-retry-failed-pipeline-to-retry' into 'master' Filipa Lacerda
Rename retry failed button on pipeline page to just retry See merge request !9369
2017-02-21Merge branch 'sh-delete-user-permission-check' into 'master' Stan Hu
Add user deletion permission check in `Users::DestroyService` See merge request !8974
2017-02-21Merge branch '28389-ux-problem-with-pipeline-coverage-placeholder' into ↵Annabel Dunstone Gray
'master' Changed coverage reg expression placeholder text to be more like a placeholder Closes #28389 See merge request !9407
2017-02-21Merge branch '26879-fix-preselected-namespace-when-creating-project' into ↵Rémy Coutable
'master' Fix preselected namespace when creating a project Closes #26879 See merge request !9389
2017-02-21Fix broken testFilipa Lacerda
2017-02-21Merge branch 'group-memebrs-owner-level' into 'master'Sean McGivern
Added ability to change user permissions in group to owner Closes #28233 See merge request !9299
2017-02-21Merge branch 'snippets-search' into 'master'Sean McGivern
Fixed alignment of snippet search results Closes #26832 See merge request !9228
2017-02-21Fix preselected namespace when creating a projectDavid Piegza
2017-02-21fix more testsdimitrieh
2017-02-21Merge branch '28186-long-group-names-overflow-out-of-todos-view' into 'master' Filipa Lacerda
Truncate long title text on Todo items Closes #28186 See merge request !9311
2017-02-21Fix the commit search UIPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/1765
2017-02-21Merge branch 'dropdown-loading-class-add' into 'master' Filipa Lacerda
Changes when loading indicator is added to dropdown See merge request !9345
2017-02-21changed changelog text to be normal casedimitrieh
2017-02-21Changed coverage reg expression placeholder text to be more like a placeholderdimitrieh
2017-02-21Merge branch '28357-colon-search' into 'master' Clement Ho
Allow searching issues for strings containing colons Closes #28357 See merge request !9400
2017-02-21Allow searching issues for strings containing colonsSimon Knox
2017-02-21Merge branch '26206-fix-download-dropdown' into 'master' Clement Ho
Set dropdown height fixed to `250px;` and make it scrollable Closes #26206 See merge request !9063
2017-02-20Merge branch '27934-left-align-nav' into 'master' Alfredo Sumaran
Resolve "Left align nav items" Closes #27934 See merge request !9338
2017-02-20Merge branch 'dm-fix-editing-files-on-forks-quick' into 'master' Robert Speicher
Fix issue where files on a fork could not be edited Closes #28188 See merge request !9349
2017-02-20Merge branch 'authentiq-backchannel-logout' into 'master' Douwe Maan
Remote logout functionality on Authentiq OAuth provider See merge request !9381
2017-02-20Added support for Authentiq Back-Channel LogoutAlexandros Keramidas
2017-02-20Fixed eslint errorPhil Hughes
2017-02-20Merge branch 'zj-improve-performance-user-agent-details' into 'master' Rémy Coutable
Improve performance of User Agent Detail See merge request !9129
2017-02-20Add user deletion permission check in `Users::DestroyService`Stan Hu
We saw from a recent incident that the `Users::DestroyService` would attempt to delete a user over and over. Revoking the permissions from the current user did not help. We should ensure that the current user does, in fact, have permissions to delete the user. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-20fixed specs + docsdimitrieh
2017-02-20Improve performance of User Agent DetailZ.J. van de Weg
2017-02-20Merge branch '21240_snippets_line_ending' into 'master' Sean McGivern
Download snippets with LF line-endings by default Closes #21240 See merge request !8999
2017-02-20Merge branch 'sh-fix-project-team-truncation-in-destroy' into 'master' Rémy Coutable
Prevent project team from being truncated too early during project destruction See merge request !9361
2017-02-20Truncate long title text on Todo itemsSam Rose
2017-02-20Merge branch '28082-deleted-branch-event-404' into 'master'Rémy Coutable
Remove Link from Push Events for deleted branches Closes #28082 See merge request !9203
2017-02-20Changes when loading indicator is added to dropdownPhil Hughes
Previously it was added when you started typing. But there is actually a delay before sending any requests which meant the loading icon was visible but it wasn't actually loading anything
2017-02-20Merge branch ↵Rémy Coutable
'fix_sidekiq_concurrency_warning_message_in_admin_background_job_page' into 'master' fix incorrect sidekiq concurrency count in admin background page Closes #19862 See merge request !9359
2017-02-20Rename retry failed button on pipeline page to just retrydimitrieh
2017-02-20Merge branch 'remove-imports-loader-window-bind' into 'master' Filipa Lacerda
Remove window-binding hack with imports-loader See merge request !9123
2017-02-20Merge branch '28295-mr-loading-icon' into 'master' Filipa Lacerda
fix MR jobs loading icon visibility Closes #28295 See merge request !9324
2017-02-20Merge branch 'patch-13' into 'master'Rémy Coutable
exclude rpc_pipefs from system disk info See merge request !9355
2017-02-20Download snippets with LF line-endings by defaultJarka Kadlecova
2017-02-19Prevent project team from being truncated too early during project destructionStan Hu
There are two issues with truncating the project team early: 1. `Projects::UnlinkForkService` may not close merge requests properly since permissions may be revoked early. 2. If an error is encountered during flushing of caches, then the user will lose all privileges, possibly causing an issue on deletion on retry.
2017-02-19loading icon sometimes toggled alongside MR pipeline contentsSimon Knox
unbind existing listenerss and remove duplicate MiniPipelineGraph init
2017-02-19fix failed spec because haml_lintwendy0402
2017-02-19fix incorrect sidekiq concurrency count in admin background pagewendy0402
2017-02-18Merge branch 'add-additional-checks-to-ca-data' into 'master' Jacob Schatz
Small improvements for Cycle Analytics See merge request !9153
2017-02-18exclude rpc_pipefs from system disc infoBen Bodenmiller
2017-02-18Merge branch '25465-todo-done-clicking-is-kind-of-unsafe' into 'master' Clement Ho
Todo done clicking is kind of unusable. Closes #25465 See merge request !8691
2017-02-18Merge branch 'global-dropdown-edits' into 'master' Alfredo Sumaran
Global dropdown edits See merge request !9336
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-02-18Merge branch '23819-fix-milestone-counters-to-top-right-of-panel-headings' ↵Clement Ho
into 'master' Fix position of milestone panel counters Closes #23819 See merge request !7842
2017-02-18Merge branch '28353-little-grammar-issue' into 'master' Annabel Dunstone Gray
Fix grammar issue in admin/runners Closes #28353 See merge request !9344
2017-02-18Merge branch 'remove-issue-and-mr-counts-from-labels-page' into 'master' Stan Hu
Remove issue and MR counts from label index Closes #25413 See merge request !9332