Skip to content
Snippets Groups Projects
  1. Jun 28, 2024
  2. Jun 20, 2024
  3. Jun 18, 2024
  4. Jun 07, 2024
  5. Jun 05, 2024
  6. May 23, 2024
  7. May 22, 2024
  8. May 16, 2024
  9. May 15, 2024
  10. May 07, 2024
  11. Apr 26, 2024
  12. Mar 29, 2024
  13. Mar 13, 2024
  14. Feb 05, 2024
  15. Jan 30, 2024
  16. Dec 21, 2023
  17. Dec 06, 2023
  18. Dec 05, 2023
  19. Dec 01, 2023
  20. Nov 29, 2023
  21. 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
  22. Nov 09, 2023
  23. Sep 06, 2023
  24. Aug 03, 2023
  25. 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
  26. Jul 10, 2023
  27. Jul 07, 2023
    • David Douard's avatar
      b26a668e
    • David Douard's avatar
      Make `swh db init` command work properly with the --dbname option · 89d48572
      David Douard authored
      This allows to run the command `swh db init --dname DBURI` without
      giving a configuration file while still populating the dbversion table
      in the database.
      
      Note that this may not work for all swh packages, when the postgresql
      backend for the given swh package needs more configuration entries than
      just the psql connection string.
      
      This more or less drops support for "old style" db sql init scripts:
      
      - the `swh db init` will still work for an 'old style' package (in which
        the sql init scripts do create dbversion table and initialize it) but
        will display an error message,
      - the --initial-version option has been dropped, since this made sense
        only for old style packages,
      - the test data 'cli_new' has been renamed as 'cli' (in place of the
        previous "old style" one)
      89d48572
  28. Jun 26, 2023
  29. Jun 20, 2023
  30. Jun 14, 2023
Loading