mirror of
https://github.com/tufanbarisyildirim/gonginx.git
synced 2026-04-27 00:35:51 +03:00
[PR #46] [MERGED] Code has been restructured and task/todo has been completed #56
Labels
No labels
bug
enhancement
good first issue
pull-request
question
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gonginx#56
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/tufanbarisyildirim/gonginx/pull/46
Author: @mofantor
Created: 4/17/2024
Status: ✅ Merged
Merged: 4/19/2024
Merged by: @tufanbarisyildirim
Base:
master← Head:restructured_code📝 Commits (4)
83f6bc8new feature: link the parent directive to any directive8a9351bRefactored code structure.e7ab277Add more examples and a user guide8ab810bmake linter happy, tidy-up tests📊 Changes
38 files changed (+1443 additions, -429 deletions)
View changed files
➕
GUIDE.md(+523 -0)📝
Makefile(+1 -3)📝
README.md(+10 -6)📝
config/block.go(+12 -1)➕
config/block_test.go(+108 -0)📝
config/config.go(+37 -4)📝
config/config_test.go(+1 -56)📝
config/directive.go(+12 -1)📝
config/http.go(+13 -1)📝
config/include.go(+37 -1)📝
config/include_test.go(+1 -24)➕
config/location.go(+47 -0)📝
config/lua_block.go(+12 -1)📝
config/server.go(+12 -1)📝
config/statement.go(+5 -1)📝
config/upstream.go(+13 -1)📝
config/upstream_server.go(+12 -1)📝
dumper/block_test.go(+25 -122)➕
dumper/config_test.go(+58 -0)📝
dumper/directive_test.go(+4 -2)...and 18 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.