Skip to content
Snippets Groups Projects
  1. Aug 28, 2024
  2. Aug 27, 2024
  3. Jul 17, 2024
  4. Jul 11, 2024
    • Jérémy Bobbio (Lunar)'s avatar
      config: keep dicts in config ordered · 32e534f1
      Jérémy Bobbio (Lunar) authored
      YAML mappings are converted in Python as dict. The order
      of the keys in dicts returned by `load_from_envvar()` were
      not stable from one Python run to the next.
      
      Since Python 3.6, dicts are ordered by default, and `yaml.safe_load()`
      will always return keys in the same order. The culprit was
      `merge_configs` which created a set (which are unordered) of keys
      to perform the merge.
      32e534f1
  5. Jun 28, 2024
  6. Jun 20, 2024
  7. Jun 18, 2024
  8. Jun 07, 2024
  9. Jun 05, 2024
  10. May 23, 2024
  11. May 22, 2024
  12. May 16, 2024
  13. May 15, 2024
  14. May 07, 2024
  15. Apr 26, 2024
  16. Mar 29, 2024
  17. Mar 13, 2024
  18. Feb 05, 2024
  19. Jan 30, 2024
  20. Dec 21, 2023
  21. Dec 06, 2023
  22. Dec 05, 2023
  23. Dec 01, 2023
  24. Nov 29, 2023
  25. Nov 28, 2023
    • David Douard's avatar
      Update to swh-py-template v0.1.5 · f84b27f7
      David Douard authored
      - remove sphinx-dev tox env,
      - use non-editable install of swh-docs to build the sphinx doc in tox,
      - remove (now useless) MANIFEST.in.
      f84b27f7
    • David Douard's avatar
      Remove the 'github' package extra · d5f63c82
      David Douard authored
      It's not needed any more.
      d5f63c82
    • David Douard's avatar
      Migrate to copier-base template · 7fcefc48
      David Douard authored
      This replaces the setup.py package file with pyproject.toml (keeping
      setuptools and setuptool_scm) and use an implicit namespace declaration
      for the swh namespace.
      
      Also note that due to the poor support of PEP 420 in pytest, it needs a
      pair of command line arguments to pass all tests (see tox.ini).
      7fcefc48
  26. Nov 09, 2023
  27. Sep 06, 2023
  28. Aug 03, 2023
  29. Jul 13, 2023
    • David Douard's avatar
      Fix read-access granting to the guest user in db_utils · 5bbe5cec
      David Douard authored
      It was missing a commit to actually be granted.
      Add a test for this specific behavior, making sure the guest user has
      proper permissions.
      
      Note that this will work if and only is the guest user does not inherit
      from a bunch of default permissions when created (needs a NOINHERIT).
      5bbe5cec
  30. Jul 10, 2023
Loading