Artem Tataurov ironbee
  • Joined on 2023-03-06
ironbee opened issue TrueCloudLab/frostfs-node#898 2024-01-10 12:09:19 +00:00
DeletePolicy returns Internal error code if the policy not found
ironbee opened issue TrueCloudLab/linters#14 2024-01-10 10:30:55 +00:00
Building custom linters on OS X
ironbee pushed to master at ironbee/frostfs-s3-gw 2023-11-16 13:05:43 +00:00
406075aebb [#236] Add support zapjournald logger configuration
fe796ba538 [#217] Consider Copy-Source-SSE-* headers during copy
5ee73fad6a [#248] Correct NextVersionIDMarker in listing versions
890a8ed237 [#227] Add versionID header after complete multipart
0bed25816c [#224] Add conditional escaping for object name
Compare 32 commits »
ironbee pushed to master at ironbee/frostfs-node 2023-10-18 14:53:47 +00:00
f2437f7ae9 [#734] shard: Fix Delete method
f26233b47a [#734] metabase: Include UpdateStorageID in metrics and traces
7e0c5a55de [#734] writecache: Fix flush
d5c10612f4 [#735] policer: Register metrics
3a997d1207 [#680] metrics: Initialize log metrics together with services
Compare 20 commits »
ironbee pushed to master at ironbee/frostfs-sdk-go 2023-10-17 19:00:17 +00:00
fc4551b843 [#172] pool: Use priority of errors in tree pool
eb5288f4a5 [#172] pool: Do more retries on unexpected tree service responses
60463871db [#171] pool: Add test for healthy status monitor
8a04638749 [#171] pool: Close only dialed connections
ddbfb758c9 [#171] pool: Use dial status to close connections during restarts
Compare 33 commits »
ironbee opened issue TrueCloudLab/monza#1 2023-09-29 12:29:03 +00:00
Add command line parameter for cache refreshing
ironbee pushed to master at ironbee/frostfs-node 2023-09-21 11:38:27 +00:00
3889e829e6 [#667] writecache: Add logs for report error func in tests
10570fc035 [#690] go.mod: Update contract and api-go
c6af4a3ec8 [#679] engine: Do not increase error counter on meta mismatch
58239d1b2c [#683] cli: Add context to policy parsing errors
3c76884182 [#682] cli: Unify array of ranges type
Compare 24 commits »
ironbee pushed to add_error_types_to_authmate at ironbee/frostfs-s3-gw 2023-09-06 20:57:06 +00:00
54e1c333a1 [#152] authmate: Add basic error types and exit codes
ironbee pushed to add_error_types_to_authmate at ironbee/frostfs-s3-gw 2023-09-06 09:39:12 +00:00
c3dc945855 [#152] authmate: Add basic error types and exit codes
69227b4845 [#199] Add metrics for HTTP endpoint status
c66c09765d [#196] Support soft memory limit setting
Compare 3 commits »
ironbee pushed to add_error_types_to_authmate at ironbee/frostfs-s3-gw 2023-09-06 09:24:58 +00:00
b86ca129db [#152] authmate: Add basic error types and exit codes
ironbee pushed to add_error_types_to_authmate at ironbee/frostfs-s3-gw 2023-09-04 19:24:51 +00:00
d5bba6c4d6 [#152] authmate: Add basic error types and exit codes
ironbee created pull request TrueCloudLab/frostfs-s3-gw#204 2023-09-04 18:09:11 +00:00
[#152] authmate: Add basic error types and exit codes
ironbee commented on issue TrueCloudLab/frostfs-s3-gw#152 2023-09-04 18:08:41 +00:00
authmate: Use different exit codes

Pull request adds the following errors:

  • preparationError - various error related to initialisation, parsing provided arguments, acquiring intermediate data.
  • frostFSInitError - errors related…