dictyBase / modware-import

cli application for importing dictybase data
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

chore(deps): bump github.com/dictyBase/arangomanager from 0.3.4 to 0.4.0 #314

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/dictyBase/arangomanager from 0.3.4 to 0.4.0.

Release notes

Sourced from github.com/dictyBase/arangomanager's releases.

v0.4.0

0.4.0 (2023-08-03)

Bug Fixes

  • database_test.go: change randomString function call to RandomString to match function name (32b5c34)
  • test_common.go: import correct crypto/rand package for generating random numbers (85485a4)
  • testarango.go: fix import statements and function names to improve code readability and semantics (8fa1c16)

Features

  • test_common.go: add FixedLenRandomString function to generate a random string of fixed length (51ca4b4)
Commits
  • b010c2a Merge pull request #83 from dictyBase/feat/command-line-without-database-name
  • e8d4e55 chore(ci.yml): update setup-go action to version 4 and set go-version to ~1.20.6
  • d16d95e chore(testcov.yml): update workflow to use latest version of ArangoDB and Go
  • c26f5ac chore(create-pull-request.yml): update workflow to use latest version of Ubun...
  • 85d3b9f refactor(flag.go): extract ArangoFlags function to improve code organization ...
  • 790e4ba Merge pull request #79 from dictyBase/dependabot/go_modules/github.com/arango...
  • 72eeb2b chore(database_test.go): remove unused TestEnsureFullTextIndex function
  • f3d99f4 refactor(database.go): reformat code for improved readability and maintainabi...
  • 5641cd1 refactor(database.go): remove unused EnsureFullTextIndex function
  • f5cad85 chore(deps): bump github.com/arangodb/go-driver
  • Additional commits viewable in compare view


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)
codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit 50bf51f1 and detected 0 issues on this pull request.

View more on Code Climate.