202 次程式碼提交 (6d8c544ecd0440ab959220f1cb121bb4ffa8678f)

作者 SHA1 備註 提交日期
  Pierre Fenoll 2c5f95aceb format hex packages in a nice/human way 6 年之前
  Fred Hebert a0a3334bff Fix handling of transient locks during upgrade 6 年之前
  Tristan Sloughter 43769ae87f
only print skip warning if version is different (#1886) 6 年之前
  Tristan Sloughter 56b7d88975
support for hex v2, multiple repository fetching, private organizations (#1884) 6 年之前
  Liam McNamara 64056bf9f9 Allow silencing skip warnings when fetching deps 7 年之前
  Fred Hebert 963c49f5eb Unicode support in all the places 7 年之前
  Fred Hebert 1c96de5e10 Allow top-level apps to take precedence over deps 7 年之前
  Fred Hebert f605b917b4 Replace unprocessed ~n linebreaks 8 年之前
  Fred Hebert 3da4cc2221 Type specifications and edocs improvements 8 年之前
  Fred Hebert 760ffdc79d Hide the expected hash on fetch output 9 年之前
  Tristan Sloughter 73475af114 break up do/1 function in install_deps to make upgrade less confusing 9 年之前
  Tristan Sloughter 5dba402a11 only apply default and prod profile to dependencies 9 年之前
  Tristan Sloughter a58ef016b1 include source the app is being ugpraded to, like with fetching, in info 9 年之前
  Tristan Sloughter 14ab5f562e fix dialyzer warnings 9 年之前
  Tristan Sloughter cfd4beb99d hooks/artifacts are always run/resolved from an app unless at top of umbrella 9 年之前
  Tristan Sloughter a81444ae1c move otp version verification to a single app_info function 9 年之前
  Tristan Sloughter b2c051452e remove overrides element from state record 9 年之前
  Tristan Sloughter e6f6ccc757 more cleanup 9 年之前
  Tristan Sloughter a6ca5d5e25 fixes for overrides of deps 9 年之前
  Tristan Sloughter 8e25a45cbb update use of hooks and plugins with state in app_info 9 年之前
  Tristan Sloughter 32d07ec076 build on already created AppInfo instead of having to do copy 9 年之前
  Tristan Sloughter f209ccc2b8 remove state record from app_info record 9 年之前
  Tristan Sloughter 98752aab93 wip: move state into app_info 9 年之前
  Tristan Sloughter 0a4509f5b0 simplify package dep parsing and handling 9 年之前
  Tristan Sloughter f2547a457f support pkg attribute on dep to declare package name different from app name 9 年之前
  Tristan Sloughter aa5a8829b5 add error message for dependency that doesn't contain single app dir 9 年之前
  Tristan Sloughter dae1b4cc82 improve error messages for packages by checking its existance before fetching 9 年之前
  Tristan Sloughter cf5390f018 replace use of dict of packages and registry with single ets table 9 年之前
  Tristan Sloughter 31a24ad4ff this patch treats pkg and src deps as equals, so level decides winner 9 年之前
  pvmart 1f725ffdfc fix leaking hex_registry table 9 年之前
  Tristan Sloughter 070f828e10 properly update locks for deps and ignore skip messages for locks 9 年之前
  Tristan Sloughter 1f72ddf042 remove commented out code 9 年之前
  Tristan Sloughter ad463398dc use correct rebar_state for a dep, not the top level state 9 年之前
  Tristan Sloughter 073dbb71ec handle new tests for mix package types (git/pkg) 9 年之前
  Tristan Sloughter cf22c7e941 track the parent of umbrella app dependencies 9 年之前
  Tristan Sloughter be4ae19fec track parent app of deps and add tree provider to display the relations 9 年之前
  Tristan Sloughter ab92f1a292 install package deps in same level/profile order as src deps 9 年之前
  Tristan Sloughter 6fde1748b9 fix dialyzer warnings, except 'no local return' warnings 9 年之前
  Tristan Sloughter 125ff06b74 add tree option to deps command that prints pkg deps tree 9 年之前
  Tristan Sloughter c7bb13f29b keep correct Level for pkg deps of scm deps 9 年之前
  pvmart 55d6aa2789 Fix duplicate function clause in rebar_prv_install_deps:parse_dep/5 9 年之前
  Tristan Sloughter 90fbd6dbb9 add support for old format otp versions 9 年之前
  Richard Jones 9263b95f82 Tidy up "Linking.." messages during compile 9 年之前
  Tristan Sloughter c3c9db7ca6 do not install profile deps of deps 9 年之前
  Tristan Sloughter f59efebf56 pass failing upgrade case where levels are increased 9 年之前
  Fred Hebert 7840a93e85 Minor refactors 9 年之前
  Fred Hebert cfea721d98 wip: deps install refactor 9 年之前
  Tristan Sloughter 5402199d88 expand plugins for profile after applying profiles 10 年之前
  Tristan Sloughter ea9b60f4be deduplicate parts of package and source dep handling 10 年之前
  Tristan Sloughter a5b3f6403b overrides working for pkg deps 10 年之前