Skip to content
Open
Show file tree
Hide file tree
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
27 changes: 13 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ GEM
msgpack (1.3.3)
multi_json (1.14.1)
multipart-post (2.1.1)
mustermann (1.1.1)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
nakayoshi_fork (0.0.4)
net-http-persistent (2.9.4)
Expand Down Expand Up @@ -314,7 +314,7 @@ GEM
rack (>= 1.0, < 3)
rack-contrib (2.2.0)
rack (~> 2.0)
rack-protection (2.0.8.1)
rack-protection (2.2.3)
rack
rack-ssl (1.4.1)
rack
Expand All @@ -325,7 +325,7 @@ GEM
rb-fsevent (0.9.8)
rb-inotify (0.10.1)
ffi (~> 1.0)
rbtrace (0.4.12)
rbtrace (0.4.14)
ffi (>= 1.0.6)
msgpack (>= 0.4.3)
optimist (>= 3.0.0)
Expand Down Expand Up @@ -358,7 +358,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
ruby2_keywords (0.0.2)
ruby2_keywords (0.0.5)
ruby_dep (1.5.0)
safe_yaml (1.0.5)
sentry-raven (2.11.3)
Expand All @@ -379,23 +379,22 @@ GEM
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov-html (0.12.2)
sinatra (2.0.8.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.8.1)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.3)
tilt (~> 2.0)
sinatra-contrib (2.0.8.1)
backports (>= 2.8.2)
sinatra-contrib (2.2.3)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.0.8.1)
sinatra (= 2.0.8.1)
mustermann (~> 2.0)
rack-protection (= 2.2.3)
sinatra (= 2.2.3)
tilt (~> 2.0)
stackdriver-core (1.4.0)
google-cloud-core (~> 1.2)
stackprof (0.2.15)
thread_safe (0.3.6)
tilt (2.0.10)
tilt (2.0.11)
timecop (0.9.1)
tool (0.2.3)
travis-rollout (0.0.2)
Expand Down
1 change: 1 addition & 0 deletions spec/v3/services/installation/find_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"@type" => "allowance",
"id" => 1
},
"custom_keys" => [],
"allow_migration" => false,
"recently_signed_up" => false,
"secure_user_hash" => nil,
Expand Down
6 changes: 4 additions & 2 deletions spec/v3/services/organization/find_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"@type" => "allowance",
"@representation" => "minimal",
"id" => org.id
}
},
"custom_keys" => []
}}
end

Expand Down Expand Up @@ -63,7 +64,8 @@
"@type" => "allowance",
"@representation" => "minimal",
"id" => org.id
}
},
"custom_keys" => []
}}
end

Expand Down
3 changes: 2 additions & 1 deletion spec/v3/services/organizations/for_current_user_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
"@type" => "allowance",
"@representation" => "minimal",
"id" => org.id
}
},
"custom_keys" => []
}]
}}
end
Expand Down
15 changes: 12 additions & 3 deletions spec/v3/services/owner/find_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"@type" => "allowance",
"@representation" => "minimal",
"id" => org.id
}
},
"custom_keys" => []
}}
end

Expand All @@ -54,7 +55,8 @@
"@type" => "allowance",
"@representation" => "minimal",
"id" => org.id
}
},
"custom_keys" => []
}}
end

Expand Down Expand Up @@ -86,6 +88,7 @@
"@representation" => "minimal",
"id" => org.id
},
"custom_keys" => [],
"repositories" => [{
"@type" => "repository",
"@href" => "/v3/repo/#{repo.id}",
Expand Down Expand Up @@ -232,7 +235,8 @@
"@type" => "allowance",
"@representation" => "minimal",
"id" => org.id
}
},
"custom_keys" => []
}}
end

Expand Down Expand Up @@ -263,6 +267,7 @@
"@representation" => "minimal",
"id" => org.id
},
"custom_keys" => [],
"@warnings" => [{
"@type" => "warning",
"message" => "query parameter organization.id not safelisted, ignored",
Expand Down Expand Up @@ -302,6 +307,7 @@
"@representation" => "minimal",
"id" => user.id
},
"custom_keys" => [],
"recently_signed_up"=>false,
"secure_user_hash" => nil,
"ro_mode" => false,
Expand Down Expand Up @@ -334,6 +340,7 @@
"@representation" => "minimal",
"id" => user.id
},
"custom_keys" => [],
"recently_signed_up"=>false,
"secure_user_hash" => nil,
"ro_mode" => false,
Expand Down Expand Up @@ -366,6 +373,7 @@
"@representation" => "minimal",
"id" => user.id
},
"custom_keys" => [],
"recently_signed_up"=>false,
"secure_user_hash" => nil,
"ro_mode" => false,
Expand Down Expand Up @@ -402,6 +410,7 @@
"@representation" => "minimal",
"id" => user.id
},
"custom_keys" => [],
"recently_signed_up"=>false,
"secure_user_hash" => nil,
"ro_mode" => false,
Expand Down
1 change: 1 addition & 0 deletions spec/v3/services/user/find_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@representation" => "minimal",
"id" => user.id
},
"custom_keys" => [],
"recently_signed_up"=>false,
"secure_user_hash" => nil,
"ro_mode" => false,
Expand Down
1 change: 1 addition & 0 deletions spec/v3/services/v2_subscription/executions_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
"@representation"=>"minimal",
"id"=>1
},
"custom_keys" => [],
"email"=>"[email protected]",
"is_syncing"=>nil,
"synced_at"=>nil,
Expand Down