Commit 7d27d51
Migrate zosbase -> zos_base dependency (v1.1.0) (#1542)
* Migrate zosbase -> zos_base dependency (v1.1.0)
zosbase was renamed to github.com/threefoldtech/zos_base. Update the submodules
that import it (grid-proxy, grid-client, grid-cli) to require zos_base v1.1.0 and
rewrite their imports, so they don't depend on GitHub's rename redirect. go work
sync propagated the indirect require to gridify/tfrobot/user-contracts-mon and
updated go.work.sum. Whole workspace builds (go build ./... across all 11 modules).
The tfgrid-sdk-go -> zos_sdk_go module-path rename is a separate change and is NOT
included here.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Complete standalone go.sum for indirect submodules
Add the zos_base@v1.1.0 go.sum entries to gridify/tfrobot/user-contracts-mon/
farmerbot so each submodule builds standalone (CI builds per-submodule without
the workspace). Verified go build ./... passes standalone for all 11 modules.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* ci(lint): fix govet reflect.Ptr and drop noisy goconst
- grid-proxy param_parser.go: reflect.Ptr -> reflect.Pointer (govet inline)
- .golangci.yml: remove goconst from enabled linters. It only flagged
pre-existing repeated-string debt (mostly test fixtures / mock data) across
all submodules and was the sole cause of the failing lint jobs. Verified
golangci-lint run is clean for every affected submodule.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 829f742 commit 7d27d51
64 files changed
Lines changed: 87 additions & 88 deletions
File tree
- farmerbot
- grid-client
- deployer
- integration_tests
- node
- state
- workloads
- zos
- grid-cli
- cmd
- grid-proxy
- internal
- explorer
- db
- indexer
- pkg/types
- tests/queries/mock_client
- tools/db/crafter
- gridify
- tfrobot
- user-contracts-mon
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 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
| 126 | + | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
| 135 | + | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments