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-24Merge branch 'better-priority-sorting' into 'master'Douwe Maan
Better priority sorting Closes #28754 See merge request !9938
2017-03-21Merge branch 'clear-page-param-after-filter-in-add-issues-modal' into 'master' Alfredo Sumaran
Reset issue boards add issues modal page when filtering Closes #29616 See merge request !10039
2017-03-06Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov
2017-03-06Fixed issue when dragging a issue to the bottom when count element is visiblePhil Hughes
2017-03-05Remove .es6 from file extensions (!9241)winniehell
2017-03-03Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov
2017-03-01Moved issue boards new issue form templatePhil Hughes
2017-02-27Fixed JS conflictsPhil Hughes
2017-02-27Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov
2017-02-25Merge branch 'moving-issue-with-two-list-labels' into 'master' Alfredo Sumaran
Removes label from previous list Closes #28484 See merge request !9418
2017-02-24Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov
2017-02-23Fixed eslint errorsPhil Hughes
2017-02-23Issue boards card in JSPhil Hughes
Moved the issue boards card template into the JS. This helps to improve the code coverage & will eventually make it easier to move this to .vue files
2017-02-22Merge branch 'add-issues-tooltip' into 'master' Alfredo Sumaran
Added tooltip to add issues button on issue boards Closes #27985 See merge request !9142
2017-02-21Removes label from previous listPhil Hughes
When dragging an issue to a list that it already exists in it was previously not removing the label for the list it was moving from. This changes that to make that API call. Closes #28484
2017-02-21Added tooltip to add issues button on issue boardsPhil Hughes
Closes #27985
2017-02-20remove unneeded eslint exceptionsMike Greiling
2017-02-20remove require.context from boards_bundleMike Greiling
2017-02-17Added JS specsPhil Hughes
2017-02-17eslint fixPhil Hughes
2017-02-17Added ordering feature specsPhil Hughes
2017-02-17Fixed bug when dragging issue to first indexPhil Hughes
The was actually stopping the issue from being added at the correct index & would instead be added to the end of the array
2017-02-17Frontend updates to positioning the issue in listsPhil Hughes
2017-02-17Allow issues in boards to be orderedDouwe Maan
2017-02-16Merge branch 'add-issues-button-disable' into 'master' Fatih Acet
Disables add issue button Closes #27931 See merge request !9100
2017-02-14Fix timezone on issue boards due dateFelipe Artur
2017-02-09Disables add issue buttonPhil Hughes
Previously was disabled until any list was present (except for done) this now takes into account the welcome blank state Closes #27931
2017-02-09Merge branch 'remove-jquery-ui-datepicker' into 'master' Jacob Schatz
Removed jQuery UI datepicker See merge request !8421
2017-02-09Merge branch 'remove-jquery-ui-sortable' into 'master' Jacob Schatz
Removed jQuery UI sortable See merge request !8478
2017-02-07Merge branch 'fe-commit-mr-pipelines' into 'master' Fatih Acet
Use vue.js Pipelines table in commit and merge request view Closes #27141 See merge request !8844
2017-02-06Fixed eslintPhil Hughes
2017-02-06Merge branch 'master' into issues-modal-filtersPhil Hughes
2017-02-06Removed jQuery UI sortablePhil Hughes
2017-02-06Removed jQuery UI datepickerPhil Hughes
Part of #18437 to remove jQuery UI. This removes the datepicker
2017-02-04Merge branch 'master' into fe-commit-mr-pipelinesFilipa Lacerda
* master: (76 commits) fix failing test fix Vue warnings for missing element [ci skip] UX Guide: Button placement in groups 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 redirection from http://someproject.git to http://someproject consistently use single quotes allow application.js to require other scripts which start with application* DRY with Gitlab.config.webpack.dev_server references disable webpack proxy in rspec environment due to conflicts with webmock gem remove changes to Procfile configure webpack dev server port via environment variable add rack middleware to proxy webpack dev server remove dev-server config from development environment Document that the retro and kickoff notes are public add CHAGELOG.md entry for webpack branch fix failing rspec build fix test failure for merge request widget ...
2017-02-04fix Vue warnings for missing elementMike Greiling
2017-02-03Merge branch 'master' into fe-commit-mr-pipelinesFilipa Lacerda
* master: (65 commits) Fixed eslint test failure 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 ...
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-03Fixed eslint errorsPhil Hughes
2017-02-03Show empty state if filter returns empty resultsPhil Hughes
2017-02-03Resets modal filters when closingPhil Hughes
2017-02-03Passes through the correct endpointsPhil Hughes
2017-02-03Added all filtersPhil Hughes
2017-02-03Added user filter componentPhil Hughes
2017-02-03Hardcoded author, assignee & milestone dropdownsPhil Hughes
2017-02-03Started adding filters to issues modalPhil Hughes
2017-02-03Fixed adding to list bugPhil Hughes
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