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-03-16Fixed commit icon size in cycle analyitcsPhil Hughes
Closes #29536
2017-03-16Fixed eslintPhil Hughes
2017-03-16Moved reduce function to a utilPhil Hughes
Fixed issue with modal window including main search bars tokens
2017-03-16Updated specs to check that the token is correctly addedPhil Hughes
2017-03-16Fixed search specsPhil Hughes
Clean up the events when the modal window is closed
2017-03-16Fixed eslint errorsPhil Hughes
Updated modal filter spec
2017-03-16Created a container class for filtered searchPhil Hughes
This class returns the correct container the filtered search should be run in At the moment it doesn't allow for multiple to be used at once, need to look at a way to fix this [ci skip]
2017-03-16Added filter bar into add issues modalPhil Hughes
[ci skip]
2017-03-16Update award emoji button native emoji alignmentEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29228
2017-03-16Add 'Undo mark all as done' to TodosJacopo
Added the ability to 'Undo mark all as done' todos marked as complete with 'Mark all as done' in the 'Todo' tab of the Todo dashboard. The operation undos only the todo previously marked as done with the 'Mark al as done' button.
2017-03-16Merge branch 'pipeline-tooltips-overflow' into 'master' Filipa Lacerda
Fixed pipeline action tooltips being cut off Closes #29314 See merge request !9960
2017-03-16Adds pipeline mini-graph to system information box in Commit ViewFilipa Lacerda
2017-03-15Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master'Stan Hu
This reverts commit 5e9666880376b3f53edb95cba77b5642d3cc1810, reversing changes made to b35378a938e22f745b6c6ea32b53cb50f9b6c627.
2017-03-15Merge branch 'better-priority-sorting' into 'master' Douwe Maan
Better priority sorting Closes #28754 See merge request !9938
2017-03-15Merge branch '27174-filter-filters' into 'master' Clement Ho
prevent filtering Issues by multiple milestones, authors, or assignees Closes #27174 See merge request !9406
2017-03-15Allow filtering by all started milestonesSean McGivern
2017-03-15Merge branch 'dm-copy-code-as-gfm' into 'master' Sean McGivern
Copy code as GFM from diffs, blobs and GFM code blocks See merge request !9874
2017-03-15Merge branch 'filter-search-scrollbar' into 'master' Clement Ho
don't show scrollbar on search field unless necessary See merge request !9880
2017-03-15Fixed pipeline action tooltips being cut offPhil Hughes
Changed the container for the tooltip to be the body so that the tooltip does not get cut off with the overflow area. This change affects both merge request pipelines table & the pipelines page Closes #29314
2017-03-15Issue boards blank state template in JS filePhil Hughes
Aim to eventually go to vue files
2017-03-15Merge branch '29414-fix-toggle-disccusion-link-jump-pick-into-9-0' into ↵Alfredo Sumaran
'master' Fix link togglers jumping to top Closes #29414 See merge request !9943
2017-03-15Merge branch '28187-project-name-cut-off-with-nested-groups' into 'master' Alfredo Sumaran
Toggle long Project names Closes #28187 See merge request !9501
2017-03-15Remove selectionToGFMDouwe Maan
2017-03-15Copy code as GFM from diffs, blobs and GFM code blocksDouwe Maan
2017-03-14Merge branch 'issue-boards-new-search-bar' into 'master' Filipa Lacerda
Added filtered search bar to issue boards Closes #28312 See merge request !9757
2017-03-14Fix link togglers jumping to topEric Eastwood
Fix #29414
2017-03-14added eventhub to emit update tokens eventPhil Hughes
2017-03-14Update API on frontend to use v4Sam Rose
Use options object to pass params for project endpoint
2017-03-14Use a button and a post request instead of UJS links - part 1 - EnvironmentsFilipa Lacerda
2017-03-14Toggle project name if too longSam Rose
2017-03-14Fix missing blob line permalink updater on blob:showEric Eastwood
See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9461#note_25288831
2017-03-14Merge branch 'remove-iifes-1' into 'master' Alfredo Sumaran
Remove IIFEs for several JS files - Part 1 See merge request !9884
2017-03-14Organize our polyfills and standardize on core-jsMike Greiling
2017-03-13fix broken variable referenceMike Greiling
2017-03-13remove IIFEs in preparation for ES module refactorMike Greiling
2017-03-13Merge branch '19742-permalink-blame-button-line-number-hash-links' into ↵Alfredo Sumaran
'master' Update permalink/blame buttons with line number fragment hash Closes #19742 See merge request !9461
2017-03-13Merge branch '25515-delegate-single-discussion-to-new-issue' into 'master' Douwe Maan
Create a new issue for a single discussion See merge request !8266
2017-03-13Update permalink/blame buttons with line number fragment hashEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/19742
2017-03-13Merge branch '24501-new-file-existing-branch' into 'master'Sean McGivern
New file from interface on existing branch Closes #24501 See merge request !8427
2017-03-13New file from interface on existing branchJacopo
Now you can create a new file and select a target_branch != source_branch. If the file that you want to create already exists on the target branch an error message is shown A glDropdown is used to select and create a new branch instead of a text field.
2017-03-13Merge branch '27114-add-undo-to-todos-in-the-done-tab' into 'master' Sean McGivern
Add 'Undo' to Todos in the Done tab Closes #27114 See merge request !8782
2017-03-13Merge branch '28385-27189-tech-debt-dropdown' into 'master' Fatih Acet
Simplify jQuery selector See merge request !9881
2017-03-13Merge branch '29189-discussion-button' into 'master' Filipa Lacerda
Fix alignment of resolve discussion button Closes #29189 See merge request !9865
2017-03-13Renamed `.js.es6` to `.js`Bob Van Landuyt
2017-03-13Fit 'unresolved discussion widget togetherBob Van Landuyt
2017-03-13Add a button to delegate all discussions in a merge requestBob Van Landuyt
2017-03-13Delegate a single discussion to a new issueBob Van Landuyt
Delegate a discussion in a merge request into a new issue. The discussion wil be marked as resolved and a system note will be added linking to the newly created issue.
2017-03-11Simplify selectorFilipa Lacerda
2017-03-11don't show scrollbar on search field unless necessarySimon Knox
2017-03-11prevent filtering Issues by multiple milestones, authors, or assigneesSimon Knox