This is an automated email from the ASF dual-hosted git repository.

marsevilspirit pushed a change to branch revert-860-fix_ploaris_limit
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git


    from e87ed649 Revert "impl: delete all polaris related content (#860)"
     add 980d3569 Annotation_test
     add c9a5d8f7 Merge pull request #870 from 1kasa/Annotation_test
     add d8755326 Bump golang.org/x/oauth2 in 
/compatibility/proxyless/go-client (#872)
     add 38b2767c feat(#862):online_boutique_demo add one-click operations 
(#863)
     add ae038948 Bump golang.org/x/oauth2 in /online_boutique/src/adservice 
(#877)
     add 8c5270a0 Bump golang.org/x/oauth2 in 
/online_boutique/src/productcatalogservice (#876)
     add eb027dad Bump golang.org/x/oauth2 in 
/online_boutique/src/frontendservice (#874)
     add 5d3ccd12 Bump google.golang.org/protobuf in 
/online_boutique/src/adservice (#875)
     add cddec01c docs: add zh readme for metrics example (#879)
     add b3ca2dab Merge branch 'main' into revert-860-fix_ploaris_limit

No new revisions were added by this update.

Summary of changes:
 compatibility/proxyless/go-client/go.mod           |   5 +-
 compatibility/proxyless/go-client/go.sum           |   7 +-
 .../config_yaml/tests/integration/context_test.go  |  36 ++--
 .../config_yaml/tests/integration/main_test.go     |  54 +++---
 metrics/README.md                                  |   2 +-
 metrics/{README.md => README_zn.md}                |  56 ++++---
 online_boutique/Makefile                           | 181 +++++++++++++++++++++
 online_boutique/README.md                          | 144 +++++++++++++++-
 .../src/{adservive => adservice}/Dockerfile        |   0
 .../src/{adservive => adservice}/Makefile          |   0
 .../src/{adservive => adservice}/cli/main.go       |   0
 .../src/{adservive => adservice}/go.mod            |   8 +-
 .../src/{adservive => adservice}/go.sum            |  16 +-
 .../{adservive => adservice}/handler/adservice.go  |   0
 .../src/{adservive => adservice}/main.go           |   0
 .../{adservive => adservice}/proto/adservice.pb.go |   0
 .../{adservive => adservice}/proto/adservice.proto |   0
 .../proto/adservice.triple.go                      |   0
 .../src/{frontend => frontendservice}/Dockerfile   |   0
 .../src/{frontend => frontendservice}/Makefile     |   0
 .../{frontend => frontendservice}/config/config.go |   0
 .../deployment_details.go                          |   0
 .../src/{frontend => frontendservice}/go.mod       |   6 +-
 .../src/{frontend => frontendservice}/go.sum       |  12 +-
 .../src/{frontend => frontendservice}/handlers.go  |   0
 .../src/{frontend => frontendservice}/main.go      |   0
 .../{frontend => frontendservice}/middleware.go    |   0
 .../{frontend => frontendservice}/money/money.go   |   0
 .../money/money_test.go                            |   0
 .../proto/hipstershop.pb.go                        |   0
 .../proto/hipstershop.proto                        |   0
 .../proto/hipstershop.triple.go                    |   0
 .../src/{frontend => frontendservice}/rpc.go       |   0
 .../static/favicon-cymbal.ico                      | Bin
 .../static/favicon.ico                             | Bin
 .../static/icons/Cymbal_NavLogo.svg                |   0
 .../static/icons/Hipster_Advert2.svg               |   0
 .../static/icons/Hipster_CartIcon.svg              |   0
 .../static/icons/Hipster_CheckOutIcon.svg          |   0
 .../static/icons/Hipster_CurrencyIcon.svg          |   0
 .../static/icons/Hipster_DownArrow.svg             |   0
 .../static/icons/Hipster_FacebookIcon.svg          |   0
 .../static/icons/Hipster_GooglePlayIcon.svg        |   0
 .../static/icons/Hipster_HelpIcon.svg              |   0
 .../static/icons/Hipster_HeroLogo.svg              |   0
 .../static/icons/Hipster_HeroLogoCyan.svg          |   0
 .../static/icons/Hipster_InstagramIcon.svg         |   0
 .../static/icons/Hipster_KitchenwareOffer.svg      |   0
 .../static/icons/Hipster_NavLogo.svg               |   0
 .../static/icons/Hipster_PinterestIcon.svg         |   0
 .../static/icons/Hipster_ProfileIcon.svg           |   0
 .../static/icons/Hipster_SearchIcon.svg            |   0
 .../static/icons/Hipster_TwitterIcon.svg           |   0
 .../static/icons/Hipster_UpDownControl.svg         |   0
 .../static/icons/Hipster_YoutubeIcon.svg           |   0
 .../static/images/Advert2BannerImage.png           | Bin
 .../static/images/AdvertBannerImage.png            | Bin
 .../static/images/HeroBannerImage.png              | Bin
 .../static/images/HeroBannerImage2.png             | Bin
 .../static/images/VRHeadsets.png                   | Bin
 .../static/images/credits.txt                      |   0
 .../images/folded-clothes-on-white-chair-wide.jpg  | Bin
 .../images/folded-clothes-on-white-chair.jpg       | Bin
 .../static/img/products/bamboo-glass-jar.jpg       | Bin
 .../static/img/products/candle-holder.jpg          | Bin
 .../static/img/products/hairdryer.jpg              | Bin
 .../static/img/products/loafers.jpg                | Bin
 .../static/img/products/mug.jpg                    | Bin
 .../img/products/salt-and-pepper-shakers.jpg       | Bin
 .../static/img/products/sunglasses.jpg             | Bin
 .../static/img/products/tank-top.jpg               | Bin
 .../static/img/products/watch.jpg                  | Bin
 .../static/styles/cart.css                         |   0
 .../static/styles/order.css                        |   0
 .../static/styles/styles.css                       |   0
 .../templates/ad.html                              |   0
 .../templates/cart.html                            |   0
 .../templates/error.html                           |   0
 .../templates/footer.html                          |   0
 .../templates/header.html                          |   0
 .../templates/home.html                            |   0
 .../templates/order.html                           |   0
 .../templates/product.html                         |   0
 .../templates/recommendations.html                 |   0
 online_boutique/src/productcatalogservice/go.mod   |   6 +-
 online_boutique/src/productcatalogservice/go.sum   |  12 +-
 86 files changed, 423 insertions(+), 122 deletions(-)
 copy metrics/{README.md => README_zn.md} (51%)
 create mode 100644 online_boutique/Makefile
 rename online_boutique/src/{adservive => adservice}/Dockerfile (100%)
 rename online_boutique/src/{adservive => adservice}/Makefile (100%)
 rename online_boutique/src/{adservive => adservice}/cli/main.go (100%)
 rename online_boutique/src/{adservive => adservice}/go.mod (96%)
 rename online_boutique/src/{adservive => adservice}/go.sum (99%)
 rename online_boutique/src/{adservive => adservice}/handler/adservice.go (100%)
 rename online_boutique/src/{adservive => adservice}/main.go (100%)
 rename online_boutique/src/{adservive => adservice}/proto/adservice.pb.go 
(100%)
 rename online_boutique/src/{adservive => adservice}/proto/adservice.proto 
(100%)
 rename online_boutique/src/{adservive => adservice}/proto/adservice.triple.go 
(100%)
 rename online_boutique/src/{frontend => frontendservice}/Dockerfile (100%)
 rename online_boutique/src/{frontend => frontendservice}/Makefile (100%)
 rename online_boutique/src/{frontend => frontendservice}/config/config.go 
(100%)
 rename online_boutique/src/{frontend => frontendservice}/deployment_details.go 
(100%)
 rename online_boutique/src/{frontend => frontendservice}/go.mod (97%)
 rename online_boutique/src/{frontend => frontendservice}/go.sum (99%)
 rename online_boutique/src/{frontend => frontendservice}/handlers.go (100%)
 rename online_boutique/src/{frontend => frontendservice}/main.go (100%)
 rename online_boutique/src/{frontend => frontendservice}/middleware.go (100%)
 rename online_boutique/src/{frontend => frontendservice}/money/money.go (100%)
 rename online_boutique/src/{frontend => frontendservice}/money/money_test.go 
(100%)
 rename online_boutique/src/{frontend => 
frontendservice}/proto/hipstershop.pb.go (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/proto/hipstershop.proto (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/proto/hipstershop.triple.go (100%)
 rename online_boutique/src/{frontend => frontendservice}/rpc.go (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/favicon-cymbal.ico (100%)
 rename online_boutique/src/{frontend => frontendservice}/static/favicon.ico 
(100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/icons/Cymbal_NavLogo.svg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/icons/Hipster_Advert2.svg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/icons/Hipster_CartIcon.svg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/icons/Hipster_CheckOutIcon.svg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/icons/Hipster_CurrencyIcon.svg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/icons/Hipster_DownArrow.svg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/icons/Hipster_FacebookIcon.svg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/icons/Hipster_GooglePlayIcon.svg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/icons/Hipster_HelpIcon.svg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/icons/Hipster_HeroLogo.svg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/icons/Hipster_HeroLogoCyan.svg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/icons/Hipster_InstagramIcon.svg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/icons/Hipster_KitchenwareOffer.svg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/icons/Hipster_NavLogo.svg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/icons/Hipster_PinterestIcon.svg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/icons/Hipster_ProfileIcon.svg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/icons/Hipster_SearchIcon.svg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/icons/Hipster_TwitterIcon.svg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/icons/Hipster_UpDownControl.svg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/icons/Hipster_YoutubeIcon.svg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/images/Advert2BannerImage.png (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/images/AdvertBannerImage.png (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/images/HeroBannerImage.png (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/images/HeroBannerImage2.png (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/images/VRHeadsets.png (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/images/credits.txt (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/images/folded-clothes-on-white-chair-wide.jpg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/images/folded-clothes-on-white-chair.jpg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/img/products/bamboo-glass-jar.jpg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/img/products/candle-holder.jpg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/img/products/hairdryer.jpg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/img/products/loafers.jpg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/img/products/mug.jpg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/img/products/salt-and-pepper-shakers.jpg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/img/products/sunglasses.jpg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/img/products/tank-top.jpg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/img/products/watch.jpg (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/styles/cart.css (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/styles/order.css (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/static/styles/styles.css (100%)
 rename online_boutique/src/{frontend => frontendservice}/templates/ad.html 
(100%)
 rename online_boutique/src/{frontend => frontendservice}/templates/cart.html 
(100%)
 rename online_boutique/src/{frontend => frontendservice}/templates/error.html 
(100%)
 rename online_boutique/src/{frontend => frontendservice}/templates/footer.html 
(100%)
 rename online_boutique/src/{frontend => frontendservice}/templates/header.html 
(100%)
 rename online_boutique/src/{frontend => frontendservice}/templates/home.html 
(100%)
 rename online_boutique/src/{frontend => frontendservice}/templates/order.html 
(100%)
 rename online_boutique/src/{frontend => 
frontendservice}/templates/product.html (100%)
 rename online_boutique/src/{frontend => 
frontendservice}/templates/recommendations.html (100%)

Reply via email to