Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
TODO@openscilab.com.
dnx@openscilab.com.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ body:
- Python 3.9
- Python 3.8
- Python 3.7
- Python 3.6
default: 1
validations:
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Discord
url: https://discord.gg/TODO
about: Ask questions and discuss with other TODO community members
url: https://discord.gg/K23nyjtNaU
about: Ask questions and discuss with other DNX community members
- name: Website
url: https://openscilab.com/
about: Check out our website for more information
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ updates:
open-pull-requests-limit: 10
target-branch: dev
assignees:
- "TODO"
- "AHReccese"
4 changes: 2 additions & 2 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<div align="center">
<h1>DNX: Minimal cross-platform DNS changer</h1>
<a href="https://codecov.io/gh/openscilab/dnx"><img src="https://codecov.io/gh/openscilab/dnx/branch/main/graph/badge.svg" alt="Codecov"/></a>
<a href="https://codecov.io/gh/openscilab/dnx"><img src="https://codecov.io/gh/openscilab/dnx/graph/badge.svg?token=JFJ67FKQED" alt="Codecov"/></a>
<a href="https://badge.fury.io/py/dnx"><img src="https://badge.fury.io/py/dnx.svg" alt="PyPI version"></a>
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/built%20with-Python3-green.svg" alt="built with Python3"></a>
<a href="https://github.com/openscilab/dnx"><img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/openscilab/dnx"></a>
<a href="https://discord.gg/TODO"><img src="https://img.shields.io/discord/1064533716615049236.svg" alt="Discord Channel"></a>
<a href="https://discord.gg/K23nyjtNaU"><img src="https://img.shields.io/discord/1064533716615049236.svg" alt="Discord Channel"></a>
</div>


Expand Down Expand Up @@ -53,7 +53,7 @@
<table>
<tr>
<td align="center">Code Quality</td>
<td align="center"><a href="https://app.codacy.com/gh/openscilab/dnx/dashboard?utm_source=gh"><img src="https://app.codacy.com/project/badge/Grade/cb2ab6584eb443b8a33da4d4252480bc"/></a></td>
<td align="center"><a href="https://app.codacy.com/gh/openscilab/dnx/dashboard?utm_source=gh"><img src="https://app.codacy.com/project/badge/Grade/1286c5c49b064116befb8af6aa7e80a8"/></a></td>
<td align="center"><a href="https://www.codefactor.io/repository/github/openscilab/dnx"><img src="https://www.codefactor.io/repository/github/openscilab/dnx/badge" alt="CodeFactor"></a></td>
</tr>
</table>
Expand Down Expand Up @@ -225,7 +225,7 @@ Just fill an issue and describe it. We'll check it ASAP! You can also email [dnx

You can also join our discord server

<a href="https://discord.gg/TODO">
<a href="https://discord.gg/K23nyjtNaU">
<img src="https://img.shields.io/discord/1064533716615049236.svg?style=for-the-badge" alt="Discord Channel">
</a>

Expand Down
2 changes: 1 addition & 1 deletion autopep8.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python -m autopep8 TODO --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721
python -m autopep8 dnx --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721
python -m autopep8 otherfiles --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721
python -m autopep8 tests --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721
python -m autopep8 setup.py --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose
2 changes: 1 addition & 1 deletion autopep8.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
python -m autopep8 TODO --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721
python -m autopep8 dnx --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721
python -m autopep8 otherfiles --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721
python -m autopep8 tests --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721
python -m autopep8 setup.py --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose
12 changes: 6 additions & 6 deletions otherfiles/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# TODO Release Instructions
# DNX Release Instructions

**Last Update: 2025-04-17**
**Last Update: 2026-06-14**

1. Create the `release` branch under `dev`
2. Update all version tags
1. `setup.py`
2. `README.md`
3. `otherfiles/version_check.py`
4. `otherfiles/meta.yaml`
5. `TODO/params.py`
5. `dnx/params.py`
3. Update `CHANGELOG.md`
1. Add a new header under `Unreleased` section (Example: `## [0.1] - 2022-08-17`)
2. Add a new compare link to the end of the file (Example: `[0.2]: https://github.com/openscilab/TODO/compare/v0.1...v0.2`)
3. Update `dev` compare link (Example: `[Unreleased]: https://github.com/openscilab/TODO/compare/v0.2...dev`)
2. Add a new compare link to the end of the file (Example: `[0.2]: https://github.com/openscilab/dnx/compare/v0.1...v0.2`)
3. Update `dev` compare link (Example: `[Unreleased]: https://github.com/openscilab/dnx/compare/v0.2...dev`)
4. Update `.github/ISSUE_TEMPLATE/bug_report.yml`
1. Add new version tag to `TODO version` dropbox options
1. Add new version tag to `DNX version` dropbox options
5. Create a PR from `release` to `dev`
1. Title: `Version x.x` (Example: `Version 0.1`)
2. Tag all related issues
Expand Down
Loading