Commit feb6b09
authored
Merge feature/factor-out-indexdClient changes (#190)
* factor out indexd client
* updates
* add tests to improve coverage
* bump go mod file
* fix up mod file
* passing monorepo test
* cleanup gh actions errs
* gh action
* add tests
* github action
* move transfer-ref test into integration tests
* add mock server to test
* skip all integration tests
* add git config load/store. cleanup packages
* update logging
* fix go mod file
* update git-drs to reflect data-lcient changes
* fix concurrent transfers bug
* add back in support for the rest of the custom configs
* refactor drs init test
* bump data-client dep
* update deps
* adjust clone test for renaming
* coverage
* spelling
* coverage1 parent 30457dc commit feb6b09
117 files changed
Lines changed: 47362 additions & 41175 deletions
File tree
- .github/workflows
- client
- anvil
- indexd
- tests
- tests
- cmd
- addref
- addurl
- cache
- deleteproject
- delete
- download
- fetch
- initialize
- listconfig
- list
- prepush
- push
- query
- register
- remote
- add
- transferref
- transfer
- common
- config
- coverage
- integration
- unit
- drslog
- drsmap
- drs
- hash
- gitrepo
- internal/testutils
- lfs
- projectdir
- s3_utils
- tests
- integration/transferref
- monorepos
- utils
- version
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 | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments