summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Added multi editor setting on the profile preferences pageJose Ivan Vargas2018-01-041-0/+21
|
* Merge branch '40533-groups-tree-updates' into 'master'Filipa Lacerda2018-01-048-83/+144
|\ | | | | | | | | | | | | Groups tree enhancements Closes #40533 See merge request gitlab-org/gitlab-ce!15980
| * Make tooltip placement bottom by default as per design guidelines40533-groups-tree-updatesKushal Pandya2018-01-043-2/+4
| |
| * Use SVG sprite iconsKushal Pandya2017-12-281-5/+10
| |
| * Use ItemStatValue component for project star countKushal Pandya2017-12-261-5/+5
| |
| * Make `title` optionalKushal Pandya2017-12-261-1/+2
| |
| * Use ItemStatsValue Component, add `updatedAt` info for projectsKushal Pandya2017-12-261-51/+37
| |
| * ItemStatsValue ComponentKushal Pandya2017-12-261-0/+67
| |
| * Update avatar size to be 24pxKushal Pandya2017-12-261-3/+5
| |
| * Update icon name to use from SVG spriteKushal Pandya2017-12-261-3/+3
| |
| * Use SVG sprite iconsKushal Pandya2017-12-262-17/+14
| |
| * Add `updatedAt` prop for ProjectsKushal Pandya2017-12-261-0/+1
| |
* | Merge branch 'osw-introduce-merge-request-statistics' into 'master'Sean McGivern2018-01-043-30/+28
|\ \ | | | | | | | | | | | | Improve closed/merged events queries performance on Projects::MergeRequestsController#show.json See merge request gitlab-org/gitlab-ce!15642
| * | Fixes spec failures due to not returning metrics for MRs other than ↵Oswaldo Ferreira2018-01-021-0/+4
| | | | | | | | | | | | closed/merged
| * | Cache merged and closed events data in merge_request_metrics tableOswaldo Ferreira2018-01-023-30/+24
| | |
* | | Resolve "Resizable file list and commit panel"Tim Zallmann2018-01-048-0/+174
| | |
* | | Merge branch '34534-switch-to-axios' into 'master'Filipa Lacerda2018-01-0319-163/+140
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Switch some bundles to use Axios Closes #41043 See merge request gitlab-org/gitlab-ce!15951
| * | | Switch boards to AxiosEric Eastwood2018-01-025-65/+61
| | | |
| * | | Switch blob/notebook to AxiosEric Eastwood2018-01-021-8/+6
| | | |
| * | | Switch vue_merge_request_widget to AxiosEric Eastwood2018-01-028-68/+58
| | | |
| * | | Switch issue_show to AxiosEric Eastwood2018-01-023-21/+12
| | | |
| * | | Fix mergeUrlParams encoding query parametersEric Eastwood2018-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: /-/boards/1/issues.json?page=1&per=50&scope=all&utf8=✓&state=opened&milestone_title=#upcoming After: /-/boards/1/issues.json?page=1&per=50&scope=all&utf8=%E2%9C%93&state=opened&milestone_title=%23upcoming
| * | | Add `X-Requested-With: XMLHttpRequest` header so Rails can recognize XHREric Eastwood2018-01-021-0/+2
| |/ / | | | | | | | | | | | | Backport from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3732
* | | Merge branch 'tz-ide-file-icons' into 'master'Sean McGivern2018-01-034-15/+701
|\ \ \ | | | | | | | | | | | | | | | | Multi File Editor File icons See merge request gitlab-org/gitlab-ce!16100
| * | | Multi File Editor File iconsTim Zallmann2018-01-034-15/+701
| |/ /
* | | Cache document query41120-performance-bar-auto-scrollFilipa Lacerda2018-01-021-2/+3
| | |
* | | Merge branch 'master' into 41120-performance-bar-auto-scrollFilipa Lacerda2018-01-0288-1193/+2090
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (120 commits) Update CHANGELOG.md for 10.3.3 Fix user membership destroy relation Use heredoc so it's more clear Put all menus under menu module Introduce common project settings and just put Introduce Factory::Resource::DeployKey Introduce expand_deploy_keys Introduce Menu::Side Add documents for GitLab utilities Clears visual token on second backspace Update prometheus gem to version that adds inf+ bucket in accordance with Prometheus docs. Add breadcrumbs to User Settings sub-views Rename asset sync related AWS variables Allow logged in user to change his password Fix 404 error after a user edits an issue description and solves the reCAPTCHA Fix links to old commits in merge requests Typos correction on the advise of @smcgivern Documenting that resolved JIRA tickets are not automatically transitioned Forking a project to a namespace with lower visibility. Keep typographic hierarchy in User Settings ...
| * | Clears visual token on second backspaceMartin Wortschack2018-01-021-15/+27
| | |
| * | Resolve "Webpack Roadmap"Constance Okoghenun2017-12-286-221/+212
| | |
| * | Merge branch ↵Sean McGivern2017-12-281-1/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'show_proper_labels_in_board_issue_sidebar_when_issue_is_closed' into 'master' show None when issue is in closed list and no labels assigned Closes #40975 See merge request gitlab-org/gitlab-ce!15976
| | * | remove the labelChristiaan Van den Poel2017-12-171-1/+0
| | | |
| * | | Humanize the units of "Showing last X KiB of log" in job tracesh-make-kib-humanStan Hu2017-12-271-2/+2
| | |/ | |/| | | | | | | Closes #38613
| * | Extend Cluster Applications to allow installation of PrometheusMayra Cabrera2017-12-224-0/+30
| | |
| * | Merge branch 'jivl-general-icons-2' into 'master'Tim Zallmann2017-12-226-16/+38
| |\ \ | | | | | | | | | | | | | | | | Replace the download, fork and resolve discussion in a new issue icons See merge request gitlab-org/gitlab-ce!15436
| | * | Replaced the remaining code-fork iconsjivl-general-icons-2Jose Ivan Vargas2017-12-195-7/+22
| | | |
| | * | code-fork replacementsJose Ivan Vargas2017-12-191-5/+6
| | | |
| | * | Replaced some fork icons instances and fixed the Icon component on the MR WidgetJose Ivan Vargas2017-12-191-7/+7
| | | |
| | * | replaced download icon for the sprite based oneJose Ivan Vargas2017-12-192-6/+12
| | | |
| * | | Merge branch '33609-hide-pagination' into 'master'Clement Ho2017-12-211-1/+7
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not show Vue pagination if only one page Closes #33609 See merge request gitlab-org/gitlab-ce!15999
| | * | | Do not show Vue pagination if only one pageMario de la Ossa2017-12-211-1/+7
| | | | |
| * | | | Merge branch 'master' into fix-webpack-chunk-namingClement Ho2017-12-2190-1089/+1995
| |\ \ \ \
| | * | | | Resolve "Decouple multi-file editor from file list"Tim Zallmann2017-12-2168-936/+1768
| | | | | |
| * | | | | update dispatcher to allow for dynamic imports until webpack plugin is updatedfix-webpack-chunk-namingMike Greiling2017-12-202-1/+6
| | |/ / / | |/| | |
* | | | | Use non cached variables to get scroll position because of the performance barFilipa Lacerda2017-12-211-10/+14
| |/ / / |/| | |
* | | | Restore missing language code in datetime_utility.jsWinnie Hellmann2017-12-211-5/+13
| | | |
* | | | Merge branch '40063-markdown-editor-improvements' into 'master'Filipa Lacerda2017-12-212-4/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide toolbar in markdown preview mode Closes #40063 See merge request gitlab-org/gitlab-ce!15994
| * | | | Add spec for previewing a note40063-markdown-editor-improvementsAnnabel Dunstone Gray2017-12-201-1/+2
| | | | |
| * | | | Hide & show toolbar on MR pageAnnabel Dunstone Gray2017-12-181-3/+3
| | | | |
| * | | | Hide toolbar in markdown preview modeAnnabel Dunstone Gray2017-12-181-1/+2
| |/ / /
* | | | Merge branch 'jivl-replace-d3-v3-v4' into 'master'Mike Greiling2017-12-206-61/+105
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update d3 to v4 to enable tree shaking (and reduce the size of our webpack bundles) Closes #37013 See merge request gitlab-org/gitlab-ce!15585