]> Entropealabs - cluster_kv.git/shortlog
cluster_kv.git
2025-01-06 Christopher... update deps master
2025-01-06 Christopher... elixir updates
2021-12-08 Christopher... update tests
2021-11-02 Christopher... add package release info
2021-09-17 Christopher... update states language file
2021-01-28 Christopher... fix dialyzer error
2021-01-27 Christopher... update batch upsert function update-batch
2021-01-27 Christopher... update batch upsert function
2020-11-25 Christopher... adds round-robin update function local-update
2020-11-25 Christopher... use local functions for update lambdas
2020-05-09 Christopherremove commented out line
2020-05-09 Christopheralways use single node for update_if lookups
2020-04-18 Christopherupdate states lang
2020-04-17 EntropealabsMerge branch 'dev' into 'master'
2020-04-17 Christopheradd all_tests, fix credo warnings dev
2020-04-17 Christopheradd CI
2020-04-17 Christopherclean up locks
2020-04-16 Christopherremove old logging
2020-04-16 Christophermore logging simplify-batch
2020-04-16 Christophermore logging
2020-04-16 Christophermore logging
2020-04-16 Christophermore logging
2020-04-16 Christopherjust do an insert on batch processing
2020-04-02 Christopheradds lock for upsert and update_if
2020-04-02 Christopheradds synchronous update_if function
2020-03-25 Christopherupdate types for :not_found atom
2020-03-18 Christopheradd get_wildcard_key function
2020-03-17 Christopheradd keyspace to external API
2020-03-16 Christopherfix wildcards to allow uris in realms
2020-03-16 Christopherruns a test
2020-03-10 Christopherupdate README
2020-03-09 Christopherset ets pool size to number of schedulers
2020-03-09 Christopheradd worker pool for ets access
2020-03-09 Christophermore specs and dialyzer pass
2020-03-09 Christopherset ets read concurrency to true
2020-03-09 Christopherrun batch in task, use saafe_fixtable for db stream
2020-03-09 Christopherdon't start task for rebalancing data
2020-03-09 Christopherfor info events, handle them even if you aren't in...
2020-03-09 Christophertrack nodes in requests so we can remove from current...
2020-03-08 Christopherhandle get's and sync if not in ready state
2020-03-08 Christopherrefinebaatch processing
2020-03-08 Christophermake sure batch is instantiated as list
2020-03-08 Christophermore logging in DB, don't overwrite current batch with new
2020-03-08 Christopherdon't send rebalancing records to self, run in async...
2020-03-08 Christopheradd batch logic back, not the issue
2020-03-08 Christopheradd batch logic back, not the issue
2020-03-08 Christophersimplify batch for now
2020-03-08 Christopherremove logging
2020-03-08 Christopherstart cluster after ring is up
2020-03-08 Christopherproper array preprend
2020-03-08 Christopherproper return from init_node info handler
2020-03-08 Christopherrevert json changes
2020-03-08 Christopheronly send init_node message on first start
2020-03-08 Christophersend :init_node message to peers when node is ready...
2020-03-08 Christopheradd logging around info event
2020-03-08 Christopherlogging around sending batches
2020-03-08 Christopheradd logging arounf node choice and batching
2020-03-08 Christopheruse saame redistribution for node up and down
2020-03-08 Christopherdifference, not intersection...
2020-03-08 Christopherdon't wait for quorum to accept batch requests
2020-03-08 Christopherjust insert
2020-03-08 Christopherjust insert
2020-03-08 Christopherhandle upsert edge-case
2020-03-08 Christopherwhen no value exists check if it's list, and if it...
2020-03-08 Christopherrebalance cluster when nodes go up and down
2020-03-08 Christopherremove logging
2020-03-08 Christopherupsert on batch
2020-03-08 Christopherremove unused argument
2020-03-08 Christopheradd batch endpoint
2020-03-08 Christopherdefault timeouts for calls
2020-03-08 Christopherremove logging
2020-03-08 Christopherclean up interfaces
2020-03-07 Christopherinitial wildcard support, it ain't pretty...
2020-03-07 Christopherinitial wildcard support, it ain't pretty...
2020-03-07 Christopheruse prefix, not key, for looking for a prefix
2020-03-07 Christophermore logging around sync messages
2020-03-07 Christopheruse send instead of cast for sync messages
2020-03-07 Christopheradd logging around sending keys to replicas
2020-03-07 Christopheralways use a random node for gets
2020-03-07 Christopheronly get frmo one node
2020-03-07 Christopherget values in stream
2020-03-07 Christopherget values in stream
2020-03-07 Christopherseparate stream from sync
2020-03-07 Christopherdatabase streaming and syncing
2020-03-07 Christophersend correct node for response
2020-03-07 Christophermove to ets tables
2020-03-07 Christopherrename variable
2020-03-07 Christopherpass correct node to prefix lookups
2020-03-07 Christopheradds prefix lookup
2020-03-07 Christopherremove get logging
2020-03-06 Christopheradd some logging for get requests
2020-03-06 Christopheruse local node if available for gets
2020-03-06 Christopherinitial commit