Skip to content
Snippets Groups Projects
  1. Jan 20, 2014
  2. Jan 17, 2014
  3. Oct 31, 2013
  4. Oct 28, 2013
    • Jared Hancock's avatar
      Add --clean option to deploy script · 84d463af
      Jared Hancock authored
      Allows the deploy script to remove files in the target that are not preset
      in the current repository. This patch assumes pure stock osTicket
      deployments -or- that the files deployed in the target are also present in
      the local repository.
      84d463af
  5. Oct 25, 2013
  6. Oct 19, 2013
  7. Oct 17, 2013
  8. Sep 30, 2013
    • Jared Hancock's avatar
      Expose fail count to shell environment · d9ad5a13
      Jared Hancock authored
      Also, run the tests in the packager. The packager will automatically run the
      regression test suite prior to packaging a release. The package will not
      build if there is at least one fail from the regression tests.
      d9ad5a13
    • Jared Hancock's avatar
      Allow deployment of setup/ · e24750fe
      Jared Hancock authored
      Useful for initial installs, where deployment of the `setup/` folder is
      required for the initial install. Thereafter, deployment can be run without
      the setup option so that the rest of the codebase can be maintained (already
      supported)
      e24750fe
  9. Sep 11, 2013
  10. Sep 05, 2013
  11. Sep 04, 2013
  12. Aug 19, 2013
  13. Aug 09, 2013
  14. Jul 24, 2013
  15. Jul 15, 2013
  16. Jul 12, 2013
  17. Jul 03, 2013
  18. Jun 19, 2013
  19. Jun 18, 2013
  20. Jun 10, 2013
    • Jared Hancock's avatar
      Add deploy cli script · c0c6ac50
      Jared Hancock authored
      This will allow folks following the git development model to checkout the
      sourcecode to one folder, follow an upstream git brach, and deploy the
      osticket installation from a current branch to a location somewhere.
      
      The deploy process differs from the unpack process in that it does not
      assume to be inside an 'upload/' folder from the install zipball, and it
      does not deploy the 'setup/' folder.
      
      The include folder is still supported to be installed elsewhere.
      c0c6ac50
    • Jared Hancock's avatar
      Fixup Unpacker::unpackage() · 9ab27012
      Jared Hancock authored
      - Force destination folder to always have a trailing slash
      - Log if verbosity is set to stdout
      - Use MD5 to see if copy is necessary
      9ab27012
    • Jared Hancock's avatar
      Use internal stdout and stderr objects for logging · 962fb661
      Jared Hancock authored
      Inside cli modules, use internal stdout and stderr objects rather than
      writing directly to the PHP outputs. This will allow for significantly
      easier regression testing integration.
      962fb661
    • Jared Hancock's avatar
      f7c9ddbf
  21. Jun 06, 2013
  22. Jun 05, 2013
  23. Mar 31, 2013
  24. Mar 30, 2013
  25. Mar 27, 2013
  26. Feb 18, 2013
  27. Feb 14, 2013
  28. Feb 11, 2013
Loading