Skip to content
Snippets Groups Projects
  1. Apr 28, 2016
    • Jared Hancock's avatar
      cli: deploy: Automatically deploy rewritten files · 93402825
      Jared Hancock authored
      With the advent of the MANIFEST file, files which are rewritten when
      deployed, such as those which have the GIT hash in the query string to force
      browser reloading, were no longer deployed unless the content of those files
      changed.
      
      This patch adds a flag to the MANIFEST file to indicate that the file was
      rewritten when it was deployed. This allows the file to be deployed and
      rewritten again when the deployment is run, but also adds an indication
      to the console output to distinguish deploying changes as opposed to
      deploying rewrites.
      93402825
    • Jared Hancock's avatar
      b7529965
  2. Jun 24, 2015
  3. Jun 22, 2015
  4. Jun 11, 2015
  5. May 08, 2015
  6. Oct 23, 2014
  7. May 16, 2014
  8. Mar 14, 2014
  9. Feb 28, 2014
  10. Jan 20, 2014
  11. Jan 17, 2014
  12. Oct 31, 2013
  13. 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
  14. Oct 25, 2013
  15. Oct 19, 2013
  16. Sep 30, 2013
    • 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
  17. Jul 03, 2013
  18. Jun 18, 2013
  19. 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
Loading