Skip to content
Snippets Groups Projects
  1. Nov 20, 2020
    • Antoine R. Dumont's avatar
      setup: Separate pytest-postgresql dependency and declare it when needed · 7722df9f
      Antoine R. Dumont authored
      This drops the pytest-postgresql from requirements-db.txt. This is not a
      required dependency for the swh.core.db module itself.
      
      It's a requirement for the swh.core.db.pytest_plugin. This module should become
      its own module as a test requirements for other swh modules (including
      swh.core.db but not limited to it).
      
      So this commit adds a dedicated requirements-db-pytestplugin.txt file with such
      dependency. This opens the db-pytestplugin key within the setup.py and then
      references that test dependency for the swh.core.db modules (as it's needed for
      tests of the module).
      
      Related to T2746
      7722df9f
  2. Sep 22, 2020
    • David Douard's avatar
      Do not automagically add click cmd from swh.cli.subcommands · 08788aa3
      David Douard authored
      the idea is now to be a bit more explicit, and expect thoses commands
      to have the main `swh` click group as parent.
      
      Then the swh.cli.subcommands entrypoint hooks only have to load the
      declared cli modules.
      
      So we now expect to:
      
      - use swh.core.cli.swh as parent group when declaring
        sub-groups/commands in a swh package.
      - the swh.cli.subcommand entrypoint to only refer the module rather than
        the click group/command, ie. have:
      
        '''
          [swh.cli.subcommands]
          name = swh.path.to.cli_module
        '''
      
        instead of:
      
        '''
          [swh.cli.subcommands]
          name = swh.path.to.cli_module:click_command
        '''
      
      A backward compatilibility mech is provided: if the loaded entrypoint
      object is indeed a click command, auto add it to the main swh group.
      08788aa3
  3. Sep 17, 2020
  4. Jul 08, 2020
  5. Apr 29, 2020
  6. Apr 20, 2020
  7. Mar 26, 2020
  8. Nov 21, 2019
  9. Oct 18, 2019
  10. Oct 09, 2019
  11. Jul 10, 2019
  12. May 06, 2019
  13. Oct 16, 2018
  14. Oct 05, 2018
  15. Apr 15, 2018
  16. Oct 12, 2017
  17. Feb 09, 2017
  18. Sep 22, 2015
Loading