Skip to content
Snippets Groups Projects
  1. Apr 15, 2017
    • Zac Anger's avatar
      Add eslint-plugin-jsx-a11y (#1651) · f4045ba3
      Zac Anger authored
      * Add eslint-plugin-jsx-a11y.
      
      * Fix npm script.
      
      * Adjust npm scripts so test also runs lint.
      
      * Fix existing lint errors.
      
      * Don't break on a11y issues.
      
      * Add role and tabIndex.
      
      * Add vim and Mac files to .gitignore and .dockerignore.
      
      * Handle htmlFor (partially), a that's actually a button.
      
      * Fix missing tabIndex.
      
      * Add cursor:pointer to load-more
      
      * Revert change to load_more.
      
      * Fixes based on review.
      
      * Update yarn.lock.
      
      * Don't try to install fsevents on Linux (hides warning noise).
      f4045ba3
  2. Apr 11, 2017
  3. 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
  4. Mar 29, 2017
  5. Mar 13, 2017
  6. Mar 01, 2017
  7. Feb 26, 2017
  8. Feb 05, 2017
  9. Feb 03, 2017
    • Eugen Rochko's avatar
      Make the streaming API also handle websockets (because trying to get the... · ccb8ac85
      Eugen Rochko authored
      Make the streaming API also handle websockets (because trying to get the browser EventSource interface to
      work flawlessly was a nightmare). WARNING: This commit makes the web UI connect to the streaming API instead
      of ActionCable like before. This means that if you are upgrading, you should set that up beforehand.
      ccb8ac85
  10. Feb 02, 2017
  11. Jan 17, 2017
  12. Jan 16, 2017
  13. Jan 10, 2017
  14. Jan 06, 2017
  15. Jan 05, 2017
  16. Dec 14, 2016
  17. Dec 06, 2016
  18. Nov 23, 2016
  19. Nov 18, 2016
  20. Nov 17, 2016
  21. Nov 16, 2016
  22. Nov 13, 2016
  23. Nov 10, 2016
  24. Nov 08, 2016
  25. Nov 07, 2016
  26. Oct 30, 2016
  27. Oct 24, 2016
  28. Oct 18, 2016
  29. Oct 14, 2016
  30. Oct 12, 2016
Loading