mirror of
https://github.com/valitydev/dmt-client.git
synced 2024-11-06 01:15:22 +00:00
HG-494: rename dmsl to damsel (#30)
This commit is contained in:
parent
22aba96c65
commit
621fb49e9c
@ -31,7 +31,7 @@
|
||||
{woody , {git, "git@github.com:rbkmoney/woody_erlang.git", {branch, "master"}}},
|
||||
{scoper, {git, "git@github.com:rbkmoney/scoper.git", {branch, "master"}}},
|
||||
{dmt_core, {git, "git@github.com:rbkmoney/dmt_core.git", {branch, "master"}}},
|
||||
{dmsl, {git, "git@github.com:rbkmoney/damsel.git", {branch, "release/erlang/master"}}}
|
||||
{damsel, {git, "git@github.com:rbkmoney/damsel.git", {branch, "release/erlang/master"}}}
|
||||
]}.
|
||||
|
||||
%% XRef checks
|
||||
|
@ -3,13 +3,13 @@
|
||||
{<<"certifi">>,{pkg,<<"certifi">>,<<"2.5.1">>},2},
|
||||
{<<"cowboy">>,{pkg,<<"cowboy">>,<<"2.5.0">>},1},
|
||||
{<<"cowlib">>,{pkg,<<"cowlib">>,<<"2.6.0">>},2},
|
||||
{<<"dmsl">>,
|
||||
{<<"damsel">>,
|
||||
{git,"git@github.com:rbkmoney/damsel.git",
|
||||
{ref,"f2ea7590641093fd3d46a048aca7224fbf5918ef"}},
|
||||
{ref,"3ae00edbf1948c50f126157cce4d5806b9ab775f"}},
|
||||
0},
|
||||
{<<"dmt_core">>,
|
||||
{git,"git@github.com:rbkmoney/dmt_core.git",
|
||||
{ref,"357066d8be36ce1032d2d6c0d4cb31eb50730335"}},
|
||||
{ref,"8ac78cb1c94abdcdda6675dd7519893626567573"}},
|
||||
0},
|
||||
{<<"genlib">>,
|
||||
{git,"https://github.com/rbkmoney/genlib.git",
|
||||
|
@ -34,7 +34,7 @@
|
||||
-export_type([history/0]).
|
||||
-export_type([transport_opts/0]).
|
||||
|
||||
-include_lib("dmsl/include/dmsl_domain_config_thrift.hrl").
|
||||
-include_lib("damsel/include/dmsl_domain_config_thrift.hrl").
|
||||
|
||||
-type ref() :: dmsl_domain_config_thrift:'Reference'().
|
||||
-type version() :: dmsl_domain_config_thrift:'Version'().
|
||||
|
@ -27,7 +27,7 @@
|
||||
-define(DEFAULT_LIMIT, 10).
|
||||
-define(DEFAULT_CALL_TIMEOUT, 10000).
|
||||
|
||||
-include_lib("dmsl/include/dmsl_domain_config_thrift.hrl").
|
||||
-include_lib("damsel/include/dmsl_domain_config_thrift.hrl").
|
||||
-include_lib("stdlib/include/ms_transform.hrl").
|
||||
|
||||
-define(meta_table_opts, [
|
||||
|
@ -18,7 +18,7 @@
|
||||
-export([woody_error/1]).
|
||||
-export([object_not_found/1]).
|
||||
|
||||
-include_lib("dmsl/include/dmsl_domain_config_thrift.hrl").
|
||||
-include_lib("damsel/include/dmsl_domain_config_thrift.hrl").
|
||||
|
||||
-define(notfound_version, 1).
|
||||
-define(unavailable_version, 2).
|
||||
|
@ -7,7 +7,7 @@
|
||||
-export([end_per_suite/1]).
|
||||
-export([poll/1]).
|
||||
|
||||
-include_lib("dmsl/include/dmsl_domain_config_thrift.hrl").
|
||||
-include_lib("damsel/include/dmsl_domain_config_thrift.hrl").
|
||||
|
||||
%%
|
||||
%% tests descriptions
|
||||
|
Loading…
Reference in New Issue
Block a user