1. 02 Mar, 2023 1 commit
  2. 01 Mar, 2023 1 commit
    • Ophélie Gagnard's avatar
      Download: Add new criteria and new syntax for selection. · e724ca50
      Ophélie Gagnard authored
      Syntax:
      KEY{>=,<=,>,<,==,:}VALUE
      VALUE is expected to be json dump except when the delimiter is ":"
      With ":" delimiter, accepted special words are "max" and "min".
      
      Selection:
      For the sake of lisibility, the shadir entries are preprocessed in order
      to eliminate invalid metadata. This is slower but the metadata is
      exepected to be small as each entry may require a database access on
      the server shacache side.
      e724ca50
  3. 02 Dec, 2022 1 commit
  4. 24 Nov, 2022 1 commit
  5. 22 Nov, 2022 1 commit
  6. 05 Apr, 2022 1 commit
  7. 30 Mar, 2022 4 commits
  8. 29 Mar, 2022 1 commit
  9. 28 Mar, 2022 1 commit
  10. 17 Mar, 2022 2 commits
  11. 09 Mar, 2022 1 commit
  12. 09 Dec, 2021 1 commit
  13. 08 Dec, 2021 1 commit
  14. 28 Sep, 2021 2 commits
  15. 12 Feb, 2020 2 commits
  16. 03 Dec, 2019 2 commits
  17. 17 Sep, 2019 1 commit
    • Thomas Gambier's avatar
      fix for old version of SSL · f47b10af
      Thomas Gambier authored
      "context.set_ciphers('DEFAULT:@SECLEVEL=1')" was introduced in
      ab3b2c3b but for very old SSL we can have the
      follwoing error:
      
      Traceback (most recent call last):
        File "/usr/local/bin/networkcache-upload", line 9, in <module>
          load_entry_point('slapos.libnetworkcache==0.19', 'console_scripts', 'networkcache-upload')()
        File "/usr/local/lib/python2.7/dist-packages/slapos/libnetworkcache.py", line 489, in cmd_upload
          **dict(x.split('=', 1) for x in args.meta))
        File "/usr/local/lib/python2.7/dist-packages/slapos/libnetworkcache.py", line 341, in upload
          'Content-Type': 'application/octet-stream'})
        File "/usr/local/lib/python2.7/dist-packages/slapos/libnetworkcache.py", line 264, in _request
          context.set_ciphers('DEFAULT:@SECLEVEL=1') # XXX
      ssl.SSLError: ('No cipher can be selected.',)
      
      /reviewed-on !3
      f47b10af
  18. 03 Aug, 2019 2 commits
  19. 02 Aug, 2019 1 commit
  20. 01 Aug, 2019 1 commit
  21. 18 Jun, 2019 1 commit
  22. 07 Jun, 2019 2 commits
  23. 07 Jan, 2019 1 commit
  24. 04 Dec, 2018 2 commits
  25. 15 Jun, 2018 2 commits
  26. 01 Sep, 2017 1 commit
  27. 22 Jun, 2017 1 commit
  28. 09 Jun, 2017 2 commits