summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards
Commit message (Collapse)AuthorAgeFilesLines
* Fixed eslintboards-blank-state-template-in-jsPhil Hughes2017-03-161-0/+1
|
* Catches errors when generating listsPhil Hughes2017-03-161-0/+7
|
* Issue boards blank state template in JS filePhil Hughes2017-03-152-46/+70
| | | | Aim to eventually go to vue files
* added eventhub to emit update tokens eventissue-boards-new-search-barPhil Hughes2017-03-143-3/+9
|
* Use reduce instead of a forEachPhil Hughes2017-03-095-11/+34
| | | | | Changed an isArray check to use -1 Added comment to boards search manager to explain behaviour
* Fixed up boards filter spec due to CSS classes changingPhil Hughes2017-03-081-1/+2
| | | | Also fixed issue with Vue resource encoding + in search term
* Fixed eslint errorsPhil Hughes2017-03-082-2/+1
|
* Updated specsPhil Hughes2017-03-084-20/+29
|
* Make changing the URL optional - future proof ourselves for the modal windowPhil Hughes2017-03-082-5/+9
|
* Stop droplab from destroying itself is handled asyncPhil Hughes2017-03-081-1/+2
|
* Updates the URLPhil Hughes2017-03-082-1/+2
|
* Changed storePhil Hughes2017-03-085-18/+34
| | | | Async updates the boards when searching
* Added filtered search bar to issue boardsPhil Hughes2017-03-083-2/+10
| | | | Closes #28312
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-03-0631-0/+0
|\
| * Remove .es6 from file extensions (!9241)winniehell2017-03-0531-0/+0
| |
* | Fixed issue when dragging a issue to the bottom when count element is visiblePhil Hughes2017-03-061-1/+5
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-03-034-69/+106
|\ \ | |/
| * Moved issue boards new issue form templatePhil Hughes2017-03-014-69/+106
| |
* | Fixed JS conflictsPhil Hughes2017-02-271-13/+6
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-02-275-64/+87
|\ \ | |/
| * Merge branch 'moving-issue-with-two-list-labels' into 'master' Alfredo Sumaran2017-02-242-5/+12
| |\ | | | | | | | | | | | | | | | | | | Removes label from previous list Closes #28484 See merge request !9418
| | * Removes label from previous listmoving-issue-with-two-list-labelsPhil Hughes2017-02-212-5/+12
| | | | | | | | | | | | | | | | | | 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
| * | Fixed eslint errorsboards-card-template-to-jsPhil Hughes2017-02-231-8/+8
| | |
| * | Issue boards card in JSPhil Hughes2017-02-233-63/+71
| | | | | | | | | | | | | | | | | | 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
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-02-241-11/+51
|\ \ \ | |/ /
| * | Merge branch 'add-issues-tooltip' into 'master' Alfredo Sumaran2017-02-221-3/+39
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Added tooltip to add issues button on issue boards Closes #27985 See merge request !9142
| | * | Added tooltip to add issues button on issue boardsPhil Hughes2017-02-211-3/+39
| | |/ | | | | | | | | | Closes #27985
| * | remove unneeded eslint exceptionsremove-require-context-boards-bundleMike Greiling2017-02-201-1/+1
| | |
| * | remove require.context from boards_bundleMike Greiling2017-02-201-7/+11
| |/
* | Added JS specsPhil Hughes2017-02-172-3/+3
| |
* | eslint fixPhil Hughes2017-02-171-1/+1
| |
* | Added ordering feature specsPhil Hughes2017-02-173-6/+9
| |
* | Fixed bug when dragging issue to first indexPhil Hughes2017-02-171-5/+10
| | | | | | | | The was actually stopping the issue from being added at the correct index & would instead be added to the end of the array
* | Frontend updates to positioning the issue in listsPhil Hughes2017-02-175-34/+16
| |
* | Allow issues in boards to be orderedDouwe Maan2017-02-174-4/+35
|/
* Merge branch 'add-issues-button-disable' into 'master' Fatih Acet2017-02-161-1/+1
|\ | | | | | | | | | | | | Disables add issue button Closes #27931 See merge request !9100
| * Disables add issue buttonadd-issues-button-disablePhil Hughes2017-02-091-1/+1
| | | | | | | | | | | | Previously was disabled until any list was present (except for done) this now takes into account the welcome blank state Closes #27931
* | Fix timezone on issue boards due dateissue_27317Felipe Artur2017-02-141-1/+1
|/
* Merge branch 'remove-jquery-ui-datepicker' into 'master' Jacob Schatz2017-02-081-1/+2
|\ | | | | | | | | Removed jQuery UI datepicker See merge request !8421
| * Removed jQuery UI datepickerPhil Hughes2017-02-061-1/+2
| | | | | | | | Part of #18437 to remove jQuery UI. This removes the datepicker
* | Merge branch 'remove-jquery-ui-sortable' into 'master' Jacob Schatz2017-02-082-120/+0
|\ \ | | | | | | | | | | | | Removed jQuery UI sortable See merge request !8478
| * | Removed jQuery UI sortableremove-jquery-ui-sortablePhil Hughes2017-02-062-120/+0
| |/
* | Merge branch 'fe-commit-mr-pipelines' into 'master' Fatih Acet2017-02-062-11/+1
|\ \ | | | | | | | | | | | | | | | | | | Use vue.js Pipelines table in commit and merge request view Closes #27141 See merge request !8844
| * \ Merge branch 'master' into fe-commit-mr-pipelinesFilipa Lacerda2017-02-048-29/+39
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * | Merge branch 'master' into fe-commit-mr-pipelinesFilipa Lacerda2017-02-0321-43/+960
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * | | Use single source of truth for vue_resource_interceptorFilipa Lacerda2017-02-032-11/+1
| | | |
* | | | Fixed eslintPhil Hughes2017-02-062-4/+10
| | | |
* | | | Merge branch 'master' into issues-modal-filtersPhil Hughes2017-02-0612-264/+264
|\ \ \ \ | | |_|/ | |/| |
| * | | fix Vue warnings for missing elementMike Greiling2017-02-031-2/+2
| | | |
| * | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-0321-43/+968
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...