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
2017-06-05Merge branch '30469-convdev-index' into 'master'Sean McGivern
ConvDev Index Closes #30469 See merge request !11377
2017-06-02Merge branch 'winh-styled-people-search-bar' into 'master'Tim Zallmann
Style people in issuable search bar Closes #30468 See merge request !11402
2017-06-02Merge branch '31511-jira-settings' into 'master'Sean McGivern
Simplify test&save actions when setting a service integration Closes #31511 See merge request !11599
2017-06-02Move clear search button out of issuable search barwinh
2017-06-02Minor refactor based on review feedbackkushalpandya
2017-06-02Show current user immediately in issuable filtersWinnie Hellmann
2017-06-01Add Conversational Development Index page to admin panelTaurie Davis, Simon Knox and Adam Niedzielski
2017-06-01Add support for required input validationkushalpandya
2017-06-01simplify test&save actions when setting a service integrationJarka Kadlecova
2017-05-30Merge branch 'back-port-locked-milestones-to-ce' into 'master'Phil Hughes
`canEdit` changes for conditional remove button on filtered search -- EE backport Closes gitlab-ee#2433 See merge request !11696
2017-05-30Merge branch ↵Douwe Maan
'19107-404-when-creating-new-milestone-or-issue-for-project-that-has-issues-disabled' into 'master' 'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled Closes #19107 See merge request !11754
2017-05-30Update looks job logFilipa Lacerda
2017-05-30Merge branch '2472-assignee-dropdown-does-not-display-selected-assignee-ce' ↵Phil Hughes
into 'master' Assignee dropdown does not display selected assignee Closes #2472 See merge request !11744
2017-05-30'New issue'/'New merge request' dropdowns should show only projects with ↵blackst0ne
issues/merge requests feature enabled
2017-05-27Backport MR from EEClement Ho
2017-05-26Merge branch ↵Fatih Acet
'32447-remove-source-branch-is-displayed-to-mergers-who-cannot-actually-delete-the-source-branch-from-a-forked-project' into 'master' Disable "Remove source branch" in MR Widget for users who can't remove, and re-add checkbox to MR form Closes #32447 and #32907 See merge request !11558
2017-05-26More consistent padding of notes, system notes, and note formDouwe Maan
2017-05-26Merge branch 'issuable-form-create-label-sub-groups' into 'master'Filipa Lacerda
Fixed create new label form in issue form not working for sub-group projects Closes #32906 See merge request !11703
2017-05-26Backport canEdit changes for conditional remove buttonEric Eastwood
Backport Fix locked milestone in boards being remove-able. See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1963 Fix https://gitlab.com/gitlab-org/gitlab-ee/issues/2433 Conflicts: app/assets/javascripts/boards/boards_bundle.js app/assets/javascripts/boards/filtered_search_boards.js app/assets/javascripts/filtered_search/filtered_search_manager.js spec/features/boards/boards_spec.rb
2017-05-25Merge branch '32801-fix-discussion-header-wrapping-in-parallel-diff' into ↵Annabel Dunstone Gray
'master' Fix note header author and time ago wrapping in parallel diff Closes #32801 See merge request !11702
2017-05-25Merge branch 'revert-b0498c17' into 'master'Robert Speicher
Refactor `DynamicPathValidator` and `GitLab::Regex` some more See merge request !11693
2017-05-25Merge branch '17848-web-hook-logging' into 'master'Dmitriy Zaporozhets
Implement Web Hooks calls logging Closes #17848 See merge request !11027
2017-05-25Fixed create new label form in issue form not working for sub-group projectsPhil Hughes
Closes #32906
2017-05-25Implement web hooks loggingAlexander Randa
* implemented logging of project and system web hooks * implemented UI for user area (project hooks) * implemented UI for admin area (system hooks) * implemented retry of logged webhook * NOT imeplemented log remover
2017-05-25Fix note header author and time ago wrapping in parallel diffEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32801
2017-05-24Revert "Remove changes that are not absolutely necessary"Douwe Maan
This reverts commit b0498c176fa134761d899c9b369be12f1ca789c5
2017-05-24Merge branch '32170-assignees-spinner' into 'master'Phil Hughes
show loading indicator while waiting for assignees first fetch Closes #32170 See merge request !11434
2017-05-24add loading spinner to sidebar assigneesSimon Knox
store isFetching state to indicate if assignees has initial data
2017-05-24Fix user and issues autocomplete in diff notesKushal Pandya
2017-05-24Merge branch ↵Phil Hughes
'32563-remove-duplicated-config-code-for-filtered-search-dropdowns' into 'master' Resolve "Remove duplicated config code for filtered search dropdowns" Closes #32563 See merge request !11512
2017-05-22Upgrade Remove Source Branch checkbox UX.Bryce Johnson
2017-05-22Adds new icon for CI skipped statusFilipa Lacerda
2017-05-22Show password field mask while editing service settingsKushal Pandya
2017-05-19Merge branch '32536-mr-widget-performance-improvements' into 'master'Fatih Acet
Load improvements related to MR widget See merge request !11518
2017-05-19Fix system note comparison and standardize note setupEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32551
2017-05-19Stop loading MergeRequestEntity data on sidebar requestOswaldo Ferreira
2017-05-18Remove duplicated codeClement Ho
2017-05-18Merge branch '32449-fix-note-comparison-trailing-newline-edge-case' into ↵Phil Hughes
'master' Fix note flicker with note you can't edit and trailing new line edge case Closes #32449 See merge request !11472
2017-05-18Fix missing .original-note-content and trailing new line edge caseEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32449
2017-05-18Disable reference prefixes in notes for SnippetsSam Rose
2017-05-17Convert fa-history to svg; tweak alignmentAnnabel Dunstone Gray
2017-05-17Merge branch 'acet-mr-widget-nothing-to-commit-state' into 'master' Filipa Lacerda
MRWidget: Implement new design for nothing to commit state. Closes #29320 See merge request !11266
2017-05-17Merge branch 'ability_to_cancel_attaching_file' into 'master' Douwe Maan
Add an ability to cancel attaching file and redesign attaching files UI Closes #15611, #24270, and #28905 See merge request !9431
2017-05-16Merge branch 'bvl-rename-build-events-to-job-events' into 'master' Douwe Maan
Rename `build_events` to `job_events` Closes #31620 See merge request !11287
2017-05-16MRWidget: Implement new design for nothing to commit state.Fatih Acet
2017-05-16Add an ability to cancel attaching file and redesign attaching files UIblackst0ne
2017-05-15Merge branch '31902-namespace-recent-searches-to-project' into 'master' Annabel Dunstone Gray
Scope recent searches to project Closes #31902 See merge request !11142
2017-05-15Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan
This reverts merge request !11287
2017-05-15Scope recent searches to projectEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/31902
2017-05-15Rename `build_events` to `job_events` in codeBob Van Landuyt