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: Skenvy/Collatz
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: java-v1.0.2
Choose a base ref
...
head repository: Skenvy/Collatz
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: python-v1.0.1
Choose a head ref
  • 5 commits
  • 40 files changed
  • 2 contributors

Commits on Jul 25, 2023

  1. Bump rubocop from 1.54.0 to 1.54.2 in /ruby (#226)

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.54.0 to 1.54.2.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.54.0...v1.54.2)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    7acde98 View commit details
    Browse the repository at this point in the history
  2. Bump checkstyle from 10.12.0 to 10.12.1 in /java (#220)

    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.12.0 to 10.12.1.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](checkstyle/checkstyle@checkstyle-10.12.0...checkstyle-10.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    5a80844 View commit details
    Browse the repository at this point in the history
  3. Bump @types/node from 20.3.3 to 20.4.4 in /javascript (#227)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.3.3 to 20.4.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    0ebe524 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Bump eslint from 8.44.0 to 8.45.0 in /javascript (#222)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.44.0 to 8.45.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.44.0...v8.45.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d8f76bd View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Python v1.0.1 -- Add pylint and flake8 linters, and Sphinx and MyST a…

    …utodocs. (#229)
    
    * remove pypirc and bundler examples, reword py devlog
    * add pylama, but there are lint errors
    * Swap from pylama to pylint and flake8
    * Fix python version to one installable on the 22.04 runner
    * add pydoc recipe, and add sphinx to the requirements
    * Describe the build process
    * sphinx quickstart
    * buildable docs
    * test the building and checkin of docs src
    * ve preface the sphinx
    * swap to napoleonic google style
    * git keep both the default source _* folders so they exist when it runs in the workflow
    * swap to furo theme
    * Add docs jobs in python build
    * Add the usual docs merge commands to the readme
    * Copy js's 'build demo' into python test
    * Setup demo in python
    * convertsed tests to demos
    * lint the demos
    * Add usage demo to example pipeline in readme
    * Sphinx builds with the pathing out to the main readme without complaining
    * freeze the venv reqs and sphinx with a readme symlink
    * remove ubuntu's leftover pkg_resources pip install from setuptools that doesn't actually exist
    * Finally get sphinx working as desired
    * Release new python patch version to trigger the docs build on merge
    * stop trying to support 3.6 and 3.7, stop trying to support pwsh
    * Set ve/nv empty for the windows runner
    ---------
    Co-authored-by: Skenvy <>
    Skenvy authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    fe6322f View commit details
    Browse the repository at this point in the history
Loading