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: danger/danger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.0.0
Choose a base ref
...
head repository: danger/danger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.1.0
Choose a head ref
  • 16 commits
  • 24 files changed
  • 5 contributors

Commits on Aug 24, 2022

  1. Added support for Appcircle

    tosbaha committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    07b2576 View commit details
    Browse the repository at this point in the history
  2. Added help links

    tosbaha committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    1a958bc View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Updated ruby version

    This should fix the "gem install danger-gitlab" command, which was
    returning:
    
    ERROR:  Error installing danger-gitlab:
    	There are no versions of octokit (~> 5.0) compatible with your Ruby & RubyGems. Maybe try installing an older version of the gem you're looking for?
    	octokit requires Ruby version >= 2.7.0. The current ruby version is 2.5.9.229.
    axl89 committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    5e01f47 View commit details
    Browse the repository at this point in the history
  2. Added a Changelog entry

    axl89 committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    c8d011c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Merge pull request #1384 from axl89/fix-docker

    Docker image has an outdated ruby version
    orta authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    0d23ca3 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    ecc4440 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from tosbaha/feature/appcircle-support

    Feature/appcircle support
    tosbaha authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    e2b6a82 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Fix a few typos #trivial

    Several typos were corrected in this PR.
    ydah committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    1bbdf9f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1390 from ydah/fix-typo

    Fix a few typos #trivial
    orta authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    86fe590 View commit details
    Browse the repository at this point in the history
  3. Update LICENSE

    orta authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    9334c6d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Fix RuboCop runtime errors #trivial

    The following error occurred when currently running the RuboCop, so this PR is fixed this error.
    
    ```
    bundle exec rubocop
    .rubocop.yml: Metrics/LineLength has the wrong namespace - should be Layout
    .rubocop.yml: Style/FileName has the wrong namespace - should be Naming
    /Users/yudai.takada/ydah/danger/.rubocop.yml: Warning: no department given for PercentLiteralDelimiters.
    Error: The `Layout/AlignHash` cop has been renamed to `Layout/HashAlignment`.
    (obsolete configuration found in .rubocop.yml, please update it)
    The `Layout/IndentHash` cop has been renamed to `Layout/FirstHashElementIndentation`.
    (obsolete configuration found in .rubocop.yml, please update it)
    The `Layout/IndentHeredoc` cop has been renamed to `Layout/HeredocIndentation`.
    (obsolete configuration found in .rubocop.yml, please update it)
    The `Style/BracesAroundHashParameters` cop has been removed.
    (obsolete configuration found in .rubocop.yml, please update it)
    ```
    ydah committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    604e914 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1391 from ydah/fix-rubocop-runtime-error

    Fix RuboCop runtime errors #trivial
    orta authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    e3ab57f View commit details
    Browse the repository at this point in the history
  3. Fix RuboCop runtime warnings #trivial

    The following warnings occurred when currently running the RuboCop, so this PR is fixed this warnings.
    
    ```
    /ydah/danger/lib/danger/danger_core/dangerfile.rb: Warning: no department given for Eval. Run `rubocop -a --only Migration/DepartmentName` to fix.
    spec/lib/danger/helpers/comments_helper_spec.rb: Metrics/LineLength has the wrong namespace - should be Layout
    spec/lib/danger/helpers/comments_helper_spec.rb: Metrics/LineLength has the wrong namespace - should be Layout
    spec/lib/danger/helpers/comments_helper_spec.rb: Metrics/LineLength has the wrong namespace - should be Layout
    spec/lib/danger/helpers/comments_helper_spec.rb: Metrics/LineLength has the wrong namespace - should be Layout
    spec/lib/danger/helpers/comments_helper_spec.rb: Metrics/LineLength has the wrong namespace - should be Layout
    spec/lib/danger/helpers/comments_helper_spec.rb: Metrics/LineLength has the wrong namespace - should be Layout
    spec/lib/danger/helpers/comments_helper_spec.rb: Metrics/LineLength has the wrong namespace - should be Layout
    spec/lib/danger/helpers/comments_helper_spec.rb: Metrics/LineLength has the wrong namespace - should be Layout
    .rubocop.yml: Metrics/LineLength has the wrong namespace - should be Layout
    .rubocop.yml: Style/FileName has the wrong namespace - should be Naming
    /ydah/danger/.rubocop.yml: Warning: no department given for PercentLiteralDelimiters.
    ```
    ydah committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    fe8edd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Merge pull request #1386 from tosbaha/master

    Appcircle Support
    orta authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    53138d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1393 from ydah/fix-rubocop-runtime-warning

    Fix RuboCop runtime warnings #trivial
    orta authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    37e77e2 View commit details
    Browse the repository at this point in the history
  3. Bump version

    orta committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    be719f0 View commit details
    Browse the repository at this point in the history
Loading