Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of Dapr Building Block: Configuration Store #7906

Merged
merged 18 commits into from
Sep 18, 2024

Commits on Sep 18, 2024

  1. feat(daprrp): Support for Configuration Building Block

    Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com>
    SoTrx authored and lakshmimsft committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    932702a View commit details
    Browse the repository at this point in the history
  2. test(pubsub): fix minor error in Dapr PubSub broker test

    Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com>
    SoTrx authored and lakshmimsft committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b8c0a64 View commit details
    Browse the repository at this point in the history
  3. style(typespec): Linting

    Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com>
    SoTrx authored and lakshmimsft committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1a5dbec View commit details
    Browse the repository at this point in the history
  4. Update pkg/daprrp/api/v20231001preview/configurationstore_conversion.go

    Co-authored-by: Yetkin Timocin <ytimocin@gmail.com>
    Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com>
    2 people authored and lakshmimsft committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3bdec76 View commit details
    Browse the repository at this point in the history
  5. Update pkg/daprrp/api/v20231001preview/configurationstore_conversion_…

    …test.go
    
    Co-authored-by: Yetkin Timocin <ytimocin@gmail.com>
    Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com>
    2 people authored and lakshmimsft committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e095aa3 View commit details
    Browse the repository at this point in the history
  6. Update pkg/daprrp/api/v20231001preview/configurationstore_conversion_…

    …test.go
    
    Co-authored-by: Yetkin Timocin <ytimocin@gmail.com>
    Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com>
    2 people authored and lakshmimsft committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cbabbc7 View commit details
    Browse the repository at this point in the history
  7. Update pkg/daprrp/frontend/controller/types.go

    Co-authored-by: Yetkin Timocin <ytimocin@gmail.com>
    Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com>
    2 people authored and lakshmimsft committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d772c6e View commit details
    Browse the repository at this point in the history
  8. Update pkg/daprrp/datamodel/daprconfigurationstore.go

    Co-authored-by: Yetkin Timocin <ytimocin@gmail.com>
    Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com>
    2 people authored and lakshmimsft committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    78250b7 View commit details
    Browse the repository at this point in the history
  9. Update pkg/daprrp/datamodel/daprconfigurationstore.go

    Co-authored-by: Yetkin Timocin <ytimocin@gmail.com>
    Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com>
    2 people authored and lakshmimsft committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d0154fd View commit details
    Browse the repository at this point in the history
  10. Update pkg/daprrp/datamodel/daprconfigurationstore.go

    Co-authored-by: Yetkin Timocin <ytimocin@gmail.com>
    Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com>
    2 people authored and lakshmimsft committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fcb6814 View commit details
    Browse the repository at this point in the history
  11. Update pkg/daprrp/datamodel/daprconfigurationstore.go

    Co-authored-by: Yetkin Timocin <ytimocin@gmail.com>
    Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com>
    2 people authored and lakshmimsft committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0f54526 View commit details
    Browse the repository at this point in the history
  12. Update pkg/daprrp/datamodel/daprconfigurationstore.go

    Co-authored-by: Yetkin Timocin <ytimocin@gmail.com>
    Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com>
    2 people authored and lakshmimsft committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bb80dc1 View commit details
    Browse the repository at this point in the history
  13. style: adjust spacing and rename variables for consistency

    Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com>
    SoTrx authored and lakshmimsft committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    60282a8 View commit details
    Browse the repository at this point in the history
  14. test: Updating Dapr conflict prompt with new building block Configura…

    …tionStore
    
    Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com>
    SoTrx authored and lakshmimsft committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    46bce26 View commit details
    Browse the repository at this point in the history
  15. test: Updating Dapr conflict prompt with new building block Configura…

    …tionStore in functional tests
    
    Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com>
    SoTrx authored and lakshmimsft committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b53c88d View commit details
    Browse the repository at this point in the history
  16. Update pkg/portableresources/handlers/util.go

    Co-authored-by: Yetkin Timocin <ytimocin@gmail.com>
    Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com>
    2 people authored and lakshmimsft committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    31aebcc View commit details
    Browse the repository at this point in the history
  17. test: Updating Dapr conflict prompt with new building block Configura…

    …tionStore again
    
    Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com>
    SoTrx authored and lakshmimsft committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    726a587 View commit details
    Browse the repository at this point in the history
  18. test: Updating Dapr conflict prompt with new building block Configura…

    …tionStore again
    
    Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com>
    SoTrx authored and lakshmimsft committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e655e73 View commit details
    Browse the repository at this point in the history