[Ofmfwg] [OpenFabrics/sunfish_library_reference] a1cf07: Rename source directory

Christian Pinto noreply at github.com
Mon Dec 11 06:16:01 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/OpenFabrics/sunfish_library_reference
  Commit: a1cf07985e69a3bb294206b43967d53e569efd24
      https://github.com/OpenFabrics/sunfish_library_reference/commit/a1cf07985e69a3bb294206b43967d53e569efd24
  Author: Doug Ledford <dledford at redhat.com>
  Date:   2023-12-08 (Fri, 08 Dec 2023)

  Changed paths:
    M pyproject.toml
    A sunfish/events/__init__.py
    A sunfish/events/event_handler.py
    A sunfish/events/subscription_handler.py
    A sunfish/lib/__init__.py
    A sunfish/lib/core.py
    A sunfish/lib/exceptions.py
    A sunfish/lib/object_handler.py
    A sunfish/storage/__init__.py
    A sunfish/storage/backend_FS.py
    A sunfish/storage/backend_interface.py
    A sunfish/storage/utils.py
    R sunfishcorelib/events/__init__.py
    R sunfishcorelib/events/event_handler.py
    R sunfishcorelib/events/subscription_handler.py
    R sunfishcorelib/storage_backend/__init__.py
    R sunfishcorelib/storage_backend/backend_FS.py
    R sunfishcorelib/storage_backend/backend_interface.py
    R sunfishcorelib/storage_backend/utils.py
    R sunfishcorelib/sunfishcorelib/__init__.py
    R sunfishcorelib/sunfishcorelib/core.py
    R sunfishcorelib/sunfishcorelib/exceptions.py
    R sunfishcorelib/sunfishcorelib/object_handler.py
    M tests/test_sunfishcore_library.py

  Log Message:
  -----------
  Rename source directory

Redundant names create overly long names.  Rename directories in order
to keep overall path names more reasonable in length and avoid
redundencies in the pathname.  Update the tests to accommodate these
changes.

Signed-off-by: Doug Ledford <dledford at redhat.com>


  Commit: d0be98d8f76f2299669020ab02f744db3731b91f
      https://github.com/OpenFabrics/sunfish_library_reference/commit/d0be98d8f76f2299669020ab02f744db3731b91f
  Author: Christian Pinto <christian.pinto at ibm.com>
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
    M pyproject.toml
    A sunfish/events/__init__.py
    A sunfish/events/event_handler.py
    A sunfish/events/subscription_handler.py
    A sunfish/lib/__init__.py
    A sunfish/lib/core.py
    A sunfish/lib/exceptions.py
    A sunfish/lib/object_handler.py
    A sunfish/storage/__init__.py
    A sunfish/storage/backend_FS.py
    A sunfish/storage/backend_interface.py
    A sunfish/storage/utils.py
    R sunfishcorelib/events/__init__.py
    R sunfishcorelib/events/event_handler.py
    R sunfishcorelib/events/subscription_handler.py
    R sunfishcorelib/storage_backend/__init__.py
    R sunfishcorelib/storage_backend/backend_FS.py
    R sunfishcorelib/storage_backend/backend_interface.py
    R sunfishcorelib/storage_backend/utils.py
    R sunfishcorelib/sunfishcorelib/__init__.py
    R sunfishcorelib/sunfishcorelib/core.py
    R sunfishcorelib/sunfishcorelib/exceptions.py
    R sunfishcorelib/sunfishcorelib/object_handler.py
    M tests/test_sunfishcore_library.py

  Log Message:
  -----------
  Rename source directory (#8)

Redundant names create overly long names. Rename directories in order to
keep overall path names more reasonable in length and avoid redundencies
in the pathname. Update the tests to accommodate these changes.


Compare: https://github.com/OpenFabrics/sunfish_library_reference/compare/89089120f6d6...d0be98d8f76f


More information about the Ofmfwg mailing list