diff --git a/hotelReservation/cmd/attractions/main.go b/hotelReservation/cmd/attractions/main.go index b63911c73..4ba6268fd 100644 --- a/hotelReservation/cmd/attractions/main.go +++ b/hotelReservation/cmd/attractions/main.go @@ -7,10 +7,10 @@ import ( "os" "strconv" - "github.com/delimitrou/DeathStarBench/hotelreservation/registry" - "github.com/delimitrou/DeathStarBench/hotelreservation/services/attractions" - "github.com/delimitrou/DeathStarBench/hotelreservation/tracing" - "github.com/delimitrou/DeathStarBench/hotelreservation/tune" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/attractions" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune" "github.com/rs/zerolog" "github.com/rs/zerolog/log" diff --git a/hotelReservation/cmd/frontend/main.go b/hotelReservation/cmd/frontend/main.go index c8d3e7e3d..b425e9866 100644 --- a/hotelReservation/cmd/frontend/main.go +++ b/hotelReservation/cmd/frontend/main.go @@ -8,10 +8,10 @@ import ( "strconv" "time" - "github.com/delimitrou/DeathStarBench/hotelreservation/registry" - "github.com/delimitrou/DeathStarBench/hotelreservation/services/frontend" - "github.com/delimitrou/DeathStarBench/hotelreservation/tracing" - "github.com/delimitrou/DeathStarBench/hotelreservation/tune" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/frontend" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune" "github.com/rs/zerolog" "github.com/rs/zerolog/log" ) diff --git a/hotelReservation/cmd/geo/main.go b/hotelReservation/cmd/geo/main.go index 24407368a..1fdb28f16 100644 --- a/hotelReservation/cmd/geo/main.go +++ b/hotelReservation/cmd/geo/main.go @@ -8,10 +8,10 @@ import ( "strconv" "time" - "github.com/delimitrou/DeathStarBench/hotelreservation/registry" - "github.com/delimitrou/DeathStarBench/hotelreservation/services/geo" - "github.com/delimitrou/DeathStarBench/hotelreservation/tracing" - "github.com/delimitrou/DeathStarBench/hotelreservation/tune" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/geo" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune" "github.com/rs/zerolog" "github.com/rs/zerolog/log" ) diff --git a/hotelReservation/cmd/profile/main.go b/hotelReservation/cmd/profile/main.go index f31c0b911..58be8439d 100644 --- a/hotelReservation/cmd/profile/main.go +++ b/hotelReservation/cmd/profile/main.go @@ -8,10 +8,10 @@ import ( "strconv" "time" - "github.com/delimitrou/DeathStarBench/hotelreservation/registry" - "github.com/delimitrou/DeathStarBench/hotelreservation/services/profile" - "github.com/delimitrou/DeathStarBench/hotelreservation/tracing" - "github.com/delimitrou/DeathStarBench/hotelreservation/tune" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/profile" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune" "github.com/rs/zerolog" "github.com/rs/zerolog/log" ) diff --git a/hotelReservation/cmd/rate/main.go b/hotelReservation/cmd/rate/main.go index 936fe2e6c..bf5fa8dd3 100644 --- a/hotelReservation/cmd/rate/main.go +++ b/hotelReservation/cmd/rate/main.go @@ -7,10 +7,10 @@ import ( "os" "strconv" - "github.com/delimitrou/DeathStarBench/hotelreservation/registry" - "github.com/delimitrou/DeathStarBench/hotelreservation/services/rate" - "github.com/delimitrou/DeathStarBench/hotelreservation/tracing" - "github.com/delimitrou/DeathStarBench/hotelreservation/tune" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/rate" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune" "github.com/rs/zerolog" "github.com/rs/zerolog/log" diff --git a/hotelReservation/cmd/recommendation/main.go b/hotelReservation/cmd/recommendation/main.go index e96aeaf9d..a70f415ce 100644 --- a/hotelReservation/cmd/recommendation/main.go +++ b/hotelReservation/cmd/recommendation/main.go @@ -9,10 +9,10 @@ import ( "strconv" - "github.com/delimitrou/DeathStarBench/hotelreservation/registry" - "github.com/delimitrou/DeathStarBench/hotelreservation/services/recommendation" - "github.com/delimitrou/DeathStarBench/hotelreservation/tracing" - "github.com/delimitrou/DeathStarBench/hotelreservation/tune" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/recommendation" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune" "github.com/rs/zerolog" "github.com/rs/zerolog/log" ) diff --git a/hotelReservation/cmd/reservation/main.go b/hotelReservation/cmd/reservation/main.go index a4a424f4d..e237a9463 100644 --- a/hotelReservation/cmd/reservation/main.go +++ b/hotelReservation/cmd/reservation/main.go @@ -8,10 +8,10 @@ import ( "strconv" "time" - "github.com/delimitrou/DeathStarBench/hotelreservation/registry" - "github.com/delimitrou/DeathStarBench/hotelreservation/services/reservation" - "github.com/delimitrou/DeathStarBench/hotelreservation/tracing" - "github.com/delimitrou/DeathStarBench/hotelreservation/tune" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/reservation" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune" "github.com/rs/zerolog" "github.com/rs/zerolog/log" ) diff --git a/hotelReservation/cmd/review/main.go b/hotelReservation/cmd/review/main.go index beb5b9ffa..98222531a 100644 --- a/hotelReservation/cmd/review/main.go +++ b/hotelReservation/cmd/review/main.go @@ -7,10 +7,10 @@ import ( "os" "strconv" - "github.com/delimitrou/DeathStarBench/hotelreservation/registry" - "github.com/delimitrou/DeathStarBench/hotelreservation/services/review" - "github.com/delimitrou/DeathStarBench/hotelreservation/tracing" - "github.com/delimitrou/DeathStarBench/hotelreservation/tune" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/review" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune" "github.com/rs/zerolog" "github.com/rs/zerolog/log" diff --git a/hotelReservation/cmd/search/main.go b/hotelReservation/cmd/search/main.go index a069bfcb2..d7a56cac4 100644 --- a/hotelReservation/cmd/search/main.go +++ b/hotelReservation/cmd/search/main.go @@ -9,10 +9,10 @@ import ( "strconv" - "github.com/delimitrou/DeathStarBench/hotelreservation/registry" - "github.com/delimitrou/DeathStarBench/hotelreservation/services/search" - "github.com/delimitrou/DeathStarBench/hotelreservation/tracing" - "github.com/delimitrou/DeathStarBench/hotelreservation/tune" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/search" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune" "github.com/rs/zerolog" "github.com/rs/zerolog/log" ) diff --git a/hotelReservation/cmd/user/main.go b/hotelReservation/cmd/user/main.go index f1891df23..f11fcebbc 100644 --- a/hotelReservation/cmd/user/main.go +++ b/hotelReservation/cmd/user/main.go @@ -8,10 +8,10 @@ import ( "strconv" "time" - "github.com/delimitrou/DeathStarBench/hotelreservation/registry" - "github.com/delimitrou/DeathStarBench/hotelreservation/services/user" - "github.com/delimitrou/DeathStarBench/hotelreservation/tracing" - "github.com/delimitrou/DeathStarBench/hotelreservation/tune" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/user" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune" "github.com/rs/zerolog" "github.com/rs/zerolog/log" ) diff --git a/hotelReservation/dialer/dialer.go b/hotelReservation/dialer/dialer.go index ca7e732a3..720824a24 100644 --- a/hotelReservation/dialer/dialer.go +++ b/hotelReservation/dialer/dialer.go @@ -4,7 +4,7 @@ import ( "fmt" "time" - "github.com/delimitrou/DeathStarBench/hotelreservation/tls" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls" "github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc" consul "github.com/hashicorp/consul/api" opentracing "github.com/opentracing/opentracing-go" diff --git a/hotelReservation/go.mod b/hotelReservation/go.mod index 297714b03..b2e1d2d3e 100644 --- a/hotelReservation/go.mod +++ b/hotelReservation/go.mod @@ -1,4 +1,4 @@ -module github.com/delimitrou/DeathStarBench/hotelreservation +module github.com/delimitrou/DeathStarBench/tree/master/hotelReservation go 1.18 diff --git a/hotelReservation/services/attractions/proto/attractions.proto b/hotelReservation/services/attractions/proto/attractions.proto index 90ddc6e79..9b2069fd8 100644 --- a/hotelReservation/services/attractions/proto/attractions.proto +++ b/hotelReservation/services/attractions/proto/attractions.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package attractions; -option go_package="github.com/delimitrou/DeathStarBench/hotelreservation/services/attractions"; +option go_package="github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/attractions"; service Attractions { rpc NearbyRest(Request) returns (Result); diff --git a/hotelReservation/services/attractions/server.go b/hotelReservation/services/attractions/server.go index 7f8b4531d..dae248d0b 100644 --- a/hotelReservation/services/attractions/server.go +++ b/hotelReservation/services/attractions/server.go @@ -6,9 +6,9 @@ import ( "net" "time" - "github.com/delimitrou/DeathStarBench/hotelreservation/registry" - pb "github.com/delimitrou/DeathStarBench/hotelreservation/services/attractions/proto" - "github.com/delimitrou/DeathStarBench/hotelreservation/tls" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/attractions/proto" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls" "github.com/google/uuid" "github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc" "github.com/hailocab/go-geoindex" diff --git a/hotelReservation/services/frontend/server.go b/hotelReservation/services/frontend/server.go index e22e9ff43..e2a32bf6c 100644 --- a/hotelReservation/services/frontend/server.go +++ b/hotelReservation/services/frontend/server.go @@ -8,17 +8,17 @@ import ( "net/http" "strconv" - "github.com/delimitrou/DeathStarBench/hotelreservation/dialer" - "github.com/delimitrou/DeathStarBench/hotelreservation/registry" - attractions "github.com/delimitrou/DeathStarBench/hotelreservation/services/attractions/proto" - profile "github.com/delimitrou/DeathStarBench/hotelreservation/services/profile/proto" - recommendation "github.com/delimitrou/DeathStarBench/hotelreservation/services/recommendation/proto" - reservation "github.com/delimitrou/DeathStarBench/hotelreservation/services/reservation/proto" - review "github.com/delimitrou/DeathStarBench/hotelreservation/services/review/proto" - search "github.com/delimitrou/DeathStarBench/hotelreservation/services/search/proto" - user "github.com/delimitrou/DeathStarBench/hotelreservation/services/user/proto" - "github.com/delimitrou/DeathStarBench/hotelreservation/tls" - "github.com/delimitrou/DeathStarBench/hotelreservation/tracing" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/dialer" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + attractions "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/attractions/proto" + profile "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/profile/proto" + recommendation "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/recommendation/proto" + reservation "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/reservation/proto" + review "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/review/proto" + search "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/search/proto" + user "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/user/proto" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing" _ "github.com/mbobakov/grpc-consul-resolver" "github.com/opentracing/opentracing-go" "github.com/rs/zerolog/log" diff --git a/hotelReservation/services/geo/proto/geo.proto b/hotelReservation/services/geo/proto/geo.proto index 7abb140fc..b5e49cc96 100644 --- a/hotelReservation/services/geo/proto/geo.proto +++ b/hotelReservation/services/geo/proto/geo.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package geo; -option go_package = "github.com/delimitrou/DeathStarBench/hotelreservation/services/geo"; +option go_package = "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/geo"; service Geo { // Finds the hotels contained nearby the current lat/lon. diff --git a/hotelReservation/services/geo/server.go b/hotelReservation/services/geo/server.go index 1fc17323b..8e158d572 100644 --- a/hotelReservation/services/geo/server.go +++ b/hotelReservation/services/geo/server.go @@ -6,9 +6,9 @@ import ( "net" "time" - "github.com/delimitrou/DeathStarBench/hotelreservation/registry" - pb "github.com/delimitrou/DeathStarBench/hotelreservation/services/geo/proto" - "github.com/delimitrou/DeathStarBench/hotelreservation/tls" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/geo/proto" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls" "github.com/google/uuid" "github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc" "github.com/hailocab/go-geoindex" diff --git a/hotelReservation/services/profile/proto/profile.proto b/hotelReservation/services/profile/proto/profile.proto index afe8f9bfc..f72409b8b 100644 --- a/hotelReservation/services/profile/proto/profile.proto +++ b/hotelReservation/services/profile/proto/profile.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package profile; -option go_package = "github.com/delimitrou/DeathStarBench/hotelreservation/services/profile"; +option go_package = "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/profile"; service Profile { rpc GetProfiles(Request) returns (Result); diff --git a/hotelReservation/services/profile/server.go b/hotelReservation/services/profile/server.go index b6b523f57..2874bb2f3 100644 --- a/hotelReservation/services/profile/server.go +++ b/hotelReservation/services/profile/server.go @@ -9,9 +9,9 @@ import ( "time" "github.com/bradfitz/gomemcache/memcache" - "github.com/delimitrou/DeathStarBench/hotelreservation/registry" - pb "github.com/delimitrou/DeathStarBench/hotelreservation/services/profile/proto" - "github.com/delimitrou/DeathStarBench/hotelreservation/tls" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/profile/proto" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls" "github.com/google/uuid" "github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc" "github.com/opentracing/opentracing-go" diff --git a/hotelReservation/services/rate/proto/rate.proto b/hotelReservation/services/rate/proto/rate.proto index 2a517e135..e6a3b8bff 100644 --- a/hotelReservation/services/rate/proto/rate.proto +++ b/hotelReservation/services/rate/proto/rate.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package rate; -option go_package = "github.com/delimitrou/DeathStarBench/hotelreservation/services/rate"; +option go_package = "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/rate"; service Rate { // GetRates returns rate codes for hotels for a given date range diff --git a/hotelReservation/services/rate/server.go b/hotelReservation/services/rate/server.go index ac085ecb4..6aadd8a2a 100644 --- a/hotelReservation/services/rate/server.go +++ b/hotelReservation/services/rate/server.go @@ -11,9 +11,9 @@ import ( "time" "github.com/bradfitz/gomemcache/memcache" - "github.com/delimitrou/DeathStarBench/hotelreservation/registry" - pb "github.com/delimitrou/DeathStarBench/hotelreservation/services/rate/proto" - "github.com/delimitrou/DeathStarBench/hotelreservation/tls" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/rate/proto" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls" "github.com/google/uuid" "github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc" "github.com/opentracing/opentracing-go" diff --git a/hotelReservation/services/recommendation/proto/recommendation.proto b/hotelReservation/services/recommendation/proto/recommendation.proto index 80f191d49..a740670e5 100644 --- a/hotelReservation/services/recommendation/proto/recommendation.proto +++ b/hotelReservation/services/recommendation/proto/recommendation.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package recommendation; -option go_package = "github.com/delimitrou/DeathStarBench/hotelreservation/services/recommendation"; +option go_package = "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/recommendation"; service Recommendation { // GetRecommendations returns recommended hotels for a given requirement diff --git a/hotelReservation/services/recommendation/server.go b/hotelReservation/services/recommendation/server.go index ff4aa9f2d..3f94cdd9b 100644 --- a/hotelReservation/services/recommendation/server.go +++ b/hotelReservation/services/recommendation/server.go @@ -7,9 +7,9 @@ import ( "net" "time" - "github.com/delimitrou/DeathStarBench/hotelreservation/registry" - pb "github.com/delimitrou/DeathStarBench/hotelreservation/services/recommendation/proto" - "github.com/delimitrou/DeathStarBench/hotelreservation/tls" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/recommendation/proto" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls" "github.com/google/uuid" "github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc" "github.com/hailocab/go-geoindex" diff --git a/hotelReservation/services/reservation/proto/reservation.proto b/hotelReservation/services/reservation/proto/reservation.proto index c7710c555..ff5ebbbdd 100644 --- a/hotelReservation/services/reservation/proto/reservation.proto +++ b/hotelReservation/services/reservation/proto/reservation.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package reservation; -option go_package = "github.com/delimitrou/DeathStarBench/hotelreservation/services/reservation"; +option go_package = "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/reservation"; service Reservation { // MakeReservation makes a reservation based on given information diff --git a/hotelReservation/services/reservation/server.go b/hotelReservation/services/reservation/server.go index 142fa2481..f82f52a9e 100644 --- a/hotelReservation/services/reservation/server.go +++ b/hotelReservation/services/reservation/server.go @@ -10,9 +10,9 @@ import ( "time" "github.com/bradfitz/gomemcache/memcache" - "github.com/delimitrou/DeathStarBench/hotelreservation/registry" - pb "github.com/delimitrou/DeathStarBench/hotelreservation/services/reservation/proto" - "github.com/delimitrou/DeathStarBench/hotelreservation/tls" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/reservation/proto" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls" "github.com/google/uuid" "github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc" "github.com/opentracing/opentracing-go" diff --git a/hotelReservation/services/review/proto/review.proto b/hotelReservation/services/review/proto/review.proto index ff7ab354c..690b01dcb 100644 --- a/hotelReservation/services/review/proto/review.proto +++ b/hotelReservation/services/review/proto/review.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package review; -option go_package="github.com/delimitrou/DeathStarBench/hotelreservation/services/review"; +option go_package="github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/review"; service Review { rpc GetReviews(Request) returns (Result); diff --git a/hotelReservation/services/review/server.go b/hotelReservation/services/review/server.go index a635d48ad..dfe32655e 100644 --- a/hotelReservation/services/review/server.go +++ b/hotelReservation/services/review/server.go @@ -16,9 +16,9 @@ import ( "github.com/rs/zerolog/log" - "github.com/delimitrou/DeathStarBench/hotelreservation/registry" - pb "github.com/delimitrou/DeathStarBench/hotelreservation/services/review/proto" - "github.com/delimitrou/DeathStarBench/hotelreservation/tls" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/review/proto" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls" "github.com/google/uuid" "github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc" "github.com/opentracing/opentracing-go" diff --git a/hotelReservation/services/search/proto/search.proto b/hotelReservation/services/search/proto/search.proto index 5bb9404ac..93a9b738b 100644 --- a/hotelReservation/services/search/proto/search.proto +++ b/hotelReservation/services/search/proto/search.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package search; -option go_package = "github.com/delimitrou/DeathStarBench/hotelreservation/services/proto"; +option go_package = "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/proto"; // Search service returns best hotel chocies for a user. service Search { diff --git a/hotelReservation/services/search/server.go b/hotelReservation/services/search/server.go index dc49aa56d..95956daa9 100644 --- a/hotelReservation/services/search/server.go +++ b/hotelReservation/services/search/server.go @@ -5,12 +5,12 @@ import ( "net" "time" - "github.com/delimitrou/DeathStarBench/hotelreservation/dialer" - "github.com/delimitrou/DeathStarBench/hotelreservation/registry" - geo "github.com/delimitrou/DeathStarBench/hotelreservation/services/geo/proto" - rate "github.com/delimitrou/DeathStarBench/hotelreservation/services/rate/proto" - pb "github.com/delimitrou/DeathStarBench/hotelreservation/services/search/proto" - "github.com/delimitrou/DeathStarBench/hotelreservation/tls" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/dialer" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + geo "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/geo/proto" + rate "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/rate/proto" + pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/search/proto" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls" "github.com/google/uuid" "github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc" _ "github.com/mbobakov/grpc-consul-resolver" diff --git a/hotelReservation/services/user/proto/user.proto b/hotelReservation/services/user/proto/user.proto index 6bf34341f..241733613 100644 --- a/hotelReservation/services/user/proto/user.proto +++ b/hotelReservation/services/user/proto/user.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package user; -option go_package = "github.com/delimitrou/DeathStarBench/hotelreservation/services/user"; +option go_package = "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/user"; service User { // CheckUser returns whether the username and password are correct diff --git a/hotelReservation/services/user/server.go b/hotelReservation/services/user/server.go index ffdadfd92..da91ffdbd 100644 --- a/hotelReservation/services/user/server.go +++ b/hotelReservation/services/user/server.go @@ -6,9 +6,9 @@ import ( "net" "time" - "github.com/delimitrou/DeathStarBench/hotelreservation/registry" - pb "github.com/delimitrou/DeathStarBench/hotelreservation/services/user/proto" - "github.com/delimitrou/DeathStarBench/hotelreservation/tls" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/user/proto" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls" "github.com/google/uuid" "github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc" "github.com/opentracing/opentracing-go" diff --git a/mediaMicroservices/helm-chart/mediamicroservices/charts/nginx-web-server/values.yaml b/mediaMicroservices/helm-chart/mediamicroservices/charts/nginx-web-server/values.yaml index 83b093b0e..fa30e36d1 100644 --- a/mediaMicroservices/helm-chart/mediamicroservices/charts/nginx-web-server/values.yaml +++ b/mediaMicroservices/helm-chart/mediamicroservices/charts/nginx-web-server/values.yaml @@ -31,7 +31,7 @@ initContainer: command: "/bin/sh" args: [ "-c", - "git clone https://github.com/delimitrou/DeathStarBench.git /DeathStarBench && + "git clone https://github.com/dimoibiehg/DeathStarBench.git /DeathStarBench && cp -r /DeathStarBench/mediaMicroservices/gen-lua/* /gen-lua/ && cp -r /DeathStarBench/mediaMicroservices/nginx-web-server/lua-scripts/* /lua-scripts/", ] diff --git a/mediaMicroservices/openshift/README.md b/mediaMicroservices/openshift/README.md index 3a4117c2a..93aa00c8a 100644 --- a/mediaMicroservices/openshift/README.md +++ b/mediaMicroservices/openshift/README.md @@ -4,7 +4,7 @@ - A running OpenShift cluster is needed. - The user should be authenticated to this cluster e.g., `oc login` -- Pre-requirements mentioned [here](https://github.com/delimitrou/DeathStarBench/blob/master/mediaMicroservices/README.md) should be met. +- Pre-requirements mentioned [here](https://github.com/dimoibiehg/DeathStarBench/blob/master/mediaMicroservices/README.md) should be met. ## Running the media service application diff --git a/socialNetwork/helm-chart/socialnetwork/charts/media-frontend/values.yaml b/socialNetwork/helm-chart/socialnetwork/charts/media-frontend/values.yaml index 4d88b67bf..707cff5c2 100644 --- a/socialNetwork/helm-chart/socialnetwork/charts/media-frontend/values.yaml +++ b/socialNetwork/helm-chart/socialnetwork/charts/media-frontend/values.yaml @@ -25,7 +25,7 @@ initContainer: - name: lua-scripts mountPath: /lua-scripts command: "/bin/sh" - args: ["-c", "git clone https://github.com/delimitrou/DeathStarBench.git /DeathStarBench && + args: ["-c", "git clone https://github.com/dimoibiehg/DeathStarBench.git /DeathStarBench && cp -r /DeathStarBench/socialNetwork/media-frontend/lua-scripts/* /lua-scripts/"] volumes: diff --git a/socialNetwork/helm-chart/socialnetwork/charts/nginx-thrift/values.yaml b/socialNetwork/helm-chart/socialnetwork/charts/nginx-thrift/values.yaml index 00e04dc45..7c025842f 100644 --- a/socialNetwork/helm-chart/socialnetwork/charts/nginx-thrift/values.yaml +++ b/socialNetwork/helm-chart/socialnetwork/charts/nginx-thrift/values.yaml @@ -42,7 +42,7 @@ initContainer: - name: keys mountPath: /keys command: "/bin/sh" - args: ["-c", "git clone https://github.com/delimitrou/DeathStarBench.git /DeathStarBench && + args: ["-c", "git clone https://github.com/dimoibiehg/DeathStarBench.git /DeathStarBench && cp -r /DeathStarBench/socialNetwork/gen-lua/* /gen-lua/ && cp -r /DeathStarBench/socialNetwork/docker/openresty-thrift/lua-thrift/* /lua-thrift/ && cp -r /DeathStarBench/socialNetwork/nginx-web-server/lua-scripts/* /lua-scripts/ && diff --git a/socialNetwork/openshift/README.md b/socialNetwork/openshift/README.md index fdccfa3fa..c03b9d87a 100644 --- a/socialNetwork/openshift/README.md +++ b/socialNetwork/openshift/README.md @@ -4,7 +4,7 @@ - A running OpenShift cluster is needed. - The user should be authenticated to this cluster e.g., `oc login` -- Pre-requirements mentioned [here](https://github.com/delimitrou/DeathStarBench/blob/master/socialNetwork/README.md) should be met. +- Pre-requirements mentioned [here](https://github.com/dimoibiehg/DeathStarBench/blob/master/socialNetwork/README.md) should be met. ## Running the social network application on OpenShift