2800 コミット (6a56a62fec911bf203aedb7029e01a9df669abe1)

作成者 SHA1 メッセージ 日付
  Tristan Sloughter b4c579b80d include providers listed in plugins env 10年前
  Tristan Sloughter 56b36a37fc include project app dirs in release lib_dirs to search 10年前
  Fred Hebert d25838ff69 Add support for custom templates in subdirectories 10年前
  Tristan Sloughter 9a8b1b3290 update erlydtl provider to use namespaces 10年前
  Fred Hebert 54a41ca6c4 Tests and fixes for namespaces 10年前
  Fred Hebert 73676c80b0 Fix up programmatic interface to rebar3 10年前
  Fred Hebert 676f2487ad Dynamic 'do' provider for namespaces 10年前
  Fred Hebert ae54d70e6c Add support for namespace-based metacommands 10年前
  Fred Hebert c25fbab1c6 Remove profile declarations 10年前
  James Fish fac7b627f5 Ensure dir for plt exists when copying 10年前
  Tristan Sloughter 31b886e65c don't include all */ebin dirs in code path 10年前
  Tristan Sloughter 3998dfb049 update readme for 'as' 10年前
  Tristan Sloughter 789761e64d add 'as' higher order task 10年前
  Tristan Sloughter 3219a666f4 rewrite profiles 10年前
  Fred Hebert 2985c7bed5 Adding pkg deps tests and refactorings 10年前
  Fred Hebert 449d6baabc Fix error message to point to rebar3 10年前
  Fred Hebert 4116d41dca Print warning when deps are being skipped. 10年前
  Tristan Sloughter 9f8e6ed024 use PRV_ERROR to wrap a provider error in {error, {?MODULE, ...}} 10年前
  Tristan Sloughter bee15d62a0 version in source dep element is no longer used, support leaving it out 10年前
  Tristan Sloughter b849b36b5e only add lock if default profile 10年前
  Tristan Sloughter f77cbb7f50 don't lose defualt deps when creating current profile 10年前
  Tristan Sloughter 50f384715b in relx tar call only include deps dirs if they exist 10年前
  Tristan Sloughter cf8d63d860 in relx call only include deps dirs if they exist 10年前
  Tristan Sloughter 63461b45b5 don't use lock file for non-defualt profile deps 10年前
  Tristan Sloughter a390419247 don't store global state variables in opts dict 10年前
  Tristan Sloughter 571c62f732 output message when starting install_deps provider 10年前
  Fred Hebert be39ab9e7b Handle cycle errors in provider 10年前
  Fred Hebert 63003c3986 Return cycles in deps solver 10年前
  Fred Hebert 6cfe28c954 Partial fix to circular deps (#40) 10年前
  Tristan Sloughter f5476e7200 if already seen dep before don't try handling it again 10年前
  Tristan Sloughter 91860340bb print error message for failed fetch 10年前
  Tristan Sloughter 7cb22e4698 only create the apps dir after successful fetch 10年前
  Tristan Sloughter 111fc9769b merge over rebar2 PR #401 10年前
  Tristan Sloughter 003e93e82b change name of config for where project apps lib to project_apps_dir 10年前
  omarkj b649d3e254 Handle more ct_run return values. 10年前
  Tristan Sloughter 3c7613add4 change name of config for where project apps lib to project_apps_dir 10年前
  Tristan Sloughter 0fc8e97292 only read in rebar config and lock of dep if needed 10年前
  Tristan Sloughter 3af351cec2 set current_profile to default after checking global plugins 10年前
  Tristan Sloughter 31db811e98 add rebar_dir 10年前
  Tristan Sloughter 8e5c916cb6 move dir functions from utils to new module rebar_dir 10年前
  Fred Hebert c3d05b9724 API for Plugins (solves #22) 10年前
  Tristan Sloughter fa71d55b0d move deps_to_build out of config dict of state 10年前
  Tristan Sloughter e154b9965f remove unneeded add path that breaks with apps/ dir as well 10年前
  Tristan Sloughter 3386765e08 do not erase deps from opts 10年前
  Tristan Sloughter 5673fe035d fixes for dialyzer findings 10年前
  Tristan Sloughter 56fdedaf72 switch to REBAR_DEFAULT_PROFILE to make it clear the profile becomes the default for the run 10年前
  Tristan Sloughter 5fdf2f82d5 add use of REBAR_PROFILE os var to set default profile 10年前
  Tristan Sloughter 3abb122b35 only apply profiles to default 10年前
  Tristan Sloughter 731f05cc3d fix handle_deps when no deps are to be fetched 10年前
  Tristan Sloughter 9afd6e89b2 global plugins install to global config directory 10年前