1. 25 5月, 2021 4 次提交
    • H
      Docs: Add the English version description for local storage (#442) · 0cfb6159
      Herald Yu 提交于
      * Docs: Replace juicefs architecture picture
      
      * Docs: Add the English version description for local storage
      
      * Docs: replace pictures with the High resolution version
      0cfb6159
    • H
      Docs: add the Chinese version description for local storage (#441) · c6058bed
      Herald Yu 提交于
      * Docs: JuiceFS on Docker
      
      * Docs: Fixed some mistakes in title and link.
      
      * resolved #discussion_r634946133 #discussion_r634947067
      
      * Docs: fixed a mistake
      
      * Docs: update
      
      * Update README.md
      
      * Docs: update quick start guide
      
      * Docs: add the Chinese version description of the `local` storage
      
      * PR #441 update
      c6058bed
    • C
      Doc: fix broken link (#440) · 1683fec7
      Changjian Gao 提交于
      1683fec7
    • T
      uid file and grouping file unified configuration (#439) · 7bc21265
      tangyoupeng 提交于
      * hadoop: add uid-file to configure username and uid mapping
      
      * hadoop: refactor
      
      * hadoop: add grouping
      
      * show error for invalid version
      
      * fix permession check in lua script (#430)
      
      * Docs: JuiceFS on Docker (#418)
      
      * Docs: JuiceFS on Docker
      
      * Docs: Fixed some mistakes in title and link.
      
      * resolved #discussion_r634946133 #discussion_r634947067
      
      * Docs: fixed a mistake
      
      * Docs: update
      
      * Update README.md
      
      * Docs: update quick start guide
      
      * Doc: add missing configurations of Hadoop Java SDK (#433)
      
      * skip not exist file or diretory in ListAll of file storage
      
      * check the result of insert (#436)
      
      * ignore patch and others in redis version
      
      * hadoop: no need to find groups for user if grouping file is configured
      
      * hadoop: update
      
      * comments
      
      * add docs
      Co-authored-by: NDavies Liu <davies@juicedata.io>
      Co-authored-by: NHerald Yu <yuhr123@gmail.com>
      Co-authored-by: NChangjian Gao <gcj@juicedata.io>
      Co-authored-by: Nliyong <chnliyong@gmail.com>
      7bc21265
  2. 24 5月, 2021 3 次提交
  3. 23 5月, 2021 1 次提交
  4. 21 5月, 2021 3 次提交
  5. 20 5月, 2021 5 次提交
  6. 19 5月, 2021 3 次提交
  7. 18 5月, 2021 2 次提交
  8. 17 5月, 2021 1 次提交
  9. 15 5月, 2021 2 次提交
  10. 14 5月, 2021 4 次提交
  11. 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
  12. 12 5月, 2021 5 次提交