Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/entry points by group and name #278

Merged
merged 20 commits into from Feb 24, 2021

Commits on Jan 23, 2021

  1. Configuration menu
    Copy the full SHA
    a49252b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6596183 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5081fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99dd224 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2eeb629 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eedd810 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    720362f View commit details
    Browse the repository at this point in the history
  8. Update changelog.

    jaraco committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    28adeb8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    342a94b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    9448e13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71fd4a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Instead of presenting separate contexts for EntryPoints, unify into a…

    … single collection that can select on 'name' or 'group' or possibly other attributes. Expose that selection in the 'entry_points' function.
    jaraco committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    8320ade View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Configuration menu
    Copy the full SHA
    f80f79d View commit details
    Browse the repository at this point in the history
  2. Update changelog.

    jaraco committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    e3d1b93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d55a33 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Add docstrings to the compatibility shim. Give primacy to group looku…

    …p in compatibility shim.
    jaraco committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    d6f7c20 View commit details
    Browse the repository at this point in the history
  2. Introduce SelectableGroups, created for the 3.x line to provide forwa…

    …rd compatibilty to the new interfaces without sacrificing backward compatibility.
    jaraco committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    2db4dad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2def046 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd8da47 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    bdce7ef View commit details
    Browse the repository at this point in the history