File tree Expand file tree Collapse file tree 1 file changed +9
-53
lines changed Expand file tree Collapse file tree 1 file changed +9
-53
lines changed Original file line number Diff line number Diff line change 5
5
6
6
---
7
7
# 1.0.0 (Planned - 2021 Q1)
8
- < div class = " button-feature " > FEATURE</ div >
8
+ ## FEATURE
9
9
10
10
- Basic Auth (HTPASSWD)
11
11
- SQLITE database with ORM setup
12
12
- Basic frontend with a tree-like view
13
+ - Ability for Agent to send multiple files with a single run
14
+ - Ability for Agent to request artifact from the Server
15
+ - Configurable Agent with YML
16
+ - Configurable Server with YML
13
17
---
14
18
# 0.1.0 (2020.12.02)
15
- < div class = " button-feature " > FEATURE</ div >
19
+ ## FEATURE
16
20
17
21
- Send file over TCP /w Protobuf message to statically configured server
18
22
- Server compares recieved file and MetaData Packet
19
- - Recieved file is re-created in ` /out `
23
+ - Recieved file is re-created in ` . /out/namespace/project/job-id ` folder structure
20
24
21
- < div class = " button-updated " > FIXED</ div >
25
+ ## FIXED
22
26
23
27
- \-
24
28
25
- < div class = " button-bugs " > BUGS</ div >
29
+ ## BUGS
26
30
27
31
- \-
28
32
29
- <style >
30
- .button-locker {
31
- background : #3d85c6 ;
32
- border-radius : 2px ;
33
- padding : 10px 30px ;
34
- color : #fff ;
35
- display : inline-block ;
36
- font : normal 600 19px /1 " Open Sans" , sans-serif ;
37
- letter-spacing : 1px ;
38
- text-align : center ;
39
- }
40
- </style >
41
- <style >
42
- .button-feature {
43
- background : #8ed48e ;
44
- border-radius : 5px ;
45
- padding : 5px 20px ;
46
- color : #fff ;
47
- display : inline-block ;
48
- font : normal 600 19px /1 " Open Sans" , sans-serif ;
49
- letter-spacing : 1.5px ;
50
- text-align : center ;
51
- }
52
- </style >
53
- <style >
54
- .button-updated {
55
- background : #b4b4b4 ;
56
- border-radius : 5px ;
57
- padding : 5px 20px ;
58
- color : #ededed ;
59
- display : inline-block ;
60
- font : normal bold 19px /1 " Open Sans" , sans-serif ;
61
- letter-spacing : 1.5px ;
62
- text-align : center ;
63
- }
64
- </style >
65
- <style >
66
- .button-bugs {
67
- background : #cc5959 ;
68
- border-radius : 5px ;
69
- padding : 5px 20px ;
70
- color : #ededed ;
71
- display : inline-block ;
72
- font : normal bold 19px /1 " Open Sans" , sans-serif ;
73
- letter-spacing : 1.5px ;
74
- text-align : center ;
75
- }
76
- </style >
You can’t perform that action at this time.
0 commit comments