Event error reporting in "knotc -b" and some event handlers updates
Merge request reports
Activity
Filter activity
added enhancement knot labels
added 77 commits
-
ed404904...319b2e48 - 65 commits from branch
master
- 3963c1f3 - events: code cleanup (handlers/flush.c)
- 5ba70676 - ctl: report errors in events triggered in the blocking mode
- e542cc7a - ctl: report only real errors when operating on all zones
- 7d5bcd46 - doc/knotc: describe the new reponses in the blocking mode
- f3a17005 - ctl: try to report the error in zone_backup_cmd()
- ddb66138 - ctl: when an error is encountered in zone_purge(), stop purging and report the error
- 4b9ec437 - ctl: source code compacting (zone_purge())
- 2e3379fc - ctl: zone-backup/zone-restore -- improved error reporting
- 07f1eee5 - notify: return an error if a notify to any slave completely fails
- d9af773b - refresh: if refresh isn't supported or fails, return an error
- 3918b949 - ctl: code cleanup
- 552f7683 - ctl: zone-backup -- refactor global catalog zones backup
Toggle commit list-
ed404904...319b2e48 - 65 commits from branch
added 1 commit
- aa961de8 - ctl: zone-backup -- refactor global catalog zones backup
added 2 commits
added 28 commits
-
c0ccf069...92831223 - 13 commits from branch
master
- abbf2e93 - events: code cleanup (handlers/flush.c)
- 3ea6f07c - ctl: report errors in events triggered in the blocking mode
- 9a009079 - ctl: report only real errors when operating on all zones
- 474fb7a7 - doc/knotc: describe the new reponses in the blocking mode
- 9cd0d2de - ctl: try to report the error in zone_backup_cmd()
- cf47d5bd - ctl: when an error is encountered in zone_purge(), stop purging and report the error
- a05d1afe - ctl: source code compacting (zone_purge())
- 59b2841e - ctl: zone-backup/zone-restore -- improved error reporting
- a03a9cb9 - notify: return an error if a notify to any slave completely fails
- 10d78f55 - refresh: if refresh isn't supported or fails, return an error
- 2a5e2e09 - ctl: code cleanup
- 9a1d1200 - ctl: zone-backup -- refactor global catalog zones backup
- d47867f2 - backup: fix a NULL context test
- f7bf003f - WIP backup: move a single catalog zone backup from the ctl to the event handler
- 4beb20e8 - WIP backup: create a global catalog zones backup event, switch ctl to it
Toggle commit list-
c0ccf069...92831223 - 13 commits from branch
added 13 commits
-
45b4a165 - 1 commit from branch
master
- 0ee2ee6e - events: code cleanup (handlers/flush.c)
- 31054e58 - ctl: report errors in events triggered in the blocking mode
- d459b55f - ctl: report only real errors when operating on all zones
- 3a103b0b - doc/knotc: describe the new reponses in the blocking mode
- f3607f59 - ctl: try to report the error in zone_backup_cmd()
- 2fe397ab - ctl: when an error is encountered in zone_purge(), stop purging and report the error
- f0157dac - ctl: source code compacting (zone_purge())
- 2af261a8 - ctl: zone-backup/zone-restore -- improved error reporting
- 2d714287 - notify: return an error if a notify to any slave completely fails
- fb4a4ee2 - refresh: if refresh isn't supported or fails, return an error
- bb334d51 - ctl: code cleanup
- 4b8d65e9 - ctl: zone-backup -- refactor global catalog zones backup
Toggle commit list-
45b4a165 - 1 commit from branch
added 16 commits
-
4b8d65e9...c32d3b0d - 4 commits from branch
master
- ff68adc8 - events: code cleanup (handlers/flush.c)
- 43609bff - ctl: report errors in events triggered in the blocking mode
- c13453b6 - ctl: report only real errors when operating on all zones
- ee42cf50 - doc/knotc: describe the new reponses in the blocking mode
- fcbc11eb - ctl: try to report the error in zone_backup_cmd()
- fea9819b - ctl: when an error is encountered in zone_purge(), stop purging and report the error
- e7bc51db - ctl: source code compacting (zone_purge())
- 483aeec1 - ctl: zone-backup/zone-restore -- improved error reporting
- 3c193737 - notify: return an error if a notify to any slave completely fails
- 12909838 - refresh: if refresh isn't supported or fails, return an error
- 6d31076e - ctl: code cleanup
- ba7d758f - ctl: zone-backup -- refactor global catalog zones backup
Toggle commit list-
4b8d65e9...c32d3b0d - 4 commits from branch
added 12 commits
- 2e14d6e5 - events: code cleanup (handlers/flush.c)
- de938399 - ctl: report errors in events triggered in the blocking mode
- 24c14264 - ctl: report only real errors when operating on all zones
- 5aabfe7e - doc/knotc: describe the new reponses in the blocking mode
- e86cd835 - ctl: try to report the error in zone_backup_cmd()
- 85f42e0a - ctl: when an error is encountered in zone_purge(), stop purging and report the error
- e6193bad - ctl: source code compacting (zone_purge())
- fd38e1bd - ctl: zone-backup/zone-restore -- improved error reporting
- bb3882f0 - notify: return an error if a notify to any slave completely fails
- ced4ad83 - refresh: if refresh isn't supported or fails, return an error
- f2632e9d - ctl: code cleanup
- c41c56c2 - ctl: zone-backup -- refactor global catalog zones backup
Toggle commit listadded 1 commit
- 04b79878 - tests-extra: allow tests to continue after expected errors in knotc (in the blocking mode)
added 17 commits
-
04b79878...801c35fe - 3 commits from branch
master
- 7f61aa83 - events: code cleanup (handlers/flush.c)
- 53ee602e - ctl: report errors in events triggered in the blocking mode
- ce7f54ed - ctl: report only real errors when operating on all zones
- 6a59d8f5 - doc/knotc: describe the new reponses in the blocking mode
- 3bf4ee71 - ctl: try to report the error in zone_backup_cmd()
- f936ae4b - ctl: when an error is encountered in zone_purge(), stop purging and report the error
- d5f8d5e6 - ctl: source code compacting (zone_purge())
- f9b72085 - ctl: zone-backup/zone-restore -- improved error reporting
- 778b5a2a - notify: return an error if a notify to any slave completely fails
- 35798442 - refresh: if refresh isn't supported or fails, return an error
- 212972fe - ctl: code cleanup
- f98a99eb - ctl: zone-backup -- refactor global catalog zones backup
- 91530d18 - tests-extra: allow tests to continue after expected errors in knotc (in the blocking mode)
- 90f93919 - knotc: set infinity ctl timeout in the blocking mode
Toggle commit list-
04b79878...801c35fe - 3 commits from branch
added 14 commits
- 02eb8b40 - events: code cleanup (handlers/flush.c)
- f29fdd55 - ctl: report errors in events triggered in the blocking mode
- f0f181a9 - ctl: report only real errors when operating on all zones
- 6f13347c - doc/knotc: describe the new reponses in the blocking mode
- eab88e1a - ctl: try to report the error in zone_backup_cmd()
- 3dfb182b - ctl: when an error is encountered in zone_purge(), stop purging and report the error
- 22c33276 - ctl: source code compacting (zone_purge())
- 83f0341d - ctl: zone-backup/zone-restore -- improved error reporting
- 1e9b494e - notify: return an error if a notify to any slave completely fails
- abe4156e - refresh: if refresh isn't supported or fails, return an error
- 7ca1d422 - ctl: code cleanup
- e1c9c9a1 - ctl: zone-backup -- refactor global catalog zones backup
- a028714a - tests-extra: allow tests to continue after expected errors in knotc (in the blocking mode)
- 3d77affc - knotc: set infinity ctl timeout in the blocking mode
Toggle commit listmarked this merge request as draft from 7cd33f76
added 1 commit
- a4c70165 - fixup! doc/knotc: describe the new reponses in the blocking mode
added 11 commits
- ba8fc6dd - doc/knotc: describe the new reponses in the blocking mode
- 93ab5842 - ctl: try to report the error in zone_backup_cmd()
- 135d2332 - ctl: when an error is encountered in zone_purge(), stop purging and report the error
- effac924 - ctl: source code compacting (zone_purge())
- e5b01264 - ctl: zone-backup/zone-restore -- improved error reporting
- 198ee6bb - notify: return an error if a notify to any slave completely fails
- da91991b - refresh: if refresh isn't supported or fails, return an error
- f0795957 - ctl: code cleanup
- 0b66b5fd - ctl: zone-backup -- refactor global catalog zones backup
- 76e53548 - knotc: set infinity ctl timeout in the blocking mode
- 902797ff - tests-extra: allow tests to continue after expected errors in knotc (in the blocking mode)
Toggle commit listadded 1 commit
- cbaf59eb - tests-extra: allow tests to continue after expected errors in knotc (in the blocking mode)
added 1 commit
- c8035180 - doc/knotc: extend blocking mode description with infinity timeout
changed milestone to %3.1
enabled an automatic merge when the pipeline for c8035180 succeeds
mentioned in commit 4815a48c
Please register or sign in to reply