Conversation
Pull Request Checklist
|
|
|
00b4435 to 914e4de Compare |
|
914e4de to 52d1f19 Compare |
|
52d1f19 to 8686cda Compare Jenkins BuildsClick to see older builds (73)
|
|
|
8686cda to fc2498b Compare |
|
fc2498b to fab7a16 Compare |
|
65bfb4b to 7284c7e Compare |
|
3 similar comments
|
|
|
|
|
|
9cbd6cf to 82deb06 Compare |
|
ba9d593 to b1e63ca Compare |
|
1 similar comment
|
|
b1e63ca to 74cabdc Compare |
|
2fa6e74 to 8533995 Compare | This PR seems to be ready for review, only CodeClimate is failing for some unknown reason, but that doesn't prevent merging. |
74f24bf to cd97073 Compare
jakubgs left a comment
There was a problem hiding this comment.
I don't really see why we would put all the normal contents of status-go in a status-go subfolder. If we are treating this as a mono-repo into which we want to integrate status-protocol-go then we shouldn't be modifying the structure of status-go.
I say simply put contents of status-protocol-go at the root of this repo in a protocol folder and rename the package from statusproto to just protocol. That will make it github.com/status-im/status-go/protocol, which is much cleaner. @adambabik thoughts?
cd97073 to 2bf8ff7 Compare |
|
1 similar comment
|
|
| @jakubgs yeah, at first I didn't like seeing status-protocol-go getting lost among the dozens of existing folders, but I guess it makes more sense to leave status-go at the top level. I've pushed that change. |
|
|
2 similar comments
|
|
|
|
68452b7 to 0a22eb0 Compare |
|
0a22eb0 to fd0333a Compare |
|
| Merging once build passes |
Move to a monorepo structure with submodules - Rename status-protocol-go to status-go/protocol Signed-off-by: Jakub Sokołowski <jakub@status.im>
Move to a monorepo structure with submodules - Rename status-protocol-go to status-go/protocol Signed-off-by: Jakub Sokołowski <jakub@status.im>
|
|

This PR moves status-go into a monorepo structure by folding in status-protocol-go into the
protocolsubdirectory.Changes:
github.com/status-im/status-protocol-go->github.com/status-im/status-go/protocolpackage protocol->package v1protocolpackage statusproto->package protocol