Sign in
cue
/
cue
/
c89f5a62528563391dc7b965134a252d18959d23
c89f5a6
encoding/openapi: make OrderedMap type opaque
by Marcel van Lohuizen
· 6 years ago
7b7ccdd
encoding/openapi: add FieldFilter option
by Marcel van Lohuizen
· 6 years ago
f94a548
encoding/protobuf: make names consistent with new convention
by Marcel van Lohuizen
· 6 years ago
4de93e1
encoding/openapi: add Info and DescriptorFunc features
by Marcel van Lohuizen
· 6 years ago
865f159
encoding/openapi: change naming in line with standard
by Marcel van Lohuizen
· 6 years ago
c891137
encoding: adopt naming convention for conversions
by Marcel van Lohuizen
· 6 years ago
f23a596
all: and go.sum
by Marcel van Lohuizen
· 6 years ago
v0.0.4-rc1
128976f
all: update sync dependency
by Marcel van Lohuizen
· 6 years ago
61c220f
all: add .gitignore
by Marcel van Lohuizen
· 6 years ago
1dbda0e
cue: fix gen.go and rerun go generate
by Marcel van Lohuizen
· 6 years ago
633834d
all: add homebrew config to goreleaser
by Joel Longtine
· 6 years ago
a0d2a40
encoding/openapi: simplify based on user-defined format
by Marcel van Lohuizen
· 6 years ago
ef90d5c
encoding/openapi: add option to close over imported types
by Marcel van Lohuizen
· 6 years ago
f9bd63e
encoding/protobuf: don't map google.protobuf types
by Marcel van Lohuizen
· 6 years ago
eae20e0
encoding/protobuf: don't mark a single enum value as default
by Marcel van Lohuizen
· 6 years ago
ffe4ced
encoding/protobuf: don't make oneOf required by default
by Marcel van Lohuizen
· 6 years ago
065bfd4
cue: change Reference to return Instance as well
by Marcel van Lohuizen
· 6 years ago
2c18c7c
cue/load: allow storing module in cue.mod
by Marcel van Lohuizen
· 6 years ago
eadbea7
cue/load: allow file overlays
by Marcel van Lohuizen
· 6 years ago
70108ad
cue/errors: convert more errors to cue/errors.Error
by Marcel van Lohuizen
· 6 years ago
2d9b769
cue/format: allow invalid identifiers as labels
by Marcel van Lohuizen
· 6 years ago
ad3fde1
cue/build: get rid of ParseOptions
by Marcel van Lohuizen
· 6 years ago
99d1872
cue: limit validation depth
by Marcel van Lohuizen
· 6 years ago
93e9597
encoding/protobuf: add Builder API
by Marcel van Lohuizen
· 6 years ago
4fcba03
cmd/cue: fix deduplication of message in vet
by Marcel van Lohuizen
· 6 years ago
1700232
cue: use v2 of abitrary precision decimal package
by Marcel van Lohuizen
· 6 years ago
4954491
cue/format: simplify Node API
by Marcel van Lohuizen
· 6 years ago
d87f9d4
cmd/cue: allow incomplete in vet
by Marcel van Lohuizen
· 6 years ago
13a9d4d
encoding/protobuf: remove test binary
by Marcel van Lohuizen
· 6 years ago
6767a01
cue: precompile regular expressions
by Marcel van Lohuizen
· 6 years ago
v0.0.3
fdd176c
encoding/openapi: few tweaks in the output
by Marcel van Lohuizen
· 6 years ago
ebf960e
encoding/openapi: record path in error
by Marcel van Lohuizen
· 6 years ago
95fcc28
cue: Elem should return unevaluated value
by Marcel van Lohuizen
· 6 years ago
b545d8e
cue: add String method for Op
by Marcel van Lohuizen
· 6 years ago
a5286e4
encoding/protobuf: moved from internal dir
by Marcel van Lohuizen
· 6 years ago
368b433
encoding: add package documentation
by Marcel van Lohuizen
· 6 years ago
3074aeb
internal/protobuf: add Parse example
by Marcel van Lohuizen
· 6 years ago
9fe5fed
internal/proto: move location of cue/cue.proto
by Marcel van Lohuizen
· 6 years ago
fbcb339
internal/protobuf: record position information
by Marcel van Lohuizen
· 6 years ago
e4ce243
cue/parser: factor out source reading into internal package
by Marcel van Lohuizen
· 6 years ago
5e3a5d4
cue/scanner: improve escape modifier handling
by Marcel van Lohuizen
· 6 years ago
59018e6
all: add initial goreleaser config
by Marcel van Lohuizen
· 6 years ago
78e755c
cue: add tests for manually created builtins
by Marcel van Lohuizen
· 6 years ago
v0.0.2
6e02e45
cue: go generate to update builtins
by Marcel van Lohuizen
· 6 years ago
6081b52
internal/cmd/qgo: port qgo from loader to packages
by Marcel van Lohuizen
· 6 years ago
fa204e6
cmd/cue: add version subcommand
by Marcel van Lohuizen
· 6 years ago
97061f6
cue/load: remove impossible condition
by Marcel van Lohuizen
· 6 years ago
09b5d8c
cue/parser: remove dead code
by Marcel van Lohuizen
· 6 years ago
153909e
cue: suppress some linter errors
by Marcel van Lohuizen
· 6 years ago
1cb1138
cmd/cue/cmd: remove jibber-jabber package
by Marcel van Lohuizen
· 6 years ago
b14637a
cue: pass error from Fill
by Marcel van Lohuizen
· 6 years ago
295d20d
Readme.md: more badges
by Marcel van Lohuizen
· 6 years ago
9fc5089
Readme.md: add badges
by Marcel van Lohuizen
· 6 years ago
2839c25
all: accept Github PRs
by Marcel van Lohuizen
· 6 years ago
ed0b689
all: enable race detection
by Marcel van Lohuizen
· 6 years ago
10556db
all: add Google Cloud Build config
by Marcel van Lohuizen
· 6 years ago
3cad8b2
doc/tutorial/kubernets: make more OS-independent
by Marcel van Lohuizen
· 6 years ago
98355d7
cmd/cue/cmd: only allow trim if validation passes
by Marcel van Lohuizen
· 6 years ago
7e94b19
cue/load: make test OS-independent
by Marcel van Lohuizen
· 6 years ago
a1d3b2d
pkg/tool/file: allow OS-independent filenames
by Marcel van Lohuizen
· 6 years ago
7dd28f9
cue: allow different names for key bindings in templates
by Marcel van Lohuizen
· 6 years ago
b0a3877
cmd/cue/cmd: remove exit code from test output
by Marcel van Lohuizen
· 6 years ago
4589d18
erros/cue: allow OS-independent error messages
by Marcel van Lohuizen
· 6 years ago
9b67c1a
doc/tutorial/kubernetes: fix breakage
by Marcel van Lohuizen
· 6 years ago
1bb26d5
doc/tutorial/kubernetes: test evaluation of end results
by Marcel van Lohuizen
· 6 years ago
65ccf1f
doc/tutorial/kubernetes: add pkg dir in quick directory
by Marcel van Lohuizen
· 6 years ago
ac39cd7
doc/tutorial/kubernetes: move testdata directory
by Marcel van Lohuizen
· 6 years ago
b654466
doc/tutorial/kubernetes: add cue get go examples
by Joel Longtine
· 6 years ago
63e598b
cue/errors: make API more suitable for localization
by Marcel van Lohuizen
· 6 years ago
d57cc23
cue/errors: move Handler to scanner
by Marcel van Lohuizen
· 6 years ago
ce26d39
doc/tutorial/kubernetes: skip test with short flag
by Marcel van Lohuizen
· 6 years ago
aafb76a
cue/errors: add more Position information
by Marcel van Lohuizen
· 6 years ago
8a3c35b
cue: delay evaluation of args in bottom
by Marcel van Lohuizen
· 6 years ago
33b9ae4
cue/errors: change API to accept localization hooks
by Marcel van Lohuizen
· 6 years ago
ac11f1a
cue: don't wrap errors without message
by Marcel van Lohuizen
· 6 years ago
84f47ef
cue: delete dead code
by Marcel van Lohuizen
· 6 years ago
52d4dd7
cue: make *bottom not implement error
by Marcel van Lohuizen
· 6 years ago
b6376ea
cue/errors: add path info to Error
by Marcel van Lohuizen
· 6 years ago
83d60d9
cue: introduce more explict error types
by Marcel van Lohuizen
· 6 years ago
0dcad0e
cue/errors: use Pos instead of Position in Error
by Marcel van Lohuizen
· 6 years ago
596e255
cue/errors: remove Augment
by Marcel van Lohuizen
· 6 years ago
65dec7b
cue: add internal error types
by Marcel van Lohuizen
· 6 years ago
06f6c29
cue/build: adding positions to LoadFunc and supportive API
by Marcel van Lohuizen
· 6 years ago
710d207
cue: add appendPath for creating paths
by Marcel van Lohuizen
· 6 years ago
3dc94f0
cue: add missing return
by Marcel van Lohuizen
· 6 years ago
73724f7
cue: allow Len for invalid objects
by Marcel van Lohuizen
· 6 years ago
7dbf2dc
doc/tutorial/kubernetes: add tests for examples
by Marcel van Lohuizen
· 6 years ago
e6d6ca5
cmd/cue/cmd: show output when requesting concrete
by Marcel van Lohuizen
· 6 years ago
00c373d
doc/tutorial/basics: add test for tutorial
by Marcel van Lohuizen
· 6 years ago
9cd516c
cue/errors: refactor position computation
by Marcel van Lohuizen
· 6 years ago
ccd9aee
cue: retain default bottom
by Marcel van Lohuizen
· 6 years ago
190b6bf
cue: simplify bounds on export
by Marcel van Lohuizen
· 6 years ago
d3890d0
cue/export: partially evaluate incomplete values
by Marcel van Lohuizen
· 6 years ago
4a94a28
cmd/cue: more streamlined printing
by Marcel van Lohuizen
· 6 years ago
7b9f2a8
cue/format: add form feed before composit fields
by Marcel van Lohuizen
· 6 years ago
c6ea3eb
cue/errors: collect more positions per error
by Marcel van Lohuizen
· 6 years ago
01690bb
cue: improved error messages
by Marcel van Lohuizen
· 6 years ago
7a3b621
cue: use inline comments for errors
by Marcel van Lohuizen
· 6 years ago
bfa4c43
cue/errors: print positions explicitly
by Marcel van Lohuizen
· 6 years ago
aeb7dee
cue: simplify type annotation for better errors
by Marcel van Lohuizen
· 6 years ago
Next »