-
-
Notifications
You must be signed in to change notification settings - Fork 25
Comparing changes
Open a pull request
base repository: allure-framework/allure-ruby
base: 2.26.0
head repository: allure-framework/allure-ruby
compare: 2.27.0
- 10 commits
- 13 files changed
- 4 contributors
Commits on Mar 18, 2025
-
Update rubocop-performance requirement from ~> 1.23.0 to ~> 1.24.0 (#584
) Updates the requirements on [rubocop-performance](https://github.com/rubocop/rubocop-performance) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-performance@v1.23.0...v1.24.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2060547 - Browse repository at this point
Copy the full SHA 2060547View commit details -
Update rubocop requirement from ~> 1.73.2 to ~> 1.74.0 (#585)
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.73.2...v1.74.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 685252a - Browse repository at this point
Copy the full SHA 685252aView commit details
Commits on Apr 5, 2025
-
Update solargraph requirement from ~> 0.52.0 to ~> 0.53.4 (#587)
Updates the requirements on [solargraph](https://github.com/castwide/solargraph) to permit the latest version. - [Changelog](https://github.com/castwide/solargraph/blob/master/CHANGELOG.md) - [Commits](castwide/solargraph@v0.52.0...v0.53.4) --- updated-dependencies: - dependency-name: solargraph dependency-version: 0.53.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 312663c - Browse repository at this point
Copy the full SHA 312663cView commit details -
Update rubocop requirement from ~> 1.74.0 to ~> 1.75.1 (#586)
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.74.0...v1.75.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 65c8628 - Browse repository at this point
Copy the full SHA 65c8628View commit details
Commits on Apr 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8757ec2 - Browse repository at this point
Copy the full SHA 8757ec2View commit details
Commits on Apr 15, 2025
-
Update solargraph requirement from ~> 0.53.4 to ~> 0.54.0 (#590)
Updates the requirements on [solargraph](https://github.com/castwide/solargraph) to permit the latest version. - [Changelog](https://github.com/castwide/solargraph/blob/master/CHANGELOG.md) - [Commits](castwide/solargraph@v0.53.4...v0.54.0) --- updated-dependencies: - dependency-name: solargraph dependency-version: 0.54.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cebbae5 - Browse repository at this point
Copy the full SHA cebbae5View commit details -
Update rubocop-performance requirement from ~> 1.24.0 to ~> 1.25.0 (#589
) Updates the requirements on [rubocop-performance](https://github.com/rubocop/rubocop-performance) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-performance@v1.24.0...v1.25.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-version: 1.25.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8a0c25d - Browse repository at this point
Copy the full SHA 8a0c25dView commit details
Commits on May 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 473ddbd - Browse repository at this point
Copy the full SHA 473ddbdView commit details
Commits on May 20, 2025
-
Add excluded and mode attributes to Parameter (#591)
* Add excluded and mode attributes to Parameter * PR comments * Make rubocop happy * Update allure-ruby-commons/lib/allure_ruby_commons/model/parameter.rb Co-authored-by: Andrejs <andrejs.cunskis@gmail.com> * Update allure-ruby-commons/spec/unit/allure_spec.rb Co-authored-by: Andrejs <andrejs.cunskis@gmail.com> * Update allure-ruby-commons/spec/unit/allure_spec.rb Co-authored-by: Andrejs <andrejs.cunskis@gmail.com> * Update allure-ruby-commons/lib/allure_ruby_commons/model/parameter.rb Co-authored-by: Andrejs <andrejs.cunskis@gmail.com> * Update allure-ruby-commons/lib/allure_ruby_commons/model/parameter.rb Co-authored-by: Andrejs <andrejs.cunskis@gmail.com> * Allure::Parameter::DEFAULT fixes * Update allure-ruby-commons/lib/allure_ruby_commons/model/parameter.rb Co-authored-by: Andrejs <andrejs.cunskis@gmail.com> * Update allure-ruby-commons/spec/unit/allure_spec.rb Co-authored-by: Andrejs <andrejs.cunskis@gmail.com> * Update allure-ruby-commons/lib/allure_ruby_commons/model/parameter.rb Co-authored-by: Andrejs <andrejs.cunskis@gmail.com> * Make Rubocop happy again * Missed rubocop --------- Co-authored-by: Andrejs <andrejs.cunskis@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 44d90db - Browse repository at this point
Copy the full SHA 44d90dbView commit details -
github-actions committed
May 20, 2025 Configuration menu - View commit details
-
Copy full SHA for 74bd61c - Browse repository at this point
Copy the full SHA 74bd61cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.26.0...2.27.0