Commit 225cffc
authored
Fix/patch fixes (#24)
* fix: go test
* add base docs
* feat(core): implement sns foundational runtime and query adapter
* feat: sns native contracts & base implementation
* feat(sns): implement administrative controls (US3)
* feat: finish and validate sns core implementation
* feat: add base sns resource browser
* fix: s3 & sns errors
* fix: sns native errors
* fix: dynamo patch fix
* feat(docs): upload base website mdx docs
* chore: change command serve to start
* fix: core test errors
* fix(desktop): build errors
* test: update list buckets assertion to verify XML container presence
* test: randomize test-instance names to prevent collisions in smoke tests1 parent 160ff4d commit 225cffc
137 files changed
Lines changed: 17276 additions & 476 deletions
File tree
- apps
- desktop
- scripts
- src
- main
- preload
- renderer/src
- features
- dynamodb-browser/components
- instances
- s3-browser/components
- sns-browser
- hooks
- store
- web/www
- app
- content/docs
- getting-started
- mildstack
- mildstack-cli
- mildstack-desktop
- services
- core
- cmd/mildstack
- internal
- application/runtime
- composition
- delivery
- cli
- http
- testdata/sns
- errors
- tests
- resources
- s3/application
- sns
- application
- contracts
- domain
- infrastructure
- sqs/application
- docs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
| 6 | + | |
3 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
4 | 12 | | |
| 13 | + | |
5 | 14 | | |
6 | 15 | | |
| 16 | + | |
| 17 | + | |
7 | 18 | | |
| 19 | + | |
| 20 | + | |
8 | 21 | | |
9 | 22 | | |
10 | 23 | | |
| |||
20 | 33 | | |
21 | 34 | | |
22 | 35 | | |
23 | | - | |
| 36 | + | |
24 | 37 | | |
25 | | - | |
26 | 38 | | |
27 | 39 | | |
28 | 40 | | |
29 | 41 | | |
30 | 42 | | |
31 | 43 | | |
32 | 44 | | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
0 commit comments