summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Move boards switcher partialWinnie Hellmann2019-07-174-3/+586
| | | | (cherry picked from commit a82e4d57a6fbba840a8a944e372b80866a1e48cc)
* Merge branch '10009-boards-index' into 'master'Phil Hughes2019-07-172-1/+3
|\ | | | | | | | | Removes EE differences for modal issues board See merge request gitlab-org/gitlab-ce!30836
| * Removes EE differences for modal issues board10009-boards-indexFilipa Lacerda2019-07-172-1/+3
| |
* | Resolve "Label picker: Line break on long label titles"Ammar Alakkad2019-07-171-1/+2
| |
* | Added submodule links to Submodule type in GraphQL APIIgor2019-07-173-1/+9
|/ | | | This is part of migration of Folder View to Vue
* Fetch latest link in the description for zoom link, add more tests and ↵Rajendra kadam2019-07-172-27/+11
| | | | remove frontend spec unnecessary tests
* Align merge request icons and textJarek Ostrowski2019-07-169-21/+30
| | | | | | | | | | | | | | | | | | | | | | Align icons left Align text left Adjust padding to be consistent Make icons same 24 size Add changelog mr number Add right margin to widget status container Add left margin inside widget icon container Prepend left padding for error message Only give button left margin, some have buttons Prettify Adjust test summary icons Prettify Fix empty line before lint Remove author Switch to use gl-padding Use utility classes instead Prettify Change loading icon size to md Update summary_row.vue
* Merge branch 'vue-file-list-breadcrumb-dropdown' into 'master'Filipa Lacerda2019-07-163-13/+232
|\ | | | | | | | | | | | | Added add to tree dropdown to Vue files breadcrumb Closes #62865 See merge request gitlab-org/gitlab-ce!30177
| * Added add to tree dropdown to Vue files breadcrumbPhil Hughes2019-07-153-13/+232
| |
* | Merge branch 'fix-create-mr-enabling-button' into 'master'Filipa Lacerda2019-07-161-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Fixed create merge request button not enabling Closes #64454 See merge request gitlab-org/gitlab-ce!30776
| * | Fixed create merge request button not enablingPhil Hughes2019-07-161-1/+1
| |/ | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64454
* | Merge branch '59875-stylelint-panels' into 'master'Phil Hughes2019-07-161-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Fixed style-lint errors for `panels.scss` Closes #59875 See merge request gitlab-org/gitlab-ce!30748
| * | Fixed style-lint errors for `panels.scss`59875-stylelint-panelsDenys Mishunov2019-07-151-1/+1
| |/ | | | | | | | | Removed @extend from SCSS file in favor of directly assigning CSS class in corresponding HTML snippets.
* | Fix linebreak rendering in Mermaid flowchartsMartin Hanzel2019-07-161-1/+2
| |
* | Fix broken vue i18n stringsAndré Luís2019-07-162-12/+28
| |
* | Updating wording as per desgn guidelinesNick Kipling2019-07-152-15/+42
| | | | | | | | | | Shortened descriptive text Added copy button to code snippets
* | Add setCurrentBoard to boardsStoreWinnie Hellmann2019-07-151-0/+4
| | | | | | | | (cherry picked from commit 9cd745c65bcb51d615399e82d8b26ef5cce972e1)
* | Fix race condition with polling when saving notesfix-comment-race-conditionHeinrich Lee Yu2019-07-151-2/+2
|/ | | | | eTagPoll may not be initialized yet when we save a note. Polling is initialized only after discussions are loaded
* Merge branch '11470-snowplow-tracking-for-notes-does-not-work-in-firefox' ↵Clement Ho2019-07-121-1/+1
|\ | | | | | | | | | | | | into 'master' CE backport of reply button tracker refactor See merge request gitlab-org/gitlab-ce!28298
| * CE backport of reply button tracker refactor11470-snowplow-tracking-for-notes-does-not-work-in-firefoxConstance Okoghenun2019-05-131-1/+1
| | | | | | | | EE MR https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/12578
* | Add functions for multiple boards to BoardServiceWinnie Hellmann2019-07-122-0/+50
| | | | | | | | (cherry picked from commit 9dbefac95a8b60b93ba7b05fd7bf69b80b395f54)
* | change the use of boardService in favor of boardsStore on footer for the ↵Eduardo Mejía2019-07-121-1/+1
| | | | | | | | board component
* | Prevent errors when CA has no dataBrandon Labuschagne2019-07-121-2/+8
| |
* | Update vue component with class for testabilityWalmyr Lima2019-07-111-1/+1
| |
* | Merge branch 'registry-fix-multi-delete-modal' into 'master'Kushal Pandya2019-07-112-13/+6
|\ \ | | | | | | | | | | | | Set unique modal IDs See merge request gitlab-org/gitlab-ce!30532
| * | Set unique modal IDsregistry-fix-multi-delete-modalPaul Gascou-Vaillancourt2019-07-092-13/+6
| | |
* | | Review Tools: Add large z-index to toolbarSarah Groff Hennigh-Palermo2019-07-111-0/+1
| | |
* | | Merge branch '62088-search-back' into 'master'Mike Greiling2019-07-113-4/+13
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixed back navigation for projects filter Closes #62088 See merge request gitlab-org/gitlab-ce!30373
| * | | Fixed back navigation for projects filter62088-search-backDenys Mishunov2019-07-053-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | Filterable list now sends request to filter the projects list explicitly with `json` extension to avoid breakage when navigating back from a project to the filtered project's list.
* | | | Add support for additional panel typesJose Ivan Vargas2019-07-1012-69/+175
| | | | | | | | | | | | | | | | | | | | This introduces the single stat chart component aside from the area chart component
* | | | Remove deleteNote from notes serviceWinnie Hellmann2019-07-102-4/+1
| | | |
* | | | Merge branch 'fixed-dropdown-hover-styles' into 'master'Annabel Dunstone Gray2019-07-101-1/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed dropdown hover styles Closes #64330 and #64340 See merge request gitlab-org/gitlab-ce!30534
| * | | | Fixed dropdown hover stylesPhil Hughes2019-07-091-1/+9
| | |/ / | |/| | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64340
* | | | Remove toggleAward from notes serviceWinnie Hellmann2019-07-102-9/+3
| | | |
* | | | Moves EE differences for issue boardsFilipa Lacerda2019-07-103-14/+21
|/ / /
* | | Add delay customization to tooltip.jsnfriend-add-delay-support-to-tooltip-jsNathan Friend2019-07-091-0/+4
| | | | | | | | | | | | | | | This MR allows the delay of tooltips instantiated using tooltip.js to be customized through localStorage.
* | | Merge branch 'dropdown-styling-fixes' into 'master'Mike Greiling2019-07-091-4/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix dropdown styling issues Closes #64250 See merge request gitlab-org/gitlab-ce!30477
| * | | Fix dropdown styling issuesPhil Hughes2019-07-091-4/+0
| | | |
* | | | Remove `:graphql` feature flagcharlie ablett2019-07-091-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove `FeatureConstrainer` call wrapping api endpoint - Remove `Feature.enabled?(:graphql)` conditionals in back and frontend - Modify graphql test to be graphql flag agnostic - Remove api routing spec - Remove frontend feature flag via `gon`
* | | | CE Port of Allow bulk update for group issuesFatih Acet2019-07-094-17/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a port MR for CE Original MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14141
* | | | Merge branch 'repo-list-root-caching' into 'master'Filipa Lacerda2019-07-091-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixed apollo caching of the root repository file listing See merge request gitlab-org/gitlab-ce!30409
| * | | | Fixed apollo caching of the root repository file listingPhil Hughes2019-07-051-1/+1
| | | | |
* | | | | Updates on success of an MR the count on top and in other tabsTim Zallmann2019-07-096-2/+92
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New API endpoint for merge request count Updates all open tabs at the same time with one call Restructured API response API response changed to 401 if no current_user Added API + JS specs Fix for Static Check Updated Count on Open/Close, Assign/Unassign of MR's Checking if MR Count is refreshed Added # frozen_string_literal: true to spec Added Changelog
* | | | Fix typo on confidential MR dropdownpb-fix-confidential-mr-dropdown-typoPatrick Bajao2019-07-091-2/+2
| | | | | | | | | | | | | | | | Change issues to issue's
* | | | Fixed editing formNatalia Tepluhina2019-07-092-4/+31
| | | | | | | | | | | | | | | | | | | | | | | | - applied functional component patch - fixed border radius for list - fixed Karma test to take a correct li amount
* | | | Fix - use `s__` for namespaced translations64260-i18n-broken-boards-blank-stateEzekiel Kigbo2019-07-081-4/+4
| | | |
* | | | Backported EE fix to CENatalia Tepluhina2019-07-085-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed attribute to be not hyphenated - applied parallel diffs view on CE - separated left and right drafts - added fallback for hasDrafts
* | | | Merge branch '60213-fix-is-ee-webpack-checks' into 'master'Filipa Lacerda2019-07-0810-39/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace runtime isEE check with compile time one Closes #60213 See merge request gitlab-org/gitlab-ce!30351
| * | | | Replace runtime isEE check with compile time one60213-fix-is-ee-webpack-checksLukas Eipert2019-07-0510-39/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has the benefit that CE bundles will remove dead code in CE only builds. We have a follow-up issue to get rid of this completely: https://gitlab.com/gitlab-org/gitlab-ce/issues/64173
* | | | | Vue-i18n: app/assets/javascripts/vue_shared directoryEzekiel Kigbo2019-07-0820-56/+81
| | | | | | | | | | | | | | | | | | | | | | | | | i18n linting for .vue files under the app/assets/javascripts/vue_shared directory