Mike Farah
|
3c3f1180d9
|
Cleaning up log message formats
|
2024-02-16 09:44:22 +11:00 |
|
Mike Farah
|
010750daf6
|
Updated to latest golint
|
2024-01-11 13:17:34 +11:00 |
|
Mike Farah
|
13d1bbb45f
|
Generic ast (#1829)
Remove dependency on yaml.Node for internal AST representation. Yaml decoder is now just another decoder.
|
2023-10-18 12:11:53 +11:00 |
|
Mike Farah
|
817287ec90
|
Check merge alias is a map #1425
|
2022-11-11 14:53:45 +11:00 |
|
Mike Farah
|
665f6b0267
|
Fixed self assigned issue #1107
|
2022-02-20 14:29:52 +11:00 |
|
Mike Farah
|
26356ff4be
|
Added github action fix for parsing xml, updated linter
|
2022-02-07 11:55:55 +11:00 |
|
Matthieu MOREL
|
59752fb36d
|
enable more linters (#1043)
* enable revive linter
* enable gochecknoinits linter
* enable unconvert linter
* enable unparam linter
* enable asciicheck linter
* enable depguard linter
* enable nakedret linter
* enable megacheck linter
* enable nolintlint linter
* enable predeclared linter
* Update go.yml
* Update go.yml
|
2021-12-21 09:30:08 +11:00 |
|
Mike Farah
|
b44fecdfa5
|
Added key operator
|
2021-11-24 09:57:35 +11:00 |
|
Mike Farah
|
4a4aae00af
|
Sped up explode operator
|
2021-10-11 10:41:15 +11:00 |
|
Mike Farah
|
0b71a40797
|
Fixing readonly ops not to modify context when paths dont exist
|
2021-05-16 14:17:13 +10:00 |
|
Mike Farah
|
ae4b606707
|
Fixed merge anchor bug #800
|
2021-05-09 13:26:02 +10:00 |
|
Mike Farah
|
c6efd5519b
|
Pass context through operators
Allows more sophisticated functionality
|
2021-02-11 10:58:40 +11:00 |
|
Mike Farah
|
e86f83fb69
|
Renaming pathtree to expression
|
2021-02-11 10:58:40 +11:00 |
|
Mike Farah
|
7518dac99c
|
Fixed creation of candidateNode in operators to include file metadata
|
2021-02-11 10:58:40 +11:00 |
|
Mike Farah
|
286590b01e
|
fixing exposed functions and interfaces
|
2021-02-11 10:58:40 +11:00 |
|
Mike Farah
|
8c1f7dfbd7
|
Can assign-update aliases and anchors
|
2021-02-11 10:58:40 +11:00 |
|
Mike Farah
|
1b0bce5da6
|
Added alias operator;
alias, anchor and explode ops are now all documented together
|
2020-12-22 12:23:13 +11:00 |
|