summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 27574-pipelines-empty-state27574-pipelines-empty-stateFilipa Lacerda2017-03-17118-4458/+4649
|\
| * Merge branch 'fix-unknown-emojis-in-frequently-used-awards' into 'master' Alfredo Sumaran2017-03-173-9/+39
| |\
| | * Protect against unknown emojis in frequently used listfix-unknown-emojis-in-frequently-used-awardsEric Eastwood2017-03-163-9/+39
| * | Merge branch 'fix-double-click-token-name' into 'master' Alfredo Sumaran2017-03-171-1/+1
| |\ \
| | * | Fix double click token namefix-double-click-token-nameClement Ho2017-03-161-1/+1
| * | | Merge branch 'compare-remote-search' into 'master' Alfredo Sumaran2017-03-161-2/+3
| |\ \ \
| | * | | Enabled remote filter in compare dropdownscompare-remote-searchPhil Hughes2017-03-161-2/+3
| * | | | Merge branch '29560-fix-mr-count-title-spacing' into 'master' Annabel Dunstone Gray2017-03-161-1/+4
| |\ \ \ \
| | * | | | Fix spacing between MR number and title29560-fix-mr-count-title-spacingKushal Pandya2017-03-161-1/+4
| | |/ / /
| * | | | Merge branch 'cycle-analytics-commit-icon' into 'master' Annabel Dunstone Gray2017-03-161-6/+4
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Fixed commit icon size in cycle analyitcscycle-analytics-commit-iconPhil Hughes2017-03-161-6/+4
| * | | | Merge branch '29228-update-award-emoji-native-unicode-alignment' into 'master' Annabel Dunstone Gray2017-03-161-6/+10
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Update award emoji button native emoji alignment29228-update-award-emoji-native-unicode-alignmentEric Eastwood2017-03-161-6/+10
| * | | | Fixed search not working in issue boards modalfixed-issue-boards-modal-not-searchingPhil Hughes2017-03-161-1/+1
| | |_|/ | |/| |
| * | | Merge branch '27114-add-undo-mark-all-as-done-to-todos' into 'master' Filipa Lacerda2017-03-161-25/+42
| |\ \ \
| | * | | Add 'Undo mark all as done' to TodosJacopo2017-03-161-25/+42
| * | | | Fixed eslintissue-boards-modal-filter-barPhil Hughes2017-03-162-18/+18
| * | | | Moved reduce function to a utilPhil Hughes2017-03-166-45/+39
| * | | | Updated specs to check that the token is correctly addedPhil Hughes2017-03-161-2/+1
| * | | | Fixed search specsPhil Hughes2017-03-162-2/+4
| * | | | Fixed eslint errorsPhil Hughes2017-03-1610-38/+46
| * | | | Created a container class for filtered searchPhil Hughes2017-03-168-27/+53
| * | | | Added filter bar into add issues modalPhil Hughes2017-03-1611-293/+41
| | |_|/ | |/| |
| * | | Merge branch 'pipeline-tooltips-overflow' into 'master' Filipa Lacerda2017-03-161-0/+4
| |\ \ \
| | * | | Fixed pipeline action tooltips being cut offpipeline-tooltips-overflowPhil Hughes2017-03-151-0/+4
| * | | | Adds pipeline mini-graph to system information box in Commit ViewFilipa Lacerda2017-03-162-1/+36
| * | | | Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master'Stan Hu2017-03-151-1/+0
| * | | | Merge branch 'better-priority-sorting' into 'master' Douwe Maan2017-03-153-1/+14
| |\ \ \ \
| | * | | | Allow filtering by all started milestonesbetter-priority-sortingSean McGivern2017-03-153-1/+14
| | |/ / /
| * | | | Merge branch '27174-filter-filters' into 'master' Clement Ho2017-03-152-13/+19
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | prevent filtering Issues by multiple milestones, authors, or assignees27174-filter-filtersSimon Knox2017-03-112-13/+19
| * | | | Merge branch 'dm-copy-code-as-gfm' into 'master' Sean McGivern2017-03-151-12/+53
| |\ \ \ \
| | * | | | Remove selectionToGFMdm-copy-code-as-gfmDouwe Maan2017-03-141-7/+0
| | * | | | Copy code as GFM from diffs, blobs and GFM code blocksDouwe Maan2017-03-141-12/+60
| * | | | | Merge branch 'filter-search-scrollbar' into 'master' Clement Ho2017-03-151-1/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | don't show scrollbar on search field unless necessaryfilter-search-scrollbarSimon Knox2017-03-111-1/+1
| * | | | | 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-153-0/+67
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Toggle project name if too long28187-project-name-cut-off-with-nested-groupsSam Rose2017-03-133-0/+67
| * | | | | | Merge branch 'issue-boards-new-search-bar' into 'master' Filipa Lacerda2017-03-1413-67/+129
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | 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-085-21/+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