aboutsummaryrefslogtreecommitdiff
path: root/weed/replication
AgeCommit message (Expand)AuthorFilesLines
2020-03-08filer: remember content is gzipped or notChris Lu5-4/+5
2020-03-07fuse mount: avoid lookup nil entryChris Lu1-5/+2
2020-03-06filer: option to encrypt data on volume serverChris Lu5-7/+9
2020-03-04refactoringChris Lu2-3/+4
2020-02-25remove ctx if possibleChris Lu4-8/+6
2020-02-25avoid reusing context objectChris Lu10-69/+69
2020-02-25move filer assign volume grpc errror to responseChris Lu1-0/+3
2020-02-25fix directory lookup nilChris Lu1-1/+4
2020-02-24filer: dynamically create bucket under /buckets folderChris Lu2-8/+10
2020-01-29support env variables to overwrite toml fileChris Lu13-65/+67
2020-01-26use the same context object in order to retryChris Lu3-12/+12
2020-01-25grpc send error via response instead of grpc errorChris Lu1-1/+1
2019-11-18WIPChris Lu2-6/+6
2019-07-17disable azure due to api changesChris Lu1-1/+1
2019-06-22refactoringChris Lu2-23/+7
2019-04-16replicate need to include new entry pathChris Lu7-8/+14
2019-04-08Merge pull request #914 from jba/gocdk-receiveChris Lu1-0/+50
2019-04-05use cached grpc clientChris Lu2-16/+9
2019-04-05fix typoJonathan Amsterdam1-1/+1
2019-04-04replication: add GoCDK PubSub supportJonathan Amsterdam1-0/+50
2019-03-15add context.ContextChris Lu10-71/+62
2019-03-04file path supports windows, avoiding back slashesChris Lu1-1/+1
2019-02-18adding grpc mutual tlsChris Lu3-13/+23
2019-02-15add jwt for writesChris Lu1-2/+4
2018-12-11adjust proto APIChris Lu1-1/+0
2018-12-07optimization for reading whole chunk with gzip encodingChris Lu1-1/+1
2018-11-04working b2 sinkChris Lu4-4/+48
2018-11-01go fmtChris Lu3-7/+7
2018-11-01separate into notification.toml, add gcp pub/sub message queueChris Lu2-3/+112
2018-10-31filer ordered notificationsChris Lu1-1/+5
2018-10-31support AWS SQS as file change notification message queueChris Lu4-2/+117
2018-10-23go fmtChris Lu1-1/+1
2018-10-23adding BackBlaze, AzureChris Lu1-0/+128
2018-10-23use released version of azblobChris Lu1-3/+7
2018-10-11go fmtChris Lu7-30/+31
2018-10-09adding filer replication sink to AzureChris Lu1-0/+133
2018-10-09adjust error formatChris Lu1-1/+1
2018-10-06add filer replication to aws s3Chris Lu1-1/+1
2018-10-06add filer replication to google cloud storageChris Lu1-4/+1
2018-10-06reformatChris Lu2-2/+2
2018-10-06add loggingChris Lu1-0/+1
2018-10-06add loggingChris Lu1-0/+4
2018-10-04add google cloud storageChris Lu2-1/+134
2018-10-03add s3 replication sinkChris Lu6-43/+341
2018-09-25replication handle cases when entry already existsChris Lu3-11/+36
2018-09-23join via filepathChris Lu1-1/+2
2018-09-23save and use last processed kafka offsetsChris Lu1-2/+77
2018-09-23refactoringChris Lu4-20/+18
2018-09-22adjust log levelChris Lu1-1/+1
2018-09-22handle duplicated replication when retry happensChris Lu1-21/+44