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

Implement Alternate Repository Location for PEP 708 #15716

Merged

Commits on Apr 3, 2024

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

Commits on Apr 14, 2024

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

Commits on Apr 24, 2024

  1. Merge branch 'refs/heads/main' into feature/add-project-alternate-rep…

    …ository-location
    
    # Conflicts:
    #	warehouse/packaging/models.py
    cofiem committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    401ed2b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    6877707 View commit details
    Browse the repository at this point in the history
  2. starting to add tests

    cofiem committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    81cdf21 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

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

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    6759b55 View commit details
    Browse the repository at this point in the history
  2. starting to add tests

    cofiem committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    f21d788 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    8d53891 View commit details
    Browse the repository at this point in the history
  2. added tests

    Fixed rendering for detail.html.
    Moved api mimetypes to const vars.
    Check delete confirmation name matches.
    cofiem committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    cc9111b View commit details
    Browse the repository at this point in the history
  3. updated translations

    cofiem committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    3517006 View commit details
    Browse the repository at this point in the history
  4. satisfy test coverage

    cofiem committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    5323726 View commit details
    Browse the repository at this point in the history
  5. update translations

    cofiem committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    bfab8e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Merge remote-tracking branch 'origin/feature/add-project-alternate-re…

    …pository-location' into feature/add-project-alternate-repository-location
    
    # Conflicts:
    #	tests/unit/manage/test_views.py
    cofiem committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    ef9d6db View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/main' into feature/add-project-alternate-rep…

    …ository-location
    
    # Conflicts:
    #	warehouse/locale/messages.pot
    cofiem committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    987d129 View commit details
    Browse the repository at this point in the history
  3. update translations

    cofiem committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    e6fdd04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52542f9 View commit details
    Browse the repository at this point in the history
  5. change db migration down revision to most recent migration

    This allows the migrations to run.
    cofiem committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    e52f44e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69c6362 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

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

Commits on Jul 27, 2024

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

Commits on Aug 23, 2024

  1. Merge branch 'refs/heads/main' into feature/add-project-alternate-rep…

    …ository-location
    
    # Conflicts:
    #	tests/unit/api/test_simple.py
    #	warehouse/locale/messages.pot
    cofiem committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1849468 View commit details
    Browse the repository at this point in the history
  2. increment api version to 1.2

    cofiem committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6d4a484 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2316455 View commit details
    Browse the repository at this point in the history
  4. change db migration down revision to most recent migration

    This allows the migrations to run.
    cofiem committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f7f9244 View commit details
    Browse the repository at this point in the history
  5. name is already normalized

    cofiem committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1df1394 View commit details
    Browse the repository at this point in the history
  6. update translations

    cofiem committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    415b85f View commit details
    Browse the repository at this point in the history
  7. match functionality between JSON and HTML simple API

    - route_path -> route_url to get full URL rather than path
    - move self reference to the _simple_detail helper
    ewdurbin committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    64fa33b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    21ddc57 View commit details
    Browse the repository at this point in the history
  2. update migration

    ewdurbin committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    724fc0f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

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

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    3fffca8 View commit details
    Browse the repository at this point in the history
  2. remove self-reference from Simple HTML and JSON

    The PEP reads as though they can be implied "When using alternate locations, clients MUST implicitly assume that the url the response was fetched from was included in the list."
    ewdurbin committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ebe29e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03c15ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68afe18 View commit details
    Browse the repository at this point in the history
  5. translations

    ewdurbin committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d1ac800 View commit details
    Browse the repository at this point in the history