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: johnnymillergh/python-boilerplate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.5.1
Choose a base ref
...
head repository: johnnymillergh/python-boilerplate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.6
Choose a head ref
  • 8 commits
  • 5 files changed
  • 1 contributor

Commits on Mar 30, 2024

  1. Merge pull request #11 from johnnymillergh/develop

    feat: list Python dependency size
    johnnymillergh authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    3d92a3c View commit details
    Browse the repository at this point in the history
  2. docs: update CHANGELOG.md

    hotfix/7.5.1
    
    [skip ci]
    johnnymillergh committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    81b9ef0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12 from johnnymillergh/develop

    refactor: format test_profiling.py
    johnnymillergh authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    4dd341b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    8b9b6c4 View commit details
    Browse the repository at this point in the history
  2. refactor($GitHub): check outdated Python packages in GitHub Actions

    This commit introduces a new job in the GitHub Actions workflow that
    checks for outdated Python packages. The job runs the command `pipenv
    run pip list --outdated` and stores its output. If the output is empty,
    it prints "Congrats! Everything is up-to-date". If it's not empty, it
    prints "Attention! Outdated dependencies detected" and the list of
    outdated packages, then exits with a status code of 1, causing the job
    to fail. This way, we can be alerted of outdated dependencies by a
    failing GitHub Actions job.
    johnnymillergh committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    11200e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2eff1c7 View commit details
    Browse the repository at this point in the history
  4. docs: update CHANGELOG.md for release/7.6

    [skip ci]
    johnnymillergh committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    4126f18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0855af4 View commit details
    Browse the repository at this point in the history
Loading