summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
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
* Merge branch '29414-fix-toggle-disccusion-link-jump-pick-into-9-0' into ↵Alfredo Sumaran2017-03-151-1/+6
|\ | | | | | | | | | | | | | | | | | | 'master' Fix link togglers jumping to top Closes #29414 See merge request !9943
| * Fix link togglers jumping to top29414-fix-toggle-disccusion-link-jump-pick-into-9-0Eric Eastwood2017-03-141-1/+6
| | | | | | | | Fix #29414
* | Merge branch '28187-project-name-cut-off-with-nested-groups' into 'master' Alfredo Sumaran2017-03-152-0/+45
|\ \ | | | | | | | | | | | | | | | | | | Toggle long Project names Closes #28187 See merge request !9501
| * | Toggle project name if too long28187-project-name-cut-off-with-nested-groupsSam Rose2017-03-132-0/+45
| | |
* | | Merge branch 'issue-boards-new-search-bar' into 'master' Filipa Lacerda2017-03-1412-66/+124
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Added filtered search bar to issue boards Closes #28312 See merge request !9757
| * | 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
| * | Removed previous filter codePhil Hughes2017-03-083-28/+3
| | |
| * | 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
| | |
| * | Handle clear search asyncPhil Hughes2017-03-081-0/+5
| | |
| * | 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-082-3/+10
| | |
| * | Updates the URLPhil Hughes2017-03-082-1/+2
| | |
| * | Changed storePhil Hughes2017-03-086-20/+40
| | | | | | | | | | | | Async updates the boards when searching
| * | Added filtered search bar to issue boardsPhil Hughes2017-03-083-2/+10
| | | | | | | | | | | | Closes #28312
* | | Update API on frontend to use v428864-use-the-v4-api-from-the-frontendSam Rose2017-03-143-8/+8
| | | | | | | | | | | | Use options object to pass params for project endpoint
* | | Use a button and a post request instead of UJS links - part 1 - EnvironmentsFilipa Lacerda2017-03-1415-117/+239
| | |
* | | Fix missing blob line permalink updater on blob:showfix-missing-blob-permalink-updater-on-blob-showEric Eastwood2017-03-131-23/+21
| | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9461#note_25288831
* | | Merge branch 'remove-iifes-1' into 'master' 29399-add-documentation-workflow-to-ciAlfredo Sumaran2017-03-1335-3748/+3683
|\ \ \ | | | | | | | | | | | | | | | | Remove IIFEs for several JS files - Part 1 See merge request !9884
| * | | fix broken variable referenceremove-iifes-1Mike Greiling2017-03-131-1/+1
| | | |
| * | | remove IIFEs in preparation for ES module refactorMike Greiling2017-03-1335-3748/+3683
| | | |
* | | | Organize our polyfills and standardize on core-jsMike Greiling2017-03-1319-113/+72
| | | |
* | | | Merge branch '19742-permalink-blame-button-line-number-hash-links' into ↵Alfredo Sumaran2017-03-133-11/+44
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Update permalink/blame buttons with line number fragment hash Closes #19742 See merge request !9461
| * | | | Update permalink/blame buttons with line number fragment hash19742-permalink-blame-button-line-number-hash-linksEric Eastwood2017-03-133-11/+44
| | |_|/ | |/| | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/19742
* | | | Merge branch '25515-delegate-single-discussion-to-new-issue' into 'master' Douwe Maan2017-03-132-1/+31
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Create a new issue for a single discussion See merge request !8266
| * | | Renamed `.js.es6` to `.js`Bob Van Landuyt2017-03-131-0/+0
| | | |
| * | | Delegate a single discussion to a new issueBob Van Landuyt2017-03-132-1/+31
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge branch '24501-new-file-existing-branch' into 'master'Sean McGivern2017-03-136-8/+274
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | New file from interface on existing branch Closes #24501 See merge request !8427
| * | | New file from interface on existing branchJacopo2017-03-136-8/+274
| |/ / | | | | | | | | | | | | | | | 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.
* | | Merge branch '27114-add-undo-to-todos-in-the-done-tab' into 'master' Sean McGivern2017-03-131-122/+122
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add 'Undo' to Todos in the Done tab Closes #27114 See merge request !8782
| * | | Add 'Undo' to Todos in the Done tabJacopo2017-03-101-122/+122
| | | | | | | | | | | | | | | | | | | | | | | | Added the ability to 'Undo' the todos marked complete in the 'Done' tab of the Todo dashboard. Added the ability to 'Undo mark all as done' todos marked complete with 'Mark all as done' in the 'Todo' tab of the Todo dashboard.
* | | | Simplify selector28385-27189-tech-debt-dropdownFilipa Lacerda2017-03-101-1/+1
| |/ / |/| |
* | | Merge branch 'add-frequently-used-emojis-back-to-menu' into 'master' Filipa Lacerda2017-03-101-18/+12
|\ \ \ | | | | | | | | | | | | | | | | Add frequently used emojis back to awards menu See merge request !9843
| * | | Add frequently used emojis back to awards menuadd-frequently-used-emojis-back-to-menuEric Eastwood2017-03-091-18/+12
| | | | | | | | | | | | | | | | Thanks @filipa for the shout`
* | | | Merge branch '24166-close-builds-dropdown' into 'master' Clement Ho2017-03-103-73/+90
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent dropdown from closing when user clicks in a build. Closes #24166 See merge request !9834
| * | | | Target all build links inside a dropdown. Use jQuery to handle event delegation.Filipa Lacerda2017-03-092-4/+8
| | | | |
| * | | | Use harmony syntax instead of cjsFilipa Lacerda2017-03-091-2/+2
| | | | |
| * | | | Uses vanilla JS to listen to click eventFilipa Lacerda2017-03-093-88/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes `:visible` from selector Adds CHANGELOG entry Removes iife
| * | | | Prevent dropdown from closing when user clicks in a build.Filipa Lacerda2017-03-091-0/+16
| | |/ / | |/| |
* | | | Merge branch '27899-fix-diff-view-comment-form-placement' into 'master'Jacob Schatz2017-03-091-2/+8
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Get view type based on diff_view Cookie Closes #27899 See merge request !9821
| * | | Get view type based on diff_view Cookie27899-fix-diff-view-comment-form-placementAlfredo Sumaran2017-03-081-2/+8
| | | | | | | | | | | | | | | | This is because we need to persist the same view type across tabs
* | | | Merge branch 'update-native-unicode-emojis-with-harmony-modules' into 'master' Filipa Lacerda2017-03-098-350/+360
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update emojis to use harmony modules (import/export) See merge request !9784
| * | | | Update emojis to use harmony modules (import/export)update-native-unicode-emojis-with-harmony-modulesEric Eastwood2017-03-088-350/+360
| |/ / /
* | | | Merge branch '28030-infinite-offset' into 'master' Filipa Lacerda2017-03-092-2/+13
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | respect offset and limit query params for infinite lists Closes #28030 See merge request !9540
| * | | respect offset and limit query params for infinite lists28030-infinite-offsetSimon Knox2017-03-092-2/+13
| |/ /