2018-02-19 22:24:10 +00:00
// Copyright 2018 Drone.IO Inc.
2018-03-21 13:02:17 +00:00
//
2018-02-19 22:24:10 +00:00
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
2018-03-21 13:02:17 +00:00
//
2018-02-19 22:24:10 +00:00
// http://www.apache.org/licenses/LICENSE-2.0
2018-03-21 13:02:17 +00:00
//
2018-02-19 22:24:10 +00:00
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
2017-05-01 10:33:06 +00:00
package fixtures
2017-05-24 02:02:11 +00:00
// HookPush is a sample Gitea push hook
const HookPush = `
2017-05-01 10:33:06 +00:00
{
2023-07-31 03:47:23 +00:00
"ref" : "refs/heads/main" ,
2017-05-01 10:33:06 +00:00
"before" : "4b2626259b5a97b6b4eab5e6cca66adb986b672b" ,
"after" : "ef98532add3b2feb7a137426bba1248724367df5" ,
2017-05-01 12:29:57 +00:00
"compare_url" : "http://gitea.golang.org/gordon/hello-world/compare/4b2626259b5a97b6b4eab5e6cca66adb986b672b...ef98532add3b2feb7a137426bba1248724367df5" ,
2017-05-01 10:33:06 +00:00
"commits" : [
{
"id" : "ef98532add3b2feb7a137426bba1248724367df5" ,
"message" : "bump\n" ,
2017-05-01 12:29:57 +00:00
"url" : "http://gitea.golang.org/gordon/hello-world/commit/ef98532add3b2feb7a137426bba1248724367df5" ,
2017-05-01 10:33:06 +00:00
"author" : {
"name" : "Gordon the Gopher" ,
"email" : "gordon@golang.org" ,
"username" : "gordon"
2021-07-04 18:38:59 +00:00
} ,
"added" : [ "CHANGELOG.md" ] ,
"removed" : [ ] ,
"modified" : [ "app/controller/application.rb" ]
2017-05-01 10:33:06 +00:00
}
] ,
"repository" : {
"id" : 1 ,
"name" : "hello-world" ,
"full_name" : "gordon/hello-world" ,
2017-05-01 12:29:57 +00:00
"html_url" : "http://gitea.golang.org/gordon/hello-world" ,
"ssh_url" : "git@gitea.golang.org:gordon/hello-world.git" ,
"clone_url" : "http://gitea.golang.org/gordon/hello-world.git" ,
2017-05-01 10:33:06 +00:00
"description" : "" ,
"website" : "" ,
"watchers" : 1 ,
"owner" : {
"name" : "gordon" ,
"email" : "gordon@golang.org" ,
2022-09-07 17:16:40 +00:00
"login" : "gordon" ,
2017-05-01 10:33:06 +00:00
"username" : "gordon"
} ,
2023-03-21 22:01:59 +00:00
"private" : true ,
"permissions" : {
"admin" : true ,
"push" : true ,
"pull" : true
}
2017-05-01 10:33:06 +00:00
} ,
"pusher" : {
"name" : "gordon" ,
"email" : "gordon@golang.org" ,
2017-06-21 04:53:47 +00:00
"username" : "gordon" ,
"login" : "gordon"
2017-05-01 10:33:06 +00:00
} ,
"sender" : {
"login" : "gordon" ,
"id" : 1 ,
2017-06-21 04:53:47 +00:00
"username" : "gordon" ,
2018-01-25 08:05:17 +00:00
"email" : "gordon@golang.org" ,
2017-05-01 12:29:57 +00:00
"avatar_url" : "http://gitea.golang.org///1.gravatar.com/avatar/8c58a0be77ee441bb8f8595b7f1b4e87"
2017-05-01 10:33:06 +00:00
}
}
`
2022-09-02 14:41:51 +00:00
// HookPushBranch is a sample Gitea push hook where a new branch was created from an existing commit
const HookPushBranch = `
{
"ref" : "refs/heads/fdsafdsa" ,
"before" : "0000000000000000000000000000000000000000" ,
"after" : "28c3613ae62640216bea5e7dc71aa65356e4298b" ,
2023-07-31 03:47:23 +00:00
"compare_url" : "https://codeberg.org/meisam/woodpecktester/compare/main...28c3613ae62640216bea5e7dc71aa65356e4298b" ,
2022-09-02 14:41:51 +00:00
"commits" : [ ] ,
"head_commit" : {
"id" : "28c3613ae62640216bea5e7dc71aa65356e4298b" ,
"message" : "Delete '.woodpecker/.check.yml'\n" ,
"url" : "https://codeberg.org/meisam/woodpecktester/commit/28c3613ae62640216bea5e7dc71aa65356e4298b" ,
"author" : {
"name" : "meisam" ,
"email" : "meisam@noreply.codeberg.org" ,
"username" : "meisam"
} ,
"committer" : {
"name" : "meisam" ,
"email" : "meisam@noreply.codeberg.org" ,
"username" : "meisam"
} ,
"verification" : null ,
"timestamp" : "2022-07-12T21:09:27+02:00" ,
"added" : [ ] ,
"removed" : [
".woodpecker/.check.yml"
] ,
"modified" : [ ]
} ,
"repository" : {
"id" : 50820 ,
"owner" : {
"id" : 14844 ,
"login" : "meisam" ,
"full_name" : "" ,
"email" : "meisam@noreply.codeberg.org" ,
"avatar_url" : "https://codeberg.org/avatars/96512da76a14cf44e0bb32d1640e878e" ,
"language" : "" ,
"is_admin" : false ,
"last_login" : "0001-01-01T00:00:00Z" ,
"created" : "2020-10-08T11:19:12+02:00" ,
"restricted" : false ,
"active" : false ,
"prohibit_login" : false ,
"location" : "" ,
"website" : "" ,
"description" : "Materials engineer, physics enthusiast, large collection of the bad programming habits, always happy to fix the old ones and make new mistakes!" ,
"visibility" : "public" ,
"followers_count" : 0 ,
"following_count" : 0 ,
"starred_repos_count" : 0 ,
2023-03-21 22:01:59 +00:00
"username" : "meisam" ,
"permissions" : {
"admin" : true ,
"push" : true ,
"pull" : true
}
2022-09-02 14:41:51 +00:00
} ,
"name" : "woodpecktester" ,
"full_name" : "meisam/woodpecktester" ,
"description" : "Just for testing the Woodpecker CI and reporting bugs" ,
"empty" : false ,
"private" : false ,
"fork" : false ,
"template" : false ,
"parent" : null ,
"mirror" : false ,
"size" : 367 ,
"language" : "" ,
"languages_url" : "https://codeberg.org/api/v1/repos/meisam/woodpecktester/languages" ,
"html_url" : "https://codeberg.org/meisam/woodpecktester" ,
"ssh_url" : "git@codeberg.org:meisam/woodpecktester.git" ,
"clone_url" : "https://codeberg.org/meisam/woodpecktester.git" ,
"original_url" : "" ,
"website" : "" ,
"stars_count" : 0 ,
"forks_count" : 0 ,
"watchers_count" : 1 ,
"open_issues_count" : 0 ,
"open_pr_counter" : 0 ,
"release_counter" : 0 ,
2023-07-31 03:47:23 +00:00
"default_branch" : "main" ,
2022-09-02 14:41:51 +00:00
"archived" : false ,
"created_at" : "2022-07-04T00:34:39+02:00" ,
"updated_at" : "2022-07-24T20:31:29+02:00" ,
"permissions" : {
"admin" : true ,
"push" : true ,
"pull" : true
} ,
"has_issues" : true ,
"internal_tracker" : {
"enable_time_tracker" : true ,
"allow_only_contributors_to_track_time" : true ,
"enable_issue_dependencies" : true
} ,
"has_wiki" : true ,
"has_pull_requests" : true ,
"has_projects" : true ,
"ignore_whitespace_conflicts" : false ,
"allow_merge_commits" : true ,
"allow_rebase" : true ,
"allow_rebase_explicit" : true ,
"allow_squash_merge" : true ,
"default_merge_style" : "merge" ,
"avatar_url" : "" ,
"internal" : false ,
"mirror_interval" : "" ,
"mirror_updated" : "0001-01-01T00:00:00Z" ,
"repo_transfer" : null
} ,
"pusher" : {
"id" : 2628 ,
"login" : "6543" ,
"full_name" : "" ,
"email" : "6543@obermui.de" ,
"avatar_url" : "https://codeberg.org/avatars/09a234c768cb9bca78f6b2f82d6af173" ,
"language" : "" ,
"is_admin" : false ,
"last_login" : "0001-01-01T00:00:00Z" ,
"created" : "2019-10-12T05:05:49+02:00" ,
"restricted" : false ,
"active" : false ,
"prohibit_login" : false ,
"location" : "" ,
"visibility" : "public" ,
"followers_count" : 22 ,
"following_count" : 16 ,
"starred_repos_count" : 55 ,
"username" : "6543"
} ,
"sender" : {
"id" : 2628 ,
"login" : "6543" ,
"full_name" : "" ,
"email" : "6543@obermui.de" ,
"avatar_url" : "https://codeberg.org/avatars/09a234c768cb9bca78f6b2f82d6af173" ,
"language" : "" ,
"is_admin" : false ,
"last_login" : "0001-01-01T00:00:00Z" ,
"created" : "2019-10-12T05:05:49+02:00" ,
"restricted" : false ,
"active" : false ,
"prohibit_login" : false ,
"visibility" : "public" ,
"followers_count" : 22 ,
"following_count" : 16 ,
"starred_repos_count" : 55 ,
"username" : "6543"
}
}
`
2017-05-24 02:02:11 +00:00
// HookPushTag is a sample Gitea tag hook
const HookPushTag = ` {
2017-11-04 15:19:01 +00:00
"sha" : "ef98532add3b2feb7a137426bba1248724367df5" ,
2017-05-01 10:33:06 +00:00
"secret" : "l26Un7G7HXogLAvsyf2hOA4EMARSTsR3" ,
"ref" : "v1.0.0" ,
"ref_type" : "tag" ,
"repository" : {
"id" : 1 ,
"owner" : {
"id" : 1 ,
"username" : "gordon" ,
2022-09-07 17:16:40 +00:00
"login" : "gordon" ,
2017-05-01 10:33:06 +00:00
"full_name" : "Gordon the Gopher" ,
"email" : "gordon@golang.org" ,
"avatar_url" : "https://secure.gravatar.com/avatar/8c58a0be77ee441bb8f8595b7f1b4e87"
} ,
"name" : "hello-world" ,
"full_name" : "gordon/hello-world" ,
"description" : "" ,
"private" : true ,
"fork" : false ,
2017-05-01 12:29:57 +00:00
"html_url" : "http://gitea.golang.org/gordon/hello-world" ,
"ssh_url" : "git@gitea.golang.org:gordon/hello-world.git" ,
"clone_url" : "http://gitea.golang.org/gordon/hello-world.git" ,
2023-07-31 03:47:23 +00:00
"default_branch" : "main" ,
2017-05-01 10:33:06 +00:00
"created_at" : "2015-10-22T19:32:44Z" ,
2023-03-21 22:01:59 +00:00
"updated_at" : "2016-11-24T13:37:16Z" ,
"permissions" : {
"admin" : true ,
"push" : true ,
"pull" : true
}
2017-05-01 10:33:06 +00:00
} ,
"sender" : {
"id" : 1 ,
"username" : "gordon" ,
2022-09-07 17:16:40 +00:00
"login" : "gordon" ,
2017-05-01 10:33:06 +00:00
"full_name" : "Gordon the Gopher" ,
"email" : "gordon@golang.org" ,
"avatar_url" : "https://secure.gravatar.com/avatar/8c58a0be77ee441bb8f8595b7f1b4e87"
}
} `
// HookPullRequest is a sample pull_request webhook payload
2017-05-24 02:02:11 +00:00
const HookPullRequest = ` {
2017-05-01 10:33:06 +00:00
"action" : "opened" ,
"number" : 1 ,
"pull_request" : {
2017-05-01 12:29:57 +00:00
"html_url" : "http://gitea.golang.org/gordon/hello-world/pull/1" ,
2017-05-01 10:33:06 +00:00
"state" : "open" ,
"title" : "Update the README with new information" ,
"body" : "please merge" ,
"user" : {
"id" : 1 ,
"username" : "gordon" ,
2022-09-07 17:16:40 +00:00
"login" : "gordon" ,
2017-05-01 10:33:06 +00:00
"full_name" : "Gordon the Gopher" ,
"email" : "gordon@golang.org" ,
2017-05-01 12:29:57 +00:00
"avatar_url" : "http://gitea.golang.org///1.gravatar.com/avatar/8c58a0be77ee441bb8f8595b7f1b4e87"
2017-05-01 10:33:06 +00:00
} ,
"base" : {
2023-07-31 03:47:23 +00:00
"label" : "main" ,
"ref" : "main" ,
2017-05-01 10:33:06 +00:00
"sha" : "9353195a19e45482665306e466c832c46560532d"
} ,
"head" : {
"label" : "feature/changes" ,
"ref" : "feature/changes" ,
"sha" : "0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c"
}
} ,
"repository" : {
"id" : 35129377 ,
"name" : "hello-world" ,
"full_name" : "gordon/hello-world" ,
"owner" : {
"id" : 1 ,
"username" : "gordon" ,
2022-09-07 17:16:40 +00:00
"login" : "gordon" ,
2017-05-01 10:33:06 +00:00
"full_name" : "Gordon the Gopher" ,
"email" : "gordon@golang.org" ,
"avatar_url" : "https://secure.gravatar.com/avatar/8c58a0be77ee441bb8f8595b7f1b4e87"
} ,
"private" : true ,
2017-05-01 12:29:57 +00:00
"html_url" : "http://gitea.golang.org/gordon/hello-world" ,
"clone_url" : "https://gitea.golang.org/gordon/hello-world.git" ,
2023-07-31 03:47:23 +00:00
"default_branch" : "main" ,
2023-03-21 22:01:59 +00:00
"permissions" : {
"admin" : true ,
"push" : true ,
"pull" : true
}
2017-05-01 10:33:06 +00:00
} ,
"sender" : {
"id" : 1 ,
"login" : "gordon" ,
"username" : "gordon" ,
"full_name" : "Gordon the Gopher" ,
"email" : "gordon@golang.org" ,
"avatar_url" : "https://secure.gravatar.com/avatar/8c58a0be77ee441bb8f8595b7f1b4e87"
}
} `