Skip to content
Snippets Groups Projects
  1. Sep 13, 2018
    • ThibG's avatar
      661a89ea
    • ThibG's avatar
      Fix building assets in test environment (#8691) · 7fa4144d
      ThibG authored
      Webpacker (Ruby wrapper to webpack) uses RAILS_ENV-based environments while
      the javascript configuration for webpack re-reads this configuration file using
      the NODE_ENV environment variable. This means that when RAILS_ENV=test, running
      “assets:precompile” compiled the production packs in “public/packs” while
      webpacker expects them in “public/packs-test”. This causes Ruby to recompile
      them on-the-fly, possibly leading to race conditions in parallel_tests.
      
      This changes:
      - Disables on-the-fly compilation in test environment
      - Changes the javascript part to read the correct environment
      7fa4144d
    • Eugen Rochko's avatar
      Group reports by target account (#8674) · 011437dc
      Eugen Rochko authored
      * Group reports by target account
      
      * Improve CSS
      011437dc
  2. Sep 12, 2018
  3. Sep 10, 2018
  4. Sep 09, 2018
  5. Sep 08, 2018
  6. Sep 07, 2018
  7. Sep 06, 2018
  8. Sep 04, 2018
  9. Sep 02, 2018
  10. Sep 01, 2018
Loading