-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add github files * client config as one json (#166) * client config as one json * remove logic --------- Co-authored-by: Idan Asulin <[email protected]> * test fat jar * fix branch * add plugin * add archive option * fix serve file * fix * test app * fix * fix * Rnd 759 client parameters to store (#168) * client config as one json * remove logic * remove superstream connection entry from configToSend * update version beta file * fix * remove comments * remove imports * support update full config for client * change the versions and pass client ip and host * handle consumer full config update * handle consumer full config update * gradle_build_imports * handle admin client update full config --------- Co-authored-by: Idan Asulin <[email protected]> * Rnd 759 client parameters to store (#169) * client config as one json * remove logic * remove superstream connection entry from configToSend * update version beta file * fix * remove comments * remove imports * support update full config for client * change the versions and pass client ip and host * handle consumer full config update * handle consumer full config update * gradle_build_imports * handle admin client update full config * back to 113 --------- Co-authored-by: Idan Asulin <[email protected]> * revert none relevant changes into Jenkinsfile * remove none relevant comments * Rnd 759 client parameters to store (#172) * client config as one json * remove logic * remove superstream connection entry from configToSend * update version beta file * fix * remove comments * remove imports * support update full config for client * change the versions and pass client ip and host * handle consumer full config update * handle consumer full config update * gradle_build_imports * handle admin client update full config * back to 113 * buildNewGradle * wait mechanism for canstart * synchronized the other thread * wait mechanism refactor * remove comment * beta version upgrade --------- Co-authored-by: Idan Asulin <[email protected]> * added SUPERSTREAM_DEBUG env var handle- disable and able all stdout (#173) * added SUPERSTREAM_DEBUG env var handle- disable and able all stdout * version beta * version beta --> 3 * refactor with consts for initSuperstreamConfig method * change SUPERSTREAM_DEBUG env var affect only for superstream stdout * log for test * revert test log * change consts env var names * revert partitions.contains * serielizer/desirielizer handle for payload reduction. empty methods * revert contains check * stdout handle outside of superstream class * changed superstream connection log in adnminKafka * move log for Successfully connection to superstream after waitForStart * move it again * Rnd 955 support in changing client config parameters (#174) * mechnisim of wait for superstream config and config bootstrap servers remove for test * move place for test * add getter to abstract config values. remove the bootstrap servers key-val * set the superstream config vaues inside kafka producer config * wait for super stream config move to super stream class, wait with object lock to support release cpu in wait interval * refactor for waiting methods * default timeout for superstream config * move getter location * list of supported client added in consts- we register clients only if type in the list * to lower case added * move type check to the AbstractConfig * move import * upgrade beta version-beta.conf * Rnd 955 support in changing client config parameters (#175) * mechnisim of wait for superstream config and config bootstrap servers remove for test * move place for test * add getter to abstract config values. remove the bootstrap servers key-val * set the superstream config vaues inside kafka producer config * wait for super stream config move to super stream class, wait with object lock to support release cpu in wait interval * refactor for waiting methods * default timeout for superstream config * move getter location * list of supported client added in consts- we register clients only if type in the list * to lower case added * move type check to the AbstractConfig * move import * upgrade beta version-beta.conf * fix stdout when superstream failed initializing * upgrade version beta * remove_pr_template (#176) * Remove pr template (#177) * remove_pr_template * move PULL_REQUEST_TEMPLATE --------- Co-authored-by: idanasulinStrech <[email protected]> Co-authored-by: liranbahar <[email protected]> Co-authored-by: Idan Asulin <[email protected]> Co-authored-by: Beka Kotchauri <[email protected]> Co-authored-by: Beka Kotchauri <[email protected]>
- Loading branch information
1 parent
aa46b48
commit 5001b76
Showing
13 changed files
with
437 additions
and
166 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @idanasulin2706 @shay23b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -196,4 +196,4 @@ Triggered by: ${env.TRIGGERED_BY} | |
:link: *Build URL:* <${jobUrl}|View Build Details> | ||
""" | ||
) | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,50 @@ | ||
*More detailed description of your change, | ||
if necessary. The PR title and PR message become | ||
the squashed commit message, so use a separate | ||
comment to ping reviewers.* | ||
|
||
*Summary of testing strategy (including rationale) | ||
for the feature or bug fix. Unit and/or integration | ||
tests are expected for any behaviour change and | ||
system tests should be considered for larger changes.* | ||
|
||
### Committer Checklist (excluded from commit message) | ||
- [ ] Verify design and implementation | ||
- [ ] Verify test coverage and CI build status | ||
- [ ] Verify documentation (including upgrade notes) | ||
## How Has This Been Tested? | ||
|
||
Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. | ||
- [ ] Test A | ||
- [ ] Test B | ||
|
||
## Checklist: | ||
|
||
- [ ] I have performed a self-review of my code | ||
- [ ] I have made corresponding changes to the knowledge base (if needed) | ||
- [ ] My changes generate no new warnings | ||
- [ ] I have verified that the specification is met and all functionalities are working as expected | ||
|
||
## Reviewer Score - 0-100% | ||
|
||
- [ ] **Meeting Task Specifications (50%)** | ||
- This includes both UI design and backend functionality. | ||
- Ensure that the task requirements are fully met and that the implementation aligns with the specifications provided. | ||
|
||
- [ ] **Attention to Edge Cases (10%)** | ||
- Identify and handle edge cases that may not be immediately obvious. | ||
- Demonstrate thorough testing and consideration of potential issues. | ||
|
||
- [ ] **Writing Performant and Efficient Code (10%)** | ||
- Optimize the code for performance and efficiency. | ||
- Avoid unnecessary computations and strive for optimal resource usage. | ||
|
||
- [ ] **Addressing Feedback from Previous Code Reviews (10%)** | ||
- Act on feedback provided in previous code reviews. | ||
- Show improvement and a proactive approach to learning from past reviews. | ||
|
||
- [ ] **Adherence to Coding Conventions (5%)** | ||
- Follow the established coding standards and guidelines. | ||
- Maintain consistency in style and structure throughout the codebase. | ||
|
||
- [ ] **Writing Readable Code (5%)** | ||
- Write code that is easy to read and understand. | ||
- Use clear and meaningful variable names, and include comments where necessary. | ||
|
||
- [ ] **Considering Aspects Not Explicitly Mentioned in the Specification (5%)** | ||
- Demonstrate initiative by considering aspects that may not be explicitly mentioned in the task specification. | ||
- Enhance the implementation by thinking beyond the basic requirements. | ||
|
||
- [ ] **Completing Pull Request Form (2.5%)** | ||
- Demonstrate initiative by considering aspects that may not be explicitly mentioned in the task specification. | ||
- Enhance the implementation by thinking beyond the basic requirements. | ||
|
||
- [ ] **Up to 2 Cycles of Code Review (2.5%)** | ||
- Engage in up to two cycles of code review to refine and improve the code. | ||
- Incorporate suggestions and resolve any identified issues. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.