Skip to content

Commit 55ffe02

Browse files
committed
chore(docs): use Litestar branding
1 parent 310af3f commit 55ffe02

31 files changed

+548
-211
lines changed

.github/CODEOWNERS

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# Code owner settings for `jolt-org`
2-
# @maintainers should be assigned to all reviews.
1+
# Code owner settings for `litestar-org`
2+
3+
# @maintainers should be assigned to all reviews
4+
35
# Most specific assignment takes precedence though, so if you add a more specific thing than the `*` glob, you must also add @maintainers
4-
# For more info about code owners see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-file-example
6+
7+
# For more info about code owners see <https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-file-example>
58

69
# Global Assignment
7-
* @jolt-org/maintainers @jolt-org/members
10+
11+
* @litestar-org/maintainers @litestar-org/members

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
sonar:
7272
needs:
7373
- run
74-
if: github.event.pull_request.head.repo.fork == false && github.repository_owner == 'jolt-org'
74+
if: github.event.pull_request.head.repo.fork == false && github.repository_owner == 'litestar-org'
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Check out repository

.github/workflows/docs-preview.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
folder: docs-preview/docs/_build/html
3535
token: ${{ secrets.DOCS_PREVIEW_DEPLOY_TOKEN }}
36-
repository-name: jolt-org/pytest-databases-docs-preview
36+
repository-name: litestar-org/pytest-databases-docs-preview
3737
clean: false
3838
target-folder: ${{ env.PR_NUMBER }}
3939
branch: gh-pages
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
script: |
4646
const issue_number = process.env.PR_NUMBER
47-
const body = "Documentation preview will be available shortly at https://jolt-org.github.io/pytest-databases-docs-preview/" + issue_number
47+
const body = "Documentation preview will be available shortly at https://litestar-org.github.io/pytest-databases-docs-preview/" + issue_number
4848
4949
const opts = github.rest.issues.listComments.endpoint.merge({
5050
owner: context.repo.owner,

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919

2020
# Ruff replaces black, flake8, autoflake and isort
2121
- repo: https://github.com/charliermarsh/ruff-pre-commit
22-
rev: "v0.3.4" # make sure this is always consistent with hatch configs
22+
rev: "v0.3.5" # make sure this is always consistent with hatch configs
2323
hooks:
2424
- id: ruff
2525
args: [--config, ./pyproject.toml]

CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Code owner settings for `jolt-org`
1+
# Code owner settings for `litestar-org`
22
# @maintainers should be assigned to all reviews.
33
# Most specific assignment takes precedence though, so if you add a more specific thing than the `*` glob, you must also add @maintainers
44
# For more info about code owners see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-file-example
55

66
# Global Assignment
7-
* @jolt-org/maintainers @jolt-org/members
7+
* @litestar-org/maintainers @litestar-org/members

CONTRIBUTING.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Code contributions
1717
Workflow
1818
++++++++
1919

20-
1. `Fork <https://github.com/jolt-org/pytest-databases/fork>`_ the `Pytest Database Alchemy repository <https://github.com/jolt-org/pytest-databases>`_
20+
1. `Fork <https://github.com/litestar-org/pytest-databases/fork>`_ the `Pytest Database Alchemy repository <https://github.com/litestar-org/pytest-databases>`_
2121
2. Clone your fork locally with git
2222
3. `Set up the environment <#setting-up-the-environment>`_
2323
4. Make your changes
@@ -68,13 +68,13 @@ Then you can serve the documentation with ``make docs-serve``, or build them wit
6868
Creating a new release
6969
----------------------
7070

71-
1. Increment the version in `pyproject.toml <https://github.com/jolt-org/pytest-databases/blob/main/pyproject.toml>`_.
71+
1. Increment the version in `pyproject.toml <https://github.com/litestar-org/pytest-databases/blob/main/pyproject.toml>`_.
7272
.. note:: The version should follow `semantic versioning <https://semver.org/>`_ and `PEP 440 <https://www.python.org/dev/peps/pep-0440/>`_.
73-
2. `Draft a new release <https://github.com/jolt-org/pytest-databases/releases/new>`_ on GitHub
73+
2. `Draft a new release <https://github.com/litestar-org/pytest-databases/releases/new>`_ on GitHub
7474

7575
* Use ``vMAJOR.MINOR.PATCH`` (e.g. ``v1.2.3``) as both the tag and release title
7676
* Fill in the release description. You can use the "Generate release notes" function to get a draft for this
7777
3. Commit your changes and push to ``main``
7878
4. Publish the release
79-
5. Go to `Actions <https://github.com/jolt-org/pytest-databases/actions>`_ and approve the release workflow
79+
5. Go to `Actions <https://github.com/litestar-org/pytest-databases/actions>`_ and approve the release workflow
8080
6. Check that the workflow runs successfully

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Jolt
3+
Copyright (c) 2024 Litestar
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Reusable test fixtures for any and all databases.
44

55
<div align="center">
66

7-
| Project | | Status |
8-
| --------- | :-- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
9-
| CI/CD | | [![Latest Release](https://github.com/jolt-org/pytest-databases/actions/workflows/publish.yaml/badge.svg)](https://github.com/jolt-org/pytest-databases/actions/workflows/publish.yaml) [![Tests And Linting](https://github.com/jolt-org/pytest-databases/actions/workflows/ci.yaml/badge.svg)](https://github.com/jolt-org/pytest-databases/actions/workflows/ci.yaml) [![Documentation Building](https://github.com/jolt-org/pytest-databases/actions/workflows/docs.yaml/badge.svg)](https://github.com/jolt-org/pytest-databases/actions/workflows/docs.yaml) |
10-
| Quality | | [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=jolt-org_pytest-databases&metric=coverage)](https://sonarcloud.io/summary/new_code?id=jolt-org_pytest-databases) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=jolt-org_pytest-databases&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=jolt-org_pytest-databases) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=jolt-org_pytest-databases&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=jolt-org_pytest-databases) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=jolt-org_pytest-databases&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=jolt-org_pytest-databases) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=jolt-org_pytest-databases&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=jolt-org_pytest-databases) |
11-
| Community | | [![Discord](https://img.shields.io/discord/1149784127659319356?labelColor=F50057&color=202020&label=chat%20on%20discord&logo=discord&logoColor=202020)](https://discord.gg/XpFNTjjtTK) |
12-
| Meta | | [![Jolt Project](https://img.shields.io/badge/Jolt%20Org-%E2%AD%90-F50057.svg?logo=python&labelColor=F50057&color=202020&logoColor=202020)](https://github.com/jolt-org/) [![types - Mypy](https://img.shields.io/badge/types-Mypy-F50057.svg?logo=python&labelColor=F50057&color=202020&logoColor=202020)](https://github.com/python/mypy) [![License - MIT](https://img.shields.io/badge/license-MIT-F50057.svg?logo=python&labelColor=F50057&color=202020&logoColor=202020)](https://spdx.org/licenses/) [![Jolt Sponsors](https://img.shields.io/badge/Sponsor-%E2%9D%A4-%23202020.svg?&logo=github&logoColor=202020&labelColor=F50057)](https://github.com/sponsors/jolt-org) [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json&labelColor=F50057)](https://github.com/astral-sh/ruff) [![code style - Black](https://img.shields.io/badge/code%20style-black-000000.svg?logo=python&labelColor=F50057&logoColor=202020)](https://github.com/psf/black) |
7+
| Project | | Status |
8+
| --------- | :-- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
9+
| CI/CD | | [![Latest Release](https://github.com/litestar-org/pytest-databases/actions/workflows/publish.yaml/badge.svg)](https://github.com/litestar-org/pytest-databases/actions/workflows/publish.yaml) [![Tests And Linting](https://github.com/litestar-org/pytest-databases/actions/workflows/ci.yaml/badge.svg)](https://github.com/litestar-org/pytest-databases/actions/workflows/ci.yaml) [![Documentation Building](https://github.com/litestar-org/pytest-databases/actions/workflows/docs.yaml/badge.svg)](https://github.com/litestar-org/pytest-databases/actions/workflows/docs.yaml) |
10+
| Quality | | [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=litestar-org_pytest-databases&metric=coverage)](https://sonarcloud.io/summary/new_code?id=litestar-org_pytest-databases) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=litestar-org_pytest-databases&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=litestar-org_pytest-databases) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=litestar-org_pytest-databases&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=litestar-org_pytest-databases) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=litestar-org_pytest-databases&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=litestar-org_pytest-databases) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=litestar-org_pytest-databases&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=litestar-org_pytest-databases) |
11+
| Community | | [![Discord](https://img.shields.io/discord/1149784127659319356?labelColor=F50057&color=202020&label=chat%20on%20discord&logo=discord&logoColor=202020)](https://discord.gg/XpFNTjjtTK) |
12+
| Meta | | [![Litestar Project](https://img.shields.io/badge/Litestar%20Org-%E2%AD%90-F50057.svg?logo=python&labelColor=F50057&color=202020&logoColor=202020)](https://github.com/litestar-org/) [![types - Mypy](https://img.shields.io/badge/types-Mypy-F50057.svg?logo=python&labelColor=F50057&color=202020&logoColor=202020)](https://github.com/python/mypy) [![License - MIT](https://img.shields.io/badge/license-MIT-F50057.svg?logo=python&labelColor=F50057&color=202020&logoColor=202020)](https://spdx.org/licenses/) [![Litestar Sponsors](https://img.shields.io/badge/Sponsor-%E2%9D%A4-%23202020.svg?&logo=github&logoColor=202020&labelColor=F50057)](https://github.com/sponsors/litestar-org) [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json&labelColor=F50057)](https://github.com/astral-sh/ruff) [![code style - Black](https://img.shields.io/badge/code%20style-black-000000.svg?logo=python&labelColor=F50057&logoColor=202020)](https://github.com/psf/black) |
1313

1414
</div>
1515

@@ -37,7 +37,7 @@ It is designed to offer pre-configured testing setups for many different types a
3737

3838
## Contributing
3939

40-
All [Jolt][jolt-org] projects will always be a community-centered, available for contributions of any size.
40+
All [Litestar][litestar-org] projects will always be a community-centered, available for contributions of any size.
4141

4242
Before contributing, please review the [contribution guide][contributing].
4343

@@ -49,16 +49,16 @@ or the [project-specific GitHub discussions page][project-discussions].
4949
<!-- markdownlint-disable -->
5050
<p align="center">
5151
<!-- github-banner-start -->
52-
<img src="https://raw.githubusercontent.com/jolt-org/meta/2901c9c5c5895a83fbfa56944c33bca287f88d42/branding/SVG%20-%20Transparent/logo-full-wide.svg" alt="Litestar Logo - Light" width="20%" height="auto" />
53-
<br>A <a href="https://github.com/jolt-org">Jolt Organization</a> Project
52+
<img src="https://raw.githubusercontent.com/litestar-org/meta/2901c9c5c5895a83fbfa56944c33bca287f88d42/branding/SVG%20-%20Transparent/logo-full-wide.svg" alt="Litestar Logo - Light" width="20%" height="auto" />
53+
<br>A <a href="https://github.com/litestar-org">Litestar Organization</a> Project
5454
<!-- github-banner-end -->
5555
</p>
5656

57-
[jolt-org]: https://github.com/jolt-org
57+
[litestar-org]: https://github.com/litestar-org
5858
[contributing]: https://docs.pytest-databases.jolt.rs/latest/contribution-guide.html
5959
[discord]: https://discord.gg/XpFNTjjtTK
60-
[jolt-discussions]: https://github.com/orgs/jolt-org/discussions
61-
[project-discussions]: https://github.com/jolt-org/pytest-databases/discussions
60+
[jolt-discussions]: https://github.com/orgs/litestar-org/discussions
61+
[project-discussions]: https://github.com/litestar-org/pytest-databases/discussions
6262
[project-docs]: https://docs.pytest-databases.jolt.rs
6363
[install-guide]: https://docs.pytest-databases.jolt.rs/latest/#installation
64-
[newrepo]: https://github.com/organizations/jolt-org/repositories/new?template=pytest-databases
64+
[newrepo]: https://github.com/organizations/litestar-org/repositories/new?template=pytest-databases

0 commit comments

Comments
 (0)