Skip to content

v208

Choose a tag to compare

@github-actions github-actions released this 06 Apr 11:11
· 26 commits to main since this release
887fc2f

Changelog

  • 887fc2f Merge pull request #252 from codecrafters-io/aof-write-1
  • 8ff2733 Merge pull request #265 from codecrafters-io/cursor/idiomatic-go-return-order-140b
  • b8b7fb6 Fix non-idiomatic Go return order in assertEmptyAofFileCase
  • 9d7e674 Merge pull request #262 from codecrafters-io/cursor/aofdirectorycreator-cleanup-method-b7cd
  • c4e3703 Remove unused Cleanup method from AofDirectoryCreator
  • fd70e1f Merge pull request #254 from codecrafters-io/aof-2
  • 5f60fb9 Merge pull request #255 from codecrafters-io/aof-3
  • 7e70ec6 Make ExpectedCommandsInAppendOnlyFile a private method inside AofWriteTestCase
  • 651a0f4 Merge pull request #256 from codecrafters-io/aof-4
  • 1c3b126 Make unused exported struct function private
  • b75c836 Merge branch 'aof-3' into aof-4
  • f157e1f Record fixtures
  • 11ff9ed Merge pull request #259 from codecrafters-io/cursor/aof-test-distinct-values-5440
  • 02680d2 Enhance logs in aof directory creator
  • 17387ab Fix copy-paste error: value2 should use values[1] instead of values[0]
  • a865a0e Record fixtures
  • 510b54d Merge branch 'aof-3' into aof-4
  • 9ad8be5 Record fixtures
  • 3f97645 Remove LPUSH and BLPOP from fi1
  • 7484744 Convey RESP array in aof-file logs
  • e882a79 Remove random value collision
  • 1f05081 Merge pull request #258 from codecrafters-io/cursor/panic-message-field-name-39a1
  • 637e233 Fix panic message to reference correct field name DataDirectory
  • fe96bf8 Merge branch 'aof-3' into aof-4
  • f4de220 Merge branch 'aof-2' into aof-3
  • 047d77c Merge branch 'aof-3' into aof-4
  • b3c9828 Merge pull request #257 from codecrafters-io/cursor/filesystem-assertion-cleanup-0229
  • 4bbe96d Remove unused deadline parameter and fix inconsistent path quoting
  • 09b3d87 Merge branch 'aof-2' into aof-3
  • 592c2ca Apply PR#254 suggestions
  • d3ab692 Merge branch 'aof-write-1' into aof-2
  • 87c69cf Update comment
  • 543e9aa Rename variables
  • 134fb94 Change method to private in AofDirectoryCreator
  • 459918e Remove unused method from AofDirectoryCreator
  • b8dd068 Remove unused Cleanup function in AofDirectoryCreator
  • 73ea66d Remove working directory after initializing executable
  • ae4b79e Merge aof-3 to aof-4
  • 4c1f723 Remove unused array indices
  • 5d54fe7 Add tests for stages 9 and 10
  • 662496c Add tests and fixtures for stages 6-8
  • 64dab30 Fix bug in AofApendOnlyFileAssertion
  • 4983ffb Rename testerutils_random -> random
  • 403ca5b Use shellquote in AofAppendOnlyFileAssertion
  • 4549b91 Merge branch 'aof-write-1' into aof-2
  • e8bf674 Rename module name
  • 0c38c1a Change assertions to have pointer receiver
  • 05f1566 Update aof_append_only_file_assertion to capture all logs
  • a18a583 Remove unnecessary fmt.Sprintf
  • 2e22aa8 Add stages 3-5
  • f3114fc Run go mod tidy
  • 7b39a49 Add updated fixtures
  • cf17a85 Add templates for stage 9 and 10
  • fe4b187 Migrated from aof-persistence: Add stage 1 and 2 of AOF Write