Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pulp/pulp_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.0b4
Choose a base ref
...
head repository: pulp/pulp_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.0b5
Choose a head ref
  • 13 commits
  • 15 files changed
  • 6 contributors

Commits on Apr 10, 2019

  1. Change Pulp 3 Default Ports

    https://pulp.plan.io/issues/4556
    
    Content: 8080 -> 24816
    API: 8000 -> 24817
    
    [noissue]
    Required PR: pulp/pulpcore#75
    mikedep333 committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    2633f05 View commit details
    Browse the repository at this point in the history
  2. Update docs for changed Pulp 3 Default Ports

    https://pulp.plan.io/issues/4594
    
    Content: 8080 -> 24816
    API: 8000 -> 24817
    
    [noissue]
    Required PR: pulp/pulpcore#75
    mikedep333 committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    cc59a45 View commit details
    Browse the repository at this point in the history
  3. Add Python REST API docs to RTD

    [noissue]
    asmacdo committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    baedb77 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #231 from asmacdo/rest-docs

    Add Python REST API docs to RTD
    asmacdo authored Apr 10, 2019
    Configuration menu
    Copy the full SHA
    a890a1d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Remove the conditionals for rtd theme

    Seems to be causing a problem with rendering the restapi.html
    [noissue]
    asmacdo committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    f21231c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #232 from asmacdo/fix-rtd-theme

    Remove the conditionals for rtd theme
    asmacdo authored Apr 11, 2019
    Configuration menu
    Copy the full SHA
    b7f5fe5 View commit details
    Browse the repository at this point in the history
  3. Link to the newly published API docs

    Adding these reference links should make the user experience more
    smooth, particularly when navigating both pulp-python and pulpcore docs.
    [noissue]
    asmacdo committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    3db2131 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #233 from asmacdo/use-rest-docs-in-qs

    Link to the newly published API docs
    asmacdo authored Apr 11, 2019
    Configuration menu
    Copy the full SHA
    283c8c9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #230 from mikedep333/default-ports

    Change Pulp 3 Default Ports
    dkliban authored Apr 11, 2019
    Configuration menu
    Copy the full SHA
    3a02a9b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Fix relative_path so pip can install packages

    Add trailing slash to relative path so packages are at expected location.
    Also update docs to include $CONTENT_ADDR as this now differs from
    $BASE_ADDR for our content app.
    
    fixes #4677
    https://pulp.plan.io/issues/4677
    CodeHeeler committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    bb3de73 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #235 from CodeHeeler/issue-4677

    Fixes relative_path so pip can install packages
    dkliban authored Apr 12, 2019
    Configuration menu
    Copy the full SHA
    729e690 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Bump version to beta5, add release notes

    [noissue]
    CodeHeeler committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    169bed5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #236 from CodeHeeler/release-3.0.0b5

    Bump version to beta5, add release notes
    CodeHeeler authored Apr 15, 2019
    Configuration menu
    Copy the full SHA
    75bda1b View commit details
    Browse the repository at this point in the history
Loading