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

Add leadership management REST API #654

Merged
merged 10 commits into from Jul 31, 2019
Merged

Add leadership management REST API #654

merged 10 commits into from Jul 31, 2019

Conversation

CodeSandwich
Copy link
Contributor

@CodeSandwich CodeSandwich commented Jul 24, 2019

Fixes #412

@CodeSandwich CodeSandwich added enhancement New feature or request subsys-rest issues or PRs for the REST interface labels Jul 25, 2019
@CodeSandwich CodeSandwich changed the title Rest leaders list Add leadership management REST API Jul 25, 2019
@CodeSandwich CodeSandwich added the A-api Area: Control and status API label Jul 26, 2019
@@ -23,6 +24,7 @@ pub struct Context {
pub transaction_task: Arc<Mutex<MessageBox<TransactionMsg>>>,
pub logs: Arc<Mutex<Logs>>,
pub server: Arc<RwLock<Option<Server>>>,
pub enclave: Enclave,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not a big fan of this for fencing purpose, but for now it will do (and can be properly fenced later)

@vincenthz vincenthz merged commit aafae45 into master Jul 31, 2019
@CodeSandwich CodeSandwich deleted the rest_leaders_list branch July 31, 2019 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-api Area: Control and status API enhancement New feature or request subsys-rest issues or PRs for the REST interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

REST: add leader control api
2 participants