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

Config parameters #20

Merged
merged 14 commits into from
Oct 31, 2024
Merged

Config parameters #20

merged 14 commits into from
Oct 31, 2024

Conversation

henryh2
Copy link
Collaborator

@henryh2 henryh2 commented Oct 30, 2024

A pull request that adds a few parameters to the topograph config file and makes most payload arguments in the request JSON optional.

@henryh2
Copy link
Collaborator Author

henryh2 commented Oct 30, 2024

I have identified that there is an issue caused by the merge of PR #12 that causes topograph to crash when requesting simulated block topology. Will also try to fix this issue in this PR.

dmitsh and others added 7 commits October 30, 2024 16:20
Signed-off-by: Dmitry Shmulevich <[email protected]>
* Blocksize refactoring

1. Domain sizes may vary
2. Return block size as largest power of 2, less than the minimum domain size
3. Verify admin provided blocksize > 0 and <= minimum domain size

Signed-off-by: Ritika Srivastava <[email protected]>

* Catch strconv error

Signed-off-by: Ritika Srivastava <[email protected]>

---------

Signed-off-by: Ritika Srivastava <[email protected]>
Signed-off-by: Henry Haase <[email protected]>
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
pkg/config/config.go Outdated Show resolved Hide resolved
pkg/engines/k8s/labeler_test.go Show resolved Hide resolved
pkg/server/engine.go Outdated Show resolved Hide resolved
pkg/server/grpc_client.go Show resolved Hide resolved
pkg/server/http_server.go Outdated Show resolved Hide resolved
pkg/server/http_server.go Outdated Show resolved Hide resolved
pkg/server/http_server.go Outdated Show resolved Hide resolved
@henryh2 henryh2 merged commit 24d2801 into main Oct 31, 2024
4 checks passed
@henryh2 henryh2 deleted the config-parameters branch October 31, 2024 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants