Skip to content
Extraits de code Groupes Projets
  1. sept. 26, 2017
    • cmrd Senya's avatar
      Memory usage test for archive export · 9f0b74eb
      cmrd Senya a rédigé
      It is not included into the main test suite, because it has :performance tag.
      
      One can run this test using command:
      $ bin/rspec --tag performance spec/integration/export/memory_usage_spec.rb
      
      This test creates additional fixtures set to speed up repeated runs.
      Non vérifiée
      9f0b74eb
    • cmrd Senya's avatar
      Don't force fixtures rebuild on each rspec run · 265a7ee2
      cmrd Senya a rédigé
      Main purpose of fixtures for us is to speed up test runs. Rebuilding
      fixtures each run makes them pointless. They will be rebuilt automatically
      if some of "files_to_check" are changed, so we're protected from the case
      when fixtures are outdated and don't load properly.
      Non vérifiée
      265a7ee2
    • cmrd Senya's avatar
      Fix local migration run without old private key · 9ee9dbe9
      cmrd Senya a rédigé
      It was possible to run migration locally without providing old private
      key. This way migration was performed but not dispatched, which obviously
      leads to desynchronization of the federation state so let's validate sender
      before performing any actual actions.
      
      closes #7558
      Non vérifiée
      9ee9dbe9
  2. sept. 19, 2017
  3. sept. 18, 2017
  4. sept. 17, 2017
  5. sept. 04, 2017
  6. sept. 03, 2017
  7. août 31, 2017
  8. août 29, 2017
Chargement en cours