Skip to content
Snippets Groups Projects
  1. Apr 14, 2018
  2. Dec 19, 2017
  3. Jul 18, 2017
  4. Jun 14, 2017
  5. Jun 08, 2017
    • DJ Mountney's avatar
      Bring in security changes from the 9.2.5 release · 565ead61
      DJ Mountney authored and Bob Van Landuyt :neckbeard:'s avatar Bob Van Landuyt :neckbeard: committed
      Ran:
       - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
       - git checkout -b 9-2-5-security-patch origin/v9.2.2
       - git apply patchfile.patch
       - git commit
       - [Got the sha ref for the commit]
       - git checkout -b upstream-9-2-security master
       - git cherry-pick <SHA of the patchfile commit>
       - [Resolved conflicts]
       - git cherry-pick --continue
      565ead61
    • DJ Mountney's avatar
      Bring in security changes from the 9.2.5 release · 1d1363e2
      DJ Mountney authored
      Ran:
       - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
       - git checkout -b 9-2-5-security-patch origin/v9.2.2
       - git apply patchfile.patch
       - git commit
       - [Got the sha ref for the commit]
       - git checkout -b upstream-9-2-security master
       - git cherry-pick <SHA of the patchfile commit>
       - [Resolved conflicts]
       - git cherry-pick --continue
      1d1363e2
  6. Jun 02, 2017
  7. May 18, 2017
  8. May 12, 2017
  9. Mar 17, 2017
  10. Mar 05, 2017
  11. Feb 07, 2017
  12. Feb 03, 2017
  13. Jan 10, 2017
  14. Jan 05, 2017
  15. Dec 09, 2016
  16. Dec 02, 2016
  17. Nov 29, 2016
    • Luke "Jared" Bennett's avatar
      Remove JSX/React eslint plugins. · c145413d
      Luke "Jared" Bennett authored
      Change airbnb eslint config package to `eslint-config-airbnb-base` and update plugins.
      
      Change `airbnb` to `airbnb-base` for .eslintrc `extends` value.
      
      Added changelog entry
      
      Made sure all plugins and envs are set
      
      Corrected new failing specs
      Verified
      c145413d
  18. Nov 16, 2016
    • Filipa Lacerda's avatar
      Fix eslint · 4f0a1698
      Filipa Lacerda authored
      Remove unused method
      4f0a1698
    • Filipa Lacerda's avatar
      Adds missing tests for commit component · f55206ce
      Filipa Lacerda authored
      f55206ce
    • Filipa Lacerda's avatar
      Adds tests · 30c6a7d3
      Filipa Lacerda authored
      Adds tests.
      Changes instance into a constructor
      
      Adds tests for environments component
      
      Adds tests assertations
      
      Adds external URL test
      
      Adds tests for Rollback component
      
      Adds tests for stop component
      
      Adds tests for actions component
      Fix environment item
      
      Init environment item tests
      30c6a7d3
Loading