Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,53 +18,53 @@ Array [

exports[`postgresql-cubestore HTTP Transport #3 Events.count with Events.type order by Events.count DESC: #3 Events.count with Events.type order by Events.count DESC 1`] = `
Array [
Object {
"Events.count": "92",
"Events.type": "WatchEvent",
},
Object {
"Events.count": "2",
"Events.type": "ReleaseEvent",
},
Object {
"Events.count": "513",
"Events.type": "PushEvent",
},
Object {
"Events.count": "120",
"Events.type": "CreateEvent",
"Events.count": "21",
"Events.type": "PullRequestReviewCommentEvent",
},
Object {
"Events.count": "104",
"Events.type": "IssueCommentEvent",
"Events.count": "32",
"Events.type": "PullRequestEvent",
},
Object {
"Events.count": "92",
"Events.type": "WatchEvent",
"Events.count": "1",
"Events.type": "MemberEvent",
},
Object {
"Events.count": "57",
"Events.type": "IssuesEvent",
},
Object {
"Events.count": "32",
"Events.type": "PullRequestEvent",
},
Object {
"Events.count": "21",
"Events.type": "ForkEvent",
"Events.count": "104",
"Events.type": "IssueCommentEvent",
},
Object {
"Events.count": "21",
"Events.type": "GollumEvent",
},
Object {
"Events.count": "21",
"Events.type": "PullRequestReviewCommentEvent",
"Events.type": "ForkEvent",
},
Object {
"Events.count": "14",
"Events.type": "DeleteEvent",
},
Object {
"Events.count": "2",
"Events.type": "ReleaseEvent",
},
Object {
"Events.count": "1",
"Events.type": "MemberEvent",
"Events.count": "120",
"Events.type": "CreateEvent",
},
Object {
"Events.count": "1",
Expand Down Expand Up @@ -99,53 +99,53 @@ Array [

exports[`postgresql-cubestore WS Transport #3 Events.count with Events.type order by Events.count DESC: #3 Events.count with Events.type order by Events.count DESC 1`] = `
Array [
Object {
"Events.count": "92",
"Events.type": "WatchEvent",
},
Object {
"Events.count": "2",
"Events.type": "ReleaseEvent",
},
Object {
"Events.count": "513",
"Events.type": "PushEvent",
},
Object {
"Events.count": "120",
"Events.type": "CreateEvent",
"Events.count": "21",
"Events.type": "PullRequestReviewCommentEvent",
},
Object {
"Events.count": "104",
"Events.type": "IssueCommentEvent",
"Events.count": "32",
"Events.type": "PullRequestEvent",
},
Object {
"Events.count": "92",
"Events.type": "WatchEvent",
"Events.count": "1",
"Events.type": "MemberEvent",
},
Object {
"Events.count": "57",
"Events.type": "IssuesEvent",
},
Object {
"Events.count": "32",
"Events.type": "PullRequestEvent",
},
Object {
"Events.count": "21",
"Events.type": "ForkEvent",
"Events.count": "104",
"Events.type": "IssueCommentEvent",
},
Object {
"Events.count": "21",
"Events.type": "GollumEvent",
},
Object {
"Events.count": "21",
"Events.type": "PullRequestReviewCommentEvent",
"Events.type": "ForkEvent",
},
Object {
"Events.count": "14",
"Events.type": "DeleteEvent",
},
Object {
"Events.count": "2",
"Events.type": "ReleaseEvent",
},
Object {
"Events.count": "1",
"Events.type": "MemberEvent",
"Events.count": "120",
"Events.type": "CreateEvent",
},
Object {
"Events.count": "1",
Expand Down
Loading