173 Commits (657a1bf52e4de27d3d302de707fdd53fa3d0632e)

Autor SHA1 Nachricht Datum
  Tristan Sloughter dae1b4cc82 improve error messages for packages by checking its existance before fetching vor 9 Jahren
  Tristan Sloughter cf5390f018 replace use of dict of packages and registry with single ets table vor 9 Jahren
  Tristan Sloughter 31a24ad4ff this patch treats pkg and src deps as equals, so level decides winner vor 9 Jahren
  pvmart 1f725ffdfc fix leaking hex_registry table vor 9 Jahren
  Tristan Sloughter 070f828e10 properly update locks for deps and ignore skip messages for locks vor 9 Jahren
  Tristan Sloughter 1f72ddf042 remove commented out code vor 9 Jahren
  Tristan Sloughter ad463398dc use correct rebar_state for a dep, not the top level state vor 9 Jahren
  Tristan Sloughter 073dbb71ec handle new tests for mix package types (git/pkg) vor 9 Jahren
  Tristan Sloughter cf22c7e941 track the parent of umbrella app dependencies vor 9 Jahren
  Tristan Sloughter be4ae19fec track parent app of deps and add tree provider to display the relations vor 9 Jahren
  Tristan Sloughter ab92f1a292 install package deps in same level/profile order as src deps vor 9 Jahren
  Tristan Sloughter 6fde1748b9 fix dialyzer warnings, except 'no local return' warnings vor 9 Jahren
  Tristan Sloughter 125ff06b74 add tree option to deps command that prints pkg deps tree vor 9 Jahren
  Tristan Sloughter c7bb13f29b keep correct Level for pkg deps of scm deps vor 9 Jahren
  pvmart 55d6aa2789 Fix duplicate function clause in rebar_prv_install_deps:parse_dep/5 vor 9 Jahren
  Tristan Sloughter 90fbd6dbb9 add support for old format otp versions vor 9 Jahren
  Richard Jones 9263b95f82 Tidy up "Linking.." messages during compile vor 9 Jahren
  Tristan Sloughter c3c9db7ca6 do not install profile deps of deps vor 9 Jahren
  Tristan Sloughter f59efebf56 pass failing upgrade case where levels are increased vor 9 Jahren
  Fred Hebert 7840a93e85 Minor refactors vor 10 Jahren
  Fred Hebert cfea721d98 wip: deps install refactor vor 10 Jahren
  Tristan Sloughter 5402199d88 expand plugins for profile after applying profiles vor 10 Jahren
  Tristan Sloughter ea9b60f4be deduplicate parts of package and source dep handling vor 10 Jahren
  Tristan Sloughter a5b3f6403b overrides working for pkg deps vor 10 Jahren
  Tristan Sloughter f7ff07a87d plugins provider vor 10 Jahren
  Tristan Sloughter a3ce939ec5 add config option artifacts vor 10 Jahren
  Fred Hebert 3ed0c5feff fix bareness issues vor 10 Jahren
  Tristan Sloughter 7d33dbf6aa store plugin providers in app_info's state for deps vor 10 Jahren
  Tristan Sloughter 20f4562c6d fix for plugin installation and code paths vor 10 Jahren
  Tristan Sloughter e45c67b023 add additional comments vor 10 Jahren
  Tristan Sloughter f772dcee2e fix storing of pkg and src deps in app_info vor 10 Jahren
  Tristan Sloughter 37ac2b7833 read in app information after fetch so we have the deps vor 10 Jahren
  Tristan Sloughter 9cfef9c011 only update, when not in explicit upgrade, locks if out of date vor 10 Jahren
  Tristan Sloughter 35166b5f1a parsing deps of a dep should be done at the dep's level + 1 vor 10 Jahren
  Tristan Sloughter b34cc49924 always upgrade if needs_update is true vor 10 Jahren
  Tristan Sloughter 3a201230fe install plugins from the global config to ~/.cache/plugins vor 10 Jahren
  Tristan Sloughter f30e5063ca don't print skip message if dep is locked for pkgs as well vor 10 Jahren
  Tristan Sloughter 819d0fb06f verify checksums of hex packages vor 10 Jahren
  Fred Hebert f5527de4e1 Further restricting skipped deps warnings vor 10 Jahren
  Tristan Sloughter fd4b5f5f2f improve log messages on upgrades vor 10 Jahren
  Tristan Sloughter c612b0e1fd check registry for missing package that may exist for mix vor 10 Jahren
  Tristan Sloughter ce74589a56 handle missing package in registry by skipping vor 10 Jahren
  Tristan Sloughter bce924e04a don't load package registry unless there are pkg deps to solve vor 10 Jahren
  Fred Hebert bbb6bb2d90 Avoid topsorting deps twice vor 10 Jahren
  Tristan Sloughter 164cff4063 read in application details into app_info after fetch vor 10 Jahren
  Tristan Sloughter 16e9b3ffa2 fix tracking of all profiles dep paths vor 10 Jahren
  Fred Hebert 18c395ff15 Symlink existing default deps when in new profile vor 10 Jahren
  Tristan Sloughter a3d4cc1259 track and cleanup code paths for different contexts vor 10 Jahren
  Tristan Sloughter c151f4e688 add to end of code path not the beginning in handle_deps vor 10 Jahren
  Fred Hebert 2ff4ac6d50 Default deps always to the default profile vor 10 Jahren