Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump xapian-full-alaveteli from 1.2.21.1 to 1.4.11.1 #5720

Merged
merged 3 commits into from
Jun 25, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jun 8, 2020

Bumps xapian-full-alaveteli from 1.2.21.1 to 1.4.11.1.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/xapian-full-alaveteli-1.4.11.1 branch from 6bc3bbf to 4bfbedc Compare June 16, 2020 15:07
@gbp gbp force-pushed the dependabot/bundler/xapian-full-alaveteli-1.4.11.1 branch from 4bfbedc to 4be070e Compare June 22, 2020 09:34
@@ -833,7 +833,7 @@ def self.destroy_and_rebuild_index(model_classes, verbose = false, terms = true,
if File.exist?(temp_path)
if not ActsAsXapian._is_xapian_db(temp_path)
@@db_path = old_path
raise "old database now at " + temp_path + " is not Xapian flint database, please delete for me"
raise "old database now at " + temp_path + " is not Xapian chert database, please delete for me"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long. [104/80]

@@ -821,7 +821,7 @@ def self.destroy_and_rebuild_index(model_classes, verbose = false, terms = true,
temp_path = old_path + ".tmp"
if File.exist?(temp_path)
@@db_path = old_path
raise "temporary database found " + temp_path + " which is not Xapian flint database, please delete for me" if not ActsAsXapian._is_xapian_db(temp_path)
raise "temporary database found " + temp_path + " which is not Xapian chert database, please delete for me" if not ActsAsXapian._is_xapian_db(temp_path)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Favor unless over if for negative conditions.
Line is too long. [158/80]
Use ! instead of not.

@@ -791,7 +791,7 @@ def self.destroy_and_rebuild_index(model_classes, verbose = false, terms = true,
new_path = ActsAsXapian.db_path + ".new"
old_path = ActsAsXapian.db_path
if File.exist?(new_path)
raise "found existing " + new_path + " which is not Xapian flint database, please delete for me" if not ActsAsXapian._is_xapian_db(new_path)
raise "found existing " + new_path + " which is not Xapian chert database, please delete for me" if not ActsAsXapian._is_xapian_db(new_path)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Favor unless over if for negative conditions.
Line is too long. [146/80]
Use ! instead of not.

@@ -258,7 +258,7 @@ def self.writable_init(suffix = "")
full_path = @@db_path + suffix

# for indexing
@@writable_db = Xapian::WritableDatabase.new(full_path, Xapian::DB_CREATE_OR_OPEN)
@@writable_db = Xapian::WritableDatabase.new(full_path, Xapian::DB_CREATE_OR_OPEN | Xapian::DB_BACKEND_CHERT)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace class var @@writable_db with a class instance var.
Line is too long. [113/80]

@gbp gbp self-assigned this Jun 22, 2020
dependabot-preview bot and others added 2 commits June 23, 2020 14:22
@gbp gbp force-pushed the dependabot/bundler/xapian-full-alaveteli-1.4.11.1 branch from 4be070e to f9c359f Compare June 23, 2020 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant