mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[PR #20] [MERGED] Get rid of Iris and use julienschmidt/httprouter instead #251
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#251
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/acme-dns/acme-dns/pull/20
Author: @joohoi
Created: 11/14/2017
Status: ✅ Merged
Merged: 11/14/2017
Merged by: @joohoi
Base:
master← Head:httprouter📝 Commits (5)
40539cfReplace iris with httproutere183243Linter fixes4a22f32Finalize iris removald618c95Vendor dependencies for reproducable builds1c401e7Api tests are back📊 Changes
1541 files changed (+668170 additions, -260 deletions)
View changed files
📝
.gitignore(+0 -2)📝
Gopkg.lock(+11 -155)📝
Gopkg.toml(+35 -4)📝
acmetxt.go(+4 -0)📝
api.go(+50 -85)➕
api_test.go(+310 -0)➕
auth.go(+87 -0)📝
main.go(+50 -13)📝
types.go(+1 -1)📝
util.go(+5 -0)➕
vendor/github.com/BurntSushi/toml/.gitignore(+5 -0)➕
vendor/github.com/BurntSushi/toml/.travis.yml(+15 -0)➕
vendor/github.com/BurntSushi/toml/COMPATIBLE(+3 -0)➕
vendor/github.com/BurntSushi/toml/COPYING(+14 -0)➕
vendor/github.com/BurntSushi/toml/Makefile(+19 -0)➕
vendor/github.com/BurntSushi/toml/README.md(+218 -0)➕
vendor/github.com/BurntSushi/toml/_examples/example.go(+61 -0)➕
vendor/github.com/BurntSushi/toml/_examples/example.toml(+35 -0)➕
vendor/github.com/BurntSushi/toml/_examples/hard.toml(+22 -0)➕
vendor/github.com/BurntSushi/toml/_examples/implicit.toml(+4 -0)...and 80 more files
📄 Description
Iris can't keep the API stable, and while looking into it, found out a lot of drama behind the scenes too. This change will also rid us of hefty dependency stack brought in by iris.
Brought back the HTTP api tests as well!
Fixes #16
Fixes #11
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.