Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-16 21:08:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-16 21:08:46 +0300
commitaa0f0e992153e84e1cdec8a1c7310d5eb93a9f8f (patch)
tree4a662bc77fb43e1d1deec78cc7a95d911c0da1c5 /spec/fixtures
parentd47f9d2304dbc3a23bba7fe7a5cd07218eeb41cd (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/sentry/issue_link_sample_response.json7
-rw-r--r--spec/fixtures/sentry/repos_sample_response.json15
2 files changed, 22 insertions, 0 deletions
diff --git a/spec/fixtures/sentry/issue_link_sample_response.json b/spec/fixtures/sentry/issue_link_sample_response.json
new file mode 100644
index 00000000000..f7f3220e83d
--- /dev/null
+++ b/spec/fixtures/sentry/issue_link_sample_response.json
@@ -0,0 +1,7 @@
+{
+ "url": "https://gitlab.com/test/tanuki-inc/issues/3",
+ "integrationId": 44444,
+ "displayName": "test/tanuki-inc#3",
+ "id": 140319,
+ "key": "gitlab.com/test:test/tanuki-inc#3"
+}
diff --git a/spec/fixtures/sentry/repos_sample_response.json b/spec/fixtures/sentry/repos_sample_response.json
new file mode 100644
index 00000000000..fe389035fe3
--- /dev/null
+++ b/spec/fixtures/sentry/repos_sample_response.json
@@ -0,0 +1,15 @@
+[
+ {
+ "status": "active",
+ "integrationId": "48066",
+ "externalSlug": 139,
+ "name": "test / tanuki-inc",
+ "provider": {
+ "id": "integrations:gitlab",
+ "name": "Gitlab"
+ },
+ "url": "https://gitlab.com/test/tanuki-inc",
+ "id": "52480",
+ "dateCreated": "2020-01-08T21:15:17.181520Z"
+ }
+]