Skip to content
Snippets Groups Projects
  1. May 14, 2017
  2. May 11, 2017
  3. May 07, 2017
    • beatrix's avatar
      namespace redis usage (#2869) · 5c1f70b5
      beatrix authored
      * add redis-namespace gem
      
      * namespace redis usage
      
      * refactor redis namespace code to be less intrusive
      
      previously : would be prepended to keys when the
      REDIS_NAMESPACE env var was not set
      
      now if it is not set the namespacing functions are
      not used at all, which should prevent disruptions
      when instances update.
      
      * fix redis namespace variable style in streaming js
      
      * remove trailing space
      
      * final redis namespace style fix
      5c1f70b5
  4. May 06, 2017
  5. May 04, 2017
  6. May 03, 2017
  7. Apr 30, 2017
  8. Apr 29, 2017
  9. Apr 22, 2017
  10. Apr 21, 2017
  11. Apr 18, 2017
    • kuro5hin's avatar
      Fix streaming server worker count (#2082) · 0790aa91
      kuro5hin authored
      * Make sure we start at least one streaming worker, even if there's only one CPU and we're in production mode.
      
      * Oops, let's make sure we're counting cpus right too.
      0790aa91
  12. Apr 17, 2017
  13. Apr 10, 2017
    • Gavin Mogan's avatar
      Dev Tooling fixes (eslint/editorconfig) (#1398) · 3672a799
      Gavin Mogan authored
      * Add eslint to dev dependancies so it gets installed for the repo
      
      yarn add --dev eslint babel-eslint eslint-plugin-reac
      
      project specific version of eslint, you can globally install eslint-cli
      if you want the global runtime, or add .bin to your path
      
      * fix eslint errors about inconsitent returns
      
      * eslint ignore the same as git ignore. allows for eslint .
      
      * Add editorconfig file so everyones editor will be setup to follow the same standards
      3672a799
  14. Apr 02, 2017
  15. Mar 02, 2017
  16. Feb 07, 2017
  17. Feb 06, 2017
  18. Feb 05, 2017
  19. Feb 03, 2017
  20. Feb 02, 2017
Loading