Skip to content

Commit

Permalink
Jazzband transfer tasks (#418)
Browse files Browse the repository at this point in the history
  * Fix all links in the docs (and README file etc) from old to new repo
 
 * Add the Jazzband badge to the README file
 
 * Add the Jazzband contributing guideline to the CONTRIBUTING.md or CONTRIBUTING.rst file
 
 * Check if continuous testing works with GitHub Actions
 
 * Add jazzband account to PyPI project as maintainer role
 
 * Fix project URL in GitHub project description
 
 * Review project if other services are used and port them to Jazzband
 
 * Decide who is project lead for the project (if at all)
 
 * Add jazzband-bot as maintainer to the Read the Docs project
 
 * Add incoming GitHub webhook integration to Read the Docs project
  • Loading branch information
Archmonger committed Apr 27, 2022
1 parent 2ef053c commit 8ae735a
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/funding.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint and Unit Test
name: Test

on:
push:
Expand Down Expand Up @@ -29,3 +29,7 @@ jobs:
# Environments are selected using tox-gh-actions configuration in tox.ini.
- name: Test with tox
run: tox
- name: Upload coverage
uses: codecov/codecov-action@v1
with:
name: Python ${{ matrix.python-version }} Codecov
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ __pycache__/
.Python
.env
env/
.venv
venv/
build/
develop-eggs/
dist/
Expand Down
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.1.0"
hooks:
- id: check-merge-conflict
23 changes: 14 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
Django Database Backup
======================

.. image:: https://github.com/django-dbbackup/django-dbbackup/actions/workflows/build.yml/badge.svg
:target: https://github.com/django-dbbackup/django-dbbackup/actions
.. image:: https://github.com/jazzband/django-dbbackup/actions/workflows/build.yml/badge.svg
:target: https://github.com/jazzband/django-dbbackup/actions

.. image:: https://readthedocs.org/projects/django-dbbackup/badge/?version=stable
:target: https://django-dbbackup.readthedocs.io/
:alt: Documentation Status

.. image:: https://coveralls.io/repos/django-dbbackup/django-dbbackup/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/django-dbbackup/django-dbbackup?branch=master
.. image:: https://codecov.io/gh/jazzband/django-dbbackup/branch/master/graph/badge.svg?token=zaYmStcsuX
:target: https://codecov.io/gh/jazzband/django-dbbackup

.. image:: https://jazzband.co/static/img/badge.svg
:target: https://jazzband.co/
:alt: Jazzband

This Django application provides management commands to help backup and
restore your project database and media files with various storages such as
Expand Down Expand Up @@ -47,7 +51,9 @@ dbbackup
Backup your database to the specified storage. By default this will backup all
databases specified in your settings.py file and will not delete any old
backups. You can optionally specify a server name to be included in the backup
filename. ::
filename.

::

Usage: ./manage.py dbbackup [options]
Expand Down Expand Up @@ -150,10 +156,9 @@ via `pull requests`_.
We use GitHub Actions as continuous integration tools.

.. _`Read The Docs`: https://django-dbbackup.readthedocs.org/
.. _`GitHub issues`: https://github.com/django-dbbackup/django-dbbackup/issues
.. _`pull requests`: https://github.com/django-dbbackup/django-dbbackup/pulls
.. _`GitHub Actions`: https://github.com/django-dbbackup/django-dbbackup/actions
.. _Coveralls: https://coveralls.io/github/django-dbbackup/django-dbbackup
.. _`GitHub issues`: https://github.com/jazzband/django-dbbackup/issues
.. _`pull requests`: https://github.com/jazzband/django-dbbackup/pulls
.. _Coveralls: https://coveralls.io/github/jazzband/django-dbbackup

Tests
=====
Expand Down
3 changes: 3 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[![Jazzband](https://jazzband.co/static/img/jazzband.svg)](https://jazzband.co/)

This is a [Jazzband](https://jazzband.co/) project. By contributing you agree to abide by the [Contributor Code of Conduct](https://jazzband.co/about/conduct) and follow the [guidelines](https://jazzband.co/about/guidelines).

0 comments on commit 8ae735a

Please sign in to comment.