summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | | added minChunks to the common_d3 bundlejivl-replace-d3-v3-v4Jose Ivan Vargas2017-12-182-7/+1
| | | | |
| * | | | cleaned up date_time_formattersJose Ivan Vargas2017-12-181-17/+8
| | | | |
| * | | | Restored the timeScaleFormat for the prometheus dashboardJose Ivan Vargas2017-12-182-6/+41
| | | | |
| * | | | Refactored d3 modules to instead of having a common_d3 dir, to use the micro ↵Jose Ivan Vargas2017-12-187-121/+73
| | | | | | | | | | | | | | | | | | | | modules instead
| * | | | corrected functionality from the stat_contributors_graphJose Ivan Vargas2017-12-183-10/+25
| | | | |
| * | | | fixed specs and the non-rendering stat_graph_contributors_graphJose Ivan Vargas2017-12-182-7/+6
| | | | |
| * | | | optimized d3 v4 with a custom made bundleJose Ivan Vargas2017-12-186-6/+46
| | | | |
| * | | | Modified contributors graph to use d3 v4Jose Ivan Vargas2017-12-182-24/+38
| | | | |
| * | | | Update d3 to v4 and migrated the prometheus dashboardJose Ivan Vargas2017-12-183-43/+47
| |/ / /
* | | | Merge branch 'master' into layout-nav-es-modulelayout-nav-es-moduleFilipa Lacerda2017-12-2011-41/+70
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (21 commits) Prevent some specs from mangling the gitlab-shell checkout Line up search dropdown with other nav dropdowns Fix onion-skin re-entering state Remove related links in MR widget when empty state Show inline edit button for issues Fix tags in the Activity tab not being clickable Fix shortcut links on help page Don't link LFS-objects multiple times. [CE->EE] Fix spec/lib/gitlab/git/gitlab_projects_spec.rb Tidy up the documentation of Gitlab HA/Gitlab Application Make sure two except won't overwrite each other Update axios.md Remove transitionend event from GL dropdown Preserve gem path so that we use the same gems Load commit in batches for pipelines#index BlobViewer::PackageJson - if private link to homepage Do not generate links for private NPM modules in blob view Remove block styling from search dropdown Fix sidebar height when performance bar enabled Remove all dropdown animations and set display: none if they're not open ...
| * \ \ \ Merge branch '41186-sidebar-too-much-vertical-scroll' into 'master'Phil Hughes2017-12-201-16/+8
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Remove animations from dropdowns Closes #41186 See merge request gitlab-org/gitlab-ce!15968
| | * | | Remove transitionend event from GL dropdownPhil Hughes2017-12-191-16/+8
| | |/ /
| * | | Fix onion-skin re-entering stateClement Ho2017-12-191-0/+1
| | | |
| * | | Remove related links in MR widget when empty stateClement Ho2017-12-194-14/+38
| | | |
| * | | Show inline edit button for issuesClement Ho2017-12-193-9/+2
| | | |
| * | | Fix shortcut links on help pageClement Ho2017-12-192-2/+21
| |/ /
* | | Changed layout_nav to ES modulePhil Hughes2017-12-192-42/+33
|/ /
* | Merge branch 'ph-es-notes-module' into 'master'Filipa Lacerda2017-12-185-8/+14
|\ \ | | | | | | | | | | | | Export and use Notes ES module See merge request gitlab-org/gitlab-ce!15953
| * \ Merge branch 'master' into 'ph-es-notes-module'ph-es-notes-modulePhil Hughes2017-12-1812-417/+435
| |\ \ | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/main.js
| * | | Export and use Notes ES modulePhil Hughes2017-12-155-8/+14
| | | |
* | | | Merge branch 'osw-isolate-mr-widget-exposed-attributes' into 'master'Sean McGivern2017-12-181-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Stop sending milestone and labels for Projects::MergeRequestsController#show.json requests See merge request gitlab-org/gitlab-ce!15847
| * | | | Stop sending milestone and labels data over the wire for MR widgetosw-isolate-mr-widget-exposed-attributesOswaldo Ferreira2017-12-151-1/+1
| | | | | | | | | | | | | | | | | | | | requests
* | | | | Translate date ranges on contributors pageWinnie Hellmann2017-12-181-8/+13
| | | | |
* | | | | Move dateTickFormat to separate moduleWinnie Hellmann2017-12-182-17/+42
| | | | |
* | | | | Add right padding to contributors graphWinnie Hellmann2017-12-181-1/+4
| | | | |