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

Add prefix dapr to local dev dapr Recipes #78

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
a8688d8
Fix container name (#58)
AaronCrawfis Jan 22, 2024
a59ab7d
Adding tags parameters with radapp defaults to Azure Recipes (#60)
willvelida Feb 21, 2024
f17aeac
Add contribution guides
Reshrahim Feb 21, 2024
212a18b
Add contribution link
Reshrahim Feb 21, 2024
db03a55
Add contribution link
Reshrahim Feb 21, 2024
33f86b3
Add links to contribution guides to code and PR
Reshrahim Feb 21, 2024
35b2682
Rename contribution folder
Reshrahim Feb 21, 2024
1630671
Add links to contribution guides to code and PR
Reshrahim Feb 21, 2024
c3cee52
Add testing steps
Reshrahim Feb 22, 2024
64e21c8
Add testing steps
Reshrahim Feb 22, 2024
6c6c4dc
close bicep code snippet
Reshrahim Feb 22, 2024
c58bece
Delete .DS_Store
Reshrahim Feb 22, 2024
d47207c
Address feedback
Reshrahim Feb 23, 2024
0d56f54
Update docs/contributing/contributing-recipes.md
Reshrahim Feb 23, 2024
48aee83
Address feedback
Reshrahim Feb 23, 2024
ef50556
Update publish in test workflow to exclude readme file)
Reshrahim Feb 23, 2024
8cbb91a
Empty-Commit
Reshrahim Feb 23, 2024
3a74109
Update aws/README.MD
Reshrahim Feb 26, 2024
bf440ae
Apply suggestions from code review
Reshrahim Feb 26, 2024
57cfbe2
Address feedback
Reshrahim Feb 26, 2024
88b096b
Address feedback
Reshrahim Feb 26, 2024
04a99f7
Address feedback
Reshrahim Feb 26, 2024
a8f8913
Address feedback
Reshrahim Feb 26, 2024
91fdac3
Add hyperlink
Reshrahim Feb 26, 2024
88c3579
Add hyperlink
Reshrahim Feb 26, 2024
08aebf7
Merge branch 'main' of https://github.com/Reshrahim/recipes
Reshrahim Sep 27, 2024
dff969d
rename dapr recipes
Reshrahim Sep 27, 2024
87e93fb
Fix test
Reshrahim Oct 1, 2024
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
8 changes: 4 additions & 4 deletions local-dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ The [local-dev](/local-dev) directory contains lightweight Recipes for developme

| Recipe | Resource | Description | Template Path |
|--------|----------|-------------|---------------|
| [`local-dev/daprconfigurationstores`](/local-dev/configurationstores.bicep) | `Applications.Dapr/configurationStores` | A lightweight container running the `redis` image and a Redis Dapr Configuration Store component for development purposes. | `ghcr.io/radius-project/recipes/local-dev/daprconfigurationstores:TAG` |
| [`local-dev/daprpubsubbrokers`](/local-dev/pubsubbrokers.bicep) | `Applications.Dapr/pubSubBrokers` | A lightweight container running the `redis` image and a Redis Dapr Pub/Sub component for development purposes. | `ghcr.io/radius-project/recipes/local-dev/daprpubsubbrokers:TAG` |
| [`local-dev/daprstatestores`](/local-dev/statestores.bicep) | `Applications.Dapr/stateStores` |A lightweight container running the `redis` image and a Redis Dapr state store component for development purposes. | `ghcr.io/radius-project/recipes/local-dev/daprstatestores:TAG` |
| [`local-dev/secretStores`](/local-dev/secretstores.bicep) | `Applications.Dapr/secretStores` | A kubernetes secret store type for development purposes. | `ghcr.io/radius-project/recipes/local-dev/secretstores:TAG` |
| [`local-dev/daprconfigurationstores`](/local-dev/daprconfigurationstores.bicep) | `Applications.Dapr/configurationStores` | A lightweight container running the `redis` image and a Redis Dapr Configuration Store component for development purposes. | `ghcr.io/radius-project/recipes/local-dev/daprconfigurationstores:TAG` |
| [`local-dev/daprpubsubbrokers`](/local-dev/daprpubsubbrokers.bicep) | `Applications.Dapr/pubSubBrokers` | A lightweight container running the `redis` image and a Redis Dapr Pub/Sub component for development purposes. | `ghcr.io/radius-project/recipes/local-dev/daprpubsubbrokers:TAG` |
| [`local-dev/daprstatestores`](/local-dev/daprstatestores.bicep) | `Applications.Dapr/stateStores` |A lightweight container running the `redis` image and a Redis Dapr state store component for development purposes. | `ghcr.io/radius-project/recipes/local-dev/daprstatestores:TAG` |
| [`local-dev/secretStores`](/local-dev/daprsecretstores.bicep) | `Applications.Dapr/secretStores` | A kubernetes secret store type for development purposes. | `ghcr.io/radius-project/recipes/local-dev/secretstores:TAG` |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lakshmimsft / @kachawla - where should I make the change to push this recipe to ghcr.io/radius-project/recipes/local-dev/daprsecretstores:TAG ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

discussed offline: update to tests/test-local-dev-recipes.bicep was added.

| [`local-dev/rabbitmqmessagequeues`](/local-dev/rabbitmqmessagequeues.bicep) | `Applications.Messaging/rabbitMQQueues` |A lightweight container running the `rabbitmq` image for development purposes. | `ghcr.io/radius-project/recipes/local-dev/rabbitmqmessagequeues:TAG` |
| [`local-dev/rediscaches`](/local-dev/rediscaches.bicep) | `Applications.Datastores/redisCaches` |A lightweight container running the `redis` image for development purposes. | `ghcr.io/radius-project/recipes/local-dev/rediscaches:TAG` |
| [`local-dev/mongodatabases`](/local-dev/mongodatabases.bicep) | `Applications.Datastores/mongoDatabases` |A lightweight container running the `mongo` image for development purposes. | `ghcr.io/radius-project/recipes/local-dev/mongodatabases:TAG` |
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading