|  Chris Lu | 8c23952326 | separate context for filer store (#7075) * separate context for filer store
* clone request id
* context.WithoutCancel | 3 months ago | 
				
					
						|  Aleksey Kosov | 4511c2cc1f | Changes logging function (#6919) * updated logging methods for stores
* updated logging methods for stores
* updated logging methods for filer
* updated logging methods for uploader and http_util
* updated logging methods for weed server
---------
Co-authored-by: akosov <a.kosov@kryptonite.ru> | 4 months ago | 
				
					
						|  Konstantin Lebedev | bae93e611d | [filer] avoid 500 if table doesn't exist (#6075) | 1 year ago | 
				
					
						|  chrislu | d29fccc521 | skip checking if it is the root directory | 1 year ago | 
				
					
						|  chrislu | 0fdf7eca48 | avoid possible nil case during other error cases | 1 year ago | 
				
					
						| ![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | 36a1cf0361 | chore(deps): bump github.com/viant/ptrie from 0.3.1 to 1.0.1 (#5552) * chore(deps): bump github.com/viant/ptrie from 0.3.1 to 1.0.1
Bumps [github.com/viant/ptrie](https://github.com/viant/ptrie) from 0.3.1 to 1.0.1.
- [Release notes](https://github.com/viant/ptrie/releases)
- [Changelog](https://github.com/viant/ptrie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/viant/ptrie/compare/v0.3.1...v1.0.1)
---
updated-dependencies:
- dependency-name: github.com/viant/ptrie
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix compilation
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
Co-authored-by: chrislu <chris.lu@gmail.com> | 2 years ago | 
				
					
						|  Nikita Borzykh | 829c0da381 | fix: adjust condition in prefixFilterEntries prevent infinite loop (#5440) | 2 years ago | 
				
					
						|  lakeland1990 | 3df0e11ad3 | remove compare to fix #4668 issue (#4924) | 2 years ago | 
				
					
						|  annluda | 8908810376 | Fix s3 api object list with params max-keys and prefix | 2 years ago | 
				
					
						|  wusong | 549354e324 | Fix hardlink counting (#4042) Signed-off-by: wusong <wangwusong@virtaitech.com>
Signed-off-by: wusong <wangwusong@virtaitech.com>
Co-authored-by: wusong <wangwusong@virtaitech.com> | 3 years ago | 
				
					
						|  chrislu | 70a4c98b00 | refactor filer_pb.Entry and filer.Entry to use GetChunks() for later locking on reading chunks | 3 years ago | 
				
					
						|  chrislu | 303bd067b5 | Revert "rename: delete source entry metadata only, skipping hard links" This reverts commit 03466f955e.
fix https://github.com/seaweedfs/seaweedfs/issues/3386 | 3 years ago | 
				
					
						|  chrislu | 26dbc6c905 | move to https://github.com/seaweedfs/seaweedfs | 3 years ago | 
				
					
						|  Kaiwalya Joshi | 4598581741 | fix: Minor spelling fixes on FilerStorePathTranslator. | 3 years ago | 
				
					
						|  chrislu | 72c0233938 | less logs | 4 years ago | 
				
					
						|  chrislu | 03466f955e | rename: delete source entry metadata only, skipping hard links | 4 years ago | 
				
					
						|  chrislu | 7bc67399e4 | listing for filer stores without prefixed query: break if no more progress | 4 years ago | 
				
					
						|  chrislu | 4ee0a6f47b | filer store: reduce one possible listing operation | 4 years ago | 
				
					
						|  chrislu | b3594278c9 | optimize a bit | 4 years ago | 
				
					
						|  chrislu | 10ecf80ca1 | add a debug capability to list all metadata keys | 4 years ago | 
				
					
						|  Chris Lu | 900e888695 | filer: avoid possible prefixed pagination loop on unsupported filer stores | 4 years ago | 
				
					
						|  Chris Lu | 8e3075d051 | ensure file entry chunks have populated the file id | 4 years ago | 
				
					
						|  Chris Lu | 0a856241fe | avoid int bigger than math.MaxInt32 fix https://github.com/chrislusf/seaweedfs/issues/2363 | 4 years ago | 
				
					
						|  Chris Lu | 182288f860 | filer: fix mysql, postgres batch delete error | 4 years ago | 
				
					
						|  Konstantin Lebedev | 6aa1a56ec8 | avoid crashes Galera Cluster https://github.com/chrislusf/seaweedfs/issues/2125 | 4 years ago | 
				
					
						|  Chris Lu | 28a4a1f8d6 | fix for mysql2 postgres2 on fast dropping buckets | 4 years ago | 
				
					
						|  Chris Lu | 9357911a95 | remove all bucket metadata fix https://github.com/chrislusf/seaweedfs/issues/2118 | 4 years ago | 
				
					
						|  Chris Lu | 1737af480a | adjust logs | 5 years ago | 
				
					
						|  Chris Lu | d41e6826d3 | adjust logging | 5 years ago | 
				
					
						|  Chris Lu | 6d3a96eb56 | filer: mysql2, postgres2 trigger actions on bucket creation and deletion fix https://github.com/chrislusf/seaweedfs/issues/1877 | 5 years ago | 
				
					
						|  Chris Lu | a4063a5437 | add stream list directory entries | 5 years ago | 
				
					
						|  Chris Lu | f002e668de | change limit to int64 in case of overflow | 5 years ago | 
				
					
						|  Chris Lu | 19e52fd414 | pass along hasMore | 5 years ago | 
				
					
						|  Chris Lu | 4f31c1bb94 | go fmt | 5 years ago | 
				
					
						|  Chris Lu | fe46411cd4 | handle directory listing edge cases | 5 years ago | 
				
					
						|  Chris Lu | c74bede730 | handle listing directories | 5 years ago | 
				
					
						|  Chris Lu | adf8cb4000 | filer: path-specific stores trim out common prefixes | 5 years ago | 
				
					
						|  Chris Lu | 0823bde8d8 | refactor: split into two files | 5 years ago | 
				
					
						|  Chris Lu | 65cc6dc636 | refactor to dedicated function | 5 years ago | 
				
					
						|  Chris Lu | 488c2680e8 | change default filer store root | 5 years ago | 
				
					
						|  Chris Lu | 41c0f3ad24 | filer: support path-specific filer store | 5 years ago | 
				
					
						|  Chris Lu | 0d5683fb0e | todo: load path-specific store from filer.toml | 5 years ago | 
				
					
						|  Chris Lu | 3269fd7eaf | filer: use store by path | 5 years ago | 
				
					
						|  Chris Lu | e605f1e001 | refactor, add getActualStore() by path | 5 years ago | 
				
					
						|  Chris Lu | 23903aa95b | refactoring | 5 years ago | 
				
					
						|  Chris Lu | 4e6b316913 | assert FilerStoreWrapper is VirtualFilerStore | 5 years ago | 
				
					
						|  Chris Lu | 37075a414d | adjust logs | 5 years ago | 
				
					
						|  Chris Lu | 4b0c2a846b | add logs | 5 years ago | 
				
					
						|  Chris Lu | 513bcd6e0d | filer: avoid duplicated FindEntry for deletion | 5 years ago | 
				
					
						|  Chris Lu | 1012df7bb5 | switch hardlink id from int64 to bytes | 5 years ago |