KEMBAR78
Comparing v6.1.0...v6.1.1 · octokit/octokit.rb · GitHub
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: octokit/octokit.rb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.0
Choose a base ref
...
head repository: octokit/octokit.rb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.1
Choose a head ref
  • 18 commits
  • 21 files changed
  • 6 contributors

Commits on Mar 13, 2023

  1. Update rubocop requirement from 1.46.0 to 1.48.1

    Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.46.0...v1.48.1)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    e34b498 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

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

Commits on Mar 27, 2023

  1. Bump actions/stale from 7 to 8

    Bumps [actions/stale](https://github.com/actions/stale) from 7 to 8.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@v7...v8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    491a653 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Add Octokit::Client#delete_organization to support org deletion (#1558

    )
    
    * Implement delete org endpoint
    
    * Improve docs
    
    * Add tests for #delete_organization
    
    * Use an org that I can delete
    
    * Add cassette for delete org op
    
    * Improve docs
    
    * Fix docs link
    
    * Be more conventional
    
    * Prefer single quotes
    
    Why?
    jdennes authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    9e15911 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Update rubocop requirement from 1.48.1 to 1.49.0

    Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.48.1...v1.49.0)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    3b0a411 View commit details
    Browse the repository at this point in the history
  2. Bump actions/add-to-project from 0.4.1 to 0.5.0 (#1560)

    Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.4.1 to 0.5.0.
    - [Release notes](https://github.com/actions/add-to-project/releases)
    - [Commits](actions/add-to-project@v0.4.1...v0.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/add-to-project
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    c3178b6 View commit details
    Browse the repository at this point in the history
  3. Added Environments API (#1554)

    * Added Environments API
    
    * Cleanup comments in the spec file
    
    * Fix rubocop
    jer-k authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    1ec0b48 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

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

Commits on Apr 6, 2023

  1. ensures that he API Token in clear text is never present in thhe erro…

    …r stack trace when set in the URL
    nickfloyd committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    3ea3711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fe063f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85ce651 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d73eaf1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4da20d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    447abc8 View commit details
    Browse the repository at this point in the history
  7. [bugfix] Ensures that he API Token in clear text is never present in …

    …the error stack trace when set in the URL
    nickfloyd authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    73613a3 View commit details
    Browse the repository at this point in the history
  8. fixes cop offenses

    nickfloyd committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    15f6225 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7317877 View commit details
    Browse the repository at this point in the history
  10. v6.1.1

    nickfloyd committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    55678da View commit details
    Browse the repository at this point in the history
Loading