Commit Graph

15 Commits

Author SHA1 Message Date
Andrey Fadeev
a5ac86019a MSPF-434 Add Erlang 21 support (#93)
* MSPF-434 Add Erlang 21 support

* Update Erlang and deps

* Reconfigure logger
2019-06-25 19:08:15 +03:00
Evgeny Levenets
27df8b508e
DC-97: implement PullRange interface (#82)
* DC-97: implement PullRange interface

* bump dmt_client and fix tests
2018-08-30 18:39:03 +03:00
Evgeny Levenets
4cb7581ba2
MSPF-373: bump dmt_client & woody in tests (#80)
* MSPF-373: bump dmt_client in tests
* fix URL logging as list of integers
* bump scoper
2018-07-17 14:17:53 +03:00
Evgeny Levenets
1ab46ce8e2
DC-86: change storage method to thrift_binary (#77)
* DC-86: change storage method to thrift_binary

* migration logic incoming

* bump build_utils

* add test for migration & rework handlers

* use migration machine

* remove get_events in repository_v3

* postreview fix 01

remove timer config
test fix

* lager format minifix

* idempotent retry for commit in v4

* use 503 instead of 500 in commit handler

* don't check cached snapshot version on commit

* remove unnecessary try-catch
2018-07-06 16:33:49 +03:00
Andrew Mayorov
11c9f51051
DC-17: Log everything with the magnificent scoper buddy (#58)
* DC-17: Log everything with the magnificent scoper buddy

* DC-17: Employ json formatter in tests too
2017-11-17 18:52:52 +03:00
Evgeny Levenets
45bea4fbf5
DC-61: first implementation of snapshot storage (#57)
Idea: store some of snapshots in MG events to lower memory usage and state squashing time.
Naive legacy events migration included.
Lots of ad-hocs included too.
Also:
* remove ability to set cash size in elements
* remove unnecessary calls to old repository
* remove obvious lager messages
* fix strange dialyzer warning
* rework events
* remove redundant cache checks
* remove redundant cache put
2017-11-16 19:41:03 +03:00
Andrew Mayorov
39a7384bfa HG-219: Adapt to damsel w/ multiclaims (#43)
* bumped damsel and other deps

set log level in tests to ‘warning’

* fixed Jenkinsfile to store multiclaims images

* HG-219: Bump to upstream rbkmoney/damsel@b665c89

* HG-192: Properly marshal error reasons (#42)
2017-07-17 16:11:30 +03:00
Natalia Pulina
281bc7a4ce DC-47: init_per_suite fixed, bump to rbkmoney/dmt_client@93577c5 (#40) 2017-07-13 16:47:08 +04:00
Evgeny Levenets
ed3d3a8b72 DC-32: cache refactoring (#35)
DC-32: cache refactoring
* added dominant-specific cache
* added cache usage on commits and checkouts
* bumped dependancies
* fixed rebar.config

DC-34: added naive cache displacement implementation
2017-05-18 00:24:55 +03:00
Andrew Mayorov
4167e27622 HG-155: Fix pulling since the very first commit (#33)
* HG-155: Fix pulling since the very first commit

* HG-155: Narrow down dmt version matching
2017-04-03 14:20:25 +03:00
Andrew Mayorov
61320c4320 HG-155: Switch to the msgpack-aware machinegun interface (#32)
* HG-155: Switch to msgpack-like machinegun interface

* HG-155: Bump deps up and move onto Erlang 19

* HG-155: Make the release rebar-runnable

* HG-155: Fix marshalling to and from msgpack

* HG-155: Bump to rbkmoney/woody_erlang@2f264f9

* HG-155: Add forgotten msgpack-thrift protocol

* HG-155: Make dialyzer happy again

* HG-155: Make repository machine versioned

 * Migrate legacy history upon machine init
 * Introduce automaton client to reduce boilerplate
 * Remove `get_commit` facility as it was unused

* HG-155: Add repository dispatcher + add migration tests

* HG-155: Move in-memory thrift encoding into dedicated module

* HG-155: Use plain thrift binary as it is much simpler to work with

* HG-155: Switch back to msgpack-based commit representaion

* HG-155: Remove meaningless repair signal handling in favor of simple repair

* HG-155: Add forgotten behaviour annotations

* HG-155: Mention better approach with a migrating repository backend

* HG-155: Make dialyzer happy again

* HG-155: Bump to rbkmoney/damsel@d0c4a06, rbkmoney/machinegun@e04e529

* HG-155: Make elvis happy

* HG-155: Fix make target and Jenkinsfile
2017-03-29 18:27:11 +03:00
Evgeny Levenets
3e59aea58d DC-12: bumped machinegun (#22)
Bumped to 2c956c1172
2016-12-27 13:05:03 +03:00
Andrew Mayorov
afee5aa9a9 HG-64: Bump to rbkmoney/damsel@5e264e0 via damsel_erlang (#10) 2016-10-14 20:48:54 +03:00
Andrew Mayorov
c24f4d8567 HG-49: Bump damsel protocols up (#9) 2016-10-13 20:49:40 +03:00
Igor Savchuk
2872e3a1f0 Split dominant (#3)
* split dominant to three repos

* fix submodule name

* new jenkins

* fix wc_release

* fix trailing space

* fix permissions

* fix path in dockerfile

* fix cmd

* fix release

* fix mg api

* fix the rest

* update dmt_core

* MG-16: Migrate to the new machinegun proto

* Fix some bugs involving cold cache access
* Harden the test suite
* Ensure proper woody context flow

* MG-16: Fix dialyzer warnings

* MG-16: Attempt to hack around docker-compose network connectivity quirks

* MG-16: Remove unused files

* MG-16: Mention potential race condition in the TODO list
2016-09-07 22:43:14 +03:00