summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Updates clipboard button with gitlab-ui51259-gitlab-ui-replacementFilipa Lacerda2018-11-091-2/+0
| | | | | | Updates clipboard button component to use the new glTooltipDirective and the new glButton component from gitlab-ui
* Merge branch 'osw-revert-comment-in-any-diff-line' into 'master'Sean McGivern2018-11-081-2/+2
|\ | | | | | | | | Revert "Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'" See merge request gitlab-org/gitlab-ce!22891
| * Revert "Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'"osw-revert-comment-in-any-diff-lineOswaldo Ferreira2018-11-071-2/+2
| | | | | | | | | | This reverts commit a82a595728d54bdc12e51dfcfb22e9eddc449143, reversing changes made to e7df959b8f99875edd246c7ac7779c3203e8755e.
* | Discussions redesignFatih Acet2018-11-082-2/+92
|/
* Resolve "Issue board card design"Constance Okoghenun2018-11-0712-54/+191
|
* Merge branch 'triggermesh-phase1-knative' into 'master'Grzegorz Bizon2018-11-073-0/+31
|\ | | | | | | | | Allow to install Knative as cluster application See merge request gitlab-org/gitlab-ce!22593
| * Resolve issues raised by KamilChris Baumbauer2018-11-031-1/+1
| |
| * Merge branch 'master' into triggermesh-phase1-knativeChris Baumbauer2018-11-031-0/+23
| |\
| * \ Merge branch 'master' into triggermesh-phase1-knativeChris Baumbauer2018-11-0256-1123/+1604
| |\ \
| * | | Fix remaining domainname -> hostname rebrandingChris Baumbauer2018-10-301-1/+1
| | | |
| * | | Rename knative domainname field to hostname and fix changelog entryChris Baumbauer2018-10-302-6/+6
| | | |
| * | | Knative supportChris Baumbauer2018-10-243-0/+31
| | | |
* | | | Show expand all button on merge request diffsPhil Hughes2018-11-071-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This restores the behaviour of showing the expand all button on diffs even when only a single file is collapsed. Previously the button would only show when all files are collapsed. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51737
* | | | Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'Douwe Maan2018-11-071-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Comment on any expanded diff line on MRs See merge request gitlab-org/gitlab-ce!22398
| * | | | Comment on any expanded diff line on MRsOswaldo Ferreira2018-11-061-2/+2
| | | | |
* | | | | Copy changes for abuse clarityJeremy Watson2018-11-071-1/+1
| | | | |
* | | | | Merge branch 'winh-delayed-jobs-dynamic-timer' into 'master'Filipa Lacerda2018-11-075-2/+198
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add dynamic timer to delayed jobs See merge request gitlab-org/gitlab-ce!22382
| * | | | | Run yarn prettier-all-saveWinnie Hellmann2018-11-072-9/+9
| | | | | |
| * | | | | Add dynamic timer for delayed jobs in job sidebarWinnie Hellmann2018-11-071-0/+28
| | | | | |
| * | | | | Add dynamic timer for delayed jobs in pipeline graphWinnie Hellmann2018-11-071-0/+27
| | | | | |
| * | | | | Add dynamic timer for delayed jobs on single job pageWinnie Hellmann2018-11-071-0/+29
| | | | | |
| * | | | | Add Vue mixin for delayed job timersWinnie Hellmann2018-11-072-2/+114
| | | | | |
* | | | | | Merge branch 'mr-image-commenting' into 'master'Filipa Lacerda2018-11-0710-29/+302
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-implemented image commenting on diffs Closes #48956 See merge request gitlab-org/gitlab-ce!22443
| * | | | | | Restored width & height propertiesPhil Hughes2018-11-063-6/+43
| | | | | | |
| * | | | | | Re-implemented image commenting on diffsPhil Hughes2018-11-0510-29/+265
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This re-implements image commenting in merge request diffs. This feature was previously lost when the merge request page was refactored into Vue. With this, we create an overlay component. The overlay component handles displaying the comment badges and the comment form badge. Badges are displayed based on the position attribute sent with the discussion. Comment forms for diff files are controlled through a different state property. This is so we don't tie comment forms to diff files directly creating deep nested state. Instead we create a flat array which holds the file hash & the X & Y position of the comment form. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48956
* | | | | | Merge branch '53535-sticky-archived' into 'master'Phil Hughes2018-11-061-0/+34
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renders a warning block for archived job Closes #53535 See merge request gitlab-org/gitlab-ce!22811
| * | | | | [ci skip] Renders a warning block for archieved jobFilipa Lacerda2018-11-051-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the job is archieved we render a affixed warning on the top of the job log
* | | | | | Disable stop environment button while deployment is runningFilipa Lacerda2018-11-061-0/+4
| | | | | |
* | | | | | Merge branch ↵Phil Hughes2018-11-063-3/+86
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '7737-ci-pipeline-view-slowed-down-massivly-if-security-tabs-has-many-entries' into 'master' Improve performance of rendering large reports See merge request gitlab-org/gitlab-ce!22835
| * | | | | | Improve performance of rendering large reports7737-ci-pipeline-view-slowed-down-massivly-if-security-tabs-has-many-entriesLukas Eipert2018-11-063-3/+86
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of rendering all report items in 4 big lists, we make use of vue-virtual-scroll-list and render only few dozens at once. This improves the performance in several metrics: - Initial load time - Memory Pressure - CPU Load - DOM node count In an example with around 11k reported security vulnerabilities: - Initial load time: 27s -> 4.1s - Memory Pressure: ~750 MB -> ~270 MB - CPU Load (time spent on executing JS/Rendering): 22s -> 2.5s - DOM node count: 430k -> 7k up to 30k while scrolling
* | | | | | Renders unescaped `sprinft` stringFilipa Lacerda2018-11-061-1/+1
| | | | | |
* | | | | | Fix save button not activating when original setting started as nullStan Hu2018-11-061-10/+22
|/ / / / /
* | | | | Add 'only history' option to notes filterFelipe Artur2018-11-054-2/+52
| | | | |
* | | | | Merge branch 'scheduled-manual-jobs-environment-play-buttons' into 'master'Tim Zallmann2018-11-051-38/+88
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Add the Play button for delayed jobs in environment page Closes #52129 See merge request gitlab-org/gitlab-ce!22106
| * | | | Merge branch 'master' into scheduled-manual-jobs-environment-play-buttonsWinnie Hellmann2018-10-22402-6239/+8430
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: spec/javascripts/environments/environment_actions_spec.js
| * | | | | Add component test for scheduled jobs in environments actions componentWinnie Hellmann2018-10-091-34/+88
| | | | | |
* | | | | | Merge branch '28249-add-pagination' into 'master'Kamil Trzciński2018-11-021-0/+23
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds pagination to pipelines table in merge request & commit page Closes #28249 See merge request gitlab-org/gitlab-ce!22696
| * | | | | Adds pagination to pipelines table in merge request page28249-add-paginationFilipa Lacerda2018-10-311-0/+23
| | | | | |
* | | | | | Merge branch 'gt-update-typos-in-comments-and-specs' into 'master'Achilleas Pipinellis2018-11-0115-21/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typos in comments and specs See merge request gitlab-org/gitlab-ce!22683
| * | | | | | Fix typos in comments and specsGeorge Tsiolis2018-11-0115-21/+21
| | | | | | |
* | | | | | | Fix eslint violationsMike Greiling2018-10-312-0/+6
| | | | | | |
* | | | | | | Prettify remaining files with differences in CE and EEMike Greiling2018-10-3123-497/+487
| |/ / / / / |/| | | | |
* | | | | | Merge branch ↵Filipa Lacerda2018-10-312-1/+11
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '41545-gitlab-merge-request-status-could-not-connect-to-the-ci-server-please-check-your-settings-and-try-again' into 'master' Resolve "Reword error message for internal CI unknown pipeline status" Closes #53056 See merge request gitlab-org/gitlab-ce!22474
| * | | | | Regenerates pot filesFilipa Lacerda2018-10-242-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | Makes documentation path a required prop
| * | | | | Change CI status error messageMatija Čupić2018-10-241-1/+1
| | | | | |
* | | | | | Merge branch '53227-empty-list' into 'master'Phil Hughes2018-10-302-0/+58
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Empty list for links to changed pages in Review App from MR Widget" Closes #53227 See merge request gitlab-org/gitlab-ce!22665
| * | | | | | Runs prettier on changed files53227-empty-listFilipa Lacerda2018-10-301-1/+1
| | | | | | |
| * | | | | | Prevents review app to render an empty dropdown.Filipa Lacerda2018-10-302-0/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a deployment has no files to show in the dropdown we fallback to the regular single button for the review app link. This commit moves the review app link into a component since it's used twice.
* | | | | | | Merge branch 'winh-pipeline-actions-dynamic-timer' into 'master'Filipa Lacerda2018-10-301-1/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add dynamic timer for delayed jobs in pipelines list See merge request gitlab-org/gitlab-ce!22621
| * | | | | | | Add dynamic timer for delayed jobs in pipelines listwinh-pipeline-actions-dynamic-timerWinnie Hellmann2018-10-291-1/+5
| | | | | | | |