Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Make JS pagination handle missing 'X-Total-Pages' header | Rémy Coutable | 2019-02-28 | 1 | -16/+166 | |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | |||||
* | | Move related issues shared components from EE | Fatih Acet | 2019-03-01 | 2 | -0/+305 | |
|/ | | | | | | | | | | | | We will rewrite Related MRs widget in CE with Vue. It’s pretty much the same with Related Issues in EE. I made EE only components reusable and this is the CE backward compatability commit. Links: Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/57662 MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9730 | |||||
* | Fix inconsistent pagination styles | Clement Ho | 2019-02-27 | 1 | -6/+6 | |
| | ||||||
* | Merge branch 'diff-tree-resizable' into 'master' | Filipa Lacerda | 2019-02-18 | 1 | -2/+7 | |
|\ | | | | | | | | | | | | | Make the file tree in merge requests resizable Closes #51857 See merge request gitlab-org/gitlab-ce!25097 | |||||
| * | Make the file tree in merge requests resizable | Phil Hughes | 2019-02-15 | 1 | -2/+7 | |
| | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51857 | |||||
* | | Replaced part of diff file properties with diff viewer | Natalia Tepluhina | 2019-02-15 | 1 | -0/+4 | |
|/ | | | | | | - replaced file.too_large - replaced file.text - replaced file.collapsed | |||||
* | Fixes alignment of changed icon in Web IDE | Phil Hughes | 2019-02-13 | 1 | -2/+19 | |
| | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57649 | |||||
* | Convert noteable_note_spec.js to Vue test utils | Winnie Hellmann | 2019-02-12 | 1 | -5/+13 | |
| | | | | (cherry picked from commit 861f93e6fc72ef4adbc4ace3fd297382e07b619c) | |||||
* | Added fuzzy file finder to merge requests | Phil Hughes | 2019-02-05 | 2 | -0/+508 | |
| | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53304 | |||||
* | Use sanitized user status message for user popover | Dennis Tang | 2019-01-31 | 1 | -3/+3 | |
| | ||||||
* | Adds create option in filtered dropdown | Filipa Lacerda | 2019-01-24 | 1 | -0/+99 | |
| | | | | | In the filtered search dropdopwn adds a button to enable creation of missing element. | |||||
* | Remove unwanted margin above suggested changes. | Jacques Erasmus | 2019-01-18 | 1 | -1/+1 | |
| | ||||||
* | Handle emptyText in user_avatar_list | Paul Slaughter | 2019-01-16 | 1 | -14/+40 | |
| | | | | | | **Why?** To reduce duplicate code, it's helpful to encapsulate this behavior here. | |||||
* | Add syntax highlighting to suggestion preview | Jacques Erasmus | 2019-01-15 | 1 | -0/+6 | |
| | ||||||
* | Add syntax highlighting to suggestion diff | Annabel Dunstone Gray | 2019-01-10 | 1 | -2/+2 | |
| | ||||||
* | Add headers to files in the tree list on merge requests | Phil Hughes | 2019-01-08 | 1 | -33/+10 | |
| | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54807 | |||||
* | Merge branch 'ee1979-user-avatar-list-component' into 'master' | Kushal Pandya | 2019-01-07 | 1 | -0/+130 | |
|\ | | | | | | | | | Create shared user-avatar-list component See merge request gitlab-org/gitlab-ce!24139 | |||||
| * | Create shared user-avatar-list componentee1979-user-avatar-list-component | Paul Slaughter | 2019-01-04 | 1 | -0/+130 | |
| | | | | | | | | | | | | | | | | **Why?** We need a component that can expand / collapse a list of avatars for approval rules table. See issue https://gitlab.com/gitlab-org/gitlab-ee/issues/1979 | |||||
* | | Merge branch 'suggestion-dashes' into 'master' | Kushal Pandya | 2019-01-07 | 1 | -2/+2 | |
|\ \ | | | | | | | | | | | | | | | | | | | Fixes diff sugestions removing dashes from diff Closes #55634 See merge request gitlab-org/gitlab-ce!23994 | |||||
| * | | Fixes diff sugestions removing dashes from diff | Phil Hughes | 2018-12-21 | 1 | -2/+2 | |
| | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55634 | |||||
* | | | Create shared gl-modal-vuex component and moduleee1979-gl-modal-vuex | Paul Slaughter | 2019-01-03 | 1 | -0/+151 | |
| |/ |/| | | | | | | | | | | | **Why?** It is significantly easier to manage the visibility of the modal in Vuex. The module contains the state and mutations to manage this. The component wraps GlModal and syncs the visibility with the module. | |||||
* | | Merge branch 'tz-user-popover-follow-up' into 'master' | Clement Ho | 2019-01-03 | 1 | -5/+4 | |
|\ \ | | | | | | | | | | | | | Added Comment to user avatar Image, Changed Fixtures to created ones, added shadow color See merge request gitlab-org/gitlab-ce!23768 | |||||
| * | | Comment user avatar Image, Changed Fixtures, added new shadow colortz-user-popover-follow-up | Tim Zallmann | 2018-12-12 | 1 | -5/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Needed to reorder css variables Neede to reorder vars again Added Changelog | |||||
* | | | Update callout component to receive slotce-1979-fe-settings-empty | Paul Slaughter | 2019-01-02 | 1 | -22/+43 | |
| | | | | | | | | | | | | | | | **Why?** - This is needed to add buttons to the callout | |||||
* | | | Split bio into individual line in extended user tooltips | Martin Wortschack | 2018-12-21 | 1 | -5/+9 | |
| |/ |/| | | | | | - Remove leading 'at' in organzation info - Update karma tests | |||||
* | | Merge branch '55276-encoding-issue-with-the-user-centric-tooltips' into 'master' | Tim Zallmann | 2018-12-17 | 1 | -0/+13 | |
|\ \ | | | | | | | | | | | | | | | | | | | Resolve "Encoding issue with the user centric tooltips" Closes #55276 See merge request gitlab-org/gitlab-ce!23794 | |||||
| * | | Add a test for special characters | Natalia Tepluhina | 2018-12-14 | 1 | -0/+13 | |
| |/ | ||||||
* | | Allow suggesting single line changes in diffs | Oswaldo Ferreira | 2018-12-13 | 4 | -0/+288 | |
|/ | ||||||
* | Merge branch 'winh-markdown-preview-lists' into 'master' | Phil Hughes | 2018-12-12 | 1 | -1/+1 | |
|\ | | | | | | | | | | | | | Remove unnecessary div from MarkdownField to apply list styles correctly Closes #55190 See merge request gitlab-org/gitlab-ce!23733 | |||||
| * | Remove unnecessary div from MarkdownField to apply list styles correctly | Winnie Hellmann | 2018-12-12 | 1 | -1/+1 | |
| | | ||||||
* | | Move timeline_entry_item_spec.js to Jest | Winnie Hellmann | 2018-12-11 | 1 | -40/+0 | |
|/ | ||||||
* | CE Backport: Epic issue list and related issue list re-design | Kushal Pandya | 2018-12-08 | 2 | -0/+348 | |
| | ||||||
* | Resolve "Extended user centric tooltips" | Tim Zallmann | 2018-12-08 | 3 | -3/+147 | |
| | ||||||
* | Fixed renamed and mode changed diff viewers | Phil Hughes | 2018-12-06 | 2 | -0/+49 | |
| | | | | | | | Renders mode changed and renamed file merge request diff viewers on the frontend. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52607 | |||||
* | Replace existing uses of timeline-entry with timeline entry component | Winnie Hellmann | 2018-11-29 | 1 | -3/+3 | |
| | ||||||
* | Create shared timeline entry component | Winnie Hellmann | 2018-11-29 | 1 | -0/+40 | |
| | ||||||
* | Remove redundant specs for tooltip | George Tsiolis | 2018-11-21 | 1 | -13/+0 | |
| | ||||||
* | Fix typos in comments for js | George Tsiolis | 2018-11-15 | 1 | -1/+1 | |
| | ||||||
* | Fixed image commenting on moved files | Phil Hughes | 2018-11-13 | 1 | -0/+20 | |
| | ||||||
* | Updates clipboard button with gitlab-ui51259-gitlab-ui-replacement | Filipa Lacerda | 2018-11-09 | 1 | -2/+0 | |
| | | | | | | Updates clipboard button component to use the new glTooltipDirective and the new glButton component from gitlab-ui | |||||
* | Resolve "Issue board card design" | Constance Okoghenun | 2018-11-07 | 4 | -32/+59 | |
| | ||||||
* | Merge branch 'mr-image-commenting' into 'master' | Filipa Lacerda | 2018-11-07 | 3 | -15/+7 | |
|\ | | | | | | | | | | | | | Re-implemented image commenting on diffs Closes #48956 See merge request gitlab-org/gitlab-ce!22443 | |||||
| * | Re-implemented image commenting on diffs | Phil Hughes | 2018-11-05 | 3 | -15/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This re-implements image commenting in merge request diffs. This feature was previously lost when the merge request page was refactored into Vue. With this, we create an overlay component. The overlay component handles displaying the comment badges and the comment form badge. Badges are displayed based on the position attribute sent with the discussion. Comment forms for diff files are controlled through a different state property. This is so we don't tie comment forms to diff files directly creating deep nested state. Instead we create a flat array which holds the file hash & the X & Y position of the comment form. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48956 | |||||
* | | Improve performance of rendering large reports7737-ci-pipeline-view-slowed-down-massivly-if-security-tabs-has-many-entries | Lukas Eipert | 2018-11-06 | 1 | -0/+83 | |
|/ | | | | | | | | | | | | | | | | | | Instead of rendering all report items in 4 big lists, we make use of vue-virtual-scroll-list and render only few dozens at once. This improves the performance in several metrics: - Initial load time - Memory Pressure - CPU Load - DOM node count In an example with around 11k reported security vulnerabilities: - Initial load time: 27s -> 4.1s - Memory Pressure: ~750 MB -> ~270 MB - CPU Load (time spent on executing JS/Rendering): 22s -> 2.5s - DOM node count: 430k -> 7k up to 30k while scrolling | |||||
* | Merge branch 'gt-update-typos-in-comments-and-specs' into 'master' | Achilleas Pipinellis | 2018-11-01 | 2 | -2/+2 | |
|\ | | | | | | | | | Fix typos in comments and specs See merge request gitlab-org/gitlab-ce!22683 | |||||
| * | Fix typos in comments and specs | George Tsiolis | 2018-11-01 | 2 | -2/+2 | |
| | | ||||||
* | | Prettify remaining files with differences in CE and EE | Mike Greiling | 2018-10-31 | 3 | -11/+13 | |
|/ | ||||||
* | Update tooltip for when no date is present, port back EE changesce-7103-show-milestone-dates-within-tooltips | Kushal Pandya | 2018-10-29 | 1 | -16/+6 | |
| | ||||||
* | Add validation for date strings passed to GlCountdownwinh-countdown-component | Winnie Hellmann | 2018-10-25 | 1 | -2/+16 | |
| | ||||||
* | Add reusable component for counting down | Winnie Hellmann | 2018-10-25 | 1 | -0/+63 | |
| |