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 ming from 0.6.5 to 0.8.0 in /ksweb #107

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps ming from 0.6.5 to 0.8.0.

Changelog

Sourced from ming's changelog.

0.8.0 (Jan 15, 2019)

  • FormEncode is now an optional dependency only required for projects relying on ming.configure.
  • Python 3.7 is now officially supported

0.7.1 (Nov 30, 2018)

  • MIM: Minimal support for Collection.aggregate

0.7.0 (May 10, 2018)

  • MIM: Support for PyMongo 3.6
  • MIM: Partial support for $text queries
  • MIM: Make created index match more the style pymongo itself stores indexes.
  • MIM: Support matching $regex against arrays.
  • MIM: Support fake $score in projections.
  • MIM: Support $slice in projections.
  • MIM: Partial support for bulk writes, currently only UpdateOne.

0.5.6 (Apr 2, 2018)

  • MIM: match correctly when search values are lists or dicts more than 1 level deep.

0.6.1 (Sep 27, 2017)

  • MIM: Support searching for $regex that contain text instead of only "startswith"

0.6.0 (Sep 24, 2017)

  • Support new PyMongo 3.X API
  • MIM: Fix duplicated keys are detected on upsertions
  • MIM: Support for filters on distinct
  • MIM: Provide drop_indexes
  • MIM: Simulate collstats
  • MIM: Support insert_one and insert_many results
  • MIM: Support update_one and update_many results
  • MIM: Support indexing whole subdocuments
  • MIM: Support for setOnInsert

0.5.5 (Nov 30, 2016)

  • MIM: do not raise errors when regex matching against None or non-existant values

0.5.4 (Apr 29, 2016)

  • On Python3, bson.Binary actually decodes to bytes
  • Support distinct() on cursors (already supported on collections)
... (truncated)
Commits
  • 2d238a7 Update News
  • 5b51254 Version 0.8.0
  • 36f1b0c Test on 3.7 and add extra requirements for configure
  • 2cc0ba7 removing parameter from (#4)
  • c1f8251 Get rid of references to remove source example in documentation
  • 7c78d3b make FormEncode optional and add support for seedlist urls
  • 082e380 Version 0.7.1
  • dfb826e Make py3 happy
  • ddca4ae Get rid of py3.3, no longer supported
  • e42a43d Minimal implementation of aggregate
  • 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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [ming](https://github.com/TurboGears/Ming) from 0.6.5 to 0.8.0.
- [Release notes](https://github.com/TurboGears/Ming/releases)
- [Changelog](https://github.com/TurboGears/Ming/blob/master/docs/news.rst)
- [Commits](TurboGears/Ming@0.6.5...0.8.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@codecov
Copy link

codecov bot commented Jan 16, 2019

Codecov Report

Merging #107 into master will decrease coverage by 0.11%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #107      +/-   ##
==========================================
- Coverage   93.95%   93.83%   -0.12%     
==========================================
  Files          61       61              
  Lines        3587     3587              
==========================================
- Hits         3370     3366       -4     
- Misses        217      221       +4
Impacted Files Coverage Δ
ksweb/ksweb/config/evolutions.py 63.63% <0%> (-36.37%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7537e87...be0b6d3. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

Superseded by #113.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/ksweb/ming-0.8.0 branch February 25, 2019 04:17
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.

None yet

1 participant