Commit Graph

237 Commits

Author SHA1 Message Date
Johann Hubert Sonntagbauer db4c1f665f enable jasmine/prefer-jasmine-matcher 2018-10-09 20:30:03 +02:00
George Tsiolis e9f7908f5e Add button to insert table in markdown editor 2018-10-06 14:30:35 +00:00
Filipa Lacerda c375171bfd Merge branch 'mr-file-tree-data' into 'master'
Merge Request file tree

Closes #14249

See merge request gitlab-org/gitlab-ce!21833
2018-10-03 10:30:15 +00:00
Phil Hughes 33c4c5b8f3
Added file tree to merge request diffs
This file tree displays all the diff files in a tree like format
Each file is taken and converted into a tree with folders
Each folder can be toggled open & closed
Clicking a file will scroll to the diff file & highlight with a glow affect

Searching the tree list will search only files & return a list of the
files without any folders

Each file row contains an icon to show changed, new file or deleted
Each row will also contain the added & removed lines count

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
2018-10-03 10:05:43 +01:00
Jan Beckmann ceafbbd317 Resolve "Add "Link" shortcut/icon in markdown editor to make it easier to add references" 2018-10-02 13:59:42 +00:00
George Tsiolis 7f395e862a Rename block scope local variable in table pagination spec 2018-09-27 18:42:17 +03:00
Clement Ho 2a6cd526ac Add gitlab-ui skeleton loading 2018-09-25 20:03:40 +00:00
Phil Hughes 163ec966c1
Decouple file row from IDE
This makes the file row component re-usable ouside of the Web IDE

Pre-request for https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
2018-09-17 12:17:00 +01:00
Adriel Santiago 106640e031
Use GitLab ui pagination component for groups 2018-09-11 21:16:43 -04:00
Clement Ho f815b48f39 Use gitlab-ui loading icon 2018-09-11 22:19:21 +00:00
Jan Provaznik d95c1f0335 Use ResourceLabelEvent for tracking label changes 2018-09-07 13:39:20 +00:00
Filipa Lacerda 5566588f1f Merge branch '6028-show-generic-percent-stacked-progress-bar' into 'master'
Show `< 1%` when percent value evaluated is less than 1 on Stacked Progress Bar

Closes gitlab-ee#6028

See merge request gitlab-org/gitlab-ce!21306
2018-08-26 09:05:47 +00:00
Paul Slaughter 243a209372 Create TooltipOnTruncate component to show tooltip only when needed 2018-08-21 08:20:38 -05:00
Kushal Pandya 60b16f460b Show `< 1%` when percent value evaluated is less than 1 2018-08-20 18:30:24 +05:30
🌴🇿🇦 Lukas Eipert (OOO until Summit) 8f9442fcdf Frontend: Proper gettext extraction with gettext-extractor 2018-08-16 19:03:57 +00:00
Phil Hughes 0edfc82ffe Merge branch '49375-move-reports-code' into 'master'
Moves reports components to the reports folder

See merge request gitlab-org/gitlab-ce!21069
2018-08-09 14:34:51 +00:00
Tim Zallmann 8daf9db68f Porting MR Vue Memory Fixes to current master 2018-08-08 02:50:01 +00:00
Paul Slaughter 0d6e50d542 Create Web IDE MR and branch picker 2018-08-07 15:15:56 +00:00
Filipa Lacerda bcdc6f3119
Moves report components to reports folder 2018-08-07 16:06:38 +01:00
Phil Hughes bf699ff498 Merge branch 'kp-6927-epic-dates-from-milestone' into 'master'
Add `tabindex` attribute support on Icon component to show BS4 popover on trigger `focus`

See merge request gitlab-org/gitlab-ce!21066
2018-08-07 14:31:23 +00:00
Kushal Pandya f0c60bdccc Add `tabindex` attribute support to show BS4 popover on trigger `focus` 2018-08-07 19:05:38 +05:30
Paul Slaughter db739548fe Web IDE context header redesign 2018-08-07 13:19:13 +00:00
Tim Zallmann fac4f50cf6 Send resize parameters for avatars 2018-08-07 06:04:33 +00:00
Phil Hughes 8a9421429d Merge branch '45318-junit-FE' into 'master'
Frontend code for "JUnit XML Test Summary In MR widget"

See merge request gitlab-org/gitlab-ce!20936
2018-08-03 13:24:48 +00:00
Filipa Lacerda b901df220c Merge branch 'ide-rename-files' into 'master'
Enable renaming files & folders in the Web IDE

Closes #44845

