summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Fix Issuable container element selector for shortcuts handlingKushal Pandya2018-11-211-1/+1
|
* Merge branch 'mg-upgrade-prettier' into 'master'Clement Ho2018-11-21374-6072/+1987
|\ | | | | | | | | Upgrade prettier to v1.15.2 See merge request gitlab-org/gitlab-ce!22893
| * Prettify all the thingsMike Greiling2018-11-20374-6072/+1987
| |
* | Resolve "The reply shortcut can add any text of the page to the "comment" ↵Thomas Pathier2018-11-202-5/+50
| | | | | | | | text area"
* | Merge branch 'ide-open-all-mr-files' into 'master'Filipa Lacerda2018-11-202-3/+7
|\ \ | |/ |/| | | | | | | | | Open first 10 merge request files in IDE Closes #51635 See merge request gitlab-org/gitlab-ce!23234
| * Added a test for open merge request filesPhil Hughes2018-11-201-1/+1
| |
| * Open first 10 merge request files in IDEPhil Hughes2018-11-202-2/+6
| | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51635
* | Merge branch '49565-ssh-push-mirroring' into 'master'Robert Speicher2018-11-204-1/+318
|\ \ | |/ |/| | | | | | | | | SSH public-key authentication for push mirroring Closes #49565 See merge request gitlab-org/gitlab-ce!22982
| * SSH public-key authentication for push mirroringNick Thomas2018-11-194-1/+318
| |
* | Merge branch 'image-diff-size-fix' into 'master'Filipa Lacerda2018-11-203-21/+11
|\ \ | | | | | | | | | | | | | | | | | | Fixed the dimensions of image diffs Closes #54236 See merge request gitlab-org/gitlab-ce!23195
| * | Fixed the dimensions of image diffsPhil Hughes2018-11-203-21/+11
| |/ | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54236
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqSteve Azzopardi2018-11-201-4/+11
|\ \
| * \ Merge branch 'security-2717-xss-username-autocomplete' into 'master'Steve Azzopardi2018-11-201-4/+11
| |\ \ | | | | | | | | | | | | | | | | [master] Escape user fullname while rendering autocomplete template to prevent XSS See merge request gitlab/gitlabhq!2605
| | * | Fix user name autocomplete XSS when name contains HTMLKushal Pandya2018-11-121-4/+11
| | | |
* | | | Resolve "Further UI improvements to Profile "Overview" tab"Martin Wortschack2018-11-202-57/+58
| | | |
* | | | Refine cursor positioning in Markdown Editor for wrap tags.Johann Hubert Sonntagbauer2018-11-201-8/+3
| | | |
* | | | Merge branch 'gt-fix-typo-in-notebook-props' into 'master'Fatih Acet2018-11-193-3/+3
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | Fix typo in js (props, specs) See merge request gitlab-org/gitlab-ce!23103
| * | | Fix typos in comments for jsGeorge Tsiolis2018-11-153-3/+3
| | | |
| * | | Fix typo in notebook propsGeorge Tsiolis2018-11-151-1/+1
| | | |
* | | | Merge branch '52385-search-bar-for-dashboard-list' into 'master'Sean McGivern2018-11-194-23/+22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Search filter bar for issues dashboard list" Closes #53584, #52430, and #52385 See merge request gitlab-org/gitlab-ce!22641
| * | | | Clean up page_filter_pathHeinrich Lee Yu2018-11-131-1/+3
| | | | |
| * | | | Fix testsHeinrich Lee Yu2018-11-131-5/+4
| | | | |
| * | | | Remove unused legacy filter initHeinrich Lee Yu2018-11-131-14/+0
| | | | |
| * | | | Apply new search bar on issues and merge request dashboardsHeinrich Lee Yu2018-11-132-4/+16
| | | | |
* | | | | Don't show memory usage graph for unmerged MRsSimon Knox2018-11-192-1/+10
| | | | |
* | | | | Merge branch 'fix-not-render-emoji' into 'master'Mike Greiling2018-11-191-4/+7
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | Fix not render emoji in filter dropdown See merge request gitlab-org/gitlab-ce!23112
| * | | | Fix not render emoji in filter dropdownHiroyuki Sato2018-11-151-4/+7
| | |/ / | |/| |
* | | | Use @gitlab npm namespaceClement Ho2018-11-16103-105/+105
| | | |
* | | | Merge branch 'gt-rename-diffs-store-variable' into 'master'Phil Hughes2018-11-162-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Rename diffs store variable See merge request gitlab-org/gitlab-ce!23123
| * | | | Rename diffs store variableGeorge Tsiolis2018-11-152-2/+2
| | | | |
* | | | | Merge branch 'fix-typo-pipline-to-pipeline' into 'master'Grzegorz Bizon2018-11-161-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Fix typo pipline to pipeline See merge request gitlab-org/gitlab-ce!23129
| * | | | Fix typo pipline to pipelinejumpyoshim2018-11-161-1/+1
| | | | |
* | | | | Merge branch '54021-empty-button' into 'master'Phil Hughes2018-11-151-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents empty button in jobs empty state Closes #54021 See merge request gitlab-org/gitlab-ce!23072
| * | | | | Prevents empty button in jobs empty state54021-empty-buttonFilipa Lacerda2018-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Returns `null` instead of an empty object to make sure Vue doesn't render the button
* | | | | | Merge branch 'fix-typos' into 'master'Phil Hughes2018-11-151-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | Fix types comment See merge request gitlab-org/gitlab-ce!23107
| * | | | | Fix types commentyukihir02018-11-151-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'notes-consistent-key-object-case' into 'master'Filipa Lacerda2018-11-1524-269/+252
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Made diff & note data consistent See merge request gitlab-org/gitlab-ce!22950
| * | | | | Made diff & note data consistentPhil Hughes2018-11-1424-269/+252
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This caused many pain points when working with it. Part of the data was camel cased the other snake case. Other parts where snake case & then getting converted in components, this conversion has the potential for leaking memory. This changes that & makes it consistent with what it returned from the API, snake case.
* | | | | Merge branch 'fl-gitlab-ui-cicd' into 'master'Clement Ho2018-11-146-53/+25
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Updates pipeline code to use gitlab-ui See merge request gitlab-org/gitlab-ce!22999
| * | | | Removes jquery as a dependencyFilipa Lacerda2018-11-141-4/+3
| | | | |
| * | | | Updates pipeline code to use gitlab-uiFilipa Lacerda2018-11-126-50/+23
| | |/ / | |/| | | | | | | | | | | | | | Uses gltooltipDirective Removes whitespace
* | | | Merge branch 'mr-expand-all-collapsed-files' into 'master'Filipa Lacerda2018-11-141-3/+15
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix collapsed files not fully fully expanding Closes #53866 See merge request gitlab-org/gitlab-ce!23019
| * | | | Fix collapsed files not fully fully expandingPhil Hughes2018-11-131-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes files that are collapsed by default not expanding when the expand all button is clicked. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53866
* | | | | Disable updating appearance of filter tokens for special valuesHeinrich Lee Yu2018-11-141-4/+5
| |_|/ / |/| | |
* | | | Merge branch 'enable-image-comments-for-renamed-files' into 'master'Filipa Lacerda2018-11-131-2/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixed image commenting on moved files See merge request gitlab-org/gitlab-ce!23023
| * | | | Fixed image commenting on moved filesPhil Hughes2018-11-131-2/+5
| |/ / /
* | | | Merge branch '51259-tooltip' into 'master'Phil Hughes2018-11-131-24/+21
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Updates ci header component with gitlab-ui See merge request gitlab-org/gitlab-ce!23000
| * | | Updates ci header component with gitlab-ui51259-tooltipFilipa Lacerda2018-11-131-24/+21
| |/ / | | | | | | | | | | | | It reuses loading button instead of creating a new loading button It uses the new gitlab-ui components
* | | Adds back missing CI favicon53888-missing-faviconFilipa Lacerda2018-11-121-2/+2
|/ / | | | | | | | | | | | | The CI favicon was missing in the jobs page. This commit fixes it. Closes #53888
* | Removes feature flag for ciEnvironmentsStatusChangesFilipa Lacerda2018-11-121-6/+1
| |