Commit 7c5575a
committed
bbe974d refactor: [#1519] rename SwarmHandle to CoordinatorHandle (Jose Celano)
290c9eb refactor: [#1519] rename Swarms to Registry (Jose Celano)
9146681 refactor: [#1519] move mod registry (Jose Celano)
cfc5b34 refactor: [#1519] rename mod swarms to resgistry (Jose Celano)
63f04e5 refactor: [#1519] extract mod coordinator (Jose Celano)
ba37801 refactor: [#1519] rename Swarms to Registry (Jose Celano)
2768306 refactor: [#1519] rename Swarm to Coordinator (Jose Celano)
2b7a251 refactor: [#1519] rename crate torrust-tracker-torrent-repository to torrust-tracker-swarm-coordination-registry (Jose Celano)
55149bc refactor: [#1519] rename dir torrent-repository (Jose Celano)
Pull request description:
Some renamings to better express the intention.
### Subtasks
- [x] Rename dir `packages/torrent-repository` to `packages/swarm-coordination-registry`
- [x] Rename crate `torrust-tracker-torrent-repository` to `torrust-tracker-swarm-coordination-registry`
- [x] Rename type `Swarm` to `Coordinator`
- [x] Rename type `Swarms` to `Registry`
- [x] Move `Coordinator` and `Registry` inside a `Swarm` module.
ACKs for top commit:
josecelano:
ACK bbe974d
Tree-SHA512: c68331a3da2e01e06aeb4783c39b70e6cb36a7525a0635c98791388f34fb40bbbfaf563c4407d9bc538db0a7487464d083a34985b3e6a917a501e205c919c93a
File tree
45 files changed
+191
-192
lines changed- .github/workflows
- packages
- axum-http-tracker-server
- src
- axum-rest-tracker-api-server
- src
- v1/context/stats
- http-tracker-core
- src
- rest-tracker-api-core
- src
- statistics
- swarm-coordination-registry
- src
- statistics
- event
- swarm
- torrent-repository-benchmarking
- tracker-core
- src
- statistics/event
- torrent
- repository
- tests/common
- udp-tracker-core
- src
- udp-tracker-server
- src
- src
- bootstrap/jobs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+191
-192
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | | - | |
83 | 83 | | |
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 | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| 262 | + | |
262 | 263 | | |
263 | | - | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments