This project is mirrored from https://gitee.com/NQL886/vagrant.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 18 Nov, 2020 1 commit
  2. 17 Nov, 2020 6 commits
  3. 16 Nov, 2020 1 commit
  4. 14 Nov, 2020 1 commit
    • Chris Roberts's avatar
      Provide coverage on behavior of hooks/triggers · 51f4229d
      Chris Roberts authored
          Include coverage when converting a builder to an app for
          execution that validates when hooks and triggers are applied,
          ensure they are applied, and that original style triggers
          are only applied once.
      51f4229d
  5. 11 Nov, 2020 2 commits
    • Chris Roberts's avatar
      Remove action name tracking for applying · 157db399
      Chris Roberts authored
      The raw action name tracking should be sufficient for preventing
      multi-insertions where only a single modification should occur.
      With action name, hooks _should_ be able to be applied in multiple
      builder stacks as they are expanding.
      
      Fixes #12035
      157db399
    • Chris Roberts's avatar
      Track raw actions as they are applied to prevent multiple insertions · 30f8e794
      Chris Roberts authored
      The raw actions are used for applying the original trigger behavior
      which can insert before and/or after the entire set of actions. When
      processing the stack items, mark when the raw action has been applied
      to prevent it from being applied again. Triggers around the raw actions
      should only ever be applied _once_.
      
      Fixes #12034
      30f8e794
  6. 09 Nov, 2020 4 commits
  7. 07 Nov, 2020 2 commits
  8. 06 Nov, 2020 15 commits
  9. 05 Nov, 2020 4 commits
  10. 03 Nov, 2020 4 commits