[PR #507] [MERGED] github ci cleanups / fixes #523

Closed
opened 2026-02-26 10:32:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nsupdate-info/nsupdate.info/pull/507
Author: @ThomasWaldmann
Created: 3/18/2023
Status: Merged
Merged: 3/18/2023
Merged by: @ThomasWaldmann

Base: masterHead: github-actions-cleanup


📝 Commits (10+)

  • 2cd520e rename scripts/travis -> ci
  • 7280037 enable almost all tests
  • 24a4a4b setup.py: require six
  • dcfab96 disable the social_core AUTHENTICATION_BACKENDS
  • 7b6e03d add .tox to .gitignore
  • 5616458 pytest.yield_fixture -> .fixture
  • 4cc5f1e no resolvconf / ubuntu-minimal pkg to remove
  • 899d1c2 disable dns debug output
  • c3c48c9 remove .travis.yml
  • 0f5d3af remove travis / google stuff from resolv.conf

📊 Changes

18 files changed (+38 additions, -94 deletions)

View changed files

📝 .github/workflows/ci.yml (+4 -9)
📝 .gitignore (+1 -0)
.travis.yml (+0 -42)
📝 MANIFEST.in (+3 -2)
📝 README.rst (+2 -2)
📝 conftest.py (+2 -2)
requirements.d/travis.txt (+0 -9)
📝 scripts/ci/etc/bind/named.conf.local (+0 -0)
📝 scripts/ci/etc/bind/zones/nsupdate.info (+0 -0)
📝 scripts/ci/etc/bind/zones/tests.nsupdate.info (+0 -0)
scripts/ci/etc/resolv.conf (+1 -0)
📝 scripts/ci/install-bind.sh (+3 -8)
scripts/travis/etc/resolv.conf (+0 -3)
📝 setup.py (+5 -4)
📝 src/nsupdate/api/_tests/test_api.py (+1 -1)
📝 src/nsupdate/main/_tests/test_dnstools.py (+2 -0)
📝 src/nsupdate/settings/base.py (+10 -10)
📝 tox.ini (+4 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nsupdate-info/nsupdate.info/pull/507 **Author:** [@ThomasWaldmann](https://github.com/ThomasWaldmann) **Created:** 3/18/2023 **Status:** ✅ Merged **Merged:** 3/18/2023 **Merged by:** [@ThomasWaldmann](https://github.com/ThomasWaldmann) **Base:** `master` ← **Head:** `github-actions-cleanup` --- ### 📝 Commits (10+) - [`2cd520e`](https://github.com/nsupdate-info/nsupdate.info/commit/2cd520e71f874d0d37b6e02f11004b3659b50bf7) rename scripts/travis -> ci - [`7280037`](https://github.com/nsupdate-info/nsupdate.info/commit/72800374f9f505b8e3a8e86dbaea8b5ed21c3c1a) enable almost all tests - [`24a4a4b`](https://github.com/nsupdate-info/nsupdate.info/commit/24a4a4bb84e98384d1bc6f628a7993cf1b084daa) setup.py: require six - [`dcfab96`](https://github.com/nsupdate-info/nsupdate.info/commit/dcfab96da82992e1d4a47b99439b217d6ab3face) disable the social_core AUTHENTICATION_BACKENDS - [`7b6e03d`](https://github.com/nsupdate-info/nsupdate.info/commit/7b6e03d2e494b6470882b08e3a0a56ac0ef7a57f) add .tox to .gitignore - [`5616458`](https://github.com/nsupdate-info/nsupdate.info/commit/5616458517f5827b76dd315833ddea680edf2d00) pytest.yield_fixture -> .fixture - [`4cc5f1e`](https://github.com/nsupdate-info/nsupdate.info/commit/4cc5f1e3c39b1a10ea48f609c7be4e8fbb860183) no resolvconf / ubuntu-minimal pkg to remove - [`899d1c2`](https://github.com/nsupdate-info/nsupdate.info/commit/899d1c2b5cbbffda4a35bcbda870a13545e83c43) disable dns debug output - [`c3c48c9`](https://github.com/nsupdate-info/nsupdate.info/commit/c3c48c90fdd0d37e34b5fe092b0b22dc06cc3c4a) remove .travis.yml - [`0f5d3af`](https://github.com/nsupdate-info/nsupdate.info/commit/0f5d3afc08fdfd555426742ccace67d8513b3933) remove travis / google stuff from resolv.conf ### 📊 Changes **18 files changed** (+38 additions, -94 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+4 -9) 📝 `.gitignore` (+1 -0) ➖ `.travis.yml` (+0 -42) 📝 `MANIFEST.in` (+3 -2) 📝 `README.rst` (+2 -2) 📝 `conftest.py` (+2 -2) ➖ `requirements.d/travis.txt` (+0 -9) 📝 `scripts/ci/etc/bind/named.conf.local` (+0 -0) 📝 `scripts/ci/etc/bind/zones/nsupdate.info` (+0 -0) 📝 `scripts/ci/etc/bind/zones/tests.nsupdate.info` (+0 -0) ➕ `scripts/ci/etc/resolv.conf` (+1 -0) 📝 `scripts/ci/install-bind.sh` (+3 -8) ➖ `scripts/travis/etc/resolv.conf` (+0 -3) 📝 `setup.py` (+5 -4) 📝 `src/nsupdate/api/_tests/test_api.py` (+1 -1) 📝 `src/nsupdate/main/_tests/test_dnstools.py` (+2 -0) 📝 `src/nsupdate/settings/base.py` (+10 -10) 📝 `tox.ini` (+4 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 10:32:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#523
No description provided.