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

origin/unchanged_doc_failure_fix #140

Merged
merged 27 commits into from
Nov 26, 2024
Merged

Commits on Aug 1, 2024

  1. Handle the removal of the pkg_resources module that was part of setup…

    …tools and replace that code with code that uses the standard library importlib module and the packaging module from the packaging package.
    Dwight Hubbard committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e9e1a6f View commit details
    Browse the repository at this point in the history
  2. Handle the removal of the pkg_resources module that was part of setup…

    …tools and replace that code with code that uses the standard library importlib module and the packaging module from the packaging package.
    Dwight Hubbard committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8c14aa1 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Merge remote-tracking branch 'origin/master'

    Dwight Hubbard committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    cb642ba View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Handle the removal of the pkg_resources module that was part of setup…

    …tools and replace that code with code that uses the standard library importlib module and the packaging module from the packaging package.
    Dwight Hubbard committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    fac8472 View commit details
    Browse the repository at this point in the history
  2. Correctly handle the case where DOCUMENTATION_GIT_TIMEOUT is set to a…

    …n invalid value.
    
    Add tests for the new code.
    Dwight Hubbard committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b7edbb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Fix the changelog generation to not put Unknown in front of every rel…

    …ease entry title.
    Dwight Hubbard committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    15195f9 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master'

    Dwight Hubbard committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7347905 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

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

Commits on Sep 24, 2024

  1. Merge remote-tracking branch 'origin/master'

    Dwight Hubbard committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e617bc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Update the versioner to function using either screwdrivercd environme…

    …nt variables or github actions env variables for version number generation.
    Dwight Hubbard committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ba27ec8 View commit details
    Browse the repository at this point in the history
  2. Update the versioner to function using either screwdrivercd environme…

    …nt variables or github actions env variables for version number generation.
    Dwight Hubbard committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d4d4432 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master'

    Dwight Hubbard committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    417854e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Update the versioner to function using either screwdrivercd environme…

    …nt variables or github actions env variables for version number generation.
    
    Also support for the package version to be stored in the pyproject.toml.
    Dwight Hubbard committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4d7ba0b View commit details
    Browse the repository at this point in the history
  2. Update the versioner to function using either screwdrivercd environme…

    …nt variables or github actions env variables for version number generation.
    
    Also support for the package version to be stored in the pyproject.toml.
    Dwight Hubbard committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    be1060b View commit details
    Browse the repository at this point in the history
  3. Update the versioner to function using either screwdrivercd environme…

    …nt variables or github actions env variables for version number generation.
    
    Also support for the package version to be stored in the pyproject.toml.
    Dwight Hubbard committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    294e96e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    4d263cf View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	setup.cfg
    Dwight Hubbard committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    faf587c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Merge remote-tracking branch 'origin/master'

    Dwight Hubbard committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    09d80f1 View commit details
    Browse the repository at this point in the history
  2. Do not generate exception if there is a non-executable meta directory…

    …/file.
    Dwight Hubbard committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    34fb2c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Merge remote-tracking branch 'origin/master'

    Dwight Hubbard committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    08d5688 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Modifications to the documentation publish to only run if there are c…

    …hanges to the generated documentation. This prevents git from returning an error code.
    Dwight Hubbard committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    45d3328 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Modifications to the documentation publish to only run if there are c…

    …hanges to the generated documentation. This prevents git from returning an error code.
    Dwight Hubbard committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    f8d75ca View commit details
    Browse the repository at this point in the history
  2. Modifications to the documentation publish to only run if there are c…

    …hanges to the generated documentation. This prevents git from returning an error code.
    Dwight Hubbard committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    52ba9c5 View commit details
    Browse the repository at this point in the history
  3. Modifications to the documentation publish to only run if there are c…

    …hanges to the generated documentation. This prevents git from returning an error code.
    Dwight Hubbard committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    35c9155 View commit details
    Browse the repository at this point in the history
  4. Modifications to the documentation publish to only run if there are c…

    …hanges to the generated documentation. This prevents git from returning an error code.
    Dwight Hubbard committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    877a29d View commit details
    Browse the repository at this point in the history
  5. Modifications to the documentation publish to only run if there are c…

    …hanges to the generated documentation. This prevents git from returning an error code.
    Dwight Hubbard committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    36f8921 View commit details
    Browse the repository at this point in the history
  6. Modifications to the documentation publish to only run if there are c…

    …hanges to the generated documentation. This prevents git from returning an error code.
    Dwight Hubbard committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    8749cbe View commit details
    Browse the repository at this point in the history