summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_shared/mixins
Commit message (Collapse)AuthorAgeFilesLines
* Creates a function to check if repo is EEFilipa Lacerda2019-03-041-0/+10
| | | | | Adds EE information to gon Creates a global vue mixin
* Move related issues shared components from EEFatih Acet2019-03-011-0/+155
| | | | | | | | | | | | 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
* Adds pagination to pipelines table in merge request page28249-add-paginationFilipa Lacerda2018-10-311-1/+8
|
* Prettify vue_shared modulesMike Greiling2018-10-101-10/+9
|
* Merge branch '38869-datetime' into 'master'Tim Zallmann2017-12-141-3/+3
|\ | | | | | | | | Export date utility functions as ES6 modules See merge request gitlab-org/gitlab-ce!15782
| * Merge branch 'master' into 38869-datetimeFilipa Lacerda2017-12-111-0/+36
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (112 commits) small change to make less conflict with EE version Add cop for use of remove_column Resolve merge conflicts with dev.gitlab.org/master after security release add index for doc/administration/operations/ Remove RubySampler#sample_objects for performance as well Bugfix: User can't change the access level of an access requester Add spec for removing issues.assignee_id updated imports Keep track of storage check timings Remove a header level in the new 'Automatic CE->EE merge' doc Improve down step of removing issues.assignee_id column Fix specs after removing assignee_id field Remove issues.assignee_id column Resolve conflicts in app/models/user.rb Fix image view mode Do not raise when downstream pipeline is created Remove the need for destroy and add a comment in the spec Use build instead of create in importer spec Simplify normalizing of paths Remove allocation tracking code from InfluxDB sampler for performance ...
| * | Export date utility functions as ES6 modulesFilipa Lacerda2017-12-071-3/+3
| | |
* | | Rename recaptcha-dialog to recaptcha-modalWinnie Hellmann2017-12-121-2/+2
| |/ |/|
* | Resolve "No feedback when checking on checklist if potential spam was detected"Luke Bennett2017-12-081-0/+36
|/
* issue note component renameSimon Knox2017-12-041-4/+9
|
* Improve environments performanceFilipa Lacerda2017-11-231-0/+42
|
* FE review changes app codeLuke "Jared" Bennett2017-10-011-1/+3
|
* Merge FELuke "Jared" Bennett2017-09-141-0/+7
|
* Add support for multiple tooltips in the same Vue componentEric Eastwood2017-06-231-13/+0
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33223
* Merge branch 'master' into issue-edit-inlinePhil Hughes2017-05-301-0/+18
|\
| * Creates CI Header component to use in pipelines and job details pagesFilipa Lacerda2017-05-261-0/+18
| |
* | fixed up weird karma specs with tooltipPhil Hughes2017-05-261-6/+2
| | | | | | | | the tooltip mixin was changed because of a weird bug where the tooltip wouldn't show. This was wrong as the bug was actually caused by the text utility method
* | Use the tooltip mixinissue-edit-inline-description-fieldPhil Hughes2017-05-161-2/+10
|/ | | | [ci skip]
* Single commit squash of all changes for ↵Kamil Trzcinski2017-05-061-0/+9
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10878 It's needed due to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10777 being merged with squash.