[PR #40] [MERGED] Authority refactor #61

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

📋 Pull Request Information

Original PR: https://github.com/laurivosandi/certidude/pull/40
Author: @plaes
Created: 2/3/2018
Status: Merged
Merged: 2/3/2018
Merged by: @laurivosandi

Base: masterHead: authority-rework


📝 Commits (10+)

  • 863deaf api: attrib: drop usage of global authority import
  • 937c81b api: bootstrap: drop usage of global authority import
  • be454d7 api: lease: drop usage of global authority import
  • 7f2729e api: ocsp: drop usage of global authority import
  • 916afba api: request: drop usage of global authority import
  • 2395383 api: revoked: drop usage of global authority import
  • 1cfb1b3 api: scep: drop usage of global authority import
  • 29f3e1f api: script: drop usage of global authority import
  • 4e50ddf api: signed: drop usage of global authority import
  • 7d514a3 api: tag: drop usage of global authority import

📊 Changes

17 files changed (+127 additions, -144 deletions)

View changed files

📝 .travis.yml (+4 -6)
📝 certidude/api/__init__.py (+26 -28)
📝 certidude/api/attrib.py (+8 -9)
📝 certidude/api/bootstrap.py (+4 -5)
📝 certidude/api/lease.py (+6 -7)
📝 certidude/api/log.py (+0 -1)
📝 certidude/api/ocsp.py (+14 -14)
📝 certidude/api/request.py (+16 -17)
📝 certidude/api/revoked.py (+5 -8)
📝 certidude/api/scep.py (+17 -18)
📝 certidude/api/script.py (+5 -6)
📝 certidude/api/signed.py (+4 -4)
📝 certidude/api/tag.py (+10 -7)
📝 certidude/api/token.py (+4 -6)
certidude/api/utils/__init__.py (+3 -0)
📝 certidude/api/utils/firewall.py (+1 -7)
📝 certidude/auth.py (+0 -1)

📄 Description

Basic refactoring of the API to not import the certidude.authority from the Falcon request handlers.


🔄 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/laurivosandi/certidude/pull/40 **Author:** [@plaes](https://github.com/plaes) **Created:** 2/3/2018 **Status:** ✅ Merged **Merged:** 2/3/2018 **Merged by:** [@laurivosandi](https://github.com/laurivosandi) **Base:** `master` ← **Head:** `authority-rework` --- ### 📝 Commits (10+) - [`863deaf`](https://github.com/laurivosandi/certidude/commit/863deafa5979fa3fd405d43455aadc3909720b72) api: attrib: drop usage of global authority import - [`937c81b`](https://github.com/laurivosandi/certidude/commit/937c81bd5ff7188dac92962690241b75b4669136) api: bootstrap: drop usage of global authority import - [`be454d7`](https://github.com/laurivosandi/certidude/commit/be454d7a656d7de82867e1b68343053c0f9df6ee) api: lease: drop usage of global authority import - [`7f2729e`](https://github.com/laurivosandi/certidude/commit/7f2729e6f4c9ae46b1a3dee937ab83219064a3ba) api: ocsp: drop usage of global authority import - [`916afba`](https://github.com/laurivosandi/certidude/commit/916afba685feb76774cb1be18fa3e65b8c1e78b8) api: request: drop usage of global authority import - [`2395383`](https://github.com/laurivosandi/certidude/commit/239538371f5cb23b4b72afc61396915268da9606) api: revoked: drop usage of global authority import - [`1cfb1b3`](https://github.com/laurivosandi/certidude/commit/1cfb1b3293793abd7e9eafc9b7f29409f2b8236c) api: scep: drop usage of global authority import - [`29f3e1f`](https://github.com/laurivosandi/certidude/commit/29f3e1fce9336f4e0827f19639b31886075e2e96) api: script: drop usage of global authority import - [`4e50ddf`](https://github.com/laurivosandi/certidude/commit/4e50ddfc54132960ed79e9580edb336366379cbf) api: signed: drop usage of global authority import - [`7d514a3`](https://github.com/laurivosandi/certidude/commit/7d514a3bc6872ddc0366d50d716347f50a4fb434) api: tag: drop usage of global authority import ### 📊 Changes **17 files changed** (+127 additions, -144 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+4 -6) 📝 `certidude/api/__init__.py` (+26 -28) 📝 `certidude/api/attrib.py` (+8 -9) 📝 `certidude/api/bootstrap.py` (+4 -5) 📝 `certidude/api/lease.py` (+6 -7) 📝 `certidude/api/log.py` (+0 -1) 📝 `certidude/api/ocsp.py` (+14 -14) 📝 `certidude/api/request.py` (+16 -17) 📝 `certidude/api/revoked.py` (+5 -8) 📝 `certidude/api/scep.py` (+17 -18) 📝 `certidude/api/script.py` (+5 -6) 📝 `certidude/api/signed.py` (+4 -4) 📝 `certidude/api/tag.py` (+10 -7) 📝 `certidude/api/token.py` (+4 -6) ➕ `certidude/api/utils/__init__.py` (+3 -0) 📝 `certidude/api/utils/firewall.py` (+1 -7) 📝 `certidude/auth.py` (+0 -1) </details> ### 📄 Description Basic refactoring of the API to not import the certidude.authority from the Falcon request handlers. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:33:37 +03:00
Sign in to join this conversation.
No labels
pull-request
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/certidude-laurivosandi#61
No description provided.