Skip to content
Snippets Groups Projects
  1. Jan 07, 2025
    • Nicola Spanti's avatar
      chore(deps): stop to claim that we support old stuff · cddde83f27b8
      Nicola Spanti authored
      It may still work, but the reality is probably that nobody knows.
      
      - Python 3.9.2 is the default version of Python in current Debian oldstable.
        The current Debian stable (12, Bookworm) has already 1 year (june 2023).
      - CubicWeb 4.5.2 was published at the end of 2023.
      
      We would have liked to upgrade more.
      However the new minimum versions are the ones of an active project.
      cddde83f27b8
  2. Oct 05, 2023
  3. Oct 03, 2023
  4. Jun 27, 2023
  5. Jan 17, 2023
  6. Jan 05, 2023
  7. Dec 22, 2022
  8. Sep 28, 2022
  9. Apr 08, 2022
  10. Apr 07, 2022
  11. Apr 05, 2022
  12. Feb 10, 2022
  13. Nov 23, 2021
  14. Sep 08, 2021
  15. Aug 24, 2021
  16. Mar 17, 2021
  17. Feb 23, 2021
  18. Jan 27, 2021
  19. Jan 06, 2021
  20. Dec 17, 2020
  21. Jun 23, 2020
  22. May 20, 2020
  23. Aug 31, 2018
  24. Jun 20, 2018
    • David Douard's avatar
      initial implementation of the S3Storage · 7b94c60170ee
      David Douard authored
      This implementation provides an S3Storage that can be used to store entities
      attributes in an Amazon S3 storage.
      
      It comes with an STKEY rql function to be able to retrieve the S3 object key
      for the entity attribute (similar to BFSS's FSPATH rql function).
      
      S3 connection configurations are attached to the S3Storage instance, like:
      
        s3_storage = S3Storage(s3_bucket)
        storages.set_attribute_storage(repo, 'File', 'data', s3_storage)
      7b94c60170ee
  25. Jun 12, 2018
Loading