An error occurred fetching the project authors.
  1. 04 Jul, 2023 5 commits
  2. 11 Jan, 2023 1 commit
  3. 23 Nov, 2022 1 commit
  4. 19 Oct, 2021 1 commit
    • Rafael Monnerat's avatar
      slapos_mysql_innodb_catalog: Index consistency_error · 1822be3b
      Rafael Monnerat authored
          We index now for very few portal types the bool(checkConsistency()) in order to search inconsistent documents.
      
          The indexation is limited to the scope we must monitor rather them all documents for 2 major reasons:
      
              - Too much useless constrants on erp5 code base, not applicable for our project (ie.: On person)
              - Performance on indexation is penalized from this extra cost, specially when index large trees (Deliveries or open orders)**
      
          ** Not so much, however, on a scale of millions of documents it can make a major difference, so this commits keeps up to the minimal implementation.
      1822be3b
  5. 05 Jul, 2021 1 commit
    • Boxiang Sun's avatar
      Add SlapOSDocTestSuite class to run erp5-doc tests · 4f7ff125
      Boxiang Sun authored
      This test suite is for run the tests in the erp5-doc repository.
      Put it in this repository is because the testpages in the
      erp5-doc/erp5_slapos_tutorial need slapos-master recipe to configure the
      erp5 instance.
      4f7ff125
  6. 25 Jun, 2021 2 commits
  7. 15 Jun, 2021 1 commit
  8. 29 Aug, 2020 1 commit
  9. 19 Aug, 2020 1 commit
  10. 07 Aug, 2020 2 commits
  11. 16 Jul, 2020 1 commit
  12. 16 Apr, 2020 1 commit
  13. 12 Dec, 2019 1 commit
  14. 17 May, 2019 1 commit
  15. 16 Apr, 2019 1 commit
  16. 25 Jan, 2019 1 commit
  17. 13 Dec, 2018 2 commits
  18. 13 Apr, 2018 1 commit
  19. 28 Dec, 2017 1 commit
  20. 20 Sep, 2017 1 commit
  21. 14 Aug, 2017 1 commit
  22. 12 Aug, 2016 1 commit
  23. 12 Nov, 2014 1 commit
  24. 15 May, 2013 2 commits
  25. 12 Mar, 2013 1 commit
  26. 17 Feb, 2013 1 commit
  27. 11 Dec, 2012 1 commit
  28. 03 Dec, 2012 1 commit
  29. 12 Nov, 2012 2 commits
    • Łukasz Nowak's avatar
      Merge test suites. · f24f32f8
      Łukasz Nowak authored
      Base is SlapOSCloud, run everything from there also on VIFIB.
      f24f32f8
    • Łukasz Nowak's avatar
      Rebrand Open Sale Order manipulation. · cacd3d2c
      Łukasz Nowak authored
      Switch to fully alarm based approach and drop Person.fixConsistency interaction,
      which created Open Sale Order.
      
      As Open Sale Order is optional and it is asserted by alarm drop
      open_sale_order_related_constraint.
      
      Rename script to follow naming conventions.
      
      Rename slapos_subscription to slapos_accounting in order to follow modularity
      if SlapOS Master.
      cacd3d2c
  30. 30 Oct, 2012 2 commits