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-07Add keyboard shortcut to move to file permalinkEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/8082
2017-02-04fix failing testMike Greiling
2017-02-04fix Vue warnings for missing elementMike Greiling
2017-02-04Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: Change window size before visiting page, to get correct scroll position Fix slash commands spec error Move project services to new location under Integrations Move webhooks to new a location under Integrations Fixed eslint test failure Fixed redirection from http://someproject.git to http://someproject Add traits for the different Event types to the Event factory prevent nonewline type diff lines from containing unfolding link ensure linenumber data attribute is correct for the last line in a diff chunk ensure last line in diff block is contained within a table row element ensure click event is bound only once
2017-02-04Merge branch '26300-line-numbers-are-off-in-dynamically-loaded-diff-chunks' ↵Jacob Schatz
into 'master' Resolve "Line numbers are off in dynamically loaded diff chunks" Closes #26300 See merge request !8428
2017-02-04Merge branch 'git_to_html_redirection' into 'master' Sean McGivern
Redirect http://someproject.git to http://someproject Closes #26275 See merge request !8951
2017-02-03Merge branch 'docs/integrations' into 'master' Achilleas Pipinellis
Refactor integrations page documentation See merge request !8966
2017-02-03Merge branch 'eslint-fix' into 'master' Clement Ho
Fixed eslint test failure See merge request !8964
2017-02-03Merge branch ↵Jacob Schatz
'26825-diff-unfolding-within-merge-request-changes-tab-triggers-two-ajax-requests' into 'master' Resolve diff unfolding redundant ajax request Closes #26825 See merge request !8630
2017-02-03Merge branch ↵Jacob Schatz
'26829-diff-unfolding-links-erroneously-present-on-no-newline-lines' into 'master' Prevent "nonewline" type diff lines from showing a diff unfolding link Closes #26829 See merge request !8632
2017-02-03Move project services to new location under IntegrationsAchilleas Pipinellis
2017-02-03Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (181 commits) Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href Disabled add issues button if no lists exist ...
2017-02-03Move webhooks to new a location under IntegrationsAchilleas Pipinellis
2017-02-03Merge branch '25624-anticipate-obstacles-to-removing-turbolinks' into 'master' Jacob Schatz
Remove Turbolinks Closes #25624 See merge request !8570
2017-02-03Merge branch 'add-issues-to-boards' into 'master' Fatih Acet
Add issues to boards list Closes #26205 See merge request !8737
2017-02-03Fixed eslint test failurePhil Hughes
2017-02-03Merge branch 'Add-a-shash-command-for-target-merge-request-branch' into 'master'Sean McGivern
Adds /target_branch slash command functionality for merge requests Closes #23619 See merge request !7216
2017-02-03Merge branch ↵Sean McGivern
'27267-unnecessary-queries-from-projects-dashboard-atom-and-json' into 'master' Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Closes #27267 See merge request !8956
2017-02-03Fixed adding to list bugPhil Hughes
2017-02-03Merge branch '25460-replace-word-users-with-members' into 'master' Clement Ho
replace words user(s) with member(s) Closes #25460 See merge request !8872
2017-02-03Remove unnecessary queries for .atom and .json in ↵Oswaldo Ferreira
Dashboard::ProjectsController#index
2017-02-03Merge branch ↵Annabel Dunstone Gray
'27332-mini-pipeline-graph-with-many-stages-has-no-line-spacing-in-firefox-and-safari' into 'master' Resolve "Mini pipeline graph with many stages has no line spacing in Firefox and Safari" Closes #27332 See merge request !8886
2017-02-03Merge branch '17662-rename-builds' into 'master' Kamil Trzciński
Resolve "Rename "Builds" to "Pipelines", "CI/CD Pipelines", or "Jobs" everywhere" Closes #17662 See merge request !8787
2017-02-03Merge branch 'ref-switcher-perf' into 'master' Jacob Schatz
Improved ref switcher dropdown performance Closes #18202 See merge request !7239
2017-02-03Fixed modal lists dropdown not updating when list is deletedPhil Hughes
2017-02-03Fixed remove btn error after creating new issue in listPhil Hughes
2017-02-03Removed Masonry, instead uses groups of dataPhil Hughes
Added some error handling which reverts the frontend data changes & notifies the user
2017-02-03Uses mixins for repeated functionsPhil Hughes
2017-02-03Props use objects with required & type valuesPhil Hughes
2017-02-03Removes labels instead of closing issue when clicking remove buttonPhil Hughes
2017-02-03Fixed JS lint errorsPhil Hughes
2017-02-03Added webkit CSS propertiesPhil Hughes
2017-02-03Fixed bug with empty state showing after searchPhil Hughes
Fixed users href path being incorrect
2017-02-03Fixed bug where 2 un-selected issues would stay on selected tabPhil Hughes
2017-02-03Fixed DB schemaPhil Hughes
Changed how components are added in objects
2017-02-03Added remove buttonPhil Hughes
2017-02-03Fixed issue link hrefPhil Hughes
2017-02-03Disabled add issues button if no lists existPhil Hughes
2017-02-03Fixed issue with issue not persisting in listPhil Hughes
2017-02-03Fixed up JS testsPhil Hughes
2017-02-03Reuse endpoint to list issues for a list instead of create a new oneDouglas Barbosa Alexandre
2017-02-03Removed backlog frontend codePhil Hughes
2017-02-03Lists dropdown drops upPhil Hughes
2017-02-03Some styling updatesPhil Hughes
Does not remove the issue from the selected tab when it it de-selected, it instead gets purged when changing tab
2017-02-03Fixed some failing lint testsPhil Hughes
2017-02-03Infinite scrollingPhil Hughes
2017-02-03Fixed masonry re-triggering when it didnt need toPhil Hughes
Fixed scroll position being lost
2017-02-03Boards spec update to take into account removed backlogPhil Hughes
2017-02-03Remove backlog lists from board servicesDouglas Barbosa Alexandre
2017-02-03Remove backlog lists from boardsDouglas Barbosa Alexandre