summary refs log tree commit diff stats
path: root/post.go
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: errors logged as strings (prev. bytes)Ben Morrison2019-05-311-2/+2
|
* allowing some errors in POSTBen Morrison2019-05-311-3/+2
|
* added context to 400 errorsBen Morrison2019-05-311-4/+4
|
* method names changed in registry libBen Morrison2019-05-251-1/+1
|
* tweaked error handlingBen Morrison2019-05-221-1/+5
|
* tuning query handlingBen Morrison2019-05-221-10/+9
|
* fixed http 400 response and testBen Morrison2019-05-211-12/+6
|
* runtime bugs re: http400 and database reading on startupBen Morrison2019-05-211-6/+9
|
* runtime bugs related to api outputBen Morrison2019-05-211-1/+5
|
* database push/pull functionsBen Morrison2019-05-211-3/+3
|
* fleshed out POST handler, added remote registry listBen Morrison2019-05-211-0/+62
id'>03c6f1d3 ^
33352536 ^



bfcc0f85 ^
33352536 ^
bfcc0f85 ^
33352536 ^
03c6f1d3 ^
33352536 ^
03c6f1d3 ^
33352536 ^
3ac95f6a ^

71eb22a5 ^
33352536 ^
03c6f1d3 ^
2a2a5b1e ^
33352536 ^
6070c23e ^
2a2a5b1e ^
6ecddbaa ^
2a2a5b1e ^
33352536 ^
03c6f1d3 ^


33352536 ^

7a583220 ^
33352536 ^

03c6f1d3 ^
f0705578 ^
71eb22a5 ^
7a583220 ^
33352536 ^

f0705578 ^
33352536 ^


f0705578 ^
33352536 ^
f0705578 ^

33352536 ^
7a583220 ^
33352536 ^

f0705578 ^
1639687b ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77