Update dependency iri to v0.8.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| iri | '0.5.0' -> '0.8.0' |
Release Notes
yegor256/iri (iri)
v0.8.0: .add() should not accept a primitive, only hash
See #50, release log:
f2971bfby @yegor256: #50 rultor7b0518aby @yegor256: #50 lines offe1c1d28by @yegor256: #50 extra checks41e83fbby @yegor256: year up5b18126by @yegor256: new location of codecov/codeco...d860048by @renovate[bot]: Update dependency rdoc to v6.6...4e7009dby @renovate[bot]: Update dependency rubocop to v...f9f3503by @renovate[bot]: Update dependency rdoc to v6.6...6d49963by @renovate[bot]: Update dependency rubocop to v...7b4e49bby @yegor256: rultor up41954f6by @renovate[bot]: Update dependency rdoc to v6.6...2c9e888by @rultor: Merge branch '__rultor'2029229by @renovate[bot]: Update dependency minitest to ...00ee29fby @renovate[bot]: Update dependency rubocop to v...9da6b99by @renovate[bot]: Update dependency rake to v13....63fd997by @renovate[bot]: Update dependency rubocop-rspe...9a02157by @renovate[bot]: Update actions/checkout digest...bb62cb1by @renovate[bot]: Update dependency rubocop to v...5afa870by @renovate[bot]: Update dependency rubocop to v...83df291by @renovate[bot]: Update dependency rubocop to v...- and 6 more...
Released by Rultor 2.0-SNAPSHOT, see build log
v0.7.0: Iri.inspect
See #29, release log:
e9aa4ecby @yegor256: #29 descef7906dby @yegor256: #29 rultor up4becdffby @yegor256: #29 inspect()cba8772by @renovate[bot]: Update dependency rubocop to v...4aa83a9by @renovate[bot]: Update dependency rubocop-rspe...e6db6f6by @renovate[bot]: Update dependency rubocop to v...8949171by @renovate[bot]: Update dependency rubocop-rspe...33057b5by @renovate[bot]: Update dependency minitest to ...5c1ab2bby @renovate[bot]: Update dependency rubocop to v...d9dca60by @renovate[bot]: Update dependency rubocop to v...3e4f1d0by @renovate[bot]: Update dependency rubocop to v...9aaff98by @renovate[bot]: Update dependency minitest to ...42c90eaby @renovate[bot]: Update dependency rubocop to v...
Released by Rultor 1.75.1, see build log
v0.6.0: refresh
See #16, release log:
e171135by @yegor256: #16 attrs4586393by @yegor256: #16 ruby setupa267390by @yegor256: #16 versions up9457026by @yegor256: #16 tidy up206c902by @yegor256: #15 ruby version simplified1dcb257by @yegor256: #15 rultor up9de3150by @yegor256: Merge pull request #12 from ye...890945cby @yegor256: Merge pull request #13 from ye...44e9010by @renovate[bot]: Update codecov/codecov-action ...d52afbaby @renovate[bot]: Update actions/checkout action...89daa7fby @yegor256: Merge pull request #11 from ye...109e919by @renovate[bot]: Add renovate.json1c0d6faby @yegor256: badgeb418c0bby @yegor256: travis offc627bafby @yegor256: actions6318084by @yegor256: new rultor02c49e6by @yegor256: new depsd65b2f1by @yegor256: check year
Released by Rultor 1.75.0, see build log
v0.5.1: fresh release
See #10, release log:
b586a05by @yegor256: #10 typo0641f75by @yegor256: #10 upgrade6dd92b4by @yegor256: #10 year up7c4e832by @yegor256: codecov up35e8676by @yegor256: more doc58c6c8bby @yegor256: rake upfb80118by @yegor256: year upbbe949cby @yegor256: extra testb80f965by @yegor256: #9 doc
Released by Rultor 1.70.6, see build log
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
@renovate/z[bot] this pull request is too small, just 6 lines changed (less than 10), there will be no formal code review, see §53 and §28; in the future, try to make sure your pull requests are not too small; @yegor256/z please review this and merge or reject
@rultor please, try to merge
@rultor please, try to merge
@yegor256 OK, I'll try to merge now. You can check the progress of the merge here
@rultor please, try to merge
@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 45min)
D: SELECT login FROM author WHERE id=$1: 0ms / 5580
D: SELECT COUNT(*) FROM badge WHERE project=$1 AND text=$2: 0ms / 5620
D: SELECT login FROM author WHERE id=$1: 0ms / 5560
D: SELECT * FROM badge WHERE project=$1: 0ms / 5600
D: DELETE FROM badge WHERE project=$1 AND text SIMILAR TO '(newbie|L[123])': 0ms / 5580
D: INSERT INTO badge (project, author, text) VALUES ($1, $2, $3) ON CONFLICT (project, text) DO UPDATE SET text = $2 RETURNING id: 1ms / 5580
D: DELETE FROM seen WHERE project=$1 AND author=$2: 0ms / 5620
D: SELECT login FROM author WHERE id=$1: 0ms / 5560
D: INSERT INTO seen (project, author) VALUES ($1, $2) ON CONFLICT (project, author) DO NOTHING: 1ms / 5600
D: INSERT INTO seen (project, author) VALUES ($1, $2) ON CONFLICT (project, author) DO NOTHING: 0ms / 5580
D: DELETE FROM seen WHERE project=$1 AND author=$2: 0ms / 5620
D: DELETE FROM seen WHERE project=$1 AND author=$2: 0ms / 5560
test_seen_unseen \u001b[32m PASS\u001b[0m (0.01s)
Xia::MetaTest
D: INSERT INTO author (login) VALUES ($1) ON CONFLICT DO NOTHING: 0ms / 5600
D: SELECT id FROM author WHERE login=$1: 0ms / 5580
D: SELECT login FROM author WHERE id=$1: 0ms / 5620
D: SELECT login FROM author WHERE id=$1: 0ms / 5560
D: SELECT id FROM project WHERE platform=$1 AND coordinates=$2: 0ms / 5600
D: INSERT INTO project (platform, coordinates, author) VALUES ($1, $2, $3) RETURNING id: 1ms / 5580
D: SELECT login FROM author WHERE id=$1: 0ms / 5620
D: SELECT COUNT(*) FROM badge WHERE project=$1 AND text=$2: 0ms / 5560
D: SELECT login FROM author WHERE id=$1: 0ms / 5600
D: SELECT * FROM badge WHERE project=$1: 0ms / 5580
D: DELETE FROM badge WHERE project=$1 AND text SIMILAR TO '(newbie|L[123])': 0ms / 5620
D: INSERT INTO badge (project, author, text) VALUES ($1, $2, $3) ON CONFLICT (project, text) DO UPDATE SET text = $2 RETURNING id: 1ms / 5620
D: DELETE FROM seen WHERE project=$1 AND author=$2: 0ms / 5560
D: SELECT login FROM author WHERE id=$1: 0ms / 5600
D: SELECT login FROM author WHERE id=$1: 0ms / 5580
D: SELECT COUNT(*) FROM meta JOIN author ON author.id=meta.author WHERE project=$1 AND login=$2 AND key=$3: 1ms / 5620
D: INSERT INTO meta (project, author, key, value) VALUES ($1, $2, $3, $4) ON CONFLICT (project, author, key) DO UPDATE SET value = $4 RETURNING id: 1ms / 5560
D: SELECT login FROM author WHERE id=$1: 0ms / 5600
D: SELECT COUNT(*) FROM meta JOIN author ON author.id=meta.author WHERE project=$1 AND login=$2 AND key=$3: 0ms / 5580
D: INSERT INTO meta (project, author, key, value) VALUES ($1, $2, $3, $4) ON CONFLICT (project, author, key) DO UPDATE SET value = $4 RETURNING id: 1ms / 5620
D: SELECT login FROM author WHERE id=$1: 0ms / 5560
D: SELECT value FROM meta JOIN author ON author.id=meta.author WHERE project=$1 AND login=$2 AND key=$3: 1ms / 5600
test_set_and_read \u001b[32m PASS\u001b[0m (0.01s)
Xia::AuthorsTest
D: INSERT INTO author (login) VALUES ($1) ON CONFLICT DO NOTHING: 0ms / 5580
D: SELECT id FROM author WHERE login=$1: 0ms / 5620
D: INSERT INTO author (login) VALUES ($1) ON CONFLICT DO NOTHING: 0ms / 5560
D: SELECT id FROM author WHERE login=$1: 0ms / 5600
test_updates_author \u001b[32m PASS\u001b[0m (0.00s)
Finished in 2.59890s
44 tests, 185 assertions, \u001b[31m1 failures, 0 errors, \u001b[0m\u001b[33m0 skips\u001b[0m
Coverage report generated for Unit Tests to /home/r/repo/coverage. 708 / 773 LOC (91.59%) covered.
rake aborted!
Command failed with status (1): [ruby -I"lib:lib:test" -I"/usr/local/rvm/gems/ruby-2.7.0/gems/rake-12.3.3/lib" "/usr/local/rvm/gems/ruby-2.7.0/gems/rake-12.3.3/lib/rake/rake_test_loader.rb" "test/test__helper.rb" "test/test_author.rb" "test/test_authors.rb" "test/test_badges.rb" "test/test_bots.rb" "test/test_codexia.rb" "test/test_karma.rb" "test/test_meta.rb" "test/test_project.rb" "test/test_projects.rb" "test/test_rank.rb" "test/test_review.rb" "test/test_reviews.rb" "test/test_sieve.rb" "test/test_withdrawals.rb" ]
/usr/local/rvm/gems/ruby-2.7.0/gems/rake-12.3.3/exe/rake:27:in `<top (required)>'
/usr/local/rvm/gems/ruby-2.7.0/bin/ruby_executable_hooks:24:in `eval'
/usr/local/rvm/gems/ruby-2.7.0/bin/ruby_executable_hooks:24:in `<main>'
Tasks: TOP => default => test
(See full trace by running task with --trace)
2022-11-05 03:56:56.706 UTC [10733] LOG: received smart shutdown request
PostgreSQL killed in PID 10733
container 27d61f5a558860a625d3d12975ee9b046405d70ec31c9ddf136463d69a22e0a6 is dead
Sat 05 Nov 2022 05:38:44 AM CET