1. 24 5月, 2021 3 次提交
  2. 23 5月, 2021 1 次提交
  3. 21 5月, 2021 3 次提交
  4. 20 5月, 2021 5 次提交
  5. 19 5月, 2021 3 次提交
  6. 18 5月, 2021 2 次提交
  7. 17 5月, 2021 1 次提交
  8. 15 5月, 2021 2 次提交
  9. 14 5月, 2021 4 次提交
  10. 13 5月, 2021 7 次提交
    • D
      fix caseinsensi for Lookup · 8d744b25
      Davies Liu 提交于
      8d744b25
    • H
      Docs for new comming v0.13 (#403) · 54beefc0
      Herald Yu 提交于
      * add new quick start guide cover page
      
      * invalidate read buffer after truncate
      
      * no accesslog for truncate (included in setattr)
      
      * use sql database as meta store
      
      * pass simple tests
      
      * use bytes for chunks
      
      * use bytes for chunks
      
      * cleanup trasaction
      
      * cleanup
      
      * add unit test for SQL
      
      * cleanup
      
      * cleanup
      
      * fix build
      
      * use db as meta store
      
      * fix contention
      
      * fix truncate and compaction
      
      * fix contension on counter
      
      * generate id in batch
      
      * fix build
      
      * fix test
      
      * Add basic document structure
      
      * Change the README file in the docs root directory.
      
      * Fix the docs structure to be compatible with existing references.
      
      * Adjust docs table of content
      
      * fix flaky test
      
      * Update cases in docs
      
      * support mysql
      
      * fix ci
      
      * Update Chinese version user quick start guide
      
      * fix flaky test
      
      * test with sqlite3
      
      * Update English version User Quick Start Guide
      
      * add new quick start guide cover page
      
      * Add basic document structure
      
      * Change the README file in the docs root directory.
      
      * Fix the docs structure to be compatible with existing references.
      
      * Adjust docs table of content
      
      * Update cases in docs
      
      * Update Chinese version user quick start guide
      
      * Update English version User Quick Start Guide
      
      * Update docs
      
      * Fix some link errors of docs
      
      * Updata Chinese version docs structure.
      
      * Fix file link errors of introduction in docs
      
      * Update docs
      
      * Update docs
      
      * Update docs
      
      * update docs
      
      * Update docs
      
      * Update docs
      
      * Update docs
      
      * Docs worker (#399)
      
      * Update docs
      
      * Update docs
      
      * Speed up path resolution for Java SDK and S3 gateway using Lua script (#394)
      
      * Add Resolve method to the Meta interface
      
      * Check for success returned errno
      
      * Add function for parsing inode attr
      
      * Add function lookup
      
      * Add function for checking accessibility
      
      * Add functions for packing attr and resolving path
      
      * Avoid unnecessary attr unpacking
      
      * pass unit tests
      
      * add benchmark
      Co-authored-by: Nsuzaku <satorulogic@gmail.com>
      
      * Update docs structure and content.
      Co-authored-by: NDavies Liu <davies@juicedata.io>
      Co-authored-by: Nsuzaku <satorulogic@gmail.com>
      
      * Update docs structure and content (#400)
      
      * Update docs
      
      * Update docs
      
      * Speed up path resolution for Java SDK and S3 gateway using Lua script (#394)
      
      * Add Resolve method to the Meta interface
      
      * Check for success returned errno
      
      * Add function for parsing inode attr
      
      * Add function lookup
      
      * Add function for checking accessibility
      
      * Add functions for packing attr and resolving path
      
      * Avoid unnecessary attr unpacking
      
      * pass unit tests
      
      * add benchmark
      Co-authored-by: Nsuzaku <satorulogic@gmail.com>
      
      * Update docs structure and content.
      
      * Restart transaction on failover (#397)
      
      * Retry transaction on failover
      
      * DISABLE,NOREAD,NOWRITE are sub-type
      
      * Heartbeat should have consistent date format (#396)
      
      * Fix missing error placeholder: 'update session: %!s(<nil>)'
      
      * Heartbeat should have consistent date format
      
      * use UTC for delfile.Expire
      
      * remove limit on number of cached blocks (#401)
      
      * Update en docs
      
      * Docs for 0.13
      Co-authored-by: NDavies Liu <davies@juicedata.io>
      Co-authored-by: Nsuzaku <satorulogic@gmail.com>
      Co-authored-by: NChangxin Miao <mcx_221@foxmail.com>
      
      * Delete .DS_Store
      
      * remove debug
      
      * remove use cases
      
      * Update docs
      
      * Docs: Update `how_to_setup_object_storage` en version
      
      * Docs: Fixed the problem in PR #403 and updated some content
      
      * Docs: fixed problems
      
      * Docs: fixed broken link
      Co-authored-by: NDavies Liu <davies@juicedata.io>
      Co-authored-by: Nsuzaku <satorulogic@gmail.com>
      Co-authored-by: NChangxin Miao <mcx_221@foxmail.com>
      54beefc0
    • D
      specify updated columns (#406) · f4823b36
      Davies Liu 提交于
      f4823b36
    • D
      show a warning if database latency is over 1ms · b2e6f3a1
      Davies Liu 提交于
      b2e6f3a1
    • D
      rename slice_ref to chunk_ref · 158a8689
      Davies Liu 提交于
      158a8689
    • D
      use timestamp instead of datetime in SQL (#405) · 83845711
      Davies Liu 提交于
      * use timestamp instead of datetime in SQL
      
      * remove tag 'updated'
      83845711
    • S
      simplifies some code (#404) · 877d815c
      Sandy Xu 提交于
      877d815c
  11. 12 5月, 2021 6 次提交
  12. 11 5月, 2021 2 次提交
  13. 10 5月, 2021 1 次提交
    • S
      Add more benchmarks for meta ops (#386) · bacffebb
      Sandy Xu 提交于
      * Add BenchmarkXattr (setxattr, getxattr, removexattr, listxattr)
      
      * Add BenchmarkLink (link, symlink, readlink)
      
      * Clean up code and simplifies tests
      
      * add addr examples for Titan and TiDB
      
      * Add BenchmarkData (newchunk, write, read)
      bacffebb