52 Révisions (7cb579349242adf42e8513367b92132bb8ff1f10)

Auteur SHA1 Message Date
  Tristan Sloughter c745d1bc1f
Update src/rebar_plugins.erl il y a 4 ans
  Tristan Sloughter 2de0134265
shell: provide error message when applications list is bad il y a 4 ans
  Fred Hebert dada4e36e6 Optimize path handling il y a 6 ans
  Fred Hebert 9d788d8936 Abstracted path management il y a 6 ans
  Tristan Sloughter cd858a45e3
reset default profile app plugins to empty if at the top level (#1885) il y a 6 ans
  Fred Hebert 5f9b4293bc Work around OTP-21 deprecation of get_stacktrace() il y a 7 ans
  Fred Hebert fb67eb0ee9 Fix Plugin path handling (again!) il y a 7 ans
  Tristan Sloughter 6e672852a7
fix code path when validating plugins il y a 7 ans
  Tristan Sloughter 8cea177377 add project_providers after initing default providers but allow overrides il y a 9 ans
  Tristan Sloughter 53866e148c give new opt project_plugins providers precedence over default providers il y a 9 ans
  Tristan Sloughter c4aaff7a06 don't lose overrides in an app when installing plugins it uses' il y a 9 ans
  Tristan Sloughter 414dd344e9 install project app plugins after discovering them not before il y a 9 ans
  Tristan Sloughter 14ab5f562e fix dialyzer warnings il y a 9 ans
  Tristan Sloughter f209ccc2b8 remove state record from app_info record il y a 9 ans
  Tristan Sloughter 98752aab93 wip: move state into app_info il y a 9 ans
  Tristan Sloughter e336d7aaa1 remove unneeded packages ets table load/unload in plugins il y a 9 ans
  Tristan Sloughter cf5390f018 replace use of dict of packages and registry with single ets table il y a 9 ans
  Tristan Sloughter 1e38bc0d0f keep plugins dir as deps dir when compiling plugins+deps il y a 9 ans
  Fred Hebert 7840a93e85 Minor refactors il y a 10 ans
  Fred Hebert cfea721d98 wip: deps install refactor il y a 10 ans
  Tristan Sloughter f8bb088305 fix for overrides in plugins, simpler plugin state handling il y a 10 ans
  Tristan Sloughter 102d6c5e8b include app's state providers when building plugin so they can rely on plugins il y a 10 ans
  Tristan Sloughter 4223e5dd64 fix path storing for plugins il y a 10 ans
  Tristan Sloughter f7ff07a87d plugins provider il y a 10 ans
  Tristan Sloughter ea07a7c65c set default providers before installing plugins il y a 10 ans
  Tristan Sloughter 6c6940f860 add comment explaining installing each plugin individually il y a 10 ans
  Tristan Sloughter 20f4562c6d fix for plugin installation and code paths il y a 10 ans
  Tristan Sloughter e65ad8c2ca run hooks when building plugins il y a 10 ans
  Tristan Sloughter 3a201230fe install plugins from the global config to ~/.cache/plugins il y a 10 ans
  Tristan Sloughter 498ec5d3ae add all plugins, not those just built, to path il y a 10 ans
  Tristan Sloughter f18e84ce2b only install dep plugins from install_deps il y a 10 ans
  Tristan Sloughter 79e2d6006c install each deps plugins after handling dep, instead of at the end il y a 10 ans
  Tristan Sloughter 459ff732a3 install dep plugins & run provider hooks the same as shell hooks il y a 10 ans
  Tristan Sloughter 9eca4b50c5 main module of a plugin just has to export init/1 il y a 10 ans
  Tristan Sloughter 62ff6718fd update project app list with new appinfo records after build il y a 10 ans
  Tristan Sloughter 91d297cf8a update plugin install code il y a 10 ans
  Tristan Sloughter b4c579b80d include providers listed in plugins env il y a 10 ans
  Tristan Sloughter 8e5c916cb6 move dir functions from utils to new module rebar_dir il y a 10 ans
  Tristan Sloughter 5673fe035d fixes for dialyzer findings il y a 10 ans
  Tristan Sloughter 9afd6e89b2 global plugins install to global config directory il y a 10 ans
  Tristan Sloughter bdd5d902d9 fix lock provider to work anytime it is run il y a 10 ans
  Tristan Sloughter 6c0b3f87c0 fix check for plugin being a provider il y a 10 ans
  Tristan Sloughter ee1214a9a8 add plugin and its deps to path as they are built il y a 10 ans
  Tristan Sloughter d8f3ea005a add comment il y a 10 ans
  Tristan Sloughter 557de6f8b4 support base dir and properly reset deps_dir after plugin provider il y a 10 ans
  Tristan Sloughter e9adf01d01 warn on bad plugin il y a 10 ans
  Tristan Sloughter 1046f4c5d7 handle no plugins as [] list of plugins il y a 10 ans
  Tristan Sloughter 6c6480fa07 only compile invalid plugins il y a 10 ans
  Tristan Sloughter 6f9ea13dd4 move deps and plugins to _ prefixed il y a 10 ans
  Tristan Sloughter 51f1cf4aae install plugins to plugins/ il y a 10 ans