File tree
3 files changed
+13
-2
lines changed- source
- submodules
3 files changed
+13
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
17 | 28 |
| |
18 | 29 |
| |
19 | 30 |
| |
|
Submodule mongodb-atlas-cli updated 34 files
- docs/atlascli/command/atlas-clusters-create.txt+3-3
- docs/atlascli/command/atlas-clusters-delete.txt+1-2
- docs/atlascli/command/atlas-customDbRoles-create.txt+8-2
- docs/atlascli/command/atlas-logs-download.txt+2-2
- docs/mongocli/command/mongocli-atlas-clusters-create.txt+3-3
- docs/mongocli/command/mongocli-atlas-clusters-delete.txt+1-2
- docs/mongocli/command/mongocli-atlas-customDbRoles-create.txt+8-2
- docs/mongocli/command/mongocli-atlas-logs-download.txt+2-2
- go.mod+1-1
- go.sum+2-2
- internal/cli/atlas/clusters/create.go+15-8
- internal/cli/atlas/clusters/delete.go+38-2
- internal/cli/atlas/customdbroles/create.go+5-2
- internal/cli/atlas/logs/download.go+21-11
- internal/cli/atlas/logs/download_test.go+1-1
- internal/cli/errors.go+1
- internal/cli/watch_opts.go+14
- internal/flag/flags.go+3
- internal/mocks/mock_logs.go+5-5
- internal/store/logs.go+11-4
- internal/usage/usage.go+4
- internal/watchers/cluster.go+74
- internal/watchers/watcher.go+246
- test/e2e/atlas/backup_export_jobs_test.go+1-1
- test/e2e/atlas/backup_snapshot_test.go+1-1
- test/e2e/atlas/clusters_file_test.go+1-1
- test/e2e/atlas/clusters_flags_test.go+3-17
- test/e2e/atlas/clusters_m0_test.go+1-1
- test/e2e/atlas/clusters_sharded_test.go+1-1
- test/e2e/atlas/clusters_upgrade_test.go+1-1
- test/e2e/atlas/logs_test.go+14-9
- test/e2e/atlas/quickstart_test.go+1-1
- test/e2e/atlas/search_test.go+59-29
- test/e2e/atlas/setup_force_test.go+1-1
0 commit comments