Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/katharostech/PolyFS
[WIP] The easiest to use distributed fileystem.
https://github.com/katharostech/PolyFS
c5565176634fd6d29c7866fb68526aec5066a4dd authored over 5 years ago by Zicklag <[email protected]>
01fd4e35f408d561bcd97ad897a592225469c829 authored over 5 years ago by Zicklag <[email protected]>
5b377dc36ae24d04d12caa1556fdfb79afa8332f authored over 5 years ago by Zicklag <[email protected]>
7f60b0df76ac8736a01acc638ed5b68a3c7cd018 authored over 5 years ago by Zicklag <[email protected]>
2a5a3211847353b5eb532819116a6de8659d9754 authored over 5 years ago by Zicklag <[email protected]>
d1dd2e48fb3b26508e0483ff48cb10a565f977ce authored over 5 years ago by Zicklag <[email protected]>
11df0184de9e504fd491a2e3d7b2ed695b5c7e88 authored over 5 years ago by Zicklag <[email protected]>
002e8429b8aed51d95426aed48c7e6a69f7e9e81 authored over 5 years ago by Zicklag <[email protected]>
29f8dc74682aa5ccaf10bd40ddbe03823e8ce352 authored over 5 years ago by Zicklag <[email protected]>
6769ecb4068418faa92d4e943f866ff124f5655f authored over 5 years ago by Zicklag <[email protected]>
Yay! We can now:
* Create files and directories
* Remove files and directories
* List files in ...
We are removing all metadata storage structures and code in favor of
using just a key-value stor...
a75d55f425444480d040da86f49573f28cb2d70b authored over 5 years ago by Zicklag <[email protected]>
dbdb976431eea07d70eb2c63df937b03b404ce37 authored over 5 years ago by Zicklag <[email protected]>
d1bbdfee412dadc2090ab471b0e0dc547a42aaa5 authored over 5 years ago by Zicklag <[email protected]>
a411d5b0f88ecd9b0dd4e30fa8dea747f153cff7 authored over 5 years ago by Zicklag <[email protected]>
* Use the Default trait for more AppConfig enums
9915c0ed7289e0a898ca537388ae312246aa5fac authored over 5 years ago by Zicklag <[email protected]>566e534a6711570fa8c83ec673a81fd58d26ca5b authored over 5 years ago by Zicklag <[email protected]>
a853d485388f694f65546d042361d08dd33fe721 authored over 5 years ago by Zicklag <[email protected]>
a2df2d63338a3f1d984db3017bacf4908486a611 authored over 5 years ago by Zicklag <[email protected]>
31bec604d0bef4bb145d27572913c228ba50f0b6 authored over 5 years ago by Zicklag <[email protected]>
The `set` function will be the way to update keys in the store.
f5efafa6ca1f3b7b665030d8516455eb9b3d28d0 authored over 5 years ago by Zicklag <[email protected]>64b7d7dd147cf5e03c5707afb7e8f7ca28e5ebcd authored over 5 years ago by Zicklag <[email protected]>
be3d3372fbcdbc2082113cce8247aaf2706893c6 authored over 5 years ago by Zicklag <[email protected]>
1cb67f3d4edd067e6ab59be7ae088d653dd0af71 authored over 5 years ago by Zicklag <[email protected]>
* Extend Sqlite config to allow using an in-memory database
* Start WIP KeyValueStore trait
* Re...
Move the CliResult type and other related types to the root of the
library and renamed it to Pol...
2a9d30372d17571fcfc70e54ccfd22e5864a814c authored over 5 years ago by Zicklag <[email protected]>
aaf09e6b42e8c7bb610ae6fee3726a4d02abfc19 authored over 5 years ago by Zicklag <[email protected]>
The `config default` command will save the default config to the config
file and prompt for repl...
* Switch AppConfig struct to implement Default instead of using a
get_default_config function.
* Allow setting log level on command line
* Allow logging to file and to syslog
The `config dump` command is only available when the `POLYFS_DEBUG`
environment variable is set.
b26a312f6778495be97f2b0487ef8ff0d380d599 authored over 5 years ago by Zicklag <[email protected]>
You can now run `polyfs config kv sqlite db-name.db` and it will set the
config value correctly ...
aa0ecfe17e45dbaf4cf69e9f4b0b7ea170471306 authored over 5 years ago by Zicklag <[email protected]>
* Load default YAML config from a file.
272fb4cc40b0bca7be71a043de92a376c75f0509 authored over 5 years ago by Zicklag <[email protected]>a0ee64a665c42edf02d48b10f2e596d4d3829c69 authored over 5 years ago by Zicklag <[email protected]>
* Created a CliError type and propagate that instead of panicing.
831ceb790f4bffb20c8fc7120fdf96cb3652160f authored over 5 years ago by Zicklag <[email protected]>852ac1004f0ec49cdfe5dfef05871ed11cbfe30f authored over 5 years ago by Zicklag <[email protected]>
187d4802744c0e0e63df2a039b43d2a9f750ee66 authored over 5 years ago by Zicklag <[email protected]>