See merge request gitlab-org/gitlab-ce!20835
2018-08-03 10:00:48 +00:00
Filipa Lacerda bfeb7c2c3f Adds frontend support to render test reports on theMR widget
Creates an app to render grouped test reports in the MR widget
Ports CSS from EE into CE
Creates a reusable code component
Adds getters and utils to the existing reports store
2018-08-02 17:59:22 +01:00
Paul Slaughter fbfe04401d Add vanilla JS avatar_helper and update existing avatar helpers 2018-08-01 19:43:50 +00:00
Phil Hughes 9712a6dd18
specs 2018-07-31 09:18:24 +01:00
Filipa Lacerda 202e37bbaf Resolve "Copy diff file path as GFM" is broken 2018-07-30 13:37:28 +00:00
Sam Beckham da20731f8b Full list of vulnerabilities 2018-07-26 16:24:48 +00:00
Phil Hughes 9ea2e6645e Merge branch '48055-web-ide-resize-handles' into 'master'
Resolve "Resize handles for Web IDE right sidebar are too thin"

Closes #48055

See merge request gitlab-org/gitlab-ce!20818
2018-07-26 15:59:13 +00:00
Lukas Eipert 58cff01d7a Make report_issues.vue easily extendable 2018-07-26 10:47:37 +00:00
Jose 63c25a452e Add bar chart component 2018-07-25 10:01:55 -05:00
Paul Slaughter 0c5740a270 Rename 'dragleft' and 'dragright' to 'drag-left' and 'drag-right' 2018-07-24 11:48:54 -05:00
Paul Slaughter 818a8314cb Rename class dragHandle to drag-handle 2018-07-24 11:44:29 -05:00
Phil Hughes 7dabb48e9b Merge branch 'kp-stacked-progress-bar-decimal-places' into 'master'
Show decimal place up to single digit in Stacked Progress Bar

Closes gitlab-ee#6028

See merge request gitlab-org/gitlab-ce!20776
2018-07-24 11:33:09 +00:00
Kushal Pandya d6ec3ac6ba Use `roundOffFloat` method to show decimal places in progressbar 2018-07-24 12:58:10 +05:30
Winnie Hellmann 91bbdc907d Display GPG status on repository and blob pages 2018-07-23 14:58:21 +00:00
Lukas Eipert 4ff134dfd4 Proper icon validator 2018-07-18 16:56:19 +00:00
Filipa Lacerda cdbff400ea
Removes commented code 2018-07-17 18:23:04 +01:00
Filipa Lacerda cf9a0f2891 [ci skip] Merge branch 'master' into 45318-FE-junit-tests
* master: (49 commits)
  Add changelog entry
  Fix `transform` typo
  Fix archived parameter for projects API
  Enable frozen string in apps/uploaders/*.rb
  Fix invalid link to GitLab.com architecture.md
  i18n: externalize strings from 'app/views/import'
  Remove Repository#lookup and unreachable rugged code
  refactor code based on feedback
  Trigger rails5 tests either by variable or ref name
  Fix link in help doc which was linking to old mono-repo, now in its own repo
  SubmoduleHelper - Project is not always available as an instance variable
  Allow Danger step to fail
  update webpack to v4.16
  Backport logger changes from EE
  Add the CI Job trigger as the build trigger
  Remove flaky and redundant expectations
  use fileuploader dynamic path method in uploads manager and add spec
  fix typo in uploads manager
  add small comment to download method in uploads manager
  refactor uploads manager
  ...
2018-07-16 21:33:49 +01:00
Kushal Pandya 483a5eefe6 Fix `transform` typo 2018-07-16 21:13:07 +05:30
Filipa Lacerda cd1b20ae93
Backports security reports reusable components into CE code base 2018-07-13 16:17:23 +01:00
Constance Okoghenun 45deb92544 Resolve "When editing a comment in an issue, the preview mode is toggled in the main textarea" 2018-07-05 11:59:57 +00:00
gfyoung 23cdae8eee Enable "prefer-destructuring" in JS files
Partially addresses #47006.
2018-06-25 11:53:57 -07:00
Felipe Artur 3e66795ef1 Changes tab VUE refactoring 2018-06-21 12:22:40 +00:00
Constance Okoghenun 3df04bd17f Updated horizontal ellipsis icon for text-expander 2018-06-20 07:36:50 +00:00
Annabel Gray 4d098451c3 Resolve "Performance bar Gitaly modal is hard to read" 2018-06-14 16:34:58 +00:00
Tim Zallmann 8a23bcc9bc Image Diff Viewing + Download Diff Viewing 2018-06-13 09:35:52 +00:00
Mike Greiling 5ef0e1c3cd Merge branch '47049-performance-modal' into 'master'
Resolve "Performance bar modal is hard to read"

Closes #47049

See merge request gitlab-org/gitlab-ce!19334
2018-06-05 21:57:51 +00:00