codexia icon indicating copy to clipboard operation
codexia copied to clipboard

Update dependency iri to v0.8.0

Open renovate[bot] opened this issue 3 years ago • 4 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
iri '0.5.0' -> '0.8.0' age adoption passing confidence

Release Notes

yegor256/iri (iri)

v0.8.0: .add() should not accept a primitive, only hash

Compare Source

See #​50, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.7.0: Iri.inspect

Compare Source

See #​29, release log:

Released by Rultor 1.75.1, see build log

v0.6.0: refresh

Compare Source

See #​16, release log:

Released by Rultor 1.75.0, see build log

v0.5.1: fresh release

Compare Source

See #​10, release log:

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[bot] avatar Nov 05 '22 02:11 renovate[bot]

@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

0crat avatar Nov 05 '22 02:11 0crat

@rultor please, try to merge

yegor256 avatar Nov 05 '22 02:11 yegor256

@rultor please, try to merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

rultor avatar Nov 05 '22 03:11 rultor

@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

rultor avatar Nov 05 '22 04:11 rultor