summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'discussion-perf-improvement' into 'master'Filipa Lacerda2018-11-127-23/+30
|\ | | | | | | | | Improve initial rendering of discussion notes See merge request gitlab-org/gitlab-ce!22607
| * Consistently use Vue.nexTick when starting taskListdiscussion-perf-improvementPhil Hughes2018-11-091-8/+11
| |
| * Init task list when creating new note & discussionPhil Hughes2018-11-092-0/+2
| |
| * Fix TaskList init on update & pollPhil Hughes2018-11-092-11/+5
| | | | | | | | Fixed duplicate TaskList requests being made
| * Improve initial rendering of discussion notesPhil Hughes2018-11-095-13/+21
| | | | | | | | | | | | This improves the initial rendering performance of notes by only creating a new TaskList for the whole app, rather than on a per-note component basis.
* | Use gitlab-ui in jobs and pipelinesFilipa Lacerda2018-11-097-68/+91
| |
* | Merge branch '51259-gitlab-ui-replacement' into 'master'Clement Ho2018-11-091-12/+6
|\ \ | | | | | | | | | | | | Updates clipboard button with gitlab-ui See merge request gitlab-org/gitlab-ce!22923
| * | Updates clipboard button with gitlab-ui51259-gitlab-ui-replacementFilipa Lacerda2018-11-091-12/+6
| |/ | | | | | | | | | | Updates clipboard button component to use the new glTooltipDirective and the new glButton component from gitlab-ui
* | Merge branch '53768-diff-comment-action-btns' into 'master'Phil Hughes2018-11-091-3/+3
|\ \ | | | | | | | | | | | | | | | | | | Fix alignment of diff comment buttons Closes #53768 See merge request gitlab-org/gitlab-ce!22944
| * | Fix alignment of diff comment buttons53768-diff-comment-action-btnsAnnabel Dunstone Gray2018-11-091-3/+3
| |/
* | Merge branch '34758-group-cluster-controller' into 'master'Kamil Trzciński2018-11-0910-34/+63
|\ \ | |/ |/| | | | | User can create a group level cluster and install applications See merge request gitlab-org/gitlab-ce!22450
| * Remove integration toggle from cluster index pageMike Greiling2018-11-083-28/+4
| |
| * Define cluster types in a constant within frontendMike Greiling2018-11-082-3/+10
| |
| * Hide project-specific cluster apps in non-project clustersMike Greiling2018-11-082-2/+15
| |
| * Remove unnecessary component registrationMike Greiling2018-11-081-5/+2
| |
| * Extend clusters_controller for group type clustersThong Kuah2018-11-085-0/+36
| | | | | | | | | | | | | | | | | | - Add pages javascripts to intialize clusters for group pages - Move specs asserting gcp specific validations from controller into UpdateService spec - Also teach Clusters::ApplicationController about groups
* | Replaces tooltip directive with gl-tooltip directiveFilipa Lacerda2018-11-0810-53/+35
| |
* | Merge branch 'notes-multiple-discussion-fetches' into 'master'Filipa Lacerda2018-11-081-0/+6
|\ \ | | | | | | | | | | | | Stop multiple discussion requests See merge request gitlab-org/gitlab-ce!22908
| * | Stop multiple discussion requestsnotes-multiple-discussion-fetchesPhil Hughes2018-11-081-0/+6
| | | | | | | | | | | | | | | | | | | | | With multiple discussion requests we loose the reactivity of the previously stored discussions state. This means that certain features, toggling line discussions for example, are no longer reactive.
* | | Resolve "Follow-up from "Resolve "Redesign activity feed"""Martin Wortschack2018-11-081-1/+1
|/ /
* | Merge branch 'sh-strip-trailing-whitespace-job-app-vue' into 'master'Filipa Lacerda2018-11-081-3/+3
|\ \ | | | | | | | | | | | | Strip trailing whitespace in job_app.vue See merge request gitlab-org/gitlab-ce!22897
| * | Strip trailing whitespace in job_app.vuesh-strip-trailing-whitespace-job-app-vueStan Hu2018-11-071-3/+3
| |/ | | | | | | This caused unnecessary conflicts in EE.
* | Merge branch 'osw-revert-comment-in-any-diff-line' into 'master'Sean McGivern2018-11-086-8/+30
|\ \ | | | | | | | | | | | | 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-076-8/+30
| |/ | | | | | | | | This reverts commit a82a595728d54bdc12e51dfcfb22e9eddc449143, reversing changes made to e7df959b8f99875edd246c7ac7779c3203e8755e.
* | Discussions redesignFatih Acet2018-11-0812-154/+268
|/
* CE backport - Chart showing issues created per monthConstance Okoghenun2018-11-072-1/+2
|
* Resolve "Issue board card design"Constance Okoghenun2018-11-077-78/+278
|
* Merge branch '6500-fix-misaligned-approvers-dropdown' into 'master'Fatih Acet2018-11-071-12/+16
|\ | | | | | | | | Fix misaligned approvers dropdown See merge request gitlab-org/gitlab-ce!22832
| * Fix miss-aligned approvers dropdown6500-fix-misaligned-approvers-dropdownjerasmus2018-11-071-12/+16
| | | | | | | | | | Fixed the miss-alignment by adding the correct classes. Cleaned up the method to rather use string interpolation.
* | Merge branch 'triggermesh-phase1-knative' into 'master'Grzegorz Bizon2018-11-075-2/+73
|\ \ | | | | | | | | | | | | Allow to install Knative as cluster application See merge request gitlab-org/gitlab-ce!22593
| * | Fix style with clusters_store.js and remove workaround for namespace role issuetriggermesh/dgriffith/gitlab-ce-triggermesh-phase1-knativeChris Baumbauer2018-11-061-2/+2
| | |
| * | Resolve bug with knative hostname being overwritten by status updatesChris Baumbauer2018-11-061-3/+2
| | |
| * | Fix the way hostname is validated with the knative appChris Baumbauer2018-11-031-2/+4
| | |
| * | Resolve issues raised by KamilChris Baumbauer2018-11-031-2/+2
| | |
| * | Merge branch 'master' into triggermesh-phase1-knativeChris Baumbauer2018-11-0311-58/+81
| |\ \
| * \ \ Merge branch 'master' into triggermesh-phase1-knativeChris Baumbauer2018-11-02270-4264/+5160
| |\ \ \
| * | | | Fix remaining domainname -> hostname rebrandingChris Baumbauer2018-10-303-4/+7
| | | | |
| * | | | Rename knative domainname field to hostname and fix changelog entryChris Baumbauer2018-10-302-2/+2
| | | | |
| * | | | Documentation fixesChris Baumbauer2018-10-301-1/+1
| | | | |
| * | | | Knative supportChris Baumbauer2018-10-244-1/+68
| | | | |
* | | | | Show expand all button on merge request diffsPhil Hughes2018-11-072-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-076-30/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 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-066-30/+8
| | | | | |
* | | | | | Copy changes for abuse clarityJeremy Watson2018-11-071-3/+3
| | | | | |
* | | | | | Merge branch 'winh-delayed-jobs-dynamic-timer' into 'master'Filipa Lacerda2018-11-074-10/+96
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add dynamic timer to delayed jobs See merge request gitlab-org/gitlab-ce!22382
| * | | | | | Revert jobs/components/job_container_item.vue from v-gl-tooltip to v-tooltip ↵winh-delayed-jobs-dynamic-timerWinnie Hellmann2018-11-071-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | directive
| * | | | | | Run yarn prettier-all-saveWinnie Hellmann2018-11-071-1/+1
| | | | | | |
| * | | | | | Add dynamic timer for delayed jobs in job sidebarWinnie Hellmann2018-11-071-1/+11
| | | | | | |
| * | | | | | Add dynamic timer for delayed jobs in pipeline graphWinnie Hellmann2018-11-071-5/+16
| | | | | | |
| * | | | | | Add dynamic timer for delayed jobs on single job pageWinnie Hellmann2018-11-071-1/+15
| | | | | | |