Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
Design/Design_puml.puml
Outdated
|
|
||
| class IKvsBuilder <<implementation>> { | ||
| - instance_id: InstanceId | ||
| - need_defaults : bool |
There was a problem hiding this comment.
-> -defaults : KvsDefaults
There was a problem hiding this comment.
Expected values :
- true : default storage must be exist
- false : default storage may not be exist
- Ignores : ignore default values even if we have default values storage.
- new ticket should be created to make c++ support this as rust.
Design/Design_puml.puml
Outdated
| class IKvsBuilder <<implementation>> { | ||
| - instance_id: InstanceId | ||
| - need_defaults : bool | ||
| - need_kvs : bool |
There was a problem hiding this comment.
kvs_load = OpenNeedKvs :
OpenNeedKvs has two values now :
new value will be added "IGNORE"
new ticket should be created to make c++ support this as rust.
Design/Design_puml.puml
Outdated
| + set_value(Key:string, value:KvsValue): ResultBlank | ||
| + remove_key(Key:string) : ResultBlank | ||
| + flush() : ResultBlank | ||
| + snapshot_count: Result<size_t> |
There was a problem hiding this comment.
@arkjedrz what is meant by this if a function ?
Design/Design_puml.puml
Outdated
There was a problem hiding this comment.
Regarding names - please align with https://github.com/qorix-group/persistency/blob/e3945d4bea1bb3627dd46835db403b0c460306d1/docs/class_diagram.puml
Design/Design_puml.puml
Outdated
There was a problem hiding this comment.
Seems like this file is not included in any index file
There was a problem hiding this comment.
The PUML file with class diagram shall be added into the doc-as-code index, so that it gets displayed in the documentation.
arkjedrz
left a comment
There was a problem hiding this comment.
I won't discuss this PR anymore until requested changes are fixed. We're running in circles.
Please first review this document internally.
|
@Ahmed-Elsaka-JC Could you rebase on top of newest upstream/main? Docs are building in other PRs and there shouldn't be an error. |
docs/Design/class_diagram_cpp.puml
Outdated
There was a problem hiding this comment.
*.puml files itself will never be rendered. You need to reference it in any other .rst file as
.. uml:: class_diagram_cpp.puml
There was a problem hiding this comment.
@Ahmed-Elsaka-JC UML is still not a part of any doc pages
There was a problem hiding this comment.
@PiotrKorkus till now we did not agree to add it to specific document ?
may i ask why do you block merge till it mentioned in doc page ?
There was a problem hiding this comment.
how do you find me blocking a merge? I just added a comment.
till it mentioned in doc page ?
where?
There was a problem hiding this comment.
There was a problem hiding this comment.
@Ahmed-Elsaka-JC As you can clearly see @tizava is not me definitely. You even didn't use @tizava to reply to me ;)
9ab1207 to
bccdd6a
Compare
cf41654 to
eeff461
Compare
c01888b to
c2397f8
Compare
c2397f8 to
ed4f825
Compare
|
@Ahmed-Elsaka-JC Would you stash commits with same commit message? |
36945d8 to
e56abdb
Compare
e56abdb to
c02d41a
Compare
i already squashed all commit to one commit . |

New Design for KVS