Commit Graph

31 Commits

Author SHA1 Message Date
GitLab Bot 96c78a921f Add latest changes from gitlab-org/gitlab@master 2020-09-18 18:10:26 +00:00
GitLab Bot 9b14160725 Add latest changes from gitlab-org/gitlab@master 2020-08-24 18:10:19 +00:00
GitLab Bot 6cf1f4c521 Add latest changes from gitlab-org/gitlab@master 2020-06-16 09:08:27 +00:00
GitLab Bot 908a54b624 Add latest changes from gitlab-org/gitlab@master 2020-06-05 21:08:27 +00:00
GitLab Bot 2c15256184 Add latest changes from gitlab-org/gitlab@master 2020-05-13 06:08:02 +00:00
GitLab Bot d4f8f25db6 Add latest changes from gitlab-org/gitlab@master 2020-05-07 00:11:11 +00:00
GitLab Bot 8a7aaf8683 Add latest changes from gitlab-org/gitlab@master 2020-03-23 21:09:46 +00:00
GitLab Bot fc53ce8e6c Add latest changes from gitlab-org/gitlab@master 2019-12-12 09:07:48 +00:00
GitLab Bot 2ed368929a Add latest changes from gitlab-org/gitlab@master 2019-09-24 18:06:05 +00:00
Lukas Eipert 7ca77203c0
Replace runtime isEE check with compile time one
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
2019-07-05 16:37:39 +02:00
Martin Hanzel 36d0dc083d Conform related issues/MRs card to design docs 2019-06-27 06:12:38 +00:00
Fatih Acet 7650677d3d
Rewrite related MRs widget with Vue
This MR rewrites existing Related Merge Requests widget
with Vue with reusing shared Related Issues components
2019-04-05 21:20:28 +02:00
Filipa Lacerda ec7835946a Creates a function to check if repo is EE
Adds EE information to gon
Creates a global vue mixin
2019-03-04 08:20:37 +00:00
Fatih Acet 529c570c02
Move related issues shared components from EE
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
2019-03-01 12:49:16 +01:00
Filipa Lacerda 87444fb6ed
Adds pagination to pipelines table in merge request page 2018-10-31 17:10:36 +00:00
Mike Greiling 3271c5f0f5
Prettify vue_shared modules 2018-10-10 02:49:49 -05:00
Tim Zallmann 9daeccfb3a Merge branch '38869-datetime' into 'master'
Export date utility functions as ES6 modules

See merge request gitlab-org/gitlab-ce!15782
2017-12-14 07:38:48 +00:00
Winnie Hellmann d5d2d7b2e0 Rename recaptcha-dialog to recaptcha-modal 2017-12-12 13:07:03 +01:00
Filipa Lacerda 3c19c971df
Merge branch 'master' into 38869-datetime
* 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
  ...
2017-12-11 19:42:58 +00:00
Luke Bennett 1a3b292d35 Resolve "No feedback when checking on checklist if potential spam was detected" 2017-12-08 12:26:39 +00:00
Filipa Lacerda 139ce1c445
Export date utility functions as ES6 modules 2017-12-07 11:09:17 +00:00
Simon Knox bf85a90037 issue note component rename 2017-12-04 16:19:07 +00:00
Filipa Lacerda 4563156256 Improve environments performance 2017-11-23 12:04:03 +00:00
Luke "Jared" Bennett 00ee7a9f27
FE review changes app code 2017-10-01 16:45:48 +01:00
Luke "Jared" Bennett a319418d9c
Merge FE 2017-09-14 14:10:41 +01:00
Eric Eastwood 6cb575d612 Add support for multiple tooltips in the same Vue component
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33223
2017-06-23 02:12:45 -05:00
Phil Hughes 3465e1e52c Merge branch 'master' into issue-edit-inline 2017-05-30 10:34:15 +01:00
Filipa Lacerda f4274ca1b1 Creates CI Header component to use in pipelines and job details pages 2017-05-26 17:31:16 +00:00
Phil Hughes 5227ea5bc4 fixed up weird karma specs with tooltip
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
2017-05-26 14:38:38 +01:00
Phil Hughes 9b93a3f277 Use the tooltip mixin
[ci skip]
2017-05-16 12:01:13 +01:00
Kamil Trzcinski aa440eb1c0
Single commit squash of all changes for 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.
2017-05-06 19:04:48 +02:00