summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards
Commit message (Collapse)AuthorAgeFilesLines
* Remove modal store and mixins from global scope44224-remove-glFilipa Lacerda2018-04-0610-28/+21
|
* Fix more specsFelipe Artur2018-04-051-1/+1
|
* Show issues of subgroups in group-level issue boardFelipe Artur2018-04-055-23/+9
|
* Fix 404 in group boards when moving issue between listsissue_44551Felipe Artur2018-04-031-1/+1
|
* backport dependency import change in issue_card_inner.jsbackport-4006-add-weight-indicator-to-issues-boardDennis Tang2018-03-211-2/+2
|
* Merge branch 'remove-jquery-globals' into 'master'Phil Hughes2018-03-1210-2/+15
|\ | | | | | | | | Require jQuery to be explicitly imported See merge request gitlab-org/gitlab-ce!17674
| * require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-0910-2/+15
| |
* | Move AssigneeTitle vue componentGeorge Tsiolis2018-03-091-1/+1
|/
* Merge branch 'master' into 'issue_38337'Felipe Artur2018-03-062-16/+1
|\ | | | | | | | | # Conflicts: # app/models/group.rb # db/schema.rb
| * Update path for ListLabel modelKushal Pandya2018-03-051-1/+1
| |
| * ListLabel Shared ModelKushal Pandya2018-03-051-15/+0
| |
* | Bring one group board to CEFelipe Artur2018-03-0311-54/+252
|/
* Update class init configKushal Pandya2018-03-011-1/+3
|
* Merge branch 'refactor/move-assignees-vue-component' into 'master'Filipa Lacerda2018-02-281-1/+1
|\ | | | | | | | | Move (Multiple) Assignees vue component See merge request gitlab-org/gitlab-ce!16952
| * Move Assignees vue componentGeorge Tsiolis2018-02-271-1/+1
| |
* | Move EE-specific JavaScript files to ee/app/assets/javascriptsRémy Coutable2018-02-262-5/+7
| |
* | Merge branch 'refactor/move-board-new-issue-vue-component' into 'master'Filipa Lacerda2018-02-263-40/+55
|\ \ | | | | | | | | | | | | Move BoardNewIssue vue component See merge request gitlab-org/gitlab-ce!16947
| * | Move BoardNewIssue vue componentGeorge Tsiolis2018-02-083-40/+55
| | |
* | | Removed named importConstance Okoghenun2018-02-211-2/+2
| | |
* | | Resolved conflicts with masterConstance Okoghenun2018-02-212-2/+3
|\ \ \
| * | | Rest of Dispatcher RefactorJacob Schatz2018-02-211-1/+2
| | | |
| * | | Update to jQuery 3.Jacob Schatz2018-02-201-1/+1
| | | |
* | | | Refactored use of boards/boards_bundle.js, created a dipatcher importConstance Okoghenun2018-02-151-2/+2
|/ / /
* | | Clean new Flash() and stop disabling no-new (eslint) when possibleAndré Luís2018-02-123-7/+6
|/ /
* | Replaced $.get with axois.getnew-list-dropdown-ajax-refactorConstance Okoghenun2018-02-081-3/+4
| |
* | Move BoardList vue component to vue fileGeorge Tsiolis2018-02-062-86/+91
|/
* fix board filter parsing - don't replace encoded + symbols with spacesSimon Knox2018-01-161-1/+1
|
* Merge branch 'main-js-tidy-up' into 'master'Filipa Lacerda2018-01-112-2/+2
|\ | | | | | | | | Tidy up main JS file See merge request gitlab-org/gitlab-ce!16007
| * Tidy up main JS filemain-js-tidy-upPhil Hughes2018-01-102-2/+2
| |
* | Merge branch '34312-eslint-vue-plugin' into 'master'Phil Hughes2018-01-102-18/+42
|\ \ | |/ |/| | | | | | | | | Resolve "Add eslint-vue-plugin to our stack" Closes #34312 See merge request gitlab-org/gitlab-ce!16210
| * Merge branch 'master' into 34312-eslint-vue-pluginFilipa Lacerda2018-01-051-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (78 commits) Use --left-right and --max-count for counting diverging commits API: get participants from merge_requests & issues Copy Mermaid graphs as GFM Rephrase paragraph about e2e tests in merge requests in docs Remove EE only sections from docs Update redis-rack to 2.0.4 Refactor matchers for background migrations Add id to modal.vue to support data-toggle="modal" Allow local tests to use a modified Gitaly Fix specs Use computed prop in expand button Update check.md add deprecation and removal issue to docs Add status attribute to runner api entity Fix typos in a code comment Refactor RelativePositioning so that it can be used by other classes Backport 'Rebase' feature from EE to CE Just try to detect and assign once Fix custom name in branch creation for issue in Firefox Modify `LDAP::Person` to return username value based on attributes ...
| * | [ci skip] Fix more rulesFilipa Lacerda2018-01-051-1/+2
| | |
| * | [ci skip] Fix some rulesFilipa Lacerda2018-01-041-8/+31
| | |
| * | Adds `eslint-plugin-vue`, fixes linter errors and adds docsFilipa Lacerda2018-01-031-9/+9
| | |
* | | Fixing re-ordering of an issue when dragging it to the bottom a long issue ↵David Kuri2018-01-091-1/+1
| |/ |/| | | | | list in the board
* | Fix issue boards scroll config.issue-boards-scrollFatih Acet2018-01-041-1/+1
|/
* Switch boards to AxiosEric Eastwood2018-01-025-65/+61
|
* Resolve "Webpack Roadmap"Constance Okoghenun2017-12-281-1/+1
|
* Merge branch ↵Sean McGivern2017-12-281-1/+0
|\ | | | | | | | | | | | | | | | | 'show_proper_labels_in_board_issue_sidebar_when_issue_is_closed' into 'master' show None when issue is in closed list and no labels assigned Closes #40975 See merge request gitlab-org/gitlab-ce!15976
| * remove the labelChristiaan Van den Poel2017-12-171-1/+0
| |
* | Exported JS classes as modulesph-even-more-es-modulesPhil Hughes2017-12-151-1/+1
|/
* Backport changes from refactor sidebar weight block Vue and move to Issue Boardsce-1379-update-sidebar-weight-to-vue-and-add-to-boardsEric Eastwood2017-12-041-0/+5
| | | | See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3566
* Async notification subscriptions in issue boardsEric Eastwood2017-11-206-28/+100
|
* Export text utils as ES6 modulesFilipa Lacerda2017-11-131-1/+2
|
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox2017-11-011-1/+1
|\ | | | | | | 2518-saved-configuration-for-issue-board
| * Export logo and labels select as ES6 modulesFilipa Lacerda2017-11-011-1/+1
| |
* | apply changes for JS and CSS from gitlab-ee!2912Simon Knox2017-10-312-6/+11
|/ | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2912/
* Revert "Merge branch '2518-saved-configuration-for-issue-board' into 'master'"revert-2573818fDmitriy Zaporozhets2017-10-302-11/+6
| | | This reverts merge request !15009
* Merge branch 'master' into 38869-importer_statusFilipa Lacerda2017-10-302-6/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (51 commits) Move locked check to a guard-clause Ci::Build tag is a trait instead of an own factory [CE backport] Saved configuration for issue board Use the correct project visibility in system hooks Add changelog more readable changelog Make merge_jid handling less stateful in MergeService Fetch the merged branches at once remove extra whitespace use a delegate for `username` to be more future friendly Merging EE doc into CE add changelog entry Avoid using Rugged in Gitlab::Git::Wiki#preview_slug Cache commits on the repository model Remove groups_select from global namespace & simplifies the code Change default disabled merge request widget message to "Merge is not allowed yet" Semi-linear history merge is now available in CE. Remove repetitive karma spec Improve spec to check hidden component Rename to shouldShowUsername ...
| * [CE backport] Saved configuration for issue boardOswaldo Ferreira2017-10-302-6/+11
| |