-
Notifications
You must be signed in to change notification settings - Fork 23
Modularization #379
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
Open
jrse
wants to merge
101
commits into
ceph-dovecot:master
Choose a base branch
from
jaracogmbh:modularization
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Modularization #379
Conversation
This file contains hidden or 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
* 339 retry 10 times with random wait. retry read for simple read e.g. rados_config. fail with assert in case we can't find rados_config
* Develop (ceph-dovecot#331) * ceph-dovecot#328: fix copy move (ceph-dovecot#330) * Develop (ceph-dovecot#334) * 217: fix unused code. * 217: unused code and warning * disabled man pages for rmb * Bugfix/283 virtual mailbox fetch metadata (ceph-dovecot#284) * Develop (ceph-dovecot#282) * 217: fix unused code. * 217: unused code and warning * disabled man pages for rmb * ceph-dovecot#283: fetch metadata for mails in virtual mailbox * ceph-dovecot#283: fix metadata date.saved. date.received virtual mailbox * ceph-dovecot#283: version * Feature/286 use guid from UUID string (ceph-dovecot#287) * ceph-dovecot#256: use guid_128_from_uuid_string instead of guid_128_from_string, to support older uuid formats like RECORD or MICROSOFT, always use compact for printing * version 0.0.25 preparations * ceph-dovecot#286: build issue * merge * version * ceph-dovecot#286: prefere cached mail guid. * ceph-dovecot#286: determine if uuid has - hyphon, if true preseve it. * fix non void return * Feature/289 GitHub actions (ceph-dovecot#290) * ceph-dovecot#289: build * ceph-dovecot#289: build plugin. * ceph-dovecot#289: submodules * submodules * upgrade git * clean outdated repos * Bugfix/UUID record format (ceph-dovecot#293) * bugfix initialisaction rados_mail->deprecated_uid * rados_mail creation and default value check * ceph-dovecot#295: update index after full object has been moved (metadata) (ceph-dovecot#296) * Bugfix/298 295 bugfixes (ceph-dovecot#300) * ceph-dovecot#289: fix force-resync (always use INBOX) ceph-dovecot#295: rbox_mail_set_expunge (play save) * ceph-dovecot#298: move ceph objects the standard way. * clean up log. * ceph-dovecot#298: log warning if client connection times out. * Feature/302 retry expunge connection timeout (ceph-dovecot#303) * ceph-dovecot#302: retry in case of ceph connection timeout * rpm * ceph-dovecot#302: max_retry = 10 * max 10 retry, in case object not available, fail with error * ceph-dovecot#304: use last know uid to restore email flags (ceph-dovecot#305) * ceph-dovecot#306: re-assign unreferenced mail objects to inbox (ceph-dovecot#309) * ceph-dovecot#310: read osd_max_object_size and fail if mail.size > osd_max_object_size (ceph-dovecot#311) * version: 0.0.31 * ceph-dovecot#313: fix imap append crash (ceph-dovecot#314) * version 0.0.32 * Bugfix/316 mailbox save (ceph-dovecot#317) * ceph-dovecot#316: imap append (remove index entry twice in case of error) * ceph-dovecot#316: changed storage for big attachments. (sync write) * ceph-dovecot#316: operate api * ceph-dovecot#316: fix operate call * ceph-dovecot#316: release preparations * ceph-dovecot#316: fixed some legacy unit tests * 316: review results * ceph-dovecot#316: fix * Bugfix/test output stream check (ceph-dovecot#323) * init output stream and free mailbuffer * build * extracted write chunks * mailsize -1; * fix * debug messages * init stream any case * added deprecation comment, writing chunks now default. new config param rbox_chunk_size default 10240 bytes * missing mock class * version * disabled (temporarily storage tests) * disabled storage tests( api change) * Feature/alternative save methods (ceph-dovecot#326) * ceph-dovecot#322: alternative save methods * version * Feature/319 force resync immediatelly assign bugfix/328 segmentation fault copy from virtual mailbox (ceph-dovecot#321) * ceph-dovecot#319: automatically add lost objects to inbox (if no mailbox guid exist) * ceph-dovecot#319: version 0.0.34 * catch error in case mailbox does not have obox header: e.v. Virtual Mailbox * check for virtual mailbox when moving or copying, (virtual mailbox not allowed as origin) * version * ceph-dovecot#328: fix copy move (ceph-dovecot#330) * Bugfix/332 quota and move (ceph-dovecot#333) * 291: failed save mock test * 291: fixed most of the tests * 332 fix notify messages number and type * Develop (ceph-dovecot#336) * 217: fix unused code. * 217: unused code and warning * disabled man pages for rmb * Bugfix/283 virtual mailbox fetch metadata (ceph-dovecot#284) * Develop (ceph-dovecot#282) * 217: fix unused code. * 217: unused code and warning * disabled man pages for rmb * ceph-dovecot#283: fetch metadata for mails in virtual mailbox * ceph-dovecot#283: fix metadata date.saved. date.received virtual mailbox * ceph-dovecot#283: version * Feature/286 use guid from UUID string (ceph-dovecot#287) * ceph-dovecot#256: use guid_128_from_uuid_string instead of guid_128_from_string, to support older uuid formats like RECORD or MICROSOFT, always use compact for printing * version 0.0.25 preparations * ceph-dovecot#286: build issue * merge * version * ceph-dovecot#286: prefere cached mail guid. * ceph-dovecot#286: determine if uuid has - hyphon, if true preseve it. * fix non void return * Feature/289 GitHub actions (ceph-dovecot#290) * ceph-dovecot#289: build * ceph-dovecot#289: build plugin. * ceph-dovecot#289: submodules * submodules * upgrade git * clean outdated repos * Bugfix/UUID record format (ceph-dovecot#293) * bugfix initialisaction rados_mail->deprecated_uid * rados_mail creation and default value check * ceph-dovecot#295: update index after full object has been moved (metadata) (ceph-dovecot#296) * Bugfix/298 295 bugfixes (ceph-dovecot#300) * ceph-dovecot#289: fix force-resync (always use INBOX) ceph-dovecot#295: rbox_mail_set_expunge (play save) * ceph-dovecot#298: move ceph objects the standard way. * clean up log. * ceph-dovecot#298: log warning if client connection times out. * Feature/302 retry expunge connection timeout (ceph-dovecot#303) * ceph-dovecot#302: retry in case of ceph connection timeout * rpm * ceph-dovecot#302: max_retry = 10 * max 10 retry, in case object not available, fail with error * ceph-dovecot#304: use last know uid to restore email flags (ceph-dovecot#305) * ceph-dovecot#306: re-assign unreferenced mail objects to inbox (ceph-dovecot#309) * ceph-dovecot#310: read osd_max_object_size and fail if mail.size > osd_max_object_size (ceph-dovecot#311) * version: 0.0.31 * ceph-dovecot#313: fix imap append crash (ceph-dovecot#314) * version 0.0.32 * Bugfix/316 mailbox save (ceph-dovecot#317) * ceph-dovecot#316: imap append (remove index entry twice in case of error) * ceph-dovecot#316: changed storage for big attachments. (sync write) * ceph-dovecot#316: operate api * ceph-dovecot#316: fix operate call * ceph-dovecot#316: release preparations * ceph-dovecot#316: fixed some legacy unit tests * 316: review results * ceph-dovecot#316: fix * Bugfix/test output stream check (ceph-dovecot#323) * init output stream and free mailbuffer * build * extracted write chunks * mailsize -1; * fix * debug messages * init stream any case * added deprecation comment, writing chunks now default. new config param rbox_chunk_size default 10240 bytes * missing mock class * version * disabled (temporarily storage tests) * disabled storage tests( api change) * Feature/alternative save methods (ceph-dovecot#326) * ceph-dovecot#322: alternative save methods * version * Feature/319 force resync immediatelly assign bugfix/328 segmentation fault copy from virtual mailbox (ceph-dovecot#321) * ceph-dovecot#319: automatically add lost objects to inbox (if no mailbox guid exist) * ceph-dovecot#319: version 0.0.34 * catch error in case mailbox does not have obox header: e.v. Virtual Mailbox * check for virtual mailbox when moving or copying, (virtual mailbox not allowed as origin) * version * ceph-dovecot#328: fix copy move (ceph-dovecot#330) * Bugfix/332 quota and move (ceph-dovecot#333) * 291: failed save mock test * 291: fixed most of the tests * 332 fix notify messages number and type * ceph-dovecot#332: fix append additional error mssage in case connection can't be opend (ceph-dovecot#335) * Develop (ceph-dovecot#341) * Loglevel Debug is sufficient as it gets retried (ceph-dovecot#337) * Bugfix/339 rados config timeout (ceph-dovecot#340) * 339 retry 10 times with random wait. retry read for simple read e.g. rados_config. fail with assert in case we can't find rados_config * ceph-dovecot#342: simple multithreading object search * ceph-dovecot#342: version 0.0.40 Co-authored-by: Ewald Dieterich <ewald.dieterich@tallence.com>
* ceph-dovecot#342 fix threading and additional logs * version
* 346; fix rbox-copy seg fault always init rbox_mail * ceph-dovecot#346 fix segmentation fault rbox_copy
* ceph-dovecot#349: initial storage api * ceph-dovecot#349 doveadm rmb create ceph index force resync strategy * allow refresh of ceph object index via -r param * ceph-dovecot#349 save ceph index objects to separate pool * ceph-dovecot#349 poc impl ceph index done * ceph-dovecot#349 new config setting rbox_index_pool_name * ceph-dovecot#349 force reload of all objects, config setting defines if append of oid to ceph index happens * ceph-dovecot#349 add , to every entry or entry list * ceph-dovecot#349 add , to every entry or entry list, and test * repair invalid object not debug level log * ceph-dovecot#349 changed the remove function, initial index creation: append after each mailbox * ceph-dovecot#349 fix unit tests * ceph-dovecot#349 version
* ceph-dovecot#355 fix write gzip trailer even the stream is empty. * ceph-dovecot#355 minor improvements for quota messaging * ceph-dovecot#355 fix gzip trailer for empty stream
* ceph-dovecot#355 fix buffersize for write method 1 and 2 * 355 only use append write, clear read buffer in case of read timeout * ceph-dovecot#355 check for gzip and fix invalid trailer * ceph-dovecot#355 fix unit tests. * ceph-dovecot#355 fix call to operate * 355 stream size for uncompressed mails * ceph-dovecot#355 additional tests
… save metadata and splite buffer at once.
…en changed to private method
2-split_buffer_and_exec_op() has been changed to private method
3-aio_operate() has been changed to private method
4-return value in find_mails has been changed to std::set<std::string>
it has not been completed yet.
…osStorage are correctly working now.
…eplaced with void pointer.
…removed from rbox_mail.h and there was no librados::bufferlist on rbox_save.h but on implementation files(cpp) there still are Rados objects.
Ts 36 See merge request dovecot/dovecot-ceph-plugin!7
Jar 18 See merge request dovecot/dovecot-ceph-plugin!9
…And the new interface has been added to storage-interface package. Singltone design of StorageBackendFactory does not anymore exist. Main Test(smtp, imap, telnet, it_test_libram, it_test_read_mail_rbox, it_test_storage_rbox) have been passed.
…ackage. following tests are ok : smtp, imap, telnet, it_test_read_mail_rbox, it_test_storage_rbox, test_storage_mock_rbox. it_test_librmb has not been passed but I could not find the reason.
…librmb and added to interface package. smtp, imaptest, telnet, it_test_read_mail_rbox, it_test_storage_rbox, test_storage_mock_rbox all passed but it_test_librmb has still problem related to radoscephconfig.
…terfaces from librmb/tools/rmb have been extracted and added to storage-interface package. rados-save-log.h, rados-ceph-json-config.h, rados-util.h interfaces have been extracted and added to storage-interface package. rbox_io_ctx interface has been moved from librmb to storage-interface package.
…ckage, there is no circular relation neither between librmb and storage_interface nor between librmb and storage_rbox # Please enter the commit message for your changes. Lines starting
Jar 19 See merge request dovecot/dovecot-ceph-plugin!11
…ult and rados_metadata_storage_ima.
It test librmb See merge request dovecot/dovecot-ceph-plugin!16
…ult and rados_metadata_storage_ima.
Testing See merge request dovecot/dovecot-ceph-plugin!17
…gitlab file has been changed to check diff command.
Jar 116 See merge request jaraco/dovecot-ceph-plugin!19
Feature/pipeline and local dev See merge request jaraco/dovecot/dovecot-ceph-plugin!20
Feature/cpp logging See merge request jaraco/dovecot/dovecot-ceph-plugin!21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.