1. 17 Jan, 2013 10 commits
  2. 16 Jan, 2013 6 commits
  3. 15 Jan, 2013 5 commits
  4. 14 Jan, 2013 8 commits
  5. 12 Jan, 2013 1 commit
  6. 11 Jan, 2013 5 commits
  7. 10 Jan, 2013 5 commits
    • Julien Muchembled's avatar
    • Sebastien Robin's avatar
      stop using a local cache on TaskDistributionTool · b2bffc14
      Sebastien Robin authored
      A dictionary was used as cached to store test result path and
      duration of tests. This was quite convenient, however this
      dictionary was growing, and since this data was commited thouzands
      time per day, this was making the zodb growing faster and faster.
      
      So we now rely on catalog + tags to retrieve test results. We
      also use int_index on test result line to order them by duration
      time. We will surely increase the load of sql database (we might
      need to add specific index), but this will avoid zodb using too
      much space.
      b2bffc14
    • Vincent Pelletier's avatar
      Use POST method. · 67f13f5a
      Vincent Pelletier authored
      URL length limit is too restrictive to contain all skin selections of a
      real site.
      67f13f5a
    • Vincent Pelletier's avatar
      Improve dosctring a bit. · 6db1cfd0
      Vincent Pelletier authored
      Hot reindex doesn't synchronise catalogs. It creates a new catalog from
      ZODB data, which is expected to reach the same stata as original catalog.
      It does not use existing catalog as data source.
      6db1cfd0
    • Vincent Pelletier's avatar
      Typo in comment. · bb615e11
      Vincent Pelletier authored
      bb615e11