summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_merge_request_widget/components/review_app_link.vue
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-6/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-161-9/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-051-3/+13
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-221-1/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-021-1/+1
|
* Add backport changesSarah Groff Hennigh-Palermo2019-05-201-1/+1
| | | | Adds backport changes for ee
* Prettify all the thingsMike Greiling2018-11-201-8/+2
|
* Prevents review app to render an empty dropdown.Filipa Lacerda2018-10-301-0/+30
When a deployment has no files to show in the dropdown we fallback to the regular single button for the review app link. This commit moves the review app link into a component since it's used twice.