1. 24 Apr, 2018 3 commits
  2. 23 Apr, 2018 11 commits
  3. 22 Apr, 2018 5 commits
  4. 21 Apr, 2018 2 commits
  5. 20 Apr, 2018 5 commits
  6. 19 Apr, 2018 9 commits
  7. 18 Apr, 2018 5 commits
    • Madhura Bhave's avatar
      Merge branch '2.0.x' · 5d949cc7
      Madhura Bhave authored
      5d949cc7
    • Madhura Bhave's avatar
      Fix tests · 35af1667
      Madhura Bhave authored
      See gh-11380
      35af1667
    • Madhura Bhave's avatar
      Merge branch '2.0.x' · a8707c52
      Madhura Bhave authored
      a8707c52
    • Madhura Bhave's avatar
      Log included profiles according to the processing order · cab9bff4
      Madhura Bhave authored
      This commit includes some refactoring of active profiles
      processing. Previously, there was a LIFO Queue for adding active
      profiles. Profiles that were added last, were processed first.
      Because of this reverse ordering, profiles were prepended to the
      environment to preserve the order in which they were logged.
      This however didn't work for "included" profiles as they were
      prepended to the environment even though they were processed after
      the active profile. In this commit, profiles are processed in a FIFO manner
      and processed as they're found.
      
      Fixes gh-11380
      cab9bff4
    • Stephane Nicoll's avatar
      Merge branch '2.0.x' · e72306b3
      Stephane Nicoll authored
      e72306b3