summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '29414-fix-toggle-disccusion-link-jump-pick-into-9-0' into 'mast...Alfredo Sumaran2017-03-151-1/+6
|\
| * Fix link togglers jumping to top29414-fix-toggle-disccusion-link-jump-pick-into-9-0Eric Eastwood2017-03-141-1/+6
* | Merge branch '28187-project-name-cut-off-with-nested-groups' into 'master' Alfredo Sumaran2017-03-152-0/+45
|\ \
| * | 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 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
| * | Removed previous filter codePhil Hughes2017-03-083-28/+3
| * | Fixed up boards filter spec due to CSS classes changingPhil Hughes2017-03-081-1/+2
| * | 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
| * | Added filtered search bar to issue boardsPhil Hughes2017-03-083-2/+10
* | | Update API on frontend to use v428864-use-the-v4-api-from-the-frontendSam Rose2017-03-143-8/+8
* | | 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
* | | Merge branch 'remove-iifes-1' into 'master' 29399-add-documentation-workflow-to-ciAlfredo Sumaran2017-03-1335-3748/+3683
|\ \ \
| * | | 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 'mast...Alfredo Sumaran2017-03-133-11/+44
|\ \ \ \
| * | | | Update permalink/blame buttons with line number fragment hash19742-permalink-blame-button-line-number-hash-linksEric Eastwood2017-03-133-11/+44
| | |_|/ | |/| |
* | | | Merge branch '25515-delegate-single-discussion-to-new-issue' into 'master' Douwe Maan2017-03-132-1/+31
|\ \ \ \ | |_|/ / |/| | |
| * | | 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
* | | | Merge branch '24501-new-file-existing-branch' into 'master'Sean McGivern2017-03-136-8/+274
|\ \ \ \ | |_|/ / |/| | |
| * | | New file from interface on existing branchJacopo2017-03-136-8/+274
| |/ /
* | | 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 tabJacopo2017-03-101-122/+122
* | | | 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 menuadd-frequently-used-emojis-back-to-menuEric Eastwood2017-03-091-18/+12
* | | | Merge branch '24166-close-builds-dropdown' into 'master' Clement Ho2017-03-103-73/+90
|\ \ \ \
| * | | | 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
| * | | | 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 Cookie27899-fix-diff-view-comment-form-placementAlfredo Sumaran2017-03-081-2/+8
* | | | 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)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 lists28030-infinite-offsetSimon Knox2017-03-092-2/+13
| |/ /
* | | Merge branch 'es6-class-issue' into 'master' Clement Ho2017-03-082-117/+111
|\ \ \ | |/ / |/| |
| * | Convert Issue into ES6 class (!9636)winniehell2017-03-082-117/+111
| |/
* | Merge branch 'fix-visual-tokens' into 'master' Alfredo Sumaran2017-03-083-22/+43
|\ \