mirror of
https://github.com/laurivosandi/certidude.git
synced 2026-04-25 08:35:55 +03:00
[PR #40] [MERGED] Authority refactor #61
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certidude-laurivosandi#61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:authority-rework📝 Commits (10+)
863deafapi: attrib: drop usage of global authority import937c81bapi: bootstrap: drop usage of global authority importbe454d7api: lease: drop usage of global authority import7f2729eapi: ocsp: drop usage of global authority import916afbaapi: request: drop usage of global authority import2395383api: revoked: drop usage of global authority import1cfb1b3api: scep: drop usage of global authority import29f3e1fapi: script: drop usage of global authority import4e50ddfapi: signed: drop usage of global authority import7d514a3api: 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.