issues
search
nginxinc
/
crossplane
Quick and reliable way to convert NGINX configurations into JSON and back.
Apache License 2.0
717
stars
86
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add type annotations at cost of support of py2.7
#113
pyhedgehog
opened
6 months ago
0
Type annotations for crossplane
#112
pyhedgehog
opened
6 months ago
1
Create py.typed
#111
c0m4r
closed
10 months ago
0
`crossplane.parse('nginx.conf')` fails with a valid nginx config file.
#110
Abuelodelanada
opened
1 year ago
3
add dockerfile to build crossplane tool as a docker image
#109
kylinsoong
opened
1 year ago
0
Crossplane does not support includes in limit_except
#108
alexeypetrenko
opened
1 year ago
0
Additional format options
#107
fuale
opened
2 years ago
0
Allow parsing non-Unicode nginx configurations
#106
defanator
closed
2 years ago
0
Migrate CI from Travis to Github actions + update supported Python versions
#105
defanator
closed
2 years ago
2
Make `map` and `types` directives analysable
#104
chrisnovakovic
opened
2 years ago
0
`http` `map` not fully supported
#103
chrisnovakovic
opened
2 years ago
0
Make `http` `types` directives analysable
#102
chrisnovakovic
closed
2 years ago
1
`http` `types` blocks trigger various analyser failures
#101
chrisnovakovic
opened
2 years ago
0
Remove unwanted parenthesis
#100
srinivasan1211
opened
2 years ago
0
Cannot parse partial configs
#99
kenneth-vkd
opened
2 years ago
5
crossplane.parse parse args error
#98
momentforever
closed
1 year ago
0
Crossplane is slow for big configurations
#97
BobocIonutGabriel
opened
3 years ago
0
Arguments escape not uniform
#96
faceair
opened
3 years ago
1
Bugfix: Wrong filenames after includes in certain scenarios
#95
pbitty
closed
1 year ago
4
Error Building a Parsed File
#94
brettsalyer
closed
3 years ago
1
NgxParserBaseException.__str__ may raise TypeError
#93
s-m-b
opened
3 years ago
0
Remove lex, format, and minify from README
#92
aluttik
opened
4 years ago
3
Add `resolver` in `upstream` support
#91
framer777
closed
4 years ago
0
written error
#90
zzx199313
opened
4 years ago
0
Added Go port link to README
#89
aluttik
closed
4 years ago
4
Bugfix for Lua comments with apostrophe
#88
RonVider
closed
4 years ago
6
Nginx ingress controller configuration parse failed
#87
RonVider
closed
4 years ago
1
fix: newline bug when building *_by_lua directives
#86
Triple-Z
opened
4 years ago
0
*_by_lua should unescape the newline "\n"
#85
Triple-Z
opened
4 years ago
5
Quotes added disabling a location
#84
PiTiLeZarD
opened
4 years ago
3
Looking forward to galng version
#83
originnets
closed
4 years ago
2
Quoting variables leaves two kinds of quotes, e.g., Connection '"upgrade"';
#82
SamuelMarks
closed
4 years ago
4
Add limit_conn_dry_run and limit_req_dry_run directives
#81
framer777
closed
4 years ago
0
Modifies inplace correct for 3.5,3.6,3.7,3.8 but not 2.7
#80
SamuelMarks
closed
4 years ago
1
`crossplane.build` emitting with `{}` rather than `;`… e.g., `listen 8080 {}` rather than `listen 8080;`
#79
SamuelMarks
closed
4 years ago
1
Parse error on limit_req_zone with sync parameter
#78
mbibaud
closed
4 years ago
1
Limit_req_zone can support 4 arguments (sync)
#77
mbibaud
closed
4 years ago
0
Modified builder._enquote() to not use 'unicode-internal'
#76
slotnick
closed
4 years ago
0
_enquote function uses 'unicode-internal', which was removed in Python 3.8.
#75
slotnick
closed
4 years ago
1
TypeError: string indices must be integers, not str
#74
SamuelMarks
closed
5 years ago
5
Update directive definitions up to nginx 1.17.0
#73
framer777
closed
5 years ago
0
build ignores the -d argument
#72
rolfen
closed
5 years ago
3
🔍 Improving search on docs with Algolia's DocSearch
#71
Shipow
closed
5 years ago
1
Fixed minify and added in-place writing
#70
aluttik
closed
5 years ago
0
Don't remove comments when formatting
#69
aluttik
closed
5 years ago
1
Added support for comments between arguments
#68
aluttik
closed
5 years ago
1
Improvements to the Community Profile
#67
electricjesus
closed
5 years ago
0
Updated directive definitions up to nginx 1.15.10
#66
aluttik
closed
5 years ago
0
Parse nginx.conf lost the single quotes character
#65
lth2015
closed
5 years ago
4
feat: keep certain newlines and comments
#64
josegonzalez
closed
5 years ago
5
Next