Skip to content

Commit

Permalink
Dymmond references
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Jun 5, 2024
1 parent bf01eca commit 1d8cfab
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ about: Please only raise an issue if you've been advised to do so after discussi

The starting point for issues should usually be a discussion...

https://github.com/tarsil/mongoz/discussions
https://github.com/dymmond/mongoz/discussions

Potential bugs may be raised as a "Potential Issue" discussion. The feature requests may be raised as an
"Ideas" discussion.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
blank_issues_enabled: false
contact_links:
- name: Discussions
url: https://github.com/tarsil/mongoz/discussions
url: https://github.com/dymmond/mongoz/discussions
about: >
The "Discussions" forum is where you want to start.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# MongoZ

<p align="center">
<a href="https://mongoz.tarsild.io"><img src="https://res.cloudinary.com/tarsild/image/upload/v1695724284/packages/mongoz/nwtcudxmncgoyw4em0th.png" alt='mongoz'></a>
<a href="https://mongoz.dymmond.com"><img src="https://res.cloudinary.com/tarsild/image/upload/v1695724284/packages/mongoz/nwtcudxmncgoyw4em0th.png" alt='mongoz'></a>
</p>

<p align="center">
<em>🔥 ODM with Pydantic made it simple 🔥</em>
</p>

<p align="center">
<a href="https://github.com/tarsil/mongoz/workflows/Test%20Suite/badge.svg?event=push&branch=main" target="_blank">
<img src="https://github.com/tarsil/mongoz/workflows/Test%20Suite/badge.svg?event=push&branch=main" alt="Test Suite">
<a href="https://github.com/dymmond/mongoz/workflows/Test%20Suite/badge.svg?event=push&branch=main" target="_blank">
<img src="https://github.com/dymmond/mongoz/workflows/Test%20Suite/badge.svg?event=push&branch=main" alt="Test Suite">
</a>

<a href="https://pypi.org/project/mongoz" target="_blank">
Expand All @@ -24,9 +24,9 @@

---

