2017-11-28 15:01:11 +00:00
|
|
|
% Common project erlang options.
|
|
|
|
{erl_opts, [
|
|
|
|
|
|
|
|
% mandatory
|
|
|
|
debug_info,
|
|
|
|
warnings_as_errors,
|
|
|
|
warn_export_all,
|
|
|
|
warn_missing_spec,
|
|
|
|
warn_untyped_record,
|
|
|
|
warn_export_vars,
|
|
|
|
|
|
|
|
% by default
|
|
|
|
warn_unused_record,
|
|
|
|
warn_bif_clash,
|
|
|
|
warn_obsolete_guard,
|
|
|
|
warn_unused_vars,
|
|
|
|
warn_shadow_vars,
|
|
|
|
warn_unused_import,
|
|
|
|
warn_unused_function,
|
|
|
|
warn_deprecated_function
|
|
|
|
|
|
|
|
% at will
|
|
|
|
% bin_opt_info
|
|
|
|
% no_auto_import
|
|
|
|
% warn_missing_spec_all
|
|
|
|
|
|
|
|
]}.
|
|
|
|
|
|
|
|
% Common project dependencies.
|
2017-11-30 17:09:48 +00:00
|
|
|
{deps, [
|
MSPF-396: update to erlang 21 (#13)
* MSPF-396: update to erlang 21 (#12)
* Setup to run on local machine
* Migrated to new erlang/cowboy with dependencies
* Updated dependecies & fixed wrong error handling
* Removed redundant dependecy and hid generated apps
* Removed extra cors module, added Options to handler
* Fixed middleware misplacement, and properly implemented handler behaviour
* cleaned up
* returned to url instead of http in private repos
* Returned to using cowboy_cors as CORS app, fixed typing, added epic branches rules for Jenkins
* added missing dependency, divided net_opts option
* Updated cors policy, added cors tests
* Reverted unnessesary Jenkinsfile changes
* Suppresed jesse warnings
* Updated build image tag
* Switched to using new jesse and parse_trans
* Bumped utils and image tags, updated registry
* bumped base image
* bumped build_utils, removed registry redefinition
* Refreshed outdated config (#14)
* bumped erlang-health, fixed lager crash
* Upgraded lager, restored redirection, refreshed config
* Refreshed deprecated ranch opts passing
* Switched to master branches
* Bumped build image
2019-04-03 14:20:56 +00:00
|
|
|
{cowboy, "2.5.0"},
|
2017-11-30 17:09:48 +00:00
|
|
|
{jose, "1.7.9"},
|
2017-12-14 09:45:27 +00:00
|
|
|
{genlib,
|
|
|
|
{git, "https://github.com/rbkmoney/genlib.git",
|
2017-12-07 17:59:24 +00:00
|
|
|
{branch, "master"}
|
|
|
|
}
|
|
|
|
},
|
2017-12-14 09:45:27 +00:00
|
|
|
{cowboy_access_log,
|
|
|
|
{git, "git@github.com:rbkmoney/cowboy_access_log.git",
|
2017-11-30 17:09:48 +00:00
|
|
|
{branch, "master"}
|
|
|
|
}
|
|
|
|
},
|
2019-04-26 08:42:33 +00:00
|
|
|
{logger_logstash_formatter,
|
|
|
|
{git, "git@github.com:rbkmoney/logger_logstash_formatter.git",
|
2017-11-30 17:09:48 +00:00
|
|
|
{branch, "master"}
|
|
|
|
}
|
|
|
|
},
|
2017-12-14 09:45:27 +00:00
|
|
|
{woody,
|
|
|
|
{git, "git@github.com:rbkmoney/woody_erlang.git",
|
|
|
|
{branch, "master"}
|
|
|
|
}
|
|
|
|
},
|
2017-12-14 15:16:48 +00:00
|
|
|
{woody_user_identity,
|
|
|
|
{git, "git@github.com:rbkmoney/woody_erlang_user_identity.git",
|
|
|
|
{branch, "master"}
|
|
|
|
}
|
|
|
|
},
|
2017-12-14 09:45:27 +00:00
|
|
|
{scoper,
|
|
|
|
{git, "git@github.com:rbkmoney/scoper.git",
|
|
|
|
{branch, "master"}
|
|
|
|
}
|
|
|
|
},
|
2017-12-07 17:59:24 +00:00
|
|
|
{mg_proto,
|
|
|
|
{git, "git@github.com:rbkmoney/machinegun_proto.git",
|
|
|
|
{branch, "master"}
|
|
|
|
}
|
2018-04-13 11:21:06 +00:00
|
|
|
},
|
|
|
|
{erl_health,
|
|
|
|
{git, "https://github.com/rbkmoney/erlang-health.git",
|
MSPF-396: update to erlang 21 (#13)
* MSPF-396: update to erlang 21 (#12)
* Setup to run on local machine
* Migrated to new erlang/cowboy with dependencies
* Updated dependecies & fixed wrong error handling
* Removed redundant dependecy and hid generated apps
* Removed extra cors module, added Options to handler
* Fixed middleware misplacement, and properly implemented handler behaviour
* cleaned up
* returned to url instead of http in private repos
* Returned to using cowboy_cors as CORS app, fixed typing, added epic branches rules for Jenkins
* added missing dependency, divided net_opts option
* Updated cors policy, added cors tests
* Reverted unnessesary Jenkinsfile changes
* Suppresed jesse warnings
* Updated build image tag
* Switched to using new jesse and parse_trans
* Bumped utils and image tags, updated registry
* bumped base image
* bumped build_utils, removed registry redefinition
* Refreshed outdated config (#14)
* bumped erlang-health, fixed lager crash
* Upgraded lager, restored redirection, refreshed config
* Refreshed deprecated ranch opts passing
* Switched to master branches
* Bumped build image
2019-04-03 14:20:56 +00:00
|
|
|
{branch, "master"}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{cowboy_cors,
|
|
|
|
{git, "https://github.com/rbkmoney/cowboy_cors.git",
|
|
|
|
{branch, "master"}
|
2018-04-13 11:21:06 +00:00
|
|
|
}
|
2017-11-30 17:09:48 +00:00
|
|
|
}
|
|
|
|
]}.
|
2017-11-28 15:01:11 +00:00
|
|
|
|
|
|
|
{xref_checks, [
|
|
|
|
undefined_function_calls,
|
|
|
|
undefined_functions,
|
|
|
|
deprecated_functions_calls,
|
|
|
|
deprecated_functions
|
|
|
|
]}.
|
|
|
|
|
|
|
|
{relx, [
|
|
|
|
{release, {shortener, "0.1"}, [
|
|
|
|
{recon , load }, % tools for introspection
|
|
|
|
{runtime_tools, load }, % debugger
|
|
|
|
{tools , load }, % profiler
|
|
|
|
sasl,
|
|
|
|
shortener
|
|
|
|
]},
|
|
|
|
{sys_config, "./config/sys.config"},
|
|
|
|
{vm_args, "./config/vm.args"},
|
|
|
|
{dev_mode, true},
|
|
|
|
{include_erts, false},
|
|
|
|
{extended_start_script, true}
|
|
|
|
]}.
|
|
|
|
|
|
|
|
{dialyzer, [
|
|
|
|
{warnings, [
|
|
|
|
% mandatory
|
|
|
|
unmatched_returns,
|
|
|
|
error_handling,
|
|
|
|
race_conditions,
|
|
|
|
unknown
|
|
|
|
]},
|
|
|
|
{plt_apps, all_deps},
|
|
|
|
{plt_extra_apps, []}
|
|
|
|
]}.
|
|
|
|
|
|
|
|
{profiles, [
|
|
|
|
{prod, [
|
|
|
|
{deps, [
|
|
|
|
% for introspection on production
|
|
|
|
{recon, "2.3.2"}
|
|
|
|
]},
|
|
|
|
{relx, [
|
|
|
|
{dev_mode, false},
|
|
|
|
{include_erts, true}
|
|
|
|
]}
|
|
|
|
]},
|
|
|
|
{test, [
|
|
|
|
{deps, []}
|
|
|
|
]}
|
|
|
|
]}.
|
|
|
|
|
|
|
|
{plugins, [
|
|
|
|
rebar3_run
|
|
|
|
]}.
|