50 Commits

Author SHA1 Message Date
8df55fcda5 [Unit Test] Complete all providers unit tests #12 2025-02-15 23:35:52 -06:00
7d9dc52ba7 [Unit Test] Complete all providers unit tests #12 2025-02-15 23:34:19 -06:00
dd75db3be3 [Unit Test] Complete all providers unit tests #12 2025-02-15 23:30:33 -06:00
ad820dcc27 [Unit Test] Complete all providers unit tests #12 2025-02-15 23:29:20 -06:00
67fe189765 enable sia fuse tests
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
2025-02-15 18:08:43 -06:00
cd2f147611 json serialize unit tests 2025-02-15 17:43:47 -06:00
969b9d9099 updated build system
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...
2025-02-15 16:58:52 -06:00
e3e8f6f2bf fix test
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
2025-02-15 16:50:53 -06:00
ecc7791ec8 cleanup
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
2025-02-15 12:27:21 -06:00
371664ac43 fix polling
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...
2025-02-15 12:26:45 -06:00
f9573142eb refactor
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
2025-02-15 12:03:54 -06:00
1107db64f1 Refactored app_config unit tests 2025-02-15 12:02:17 -06:00
7ef600969c Refactored app_config unit tests 2025-02-15 11:54:59 -06:00
f8b71093c7 Refactored app_config unit tests 2025-02-15 11:39:23 -06:00
c61afabbea Refactored app_config unit tests 2025-02-15 11:37:38 -06:00
85c769009a Refactored app_config unit tests 2025-02-15 09:33:55 -06:00
68e71d0b82 Refactored app_config unit tests 2025-02-15 09:30:04 -06:00
d733d8ff91 Refactored app_config unit tests 2025-02-15 08:59:33 -06:00
82c2dd5e1e Refactored app_config unit tests 2025-02-15 08:57:04 -06:00
be6f6fecaf Refactored app_config unit tests 2025-02-15 07:55:33 -06:00
c94b00a10b Refactored app_config unit tests 2025-02-15 07:47:44 -06:00
4686a42256 Refactored app_config unit tests 2025-02-15 07:39:16 -06:00
264e18b842 updated CHANGELOG.md
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
2025-02-14 14:01:57 -06:00
51d094a385 Refactored app_config unit tests
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
2025-02-14 13:00:14 -06:00
0fffbb672a Refactored app_config unit tests 2025-02-14 12:53:55 -06:00
442e694d09 Refactored app_config unit tests 2025-02-14 12:47:49 -06:00
e8365f4896 Refactored app_config unit tests 2025-02-14 12:42:25 -06:00
7f957c04dd Refactored app_config unit tests 2025-02-14 12:38:53 -06:00
0eb28f3124 Refactored app_config unit tests 2025-02-14 11:01:34 -06:00
6242a5478e Refactored app_config unit tests 2025-02-14 10:59:12 -06:00
542a80542a Refactored app_config unit tests 2025-02-14 10:57:00 -06:00
a244781b8d Refactored app_config unit tests 2025-02-14 09:29:30 -06:00
0398696e54 refactor test names 2025-02-14 09:29:05 -06:00
315db0b662 refactor 2025-02-14 08:47:35 -06:00
1b4c1db44d Refactored polling to be more accurate on scheduling tasks 2025-02-14 08:35:12 -06:00
fc573e165b [bug] Max cache size bytes is set to '0' by default #36 2025-02-14 08:14:49 -06:00
d3bf1d5f2f fixed CHANGELOG.md 2025-02-14 08:01:10 -06:00
db76b728fd spelling 2025-02-14 07:58:07 -06:00
dc1322c0c4 updated CHANGELOG.md 2025-02-14 07:51:33 -06:00
b02d524d10 [bug] Low frequency check is set to '0' instead of 1 hour by default #35
[bug] Max cache size bytes is set to '0' by default #36
2025-02-14 07:50:29 -06:00
c70b896521 [bug] Low frequency check is set to '0' instead of 1 hour by default #35 2025-02-14 07:37:38 -06:00
3917a3d160 refactor
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
2025-02-12 14:18:17 -06:00
c3c4ead1a5 refactor
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
2025-02-12 13:39:43 -06:00
fb8f6644ad updated CHANGELOG.md
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
2025-02-11 17:37:29 -06:00
9842aa238a updated version 2025-02-11 17:32:52 -06:00
fa439c634f v2.0.3-rc (#32)
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
# Changelog

## v2.0.3-rc

### Issues

* \#28 \[bug\] Address slow directory responses in S3 mounts for deeply nested directories
* \#29 \[bug\] S3 error responses are not being logged
* \#30 \[bug\] Sia provider error responses are not logged
* \#31 \[bug\] S3 provider should limit max key size to 1024

### Changes from v2.0.2-rc

* Always use direct for read-only providers
* Fixed externally removed files not being processed during cleanup
* Fixed http headers not being added for requests
* Fixed incorrect `stat` values for remote mounts
* Fixed invalid directory nullptr error on remote mounts
* Fixed memory leak in event system
* Refactored application shutdown
* Refactored event system
* Updated build system to Alpine 3.21.0
* Updated build system to MinGW-w64 12.0.0
* Updated copyright to 2018-2025

Reviewed-on: #32
v2.0.3-rc
2025-02-11 17:26:24 -06:00
8dd46b8ad8 v2.0.2-rc (#27)
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
## v2.0.2-rc

### BREAKING CHANGES

* Refactored `config.json` - will need to verify configuration settings prior to mounting

### Issues

* \#12 \[Unit Test\] Complete all providers unit tests
* \#14 \[Unit Test\] SQLite mini-ORM unit tests and cleanup
* \#16 Add support for bucket name in Sia provider
* \#17 Update to common c++ build system
  * A single 64-bit Linux Jenkins server is used to build all Linux and Windows versions
  * All dependency sources are now included
  * MSVC is no longer supported
  * MSYS2 is required for building Windows binaries on Windows
  * OS X support is temporarily disabled
* \#19 \[bug\] Rename file is broken for files that are existing
* \#23 \[bug\] Incorrect file size displayed while upload is pending
* \#24 RocksDB implementations should be transactional
* \#25 Writes should block when maximum cache size is reached
* \#26 Complete ring buffer and direct download support

### Changes from v2.0.1-rc

* Ability to choose between RocksDB and SQLite databases
* Added direct reads and implemented download fallback
* Corrected file times on S3 and Sia providers
* Corrected handling of `chown()` and `chmod()`
* Fixed erroneous download of chunks after resize

Reviewed-on: #27
v2.0.2-rc
2024-12-28 15:56:40 -06:00
1b8de3b097 v2.0.1-rc (#13)
All checks were successful
BlockStorage/repertory_osx_builds/pipeline/head This commit looks good
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good
Reviewed-on: #13
v2.0.1-rc
2023-12-10 18:11:20 +00:00
f43c41f88a 2.0.0-rc (#9)
Some checks failed
BlockStorage/repertory_osx/pipeline/head This commit looks good
BlockStorage/repertory_windows/pipeline/head This commit looks good
BlockStorage/repertory/pipeline/head There was a failure building this commit
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good
BlockStorage/repertory_osx_builds/pipeline/head There was a failure building this commit
### Issues

* \#1 \[bug\] Unable to mount S3 due to 'item_not_found' exception
* \#2 Require bucket name for S3 mounts
* \#3 \[bug\] File size is not being updated in S3 mount
* \#4 Upgrade to libfuse-3.x.x
* \#5 Switch to renterd for Sia support
* \#6 Switch to cpp-httplib to further reduce dependencies
* \#7 Remove global_data and calculate used disk space per provider
* \#8 Switch to libcurl for S3 mount support

### Changes from v1.x.x

* Added read-only encrypt provider
  * Pass-through mount point that transparently encrypts source data using `XChaCha20-Poly1305`
* Added S3 encryption support via `XChaCha20-Poly1305`
* Added replay protection to remote mounts
* Added support base64 writes in remote FUSE
* Created static linked Linux binaries for `amd64` and `aarch64` using `musl-libc`
* Removed legacy Sia renter support
* Removed Skynet support
* Fixed multiple remote mount WinFSP API issues on \*NIX servers
* Implemented chunked read and write
  * Writes for non-cached files are performed in chunks of 8Mib
* Removed `repertory-ui` support
* Removed `FreeBSD` support
* Switched to `libsodium` over `CryptoPP`
* Switched to `XChaCha20-Poly1305` for remote mounts
* Updated `GoogleTest` to v1.14.0
* Updated `JSON for Modern C++` to v3.11.2
* Updated `OpenSSL` to v1.1.1w
* Updated `RocksDB` to v8.5.3
* Updated `WinFSP` to 2023
* Updated `boost` to v1.78.0
* Updated `cURL` to v8.3.0
* Updated `zlib` to v1.3
* Use `upload_manager` for all providers
  * Adds a delay to uploads to prevent excessive API calls
  * Supports re-upload after mount restart for incomplete uploads
  * NOTE: Uploads for all providers are full file (no resume support)
    * Multipart upload support is planned for S3

Reviewed-on: #9
v2.0.0-rc
2023-10-29 06:55:59 +00:00
3ff46723b8 initial commit
Some checks failed
BlockStorage/repertory_osx/pipeline/head There was a failure building this commit
BlockStorage/repertory_windows/pipeline/head This commit looks good
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good
2022-03-05 00:30:50 -06:00