Skip to content

Bump mkdocs from 1.1.2 to 1.2.3 in /docs #572

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

Merged
merged 1 commit into from
Dec 12, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2021

Bumps mkdocs from 1.1.2 to 1.2.3.

Release notes

Sourced from mkdocs's releases.

1.2.3

MkDocs 1.2.3 is a bugfix release for MkDocs 1.2.

Aside: MkDocs has a new chat room on Gitter/Matrix. More details.

Improvements:

  • Built-in themes now also support these languages:

  • Third-party plugins will take precedence over built-in plugins with the same name (#2591)

  • Bugfix: Fix ability to load translations for some languages: core support (#2565) and search plugin support with fallbacks (#2602)

  • Bugfix (regression in 1.2): Prevent directory traversal in the dev server (#2604)

  • Bugfix (regression in 1.2): Prevent webserver warnings from being treated as a build failure in strict mode (#2607)

  • Bugfix: Correctly print colorful messages in the terminal on Windows (#2606)

  • Bugfix: Python version 3.10 was displayed incorrectly in --version (#2618)

Other small improvements; see commit log.

1.2.2

MkDocs 1.2.2 is a bugfix release for MkDocs 1.2 -- make sure you've seen the "major" release notes as well.

  • Bugfix (regression in 1.2): Fix serving files/paths with Unicode characters (#2464)

  • Bugfix (regression in 1.2): Revert livereload file watching to use polling observer (#2477)

    This had to be done to reasonably support usages that span virtual filesystems such as non-native Docker and network mounts.

    This goes back to the polling approach, very similar to that was always used prior, meaning most of the same downsides with latency and CPU usage.

  • Revert from 1.2: Remove the requirement of a site_url config and the restriction on use_directory_urls (#2490)

  • Bugfix (regression in 1.2): Don't require trailing slash in the URL when serving a directory index in mkdocs serve server (#2507)

    Instead of showing a 404 error, detect if it's a directory and redirect to a path with a trailing slash added, like before.

  • Bugfix: Fix gh_deploy with config-file in the current directory (#2481)

  • Bugfix: Fix reversed breadcrumbs in "readthedocs" theme (#2179)

  • Allow "mkdocs.yaml" as the file name when '--config' is not passed (#2478)

... (truncated)

Commits
  • d167eab Release 1.2.3 (#2614)
  • 5629b09 Re-format translation files to pass a lint check (#2621)
  • 2c4679b Re-format translation files to pass a lint check (#2620)
  • 9262cc5 Fix the code to abbreviate Python's version (#2618)
  • 8345850 Add hint about -f/--config-file in configuration documentation (#2616)
  • 815af48 Added translation for Brazilian Portuguese (#2535)
  • 6563439 Update contact instructions: announce chat, preference for issues (#2610)
  • 6b72eef We can again announce support of zh_CN locale (#2609)
  • b18ae29 Drop assert_mock_called_once compat method from tests (#2611)
  • 7a27572 Isolate strict warning counter to just the ongoing build (#2607)
  • 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)
  • @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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.1.2 to 1.2.3.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](mkdocs/mkdocs@1.1.2...1.2.3)

---
updated-dependencies:
- dependency-name: mkdocs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 10, 2021
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@chayim chayim self-requested a review December 12, 2021 08:51
@gkorland gkorland merged commit 91892dd into master Dec 12, 2021
@gkorland gkorland deleted the dependabot/pip/docs/mkdocs-1.2.3 branch December 12, 2021 20:53
oshadmi pushed a commit that referenced this pull request Dec 14, 2021
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.1.2 to 1.2.3.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](mkdocs/mkdocs@1.1.2...1.2.3)

---
updated-dependencies:
- dependency-name: mkdocs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 91892dd)
oshadmi added a commit that referenced this pull request Feb 24, 2022
* Fixes in config.yml (#409)

(cherry picked from commit 8adfd29)

* Updated module version

* json.get returns a top-level array (as bulk string) (#411) (#412)

* json.get returns a top-level array (as bulk string)

* Fix format and tests

(cherry picked from commit cc6d225)

* Updated modules version (2)

* Added integration branch 2.0

* Updated module version

* Updated modules version (2)

* Added integration branch 2.0

* [2.0] Updated readies

* [2.0] Updated readies (for docker cpuset)

* update readies to master

* Update version to 2.0.2

* Update Cargo.toml version to 2.0.2

* Update deps: jsonpath tag v2.0.2

* Multipath: handle default arguments (#503)

* Multipath: arrlen - handle missing path

* Multipath: handle/add tests for default args (strlen objkeys objlen resp get strappend arrpop)

(cherry picked from commit 8733934)

* QA automation update (#505)

(cherry picked from commit 223316f)

* system-setup: added binutils for macOS (objcopy) (#524)

(cherry picked from commit e6da70b)

* [2.0] Cherry-pick #524, updated readies

* Update version to 2.0.3

* Update readies

* Bump version to 2.0.4

* Update commands.json file (2) (#534)

(cherry picked from commit 58ea6f1)

* Updated RS_VERSIONS (#536)

(cherry picked from commit d7ee051)

* Doc 2.0 (#538) (#540)

* Document new path, JSON.GET and JSON.MGET

* Add examples and update results for all commands

* Update complexity information

* Update docs/commands.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Add example to NUMINCRBY. Fix example in NUMMULTBY

* Update docs/commands.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Post review rephrasing

* Update docs/commands.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Add indexing JSON documents

* Post review

* Update docs/indexing_JSON.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Add indexing json doc (#543)

* Doc 2.0 (#538)

* Document new path, JSON.GET and JSON.MGET

* Add examples and update results for all commands

* Update complexity information

* Update docs/commands.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Add example to NUMINCRBY. Fix example in NUMMULTBY

* Update docs/commands.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Post review rephrasing

* Update docs/commands.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Add indexing JSON documents

* Post review

* Update docs/indexing_JSON.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Add indexing json to the doc

* update to latest readies

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
Co-authored-by: oshadmi <omer.shadmi@redislabs.com>

* Build system updates (esp. target into BINDIR) (#547)

(cherry picked from commit 09c4618)

* [2.0] Updated readies

* [2.0] Dockerfile: updated REDISEARCH_VERSION

* ARM support (#550)

(cherry picked from commit c3ed883)

* Bump version to 2.0.5

* Build ARM for bionic; test with Redis 6.0 (#556) (#557)

(cherry picked from commit b1c8cb4)

* initial ijson commit (#563)

* initial ijson commit

* Code arrangement

* Return serde_json:Value support
* Implement manager for IValue

* Implement lasts unimplimented manager API for IValue

* fmt fixes

* return jsonpath library to point to generic_json_path

* Made backend configurable on start using JSON_BACKEND module argument that can get either SERDE_JSON or IJSON, default is IJSON.

* run tests on both backends

* json_init -> json_init_config

* fmt fixes

* tests fixes

* fmt fixes

* disable memory test as its currently incorrect

* review fixes

* update redismodule-rs to 0.25

* fix 6.0 tests

* Skip short read test on 6.0 (too slow)

* Skip module keyspace notification test (introduced in redis 6.2)

Co-authored-by: meir <meir@redis.com>
Co-authored-by: oshadmi <omer.shadmi@redislabs.com>
(cherry picked from commit b6a070d)

* path.md copyedit suggestions

(cherry picked from commit 57e6a87)

* indexing_JSON.md copyedit suggestions

(cherry picked from commit 8cf0cd4)

* Update Cargo.toml (#552)

Co-authored-by: Rafi Einstein <rafi@redislabs.com>
(cherry picked from commit 42e6f32)

* Update freebsd.yml (#565)

* Update freebsd.yml

(cherry picked from commit 58d6fbf)

* JSON.SET full doc benchmark extensions (#568)

* JSON.SET full doc benchmark extensions

* [fix] Adjusted json_vs_hashes_json.set_key_simple to use a larger keyspace range

* [fix] Fixed q5 JSON.SET test

(cherry picked from commit 3ec45da)

* Bump mkdocs from 1.1.2 to 1.2.3 in /docs (#572)

Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.1.2 to 1.2.3.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](mkdocs/mkdocs@1.1.2...1.2.3)

---
updated-dependencies:
- dependency-name: mkdocs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 91892dd)

* Add docs fo JSON.CLEAR and JSON.TOGGLE (#474) (#607)

* fix #465 Add docs for JSON.CLEAR and JSON.TOGGLE

* Document adding a new child with JSON.SET (#622) (#626)

* Document adding a new child with JSON.SET

* Restoring previous edits

* Restoring previous edits (2)

(cherry picked from commit cd2458d)

Co-authored-by: Rafi Einstein <rafi@redislabs.com>
Co-authored-by: Emmanuel Keller <74923777+emmanuelkeller@users.noreply.github.com>
Co-authored-by: Guy Korland <gkorland@gmail.com>
Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
Co-authored-by: filipe oliveira <filipecosta.90@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
oshadmi added a commit that referenced this pull request Mar 26, 2022
* Merge from master to 2.0 (towards 2.0.7) (#665)

* Fixes in config.yml (#409)

(cherry picked from commit 8adfd29)

* Updated module version

* json.get returns a top-level array (as bulk string) (#411) (#412)

* json.get returns a top-level array (as bulk string)

* Fix format and tests

(cherry picked from commit cc6d225)

* Updated modules version (2)

* Added integration branch 2.0

* Updated module version

* Updated modules version (2)

* Added integration branch 2.0

* [2.0] Updated readies

* [2.0] Updated readies (for docker cpuset)

* update readies to master

* Update version to 2.0.2

* Update Cargo.toml version to 2.0.2

* Update deps: jsonpath tag v2.0.2

* Multipath: handle default arguments (#503)

* Multipath: arrlen - handle missing path

* Multipath: handle/add tests for default args (strlen objkeys objlen resp get strappend arrpop)

(cherry picked from commit 8733934)

* QA automation update (#505)

(cherry picked from commit 223316f)

* system-setup: added binutils for macOS (objcopy) (#524)

(cherry picked from commit e6da70b)

* [2.0] Cherry-pick #524, updated readies

* Update version to 2.0.3

* Update readies

* Bump version to 2.0.4

* Update commands.json file (2) (#534)

(cherry picked from commit 58ea6f1)

* Updated RS_VERSIONS (#536)

(cherry picked from commit d7ee051)

* Doc 2.0 (#538) (#540)

* Document new path, JSON.GET and JSON.MGET

* Add examples and update results for all commands

* Update complexity information

* Update docs/commands.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Add example to NUMINCRBY. Fix example in NUMMULTBY

* Update docs/commands.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Post review rephrasing

* Update docs/commands.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Add indexing JSON documents

* Post review

* Update docs/indexing_JSON.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Add indexing json doc (#543)

* Doc 2.0 (#538)

* Document new path, JSON.GET and JSON.MGET

* Add examples and update results for all commands

* Update complexity information

* Update docs/commands.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Add example to NUMINCRBY. Fix example in NUMMULTBY

* Update docs/commands.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Post review rephrasing

* Update docs/commands.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Add indexing JSON documents

* Post review

* Update docs/indexing_JSON.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Add indexing json to the doc

* update to latest readies

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
Co-authored-by: oshadmi <omer.shadmi@redislabs.com>

* Build system updates (esp. target into BINDIR) (#547)

(cherry picked from commit 09c4618)

* [2.0] Updated readies

* [2.0] Dockerfile: updated REDISEARCH_VERSION

* ARM support (#550)

(cherry picked from commit c3ed883)

* Bump version to 2.0.5

* Build ARM for bionic; test with Redis 6.0 (#556) (#557)

(cherry picked from commit b1c8cb4)

* initial ijson commit (#563)

* initial ijson commit

* Code arrangement

* Return serde_json:Value support
* Implement manager for IValue

* Implement lasts unimplimented manager API for IValue

* fmt fixes

* return jsonpath library to point to generic_json_path

* Made backend configurable on start using JSON_BACKEND module argument that can get either SERDE_JSON or IJSON, default is IJSON.

* run tests on both backends

* json_init -> json_init_config

* fmt fixes

* tests fixes

* fmt fixes

* disable memory test as its currently incorrect

* review fixes

* update redismodule-rs to 0.25

* fix 6.0 tests

* Skip short read test on 6.0 (too slow)

* Skip module keyspace notification test (introduced in redis 6.2)

Co-authored-by: meir <meir@redis.com>
Co-authored-by: oshadmi <omer.shadmi@redislabs.com>
(cherry picked from commit b6a070d)

* path.md copyedit suggestions

(cherry picked from commit 57e6a87)

* indexing_JSON.md copyedit suggestions

(cherry picked from commit 8cf0cd4)

* Update Cargo.toml (#552)

Co-authored-by: Rafi Einstein <rafi@redislabs.com>
(cherry picked from commit 42e6f32)

* Update freebsd.yml (#565)

* Update freebsd.yml

(cherry picked from commit 58d6fbf)

* JSON.SET full doc benchmark extensions (#568)

* JSON.SET full doc benchmark extensions

* [fix] Adjusted json_vs_hashes_json.set_key_simple to use a larger keyspace range

* [fix] Fixed q5 JSON.SET test

(cherry picked from commit 3ec45da)

* Bump mkdocs from 1.1.2 to 1.2.3 in /docs (#572)

Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.1.2 to 1.2.3.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](mkdocs/mkdocs@1.1.2...1.2.3)

---
updated-dependencies:
- dependency-name: mkdocs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 91892dd)

* Add docs fo JSON.CLEAR and JSON.TOGGLE (#474) (#607)

* fix #465 Add docs for JSON.CLEAR and JSON.TOGGLE

* Document adding a new child with JSON.SET (#622) (#626)

* Document adding a new child with JSON.SET

* Restoring previous edits

* Restoring previous edits (2)

(cherry picked from commit cd2458d)

Co-authored-by: Rafi Einstein <rafi@redislabs.com>
Co-authored-by: Emmanuel Keller <74923777+emmanuelkeller@users.noreply.github.com>
Co-authored-by: Guy Korland <gkorland@gmail.com>
Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
Co-authored-by: filipe oliveira <filipecosta.90@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* revert bad merge (#668)

* revert bad merge (2) (#669)

* Add test to MOD2099 + update dep to latest generic_json_path (#671)

* Fox JSON.CLEAR doc

* Allow QA tests on a specific RS_VERSION (#682)

* Build fixes, inc. Rocky Linux 8 (#685)

* Build fixes, inc. Rocky Linux 8

* Use jsonpath lib with fix for issue #667 (#691)

* Upgrade to latest jsonpath lib and add test for issue 667

* Fix comment

* MOD-2785: Add benchmark for issue #674 (#693)

* Add benchmark for issue #674

* Fix yml

* Using memtier_benchmark for more granular control on json_recursive_descent_with_filter_uid_issue674 benchmark

Co-authored-by: filipecosta90 <filipecosta.90@gmail.com>

* Update release.json

remove xenial - not supported
add rhel8

* Enabled CI profilers (#692)

* Enabled CI profilers

* Enabled dwarf call graph mode and fail-fast on CI perf

Co-authored-by: Rafi Einstein <rafi@redislabs.com>
Co-authored-by: Emmanuel Keller <74923777+emmanuelkeller@users.noreply.github.com>
Co-authored-by: Guy Korland <gkorland@gmail.com>
Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
Co-authored-by: filipe oliveira <filipecosta.90@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tomerhekredis <72793005+tomerhekredis@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants