Sign in
cue
/
cue
/
9c9cdba45dba1e898e3b169858e56d344dc85831
9c9cdba
cue: support for #-style definitions
by Marcel van Lohuizen
· 5 years ago
989e984
cue/parser: allow keywords in more places
by Marcel van Lohuizen
· 5 years ago
724da18
cue: introduce let declaration
by Marcel van Lohuizen
· 5 years ago
a85238c
encoding/openapi: make title and version defaults
by Marcel van Lohuizen
· 5 years ago
4d8d154
internal: factor out FileComment code
by Marcel van Lohuizen
· 5 years ago
be0649e
internal/filetypes: print attributes for definitions
by Marcel van Lohuizen
· 5 years ago
b70cc97
cue/ast: print StructLit in regular mode by default
by Marcel van Lohuizen
· 5 years ago
aeb0a8c
cue/format: don't simplify when parent field has comment
by Marcel van Lohuizen
· 5 years ago
dd262ee
cue: merge attributes for top-level fields
by Marcel van Lohuizen
· 5 years ago
3970555
encoding/yaml: use idiomatic indentation (regression)
by Marcel van Lohuizen
· 5 years ago
1370f0a
cue: implement "front-style" list comprehensions
by Marcel van Lohuizen
· 5 years ago
8040ce7
cue/parser: remove support for legacy field comprehensions
by Marcel van Lohuizen
· 5 years ago
c1c4c63
cue/parser: remove support for space-separated labels
by Marcel van Lohuizen
· 5 years ago
9b62b36
encoding/protobuf: fix required option parsing
by vvakame
· 5 years ago
v0.1.2
904f561
encoding/openapi: remove unused code
by Marcel van Lohuizen
· 5 years ago
efb89b8
github: fix release.on to push.tags
by Koichi Shiraishi
· 5 years ago
bcc19ce
encoding/jsonschema: encode minItems differently
by Marcel van Lohuizen
· 5 years ago
b99d364
encoding/jsonschema: add several validators
by Marcel van Lohuizen
· 5 years ago
ed4fc4d
encoding/jsonschema: wrap comment lines
by Marcel van Lohuizen
· 5 years ago
0059b2b
cmd/cue/cmd: allow lossy conversion by default and add --strict option
by Marcel van Lohuizen
· 5 years ago
78e21c1
encoding/jsonschema: fix type exclusion logic
by Marcel van Lohuizen
· 5 years ago
a38e811
cmd/cue/cmd: fix bug with help flag
by Tony Worm
· 5 years ago
6f37a71
cmd/cue/cmd: fail earlier on faulty flags
by Marcel van Lohuizen
· 5 years ago
v0.1.1
8dcec3c
internal/encoding: allow CUE as OpenAPI input
by Marcel van Lohuizen
· 5 years ago
83b0996
cmd/cue/cmd: fix newline discrepancies
by Marcel van Lohuizen
· 5 years ago
cd2b3ef
cmd/cue/cmd: fix regression that allowed space-separated fields again
by Marcel van Lohuizen
· 5 years ago
d6fc6be
cmd/cue/cmd: link commands help text
by Marcel van Lohuizen
· 5 years ago
c5fc236
doc/tutorial/kubernetes: update to minimize diffs down the line
by Marcel van Lohuizen
· 5 years ago
d6f1eec
internal: fix crash affecting eval
by Marcel van Lohuizen
· 5 years ago
c24f394
github: fix lack of v prefix on build_args
by Koichi Shiraishi
· 5 years ago
v0.1.0
d9ca690
github: enable docker feature
by Koichi Shiraishi
· 5 years ago
882d88d
cmd/cue/cmd: update cmd documentation
by Marcel van Lohuizen
· 5 years ago
d1cfa57
tools/trim: fix build breakage
by Marcel van Lohuizen
· 5 years ago
4805941
internal: add ToFile and ToExpr
by Marcel van Lohuizen
· 5 years ago
31206eb
cue: return pointer from Struct.Fields.
by Roger Peppe
· 5 years ago
4ec09a4
deps: upgrade cobra to v0.0.7 to use new SetIn/SetOut
by Paul Jolly
· 5 years ago
de9cc69
cmd/cue/cmd: make error messages identical on Windows
by Marcel van Lohuizen
· 5 years ago
d4ce8ef
cmd/cue/cmd: support import of proto and openapi
by Marcel van Lohuizen
· 5 years ago
f9f8e62
internal/filetypes: add auto interpretation
by Marcel van Lohuizen
· 5 years ago
3c437bd
encoding/openapi: encode title, version, and contact as fields
by Marcel van Lohuizen
· 5 years ago
af71ef2
cmd/cue/cmd: add injection help topic
by Marcel van Lohuizen
· 5 years ago
29e9d00
internal/diff: avoid cycle when diffing
by Marcel van Lohuizen
· 5 years ago
38a114d
cmd/cue/cmd: bail out from errors earlier
by Marcel van Lohuizen
· 5 years ago
1974705
cmd/cue/cmd: introduce config struct
by Marcel van Lohuizen
· 5 years ago
c3efeb0
encoding/protobuf: generate nested definitions
by Marcel van Lohuizen
· 5 years ago
ed90d00
encoding/openapi: support nested defintitions
by Marcel van Lohuizen
· 5 years ago
024f1f5
cue: add Dereference and fix value paths
by Marcel van Lohuizen
· 5 years ago
ab2c7e5
cue: fix detection of incomplete value
by Marcel van Lohuizen
· 5 years ago
8398107
cue: fix handling of incomplete calls
by Marcel van Lohuizen
· 5 years ago
72dba3d
cue: fix marshaling bug
by Marcel van Lohuizen
· 5 years ago
56509a5
encoding/openapi: sort schema alphabetically
by Marcel van Lohuizen
· 5 years ago
bd2173e
internal/filetypes: expose package test internally
by Marcel van Lohuizen
· 5 years ago
cc60dee
cue: do not evaluate list elem for evalPartial
by Marcel van Lohuizen
· 5 years ago
53ca13f
cue: add IsClosed method
by Marcel van Lohuizen
· 5 years ago
aa5e0c7
cue: fix struct instance matching of references
by Marcel van Lohuizen
· 5 years ago
76252f4
cue: fix import usage detection for partially resolved files
by Marcel van Lohuizen
· 5 years ago
eac3ea2
encoding/openapi: more accurate handling of disjunctions
by Marcel van Lohuizen
· 5 years ago
b9d22d6
cue: allow schema mode in subsumption
by Marcel van Lohuizen
· 5 years ago
0f03725
encoding/protobuf: proper encoding of oneOf
by Marcel van Lohuizen
· 5 years ago
439f857
encoding/openapi: supported nested definitions
by Marcel van Lohuizen
· 5 years ago
a494f2e
internal: switch defaullt GenPath to be in cue.mod
by Marcel van Lohuizen
· 5 years ago
b992abe
cue: prioritize missing field over incomplete errors
by Marcel van Lohuizen
· 5 years ago
5ad8510
cue: fix crash if yielded value is a disjunction
by Marcel van Lohuizen
· 5 years ago
38362f8
internal/filetypes: better error message for files without extension
by Marcel van Lohuizen
· 5 years ago
f9fa4d8
encoding/protobuf: define messages as closed
by Marcel van Lohuizen
· 5 years ago
5c2b086
encoding/openapi: make API backwards compatible for Istio
by Marcel van Lohuizen
· 5 years ago
52cc7f1
ci: rebuild tip.cuelang.org on master commits
by Paul Jolly
· 5 years ago
f89aa48
cmd/cue/cmd: allow decoding JSON Schema and OpenAPI
by Marcel van Lohuizen
· 5 years ago
64b39e6
encoding/openapi: implement Extract
by Marcel van Lohuizen
· 5 years ago
671b956
encoding/jsonschema: add features to support OpenAPI
by Marcel van Lohuizen
· 5 years ago
77ffe9d
cmd/cue/cmd: support openapi out and proto in
by Marcel van Lohuizen
· 5 years ago
6dfecc3
cmd/cue/cmd: make eval use output flags
by Marcel van Lohuizen
· 5 years ago
81a20d5
internal/encoding: support input validation
by Marcel van Lohuizen
· 5 years ago
9e71832
pkg/encoding/yaml: request concrete data for syntax
by Marcel van Lohuizen
· 5 years ago
975776e
internal/encoding: always format with tabs
by Marcel van Lohuizen
· 5 years ago
2beaa9c
cmd/cue/cmd: introduce help topics for new CLI
by Marcel van Lohuizen
· 5 years ago
5119440
cue: fix bug that dropped optional fields in def
by Marcel van Lohuizen
· 5 years ago
fd90d12
tools/trim: undo faulty optimization
by Marcel van Lohuizen
· 5 years ago
a920a11
cmd/cue/cmd: allow mix of data and package files
by Marcel van Lohuizen
· 5 years ago
6eed1e9
cmd/cue/cmd: harmonize output flags
by Marcel van Lohuizen
· 5 years ago
485f389
cmd/cue/cmd: fix stdin usage for import
by Marcel van Lohuizen
· 5 years ago
d56457f
cue: add fallback mode for unresolved disjunctions
by Marcel van Lohuizen
· 5 years ago
116e9fd
cmd/cue/cmd: add def command
by Marcel van Lohuizen
· 5 years ago
337e2d1
cmd/cue/cmd: move fmt to new infrastructure
by Marcel van Lohuizen
· 5 years ago
e7e0139
cmd/cue/cmd: hoist expression logic into iterator
by Marcel van Lohuizen
· 5 years ago
fcdf3fe
cue/load: allow mixing anonymous packages in files mode
by Marcel van Lohuizen
· 5 years ago
334313c
cue/load: use build.File to support "-"
by Marcel van Lohuizen
· 5 years ago
694303f
cmd/cue/cmd: allow specifying field type for path flag
by Marcel van Lohuizen
· 5 years ago
f733746
cmd/cue/cmd: streaming instance iteration
by Marcel van Lohuizen
· 5 years ago
6e8fdd4
internal/encoding: support cue file type
by Marcel van Lohuizen
· 5 years ago
88b9bd5
cmd/cue/cme: fix import error message regression
by Marcel van Lohuizen
· 5 years ago
08c8a8f
encoding/protobuf: remove dependency on load
by Marcel van Lohuizen
· 5 years ago
7e3bdda
doc/tutorial/kubernetes: fix eval command typos
by Marcel van Lohuizen
· 5 years ago
bd5faf9
cmd/cue: fix cue import -p
by Roger Peppe
· 5 years ago
c1b5e62
internal: add MakeInstance
by Marcel van Lohuizen
· 5 years ago
d9e4b53
cue: allow a Value to be passed to Fill
by Marcel van Lohuizen
· 5 years ago
e752347
encoding/json: fix Doc comments for Extract and Decode
by Paul Jolly
· 5 years ago
1d1295b
internal/encoding/json: implement Encode
by Marcel van Lohuizen
· 5 years ago
09ad0d2
encoding/protobuf: allow specifying package
by Marcel van Lohuizen
· 5 years ago
f51c879
encoding/openapi: generate CUE expressions
by Marcel van Lohuizen
· 5 years ago
Next »