summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_shared
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'jivl-add-dot-system-notes' into 'master'Phil Hughes2018-05-171-2/+2
|\ | | | | | | | | | | | | Add dot to separate system notes content Closes #45676 See merge request gitlab-org/gitlab-ce!18864
| * Add dot to separate system notes contentjivl-add-dot-system-notesJose2018-05-141-2/+2
| |
* | Resolve "Remove modal box confirmation when retrying a pipeline"Filipa Lacerda2018-05-111-6/+8
|/
* Make deploy keys table more clearly structuredLukas Eipert2018-05-072-45/+48
|
* Merge branch 'dm-commit-trailer-without-gravatar' into 'master'Robert Speicher2018-05-011-1/+1
|\ | | | | | | | | | | | | Fix commit trailer rendering when Gravatar is disabled Closes #45633 See merge request gitlab-org/gitlab-ce!18586
| * Fix commit trailer rendering when Gravatar is disabledDouwe Maan2018-04-251-1/+1
| |
* | Export class as defaultKushal Pandya2018-04-271-1/+1
| |
* | Merge branch 'master' into ide-temp-file-folder-fixesPhil Hughes2018-04-259-380/+398
|\ \ | |/
| * Merge branch 'fl-prettify-2' into 'master'Tim Zallmann2018-04-234-264/+255
| |\ | | | | | | | | | | | | Runs prettier on some vue shared components See merge request gitlab-org/gitlab-ce!18487
| | * Merge branch 'master' into fl-prettify-2Filipa Lacerda2018-04-231-12/+27
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (74 commits) Add changelog for 2fa filter in users api Add 2FA filter to users API for admins only Fix project creation for user endpoint bug Flowdock uses Gitaly, not Grit Add missing changelog type to docs Removes 'no job log' from trace action Fix missing namespace for some internal users Dedupe yarn dependencies Downgrade MySQL CI service from 8.0 to 5.7 Atomic internal ids for all models Add documentation on how to configure Redis Sentinel by persistent class Update CHANGELOG.md for 10.7.0 Update index.md Resolve "Text from the diff is showing within a table header inside the discussion after the discussion is resolved" Ignore ordering in IssueDueSchedulerWorker spec Don't include lfs_file_locks data in export bundle Documentation: Frontend Building Checklist Fix a documentation typo for GitLab pages Refactored activity calendar Add an API endpoint to download git repository snapshots ...
| | * | Runs prettier on some vue shared componentsFilipa Lacerda2018-04-194-264/+255
| | | |
| * | | Merge branch 'fl-prettify' into 'master'Phil Hughes2018-04-233-115/+124
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Prettify vue shared component & improve tests to match guidelines See merge request gitlab-org/gitlab-ce!18485
| | * | | Prettify vue shared component & improve tests to match guidelinesFilipa Lacerda2018-04-193-115/+124
| | |/ /
| * | | Emit `toggleCollapse`, `onDropdownClose` on componentKushal Pandya2018-04-231-1/+13
| | | |
| * | | Emit `onValueClick` event on component when container is clickedKushal Pandya2018-04-231-0/+6
| | |/ | |/|
* | | Merge branch 'master' into ide-temp-file-folder-fixesPhil Hughes2018-04-231-12/+27
|\ \ \ | |/ /
| * | Resolve "Improve tooltips of collapsed sidebars"Dennis Tang2018-04-191-12/+27
| |/
* | Merge branch 'master' into ide-temp-file-folder-fixesPhil Hughes2018-04-191-0/+27
|\ \ | |/
| * Resolve "Show `failure_reason` in jobs view content section"Mayra Cabrera2018-04-191-0/+27
| |
* | Fixed bugs with IDE new directoryPhil Hughes2018-04-181-50/+51
|/ | | | Closes #44838
* Make the message break into a new line instead of truncating itFilipa Lacerda2018-04-161-3/+1
|
* Merge branch 'master' into 43404-pipelines-commitFilipa Lacerda2018-04-161-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (124 commits) Double-check next value for internal ids. Resolve "skeleton placeholder on diff has white background" Replace the `project/commits/comments.feature` spinach test with an rspec analog Set ENV['IN_MEMORY_APPLICATION_SETTINGS'] to 'true in spec/db/production/settings_spec.rb Update docs on `.gitlab-ci.yml` and variables policy Add note about support of variables policy to docs Revert and fix corrected git cheat sheet url Bump parser gem to 2.5.1.0 to remove warning in rspec Update invalid test application_settings_controller_spec.rb Use stable docker image instead of latest Handle cancelled request Stop polling and fetch the table [ci skip] Updates table when stage is clicked Backport GitLab domain helper methods use jquery object in togglePopover Fix other listeners Fix the metrics link being not rendering the html Fix feature_highlight listener Update custom issue tracker docs ...
| * Resolve "skeleton placeholder on diff has white background"Simon Knox2018-04-161-1/+1
| |
* | Fix message for commit not foundFilipa Lacerda2018-04-131-2/+4
|/
* Resolve "When editing a comment in an issue, the preview mode is toggled in ↵Simon Knox2018-04-111-4/+6
| | | | the main textarea"
* Web IDE blob image + default fallbackTim Zallmann2018-04-064-2/+146
|
* Add confirmation modal to "Change username"Shah El-Rahman2018-04-061-41/+36
|
* Web IDE markdown previewTim Zallmann2018-04-053-0/+156
|
* Rename modal.vue to deprecated_modal.vuewinh-deprecate-old-modalWinnie Hellmann2018-03-222-5/+5
|
* Fixes the web IDE link in tree list opening the wrong URLPhil Hughes2018-03-211-2/+1
| | | | Closes #44477
* Merge branch 'remove-jquery-globals' into 'master'Phil Hughes2018-03-125-0/+8
|\ | | | | | | | | Require jQuery to be explicitly imported See merge request gitlab-org/gitlab-ce!17674
| * require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-095-0/+8
| |
* | Add `createLabelTitle` & `manageLabelsTitle` props for action stringKushal Pandya2018-03-121-2/+14
| |
* | Add `headerTitle` prop for container header stringKushal Pandya2018-03-121-1/+10
| |
* | Add `isProject` and computed props to for contextual info for dropdownKushal Pandya2018-03-121-0/+24
|/
* Merge branch 'refactor/move-mr-widget-memory-usage-and-graph-components' ↵Phil Hughes2018-03-081-11/+27
|\ | | | | | | | | | | | | into 'master' Move MemoryGraph and MemoryUsage vue components See merge request gitlab-org/gitlab-ce!17533
| * Move MemoryGraph and MemoryUsage vue componentsGeorge Tsiolis2018-03-081-11/+27
| |
* | Removes btn-transparent and btn-clipboard as default classes for clipboard ↵43502-clipboard-btnFilipa Lacerda2018-03-061-1/+2
| | | | | | | | | | | | button component Changes after review
* | Add `js-*` class to refer in JSKushal Pandya2018-03-062-3/+3
| |
* | LabelsSelect DropdownValueCollapsed ComponentKushal Pandya2018-03-051-0/+48
| |
* | LabelsSelect DropdownValue ComponentKushal Pandya2018-03-051-0/+63
| |
* | LabelsSelect DropdownTitle ComponentKushal Pandya2018-03-051-0/+30
| |
* | LabelsSelect DropdownSearchInput ComponentKushal Pandya2018-03-051-0/+27
| |
* | LabelsSelect DropdownHiddenInput ComponentKushal Pandya2018-03-051-0/+22
| |
* | LabelsSelect DropdownHeader ComponentKushal Pandya2018-03-051-0/+21
| |
* | LabelsSelect DropdownFooter ComponentKushal Pandya2018-03-051-0/+34
| |
* | LabelsSelect DropdownCreateLabel ComponentKushal Pandya2018-03-051-0/+84
| |
* | LabelsSelect DropdownButton ComponentKushal Pandya2018-03-051-0/+78
| |
* | LabelsSelect Base ComponentKushal Pandya2018-03-051-0/+149
| |
* | ListLabel Shared ModelKushal Pandya2018-03-051-0/+13
|/