Skip to content
Extraits de code Groupes Projets
  1. juin 30, 2017
  2. juin 18, 2017
  3. mai 03, 2017
    • Eugen Rochko's avatar
      Replace sprockets/browserify with Webpack (#2617) · f5bf5ebb
      Eugen Rochko a rédigé
      * 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
  4. avr. 19, 2017
    • Joël Quenneville's avatar
      Install Yarn dependencies during setup (#1169) · 23eea5c5
      Joël Quenneville a rédigé
      Previously the `bin/setup` script only installed the Ruby dependencies
      via Bundler. This is not sufficient to get the test suite to pass. We
      also need the JavaScript dependencies.
      
      This commit installs the JavaScript dependencies as part of the
      `bin/setup` script via Yarn.
      
      This allows for a successful
      
          bin/setup && bundle exec rake
      
      on a fresh clone of the repo.
      23eea5c5
  5. avr. 16, 2017
  6. août 17, 2016
  7. mars 12, 2016
  8. fév. 20, 2016
Chargement en cours