summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
* Fix Project ButtonsAndrew Fontaine2019-07-121-1/+1
| | | | Correct the border colour of the count badge buttons.
* 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
|
* Merge branch 'issue-63298-asciidoc-sanitization' into 'master'Douwe Maan2019-07-123-29/+64
|\ | | | | | | | | | | | | Prevent excessive sanitization of AsciiDoc ouptut Closes #63298 See merge request gitlab-org/gitlab-ce!30290
| * Prevent excessive sanitization of AsciiDoc ouptutGuillaume Grossetie2019-07-123-29/+64
| |
* | Add modal close button styles to match design specMiranda Fluharty2019-07-121-0/+7
| | | | | | | | | | | | Standard font weight and line height, darker color, full opacity Change `button.close` to `.close` Some existing modal buttons are links rather than buttons
* | Merge branch '10364-dismissal-reason-any-comment-CE' into 'master'Fatih Acet2019-07-111-0/+9
|\ \ | | | | | | | | | | | | CE backport for Dismissal Reasons See merge request gitlab-org/gitlab-ce!29422
| * | CE backport for Dismissal Reasons10364-dismissal-reason-any-comment-CEsamdbeckham2019-07-111-0/+9
| | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/12067
* | | Merge branch 'mf-modal-style-header-size' into 'master'Annabel Dunstone Gray2019-07-111-5/+5
|\ \ \ | | | | | | | | | | | | | | | | Set modal header/title size to match design spec See merge request gitlab-org/gitlab-ce!30420
| * | | Set modal header/title size to match design specmf-modal-style-header-sizemfluharty2019-07-051-5/+5
| | |/ | |/| | | | | | | | | | | | | | | | Set line height of title to 24px as given in spec Given 16px padding, total header height is now 56px as given in spec Use variables for padding/margin for close button (bootstrap now >4.2)
* | | Apply modal border-radius only to direct childrenmfluharty-modal-style-border-radius-correctionmfluharty2019-07-111-2/+2
| | |
* | | 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
| | |
* | | Bring buttons style up to design specScott Hampton2019-07-1110-81/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a CSS effort only. Fixes the padding of the buttons to be `8px 12px` (including border) so that the button height is 32px. Also adjusts the border width for all buttons when the state is `hover`, `focus`, or `active to be 2px thick instead of 1px thick. This is accomplished through an inset box-shadow as not to increase the size of the button. Fixes some colors for primary and tertiary buttons.
* | | Review Tools: Add large z-index to toolbarSarah Groff Hennigh-Palermo2019-07-111-0/+1
| | |
* | | Merge branch '64314-ci-icon' into 'master'Kushal Pandya2019-07-111-1/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Align CI icon in merge request dashboard Closes #64314 See merge request gitlab-org/gitlab-ce!30558
| * | | Align items in merge request dashboard64314-ci-iconFilipa Lacerda2019-07-101-1/+0
| | | | | | | | | | | | | | | | | | | | Vertically aligns ci icon, avatar, and comments icons in the merge request dashboard by using flex
* | | | 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 'mf-modal-style-border-radius' into 'master'Annabel Dunstone Gray2019-07-102-0/+15
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Adjust modal border radius to match design spec See merge request gitlab-org/gitlab-ce!30414
| * | | | Define modal first and last child border-radiusmf-modal-style-border-radiusmfluharty2019-07-092-1/+12
| | | | | | | | | | | | | | | | | | | | Use $modal-border-radius for all modal border radius definitions
| * | | | Adjust modal border radius to match design specmfluharty2019-07-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set modal border radius to 0.25rem With 16px default font size, should match the 4px from the design spec Before this, it was the bootstrap default (0.3rem = 4.8px)
* | | | | Merge branch 'fixed-dropdown-hover-styles' into 'master'Annabel Dunstone Gray2019-07-102-3/+12
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Fixed dropdown hover styles Closes #64330 and #64340 See merge request gitlab-org/gitlab-ce!30534
| * | | | Fixed dropdown hover stylesPhil Hughes2019-07-092-3/+12
| | |_|/ | |/| | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64340
* | | | Remove toggleAward from notes serviceWinnie Hellmann2019-07-102-9/+3
| | | |
* | | | Reduce margin between modal footer buttonsMiranda Fluharty2019-07-101-0/+4
| | | | | | | | | | | | | | | | | | | | Set margin to 0 except left margin on any button after another button Now matches the 8px from the design spec
* | | | Moves EE differences for issue boardsFilipa Lacerda2019-07-103-14/+21
| | | |
* | | | Fix toast spacing issuesJacques Erasmus2019-07-092-8/+6
|/ / / | | | | | | | | | Fixed the toast spacing issues
* | | 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-092-6/+2
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Fix dropdown styling issues Closes #64250 See merge request gitlab-org/gitlab-ce!30477
| * | Fix dropdown styling issuesPhil Hughes2019-07-092-6/+2
| | |
* | | 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
| | | |
* | | | Merge branch 'mf-modal-style-content-size' into 'master'Kushal Pandya2019-07-092-2/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Adjust modal body styles to match design spec See merge request gitlab-org/gitlab-ce!30425
| * | | | Adjust modal body styles to match design specmf-modal-style-content-sizemfluharty2019-07-052-2/+3
| | |_|/ | |/| | | | | | | | | | | | | | Set min-height to 80px via $modal-body-height Set padding to 16px overall and 48px on right via $grid-size
* | | | 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
* | | Merge branch 'mf-modal-style-pin-position' into 'master'Phil Hughes2019-07-091-2/+2
|\ \ \ | | | | | | | | | | | | | | | | Pin modals at 64px from the top of the viewport See merge request gitlab-org/gitlab-ce!30412
| * | | Pin modals at 64px from the top of the viewportmf-modal-style-pin-positionmfluharty2019-07-051-2/+2
| |/ / | | | | | | | | | Was 30px
* | | add font weight to links in wiki pages to be more distinguishable from ↵Eduardo Mejía2019-07-091-0/+4
| | | | | | | | | | | | static information
* | | 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-094-5/+35
| | | | | | | | | | | | | | | | | | - 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