Skip to content
Extraits de code Groupes Projets
  1. août 12, 2014
  2. août 10, 2014
    • diosmosis's avatar
      Created unified system for running tests in travis for Piwik Core and any... · e6cc26c6
      diosmosis a rédigé
      Created unified system for running tests in travis for Piwik Core and any Piwik plugin. System includes a console command (generate:travis-yml) that generates a .travis.yml file for a plugin or core. The travis file will check in travis if it needs to be updated, and if so it will fail the build and tell the user. If a specific command line option is specified supplying a github user token, the .travis.yml file will be updated within travis automatically.
      
      Notes:
      
        - comments and non-travis sections will be preserved
        - includes logic for plugins to test themselves against latest stable version instead of just on master
        - the system is primarily controlled by environment variables. developers can change/add variables in .travis.yml and the auto-updating will preserve the changes.
      e6cc26c6
  3. juil. 26, 2014
    • diosmosis's avatar
      Refactoring IntegrationTestCase class: · 8c94dc71
      diosmosis a rédigé
        - moved all API URL generation logic & API response handling logic to separate classes
        - created ApiTestConfig class to hold API test options (and documentation for properties)
        - remove unnecessary IntegrationTestCase properties and methods (including apiNotToCall/apiToCall)
        - remove as many unnecessary API test options as possible (including abandonedCarts, hackDeleteRangeArchivesBefore)
        - rename checkRequestResponse to assertApiResponseHasNoError
      8c94dc71
  4. juil. 06, 2014
  5. juil. 05, 2014
  6. juil. 03, 2014
  7. juin 30, 2014
  8. juin 25, 2014
  9. juin 22, 2014
  10. juin 13, 2014
  11. mai 22, 2014
  12. mars 31, 2014
  13. mars 30, 2014
  14. mars 24, 2014
  15. mars 21, 2014
  16. mars 17, 2014
  17. mars 13, 2014
  18. mars 11, 2014
  19. mars 10, 2014
Chargement en cours