**Documentation**: [https://mongoz.tarsild.io][mongoz] 📚
**Documentation**: [https://mongoz.dymmond.com][mongoz] 📚

**Source Code**: [https://github.com/tarsil/mongoz](https://github.com/tarsil/mongoz)
**Source Code**: [https://github.com/dymmond/mongoz](https://github.com/dymmond/mongoz)

---

Expand All @@ -42,7 +42,7 @@ So why a MongoZ if there is a MongoX? Well, MongoZ is from the same author of [E
[Saffier][saffier], [Mongoz][mongoz] and many other tools out there and they all follow a specific need
and pattern of development.

Mongox implements really well some operations with MongoDB but for use cases where [Signals](https://mongoz.tarsild.io/sinals.md),
Mongox implements really well some operations with MongoDB but for use cases where [Signals](https://mongoz.dymmond.com/sinals.md),
for example, are needed, Mongox was not aiming at it and also since the creator of Mongoz is the
same as [Saffier][saffier] and [Saffier][saffier], the friendly interface to interact is also a must.

Expand Down Expand Up @@ -204,10 +204,10 @@ are done exactly in the same way you do a normal Pydantic model.
Nothing to worry about!


[mongoz]: https://mongoz.tarsild.io
[mongoz]: https://mongoz.dymmond.com
[motor]: https://github.com/mongodb/motor
[pydantic]: https://pydantic.dev/
[mongoz]: https://mongoz.tarsild.io
[mongoz]: https://mongoz.dymmond.com
[saffier]: https://saffier.tarsild.io
[edgy]: https://edgy.tarsild.io
[esmerald]: https://esmerald.dev
14 changes: 7 additions & 7 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Thank you for showing interes in contributing to MongoZ. There are many ways you can help and contribute to the
project.

* Try MongoZ and [report bugs and issues](https://github.com/tarsil/mongoz/issues/new) you find.
* [Implement new features](https://github.com/tarsil/mongoz/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
* Help othes by [reviewing pull requests](https://github.com/tarsil/mongoz/pulls)
* Try MongoZ and [report bugs and issues](https://github.com/dymmond/mongoz/issues/new) you find.
* [Implement new features](https://github.com/dymmond/mongoz/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
* Help othes by [reviewing pull requests](https://github.com/dymmond/mongoz/pulls)
* Help writting documentation
* Use the discussions and actively participate on them.
* Become an contributor by helping MongoZ growing and spread the words across small, medium, large or any company
Expand All @@ -17,7 +17,7 @@ It is natural that you might find something that MongoZ should support or even e
behaviour that needs addressing.

The way we love doing things is very simple, contributions should start out with a
[discussion](https://github.com/tarsil/mongoz/discussions). The potential bugs shall be raised as "Potential Issue"
[discussion](https://github.com/dymmond/mongoz/discussions). The potential bugs shall be raised as "Potential Issue"
in the discussions, the feature requests may be raised as "Ideas".

We can then decide if the discussion needs to be escalated into an "Issue" or not.
Expand All @@ -37,7 +37,7 @@ it clear to understand and get the required help.

## Development

To develop for MongoZ, create a fork of the [MongoZ repository](https://github.com/tarsil/mongoz) on GitHub.
To develop for MongoZ, create a fork of the [MongoZ repository](https://github.com/dymmond/mongoz) on GitHub.

After, clone your fork with the follow command replacing `YOUR-USERNAME` wih your GitHub username:

Expand Down Expand Up @@ -133,7 +133,7 @@ Before releasing a new package into production some considerations need to be ta

* **Changelog**
* Like many projects, we follow the format from [keepchangelog](https://keepachangelog.com/en/1.0.0/).
* [Compare](https://github.com/tarsil/mongoz/compare/) `main` with the release tag and list of the entries
* [Compare](https://github.com/dymmond/mongoz/compare/) `main` with the release tag and list of the entries
that are of interest to the users of the framework.
* What **must** go in the changelog? added, changed, removed or deprecated features and the bug fixes.
* What is **should not go** in the changelog? Documentation changes, tests or anything not specified in the
Expand All @@ -146,7 +146,7 @@ point above.

#### Releasing

Once the `release` PR is merged, create a new [release](https://github.com/tarsil/mongoz/releases/new)
Once the `release` PR is merged, create a new [release](https://github.com/dymmond/mongoz/releases/new)
that includes:

Example:
Expand Down
14 changes: 7 additions & 7 deletions docs/mongoz.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# MongoZ

<p align="center">
<a href="https://mongoz.tarsild.io"><img src="https://res.cloudinary.com/tarsild/image/upload/v1695724284/packages/mongoz/nwtcudxmncgoyw4em0th.png" alt='mongoz'></a>
<a href="https://mongoz.dymmond.com"><img src="https://res.cloudinary.com/tarsild/image/upload/v1695724284/packages/mongoz/nwtcudxmncgoyw4em0th.png" alt='mongoz'></a>
</p>

<p align="center">
<em>🔥 ODM with Pydantic made it simple 🔥</em>
</p>

<p align="center">
<a href="https://github.com/tarsil/mongoz/workflows/Test%20Suite/badge.svg?event=push&branch=main" target="_blank">
<img src="https://github.com/tarsil/mongoz/workflows/Test%20Suite/badge.svg?event=push&branch=main" alt="Test Suite">
<a href="https://github.com/dymmond/mongoz/workflows/Test%20Suite/badge.svg?event=push&branch=main" target="_blank">
<img src="https://github.com/dymmond/mongoz/workflows/Test%20Suite/badge.svg?event=push&branch=main" alt="Test Suite">
</a>

<a href="https://pypi.org/project/mongoz" target="_blank">
Expand All @@ -24,9 +24,9 @@

---

**Documentation**: [https://mongoz.tarsild.io][mongoz] 📚
**Documentation**: [https://mongoz.dymmond.com][mongoz] 📚

**Source Code**: [https://github.com/tarsil/mongoz](https://github.com/tarsil/mongoz)
**Source Code**: [https://github.com/dymmond/mongoz](https://github.com/dymmond/mongoz)

---

Expand Down Expand Up @@ -189,10 +189,10 @@ are done exactly in the same way you do a normal Pydantic model.
Nothing to worry about!


[mongoz]: https://mongoz.tarsild.io
[mongoz]: https://mongoz.dymmond.com
[motor]: https://github.com/mongodb/motor
[pydantic]: https://pydantic.dev/
[mongoz]: https://mongoz.tarsild.io
[mongoz]: https://mongoz.dymmond.com
[saffier]: https://saffier.tarsild.io
[edgy]: https://edgy.tarsild.io
[esmerald]: https://esmerald.dev
4 changes: 2 additions & 2 deletions docs/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="collapse navbar-collapse d-xl-flex" id="navcol-1">
<ul class="navbar-nav d-xl-flex ms-auto">
<li class="nav-item d-xl-flex"><a class="nav-link active text-white" href="/mongoz/">Documentation</a></li>
<li class="nav-item d-xl-flex ms-2"><a class="nav-link" href="https://github.com/tarsil/mongoz" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-github text-light bs-icon">
<li class="nav-item d-xl-flex ms-2"><a class="nav-link" href="https://github.com/dymmond/mongoz" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-github text-light bs-icon">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path>
</svg></a></li>
</ul>
Expand All @@ -33,7 +33,7 @@
<div class="text-center">
<h1 class="display-4 fw-bold text-start d-xl-flex mb-5">ODM with Pydantic made it easy</h1>
<div class="btn-group" role="group">
<a href="https://github.com/tarsil/mongoz" target="_blank"><button class="btn btn-outline-primary rounded-pill" type="button">Github<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-github ms-2">
<a href="https://github.com/dymmond/mongoz" target="_blank"><button class="btn btn-outline-primary rounded-pill" type="button">Github<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-github ms-2">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path>
</svg></button></a>

Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- Internal support for `hatch` and removed the need for a `Makefile`
- Documentation references
- Add using method to QuerySet manager [#28](https://github.com/tarsil/mongoz/pull/28) by [@harshalizode](https://github.com/harshalizode).
- Add using method to QuerySet manager [#28](https://github.com/dymmond/mongoz/pull/28) by [@harshalizode](https://github.com/harshalizode).

## 0.7.0

Expand Down
2 changes: 1 addition & 1 deletion docs/sponsorship.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Giving a star to MongoZ is very simple and helps promoting the work across the d

The button is located at the top right.

[https://github.com/tarsil/mongoz](https://github.com/tarsil/mongoz).
[https://github.com/dymmond/mongoz](https://github.com/dymmond/mongoz).

This will help spreading the word about the tool and how helpful has been.

Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: Mongoz
site_description: ODM with pydantic made it simple.
site_url: https://mongoz.tarsild.io
site_url: https://mongoz.dymmond.com

theme:
name: "material"
Expand Down Expand Up @@ -29,8 +29,8 @@ theme:
- content.tabs.link
- content.code.copy

repo_name: tarsil/mongoz
repo_url: https://github.com/tarsil/mongoz
repo_name: dymmond/mongoz
repo_url: https://github.com/dymmond/mongoz
edit_uri: ""
plugins:
- search
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ dependencies = [
keywords = ["mongoz", "odm", "nosql", "mongodb"]

[project.urls]
Homepage = "https://github.com/tarsil/mongoz"
Documentation = "https://mongoz.tarsild.io"
Changelog = "https://mongoz.tarsild.io/release-notes/"
Homepage = "https://github.com/dymmond/mongoz"
Documentation = "https://mongoz.dymmond.com"
Changelog = "https://mongoz.dymmond.com/release-notes/"
Funding = "https://github.com/sponsors/tarsil"
Source = "https://github.com/tarsil/mongoz"
Source = "https://github.com/dymmond/mongoz"


[tool.hatch.version]
Expand Down

0 comments on commit 1d8cfab

Please sign in to comment.