summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Follow-up to !19808: Split up for-loop initializationsgfyoung2018-06-215-18/+12
|
* Changes tab VUE refactoringFelipe Artur2018-06-2177-885/+3978
|
* Merge branch 'sh-fallback-to-first-tab-signin' into 'master'Clement Ho2018-06-201-0/+5
|\ | | | | | | | | Fall back to the first sign-in tab if the local storage value is bad See merge request gitlab-org/gitlab-ce!20050
| * Fall back to the first sign-in tab if the local storage value is badStan Hu2018-06-201-0/+5
| | | | | | | | | | | | | | If `current_signin_tab` is `#crowd`, then no tab will be active. Fix this by using the first available tab. Relates to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20049#note_82996324
* | Merge branch 'jr-48133-web-ide-commit-ellipsis' into 'master'Tim Zallmann2018-06-201-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Web IDE "Commit" button should indicate when there's a subsequent step" Closes #48133 See merge request gitlab-org/gitlab-ce!20030
| * | Add ellipsis to Web IDE commit buttonjr-48133-web-ide-commit-ellipsisJames Ramsay2018-06-201-1/+1
| |/ | | | | | | | | | | The blue shortcut commit button opens the commit interface to actually perform the commit. The ellipsis indicates the button doesn't immediately perform the commit.
* | remove all unused eslint-disable rulesLukas Eipert2018-06-2074-97/+83
|/
* Updated horizontal ellipsis icon for text-expanderConstance Okoghenun2018-06-201-1/+12
|
* Resolve "Branch name status color is not correct anymore"Clement Ho2018-06-191-4/+4
|
* Resolve "Remove “commented” from comment system notes"Constance Okoghenun2018-06-191-1/+0
|
* Merge branch '48050-add-full-commit-sha' into 'master'Tim Zallmann2018-06-182-1/+2
|\ | | | | | | | | | | | | Resolve "Use long sha version in MR widget copy to clipboard button" Closes #48050 See merge request gitlab-org/gitlab-ce!19955
| * Uses long sha version of the merged commit in MR widget copy to clipboard ↵48050-add-full-commit-shaFilipa Lacerda2018-06-182-1/+2
| | | | | | | | button
* | Merge branch 'bvl-i18n-validation' into 'master'Rémy Coutable2018-06-181-3/+6
|\ \ | |/ |/| | | | | | | | | Updates to `.po` & `.pot` linting Closes #46096 et #39292 See merge request gitlab-org/gitlab-ce!18779
| * Interpolate named counts in JSBob Van Landuyt2018-06-151-3/+6
| | | | | | | | | | | | | | | | Even though JS does the `%d` interpolation in `n__` using a string replacement. This would not be compatible with the ruby implementation. Therefore using named variables instead.
* | Merge branch '47933-MR-invisible-milestone' into 'master'Douwe Maan2018-06-181-3/+2
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Milestone not updating in MR sidebar after selection" Closes #47933 See merge request gitlab-org/gitlab-ce!19870
| * | Fix milestones disappearing when changed on MR47933-MR-invisible-milestoneMario de la Ossa2018-06-151-3/+2
| | |
* | | Merge branch '47610-bs4-mini-graph-dropdown-sometimes-open-on-the-top' into ↵Annabel Gray2018-06-161-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "BS4: Mini graph dropdown sometimes open on the top" Closes #47610 See merge request gitlab-org/gitlab-ce!19912
| * | | Fix ci mini graph dropdown alignment and positioning47610-bs4-mini-graph-dropdown-sometimes-open-on-the-topClement Ho2018-06-151-0/+1
| | | |
* | | | Merge branch '47068-pipeline-dropdown-shifts-around-at-smaller-screen-sizes' ↵Annabel Gray2018-06-161-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Pipeline dropdown shifts around at smaller screen sizes" Closes #47068 See merge request gitlab-org/gitlab-ce!19910
| * | | | Enable display static for ci job dropdowns so that they dont move when ↵47068-pipeline-dropdown-shifts-around-at-smaller-screen-sizesClement Ho2018-06-151-0/+1
| |/ / / | | | | | | | | | | | | window resizes
* | | | Merge branch 'enable-no-multi-assign' into 'master'Mike Greiling2018-06-1512-7/+30
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Enable no-multi-assignment in JS files See merge request gitlab-org/gitlab-ce!19808
| * | | | Enable no-multi-assignment in JS filesgfyoung2018-06-1512-7/+30
| |/ / / | | | | | | | | | | | | Partially addresses #47006.
* | | | Resolve "Stop horizontal scrolling when clicking on board issue"Constance Okoghenun2018-06-151-35/+0
|/ / /
* | | Merge branch 'fix-web-ide-disable-markdown-autocomplete' into 'master'Phil Hughes2018-06-151-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Web IDE autocomplete should be disabled in markdown files" Closes #47796 See merge request gitlab-org/gitlab-ce!19760
| * | | Fix #47796 "Web IDE autocomplete should be disabled in markdown files"Isaac Smith2018-06-151-0/+1
| | | |
* | | | Remove pointer events in favor of boundary viewportClement Ho2018-06-151-0/+1
| | | |
* | | | Merge branch 'ide-commit-actions-update' into 'master'Filipa Lacerda2018-06-155-47/+88
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve commit flow in Web IDE Closes #46122 See merge request gitlab-org/gitlab-ce!19735
| * | | | fixed discard dropdown being off the screenPhil Hughes2018-06-151-1/+2
| | | | |
| * | | | added computed prop for file list lengthide-commit-actions-updatePhil Hughes2018-06-151-5/+8
| | | | |
| * | | | fixed tooltip boundaryPhil Hughes2018-06-143-0/+8
| | | | |
| * | | | alignment updatesPhil Hughes2018-06-143-4/+5
| | | | | | | | | | | | | | | | | | | | added tooltip to more actions
| * | | | fixed eslintPhil Hughes2018-06-141-5/+5
| | | | |
| * | | | fixed hover styling caused by dropdownPhil Hughes2018-06-142-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | fixed karma specs added CHANGELOG item
| * | | | Improve commit flow in Web IDEPhil Hughes2018-06-144-35/+62
| | | | | | | | | | | | | | | | | | | | Closes #46122
* | | | | Enable no-restricted-globals in JS filesgfyoung2018-06-1531-36/+40
| |_|_|/ |/| | |
* | | | Merge branch 'ide-add-last-commit-id-to-api-call' into 'master'Douwe Maan2018-06-153-46/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IDE sends last commit ID when committing changes Closes #46192 See merge request gitlab-org/gitlab-ce!19552
| * | | | only return last_commit_sha in the JSONide-add-last-commit-id-to-api-callPhil Hughes2018-06-152-2/+3
| | | | |
| * | | | IDE sends last commit ID when committing changesPhil Hughes2018-06-153-46/+20
| | | | | | | | | | | | | | | | | | | | Closes #46192
* | | | | Merge branch 'fl-reduce-tech-debt' into 'master'Phil Hughes2018-06-151-15/+20
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Removes unused imports and prettifies code See merge request gitlab-org/gitlab-ce!19888
| * | | | Removes unused imports and prettifies codefl-reduce-tech-debtFilipa Lacerda2018-06-151-15/+20
| | | | |
* | | | | Merge branch '46668-make-the-html-attribute-on-the-blob-json-call-optional' ↵Douwe Maan2018-06-151-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Make the html attribute on the blob json call optional" Closes #46668 See merge request gitlab-org/gitlab-ce!19479
| * | | | Reuse viewer param and move logic to blob controllerDouwe Maan2018-06-151-1/+1
| | | | |
| * | | | Makes the html attribute in the json output optional with the option ↵Tim Zallmann2018-06-141-1/+1
| |/ / / | | | | | | | | | | | | html_render=false
* | | | Merge branch 'jivl-fix-create-project-template-buttons' into 'master'Annabel Gray2018-06-141-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix use template buttons for creating a new project Closes #47580 See merge request gitlab-org/gitlab-ce!19654
| * | | | Use d-blockClement Ho2018-06-131-2/+2
| | | | |
* | | | | Resolve ""Click to expand" link in collapsed diffs should be blue"Annabel Gray2018-06-141-1/+1
| | | | |
* | | | | Merge branch '47905-user-tabs-doesn-t-show-spinner' into 'master'Annabel Gray2018-06-141-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Resolve "User tabs doesn't show spinner" Closes #47905 See merge request gitlab-org/gitlab-ce!19862
| * | | | Fix user tabs loading indicatorClement Ho2018-06-141-1/+1
| | | | |
* | | | | Resolve "Placeholder note renders the user name in a new line"Clement Ho2018-06-142-3/+3
|/ / / /
* | | | Resolve "Performance bar Gitaly modal is hard to read"Annabel Gray2018-06-142-3/+3
| | | |