Sign in
cue
/
cue
/
c5fc236fb4e64fc8649db05acf6b12af7642ea41
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
bd98b13
encoding/jsonschema: require explicit package name
by Marcel van Lohuizen
· 5 years ago
fe9722f
cue: rename Name to PkgName and add DisplayName
by Marcel van Lohuizen
· 5 years ago
e7f46c0
cue/format: always remove space before ':'
by Marcel van Lohuizen
· 5 years ago
ffd21e6
cue/format: print empty struct on one line by default
by Marcel van Lohuizen
· 5 years ago
f4649b2
cue: support export package clause and docs
by Marcel van Lohuizen
· 5 years ago
d64abbe
docker: add Dockerfile and .dockerignore
by Koichi Shiraishi
· 5 years ago
9b1dff7
internal/filetypes: add options and mode defaults
by Marcel van Lohuizen
· 5 years ago
060a3c8
cue: add __foo variants for predeclared identifiers
by Marcel van Lohuizen
· 5 years ago
fb54e1b
Add help text to show yaml export option
by Eric Sorenson
· 5 years ago
4d6e269
cmd/cue/cmd: consolidate placement logic to single file
by Marcel van Lohuizen
· 5 years ago
4616a3b
cmd/cue/cmd: enable placement logic for vet, export, and eval
by Marcel van Lohuizen
· 5 years ago
33c7705
cue/cmd/cue: hoist placement logic from import
by Marcel van Lohuizen
· 5 years ago
eb7c51d
cmd/cue/cmd: factor out common flag code
by Marcel van Lohuizen
· 5 years ago
6409c68
cue/cmd/cue: hoist placeOrphan from import
by Marcel van Lohuizen
· 5 years ago
ed5689f
cmd/cue/cmd: move export to filetypes
by Marcel van Lohuizen
· 5 years ago
67e25d4
cmd/cue/cmd: eval flag changes
by Marcel van Lohuizen
· 5 years ago
abb5401
cmd/cue/cmd: move import to filetypes
by Marcel van Lohuizen
· 5 years ago
26e63ec
internal/filetypes: fix Windows breakage
by Marcel van Lohuizen
· 5 years ago
40cc12c
internal/encoding/yaml: fix go1.12 breakage
by Marcel van Lohuizen
· 5 years ago
01fbfa1
cmd/cue/cmd: move vet to filetypes
by Marcel van Lohuizen
· 5 years ago
cf72796
encoding/yaml: eliminate use of ghodss yaml pkg
by Marcel van Lohuizen
· 5 years ago
72d8a92
cue: allow export of schema and other options
by Marcel van Lohuizen
· 5 years ago
8108ef2
cue: fix export bug
by Marcel van Lohuizen
· 5 years ago
e2e548b
cue/ast: allow CommentGroups in NewStruct
by Marcel van Lohuizen
· 5 years ago
cb1baf4
cue/literal: factor out number parsing code
by Marcel van Lohuizen
· 5 years ago
9b2f6b0
cue/format: replace bulk labels with ellipsis if possible
by Marcel van Lohuizen
· 5 years ago
d05ea95
cue/format: fix simplification bug
by Marcel van Lohuizen
· 5 years ago
Next »