Skip to content
Snippets Groups Projects
  1. Feb 03, 2018
  2. Jan 24, 2018
  3. Oct 06, 2017
    • unarist's avatar
      Specify middleware versions in docker-compose.yml (#5247) · c75ca052
      unarist authored
      PostgreSQL10 has been released, but upgrading from older versions needs dump/restore. If you pull new version without those handling, db service will fail to launch.
      
      To prevent accidentally upgrading, and as a recommended version, this patch specifies PostgreSQL and Redis version.
      c75ca052
  4. May 04, 2017
  5. May 03, 2017
    • Eugen Rochko's avatar
      Replace sprockets/browserify with Webpack (#2617) · f5bf5ebb
      Eugen Rochko authored
      * Replace browserify with webpack
      
      * Add react-intl-translations-manager
      
      * Do not minify in development, add offline-plugin for ServiceWorker background cache updates
      
      * Adjust tests and dependencies
      
      * Fix production deployments
      
      * Fix tests
      
      * More optimizations
      
      * Improve travis cache for npm stuff
      
      * Re-run travis
      
      * Add back support for custom.scss as before
      
      * Remove offline-plugin and babili
      
      * Fix issue with Immutable.List().unshift(...values) not working as expected
      
      * Make travis load schema instead of running all migrations in sequence
      
      * Fix missing React import in WarningContainer. Optimize rendering performance by using ImmutablePureComponent instead of
      React.PureComponent. ImmutablePureComponent uses Immutable.is() to compare props. Replace dynamic callback bindings in
      <UI />
      
      * Add react definitions to places that use JSX
      
      * Add Procfile.dev for running rails, webpack and streaming API at the same time
      f5bf5ebb
  6. Apr 15, 2017
  7. Apr 11, 2017
  8. Apr 08, 2017
  9. Apr 05, 2017
  10. Apr 04, 2017
  11. Apr 03, 2017
  12. 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
  13. Nov 29, 2016
  14. Nov 24, 2016
  15. Oct 25, 2016
  16. Oct 15, 2016
  17. Mar 25, 2016
  18. Mar 16, 2016
  19. Mar 14, 2016
Loading