Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin interface for node operators #1222

Merged
merged 29 commits into from
Sep 21, 2021
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
cb1a1a8
Update ci.yml
synzhu Aug 12, 2021
826cad7
Merge branch 'master' of https://github.com/onflow/flow-go
synzhu Aug 17, 2021
0fa0a96
Merge branch 'master' of https://github.com/onflow/flow-go
synzhu Aug 19, 2021
b548f29
Merge branch 'master' of https://github.com/onflow/flow-go
synzhu Aug 20, 2021
0f75779
Merge branch 'master' of https://github.com/onflow/flow-go
synzhu Aug 20, 2021
2273886
define command runner
synzhu Aug 27, 2021
1fbbd1b
Update command_runner.go
synzhu Aug 27, 2021
5c565a8
Cleanup code
synzhu Aug 28, 2021
14dac3d
implement Ready and Done
synzhu Aug 28, 2021
e95eed1
Merge branch 'master' into smnzhu/access-node-controls
synzhu Aug 28, 2021
fff622c
add comments
synzhu Aug 28, 2021
aaff701
Update ci.yml
synzhu Aug 28, 2021
866a47c
commit
synzhu Sep 3, 2021
dc30d98
Update command_runner_test.go
synzhu Sep 7, 2021
e6fa7ae
Add tests
synzhu Sep 8, 2021
b5fa500
comment protobug
synzhu Sep 8, 2021
7cf3791
Add http server and tests
synzhu Sep 10, 2021
9a5c974
Update command_runner.go
synzhu Sep 10, 2021
fd42507
scaffold changes
synzhu Sep 11, 2021
8dbfd11
Address comments
synzhu Sep 17, 2021
bcb65e5
Merge branch 'master' into smnzhu/access-node-controls
synzhu Sep 17, 2021
248de33
go mod tidy
synzhu Sep 17, 2021
a354da6
enable mutual TLS and run grpc on unix socket
synzhu Sep 17, 2021
ea48203
address comments
synzhu Sep 20, 2021
c822455
Merge branch 'master' into smnzhu/access-node-controls
synzhu Sep 20, 2021
61ed0b7
go mod tidy
synzhu Sep 20, 2021
3384b27
go mod tidy
synzhu Sep 20, 2021
60436a0
fix lint
synzhu Sep 21, 2021
4998a6a
fix lint
synzhu Sep 21, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
225 changes: 225 additions & 0 deletions admin/admin/admin.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

167 changes: 167 additions & 0 deletions admin/admin/admin.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.