1. 28 Jul, 2011 3 commits
  2. 27 Jul, 2011 18 commits
  3. 26 Jul, 2011 4 commits
    • Vincent Pelletier's avatar
      Allow selected os.path members. · 161e5c9c
      Vincent Pelletier authored
      161e5c9c
    • Leonardo Rochael Almeida's avatar
      Add RELATED_QUERY_SEPARATOR parameter. · e1e0c2c2
      Leonardo Rochael Almeida authored
      This parameter comes from catalog_join branch,where it is used to pass
      a marker value (equivalent to an " AND " from SQL point of view).
      e1e0c2c2
    • Vincent Pelletier's avatar
      Join query table last. · daf6ac82
      Vincent Pelletier authored
      catalog_join branch's code relies on this join condition ordering.
      This simplifies template a bit (we don't generate slot names dynamically)
      but makes variable meaning more obscure.
      daf6ac82
    • Leonardo Rochael Almeida's avatar
      Automigration of ZTK site manager and translations · 0198e812
      Leonardo Rochael Almeida authored
      Sites migrated from Zope 2.8 don't have a configured component manager (a.k.a.
      SiteManager) and because of that, and its consequent lack of registration of
      the Localizer Message Catalogs as ITranslationDomain utilities, they don't
      perform translation correctly.
      
      Here we add a no-additional-cost migration by overriding the
      ObjectManager.getSiteManager() method, and automatically configuring the
      component manager, including translation domains.
      0198e812
  4. 25 Jul, 2011 8 commits
  5. 22 Jul, 2011 7 commits
    • Łukasz Nowak's avatar
      f57a41cc
    • Łukasz Nowak's avatar
      Cleanup imports. · f3a14222
      Łukasz Nowak authored
      f3a14222
    • Łukasz Nowak's avatar
      Readd copyrights information. · 0d37058a
      Łukasz Nowak authored
      They were removed by mistake in 887aa655
      0d37058a
    • Łukasz Nowak's avatar
      Use runTestSuite not runUnitTest. · 9fd92549
      Łukasz Nowak authored
      9fd92549
    • Łukasz Nowak's avatar
      Apply changes from slapos/erp5testnode branch. · 887aa655
      Łukasz Nowak authored
      Changes are done manually, as files were moved.
      
      Original log:
      
      02666ca Enclose runTestSuite in its workspace.
      d029684 Use safeRpcCall always during calling master.
      70d2e4b Setup process group for test suite.
      e94ff72 Always kill supervisord.
      677895a Remove not filled kill lists.
      b228b13 Make import list diff/patch friendly.
      8ef8b9b Missing import.
      37da900 Always set partition's permission.
      346ff3b Cleanup test result when SubprocessError is raised.
      5515a97 Reuse SubprocessError exception in more error cases.
      e72a7c8 Remove no-op.
      048d47d Remove debugging log.
      dc8276c Increase verbosity.
      2d47034 Get rid of empty lines between each commands.
      bdd79ce Use timestamped logger in Updater & SlapOSControler.
      e0ec540 Fix typo in log message.
      d46f496 Output formated timestamp in front of each message.
      2dfa0a9 Don't write to some dynamically-named, pwd-relative file.
      de91c1f Catch all RPC exceptions.
      d413f61 Move log files to testrunner's log_directory.
      4d357a4 Provide and use run_directory instead of computing it.
      0cd300b Define profile_path on individual repository list entry.
      1f5e7a3 save memory by stopping supervisor
      
      Original commits are available in http://git.erp5.org/repos/slapos.git
      repository.
      887aa655
    • Łukasz Nowak's avatar
      Avoid lowercasing options. · b80072bc
      Łukasz Nowak authored
      testnode maps some sections to internal parameters, so in order to avoid post
      processing just keep keys as are.
      b80072bc
    • Łukasz Nowak's avatar
      Add slapproxy and make environment section required. · 32e57012
      Łukasz Nowak authored
      For now the goal is to make testnode running, usage optimisation will be
      applied later.
      32e57012