Skip to content

Commit c798ddd

Browse files
committed
chore(): add conventional changelog
1 parent b1b3055 commit c798ddd

File tree

3 files changed

+727
-3
lines changed

3 files changed

+727
-3
lines changed

CHANGELOG.md

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
<a name="0.6.0"></a>
2+
# 0.6.0 (2017-07-30)
3+
4+
5+
### Bug Fixes
6+
7+
* do not require update on repository ([04e130c](https://github.com/bleenco/abstruse/commit/04e130c))
8+
* init run with ensure root dir ([da217d2](https://github.com/bleenco/abstruse/commit/da217d2))
9+
* multiple bugfixes ([37b040c](https://github.com/bleenco/abstruse/commit/37b040c))
10+
* multiple pull_request webhooks fixes ([fbe06f8](https://github.com/bleenco/abstruse/commit/fbe06f8))
11+
* multiple style fixes ([9cd716d](https://github.com/bleenco/abstruse/commit/9cd716d))
12+
* return 400 if webhook event type is not supported ([ebf4571](https://github.com/bleenco/abstruse/commit/ebf4571))
13+
* **process-manager:** multiple bug fixes ([3f63281](https://github.com/bleenco/abstruse/commit/3f63281))
14+
* various fixes ([db5b075](https://github.com/bleenco/abstruse/commit/db5b075))
15+
* various fixes ([354654c](https://github.com/bleenco/abstruse/commit/354654c))
16+
* **builds:** fix build statuses and times ([641fc93](https://github.com/bleenco/abstruse/commit/641fc93))
17+
* **builds-ui:** update builds status correctly and fix console output ([abf0bb8](https://github.com/bleenco/abstruse/commit/abf0bb8))
18+
* **command:** fix command generation ([82a47f8](https://github.com/bleenco/abstruse/commit/82a47f8))
19+
* **commands:** wrap commands in parenthesis ([138a292](https://github.com/bleenco/abstruse/commit/138a292))
20+
* **login:** do not blink on successful login ([36b99c4](https://github.com/bleenco/abstruse/commit/36b99c4))
21+
* **setup:** docker image preparation terminal fix ([39497e0](https://github.com/bleenco/abstruse/commit/39497e0))
22+
* **setup:** skip docker image building if already done ([18c1942](https://github.com/bleenco/abstruse/commit/18c1942))
23+
* **ssl:** correct paths from config ([9dea4df](https://github.com/bleenco/abstruse/commit/9dea4df))
24+
* **trigger-build:** fix user and commit details when triggering new build ([003feb8](https://github.com/bleenco/abstruse/commit/003feb8))
25+
* **ui:** multiple ui fixes ([3abd98e](https://github.com/bleenco/abstruse/commit/3abd98e))
26+
27+
28+
### Features
29+
30+
* **api:** api routes for docker status ([b3e4f61](https://github.com/bleenco/abstruse/commit/b3e4f61))
31+
* **api:** setup api ([8b89bf6](https://github.com/bleenco/abstruse/commit/8b89bf6))
32+
* **auth:** change sessionStorage to localStorage ([750a283](https://github.com/bleenco/abstruse/commit/750a283))
33+
* **auth:** switch to localStorage ([4a4ec98](https://github.com/bleenco/abstruse/commit/4a4ec98))
34+
* **back:** back btn on job ([83ae734](https://github.com/bleenco/abstruse/commit/83ae734))
35+
* **build:** stop build ([577c29c](https://github.com/bleenco/abstruse/commit/577c29c))
36+
* **build:** ui design ([c0db3ec](https://github.com/bleenco/abstruse/commit/c0db3ec))
37+
* **builds:** builds screen ([f704600](https://github.com/bleenco/abstruse/commit/f704600))
38+
* **builds:** parallel jobs ([7c5ffcb](https://github.com/bleenco/abstruse/commit/7c5ffcb))
39+
* **builds:** restart build ([08556ad](https://github.com/bleenco/abstruse/commit/08556ad))
40+
* **config:** read concurrency from config file ([792038a](https://github.com/bleenco/abstruse/commit/792038a))
41+
* **containers:** restart jobs ([6cd1e5b](https://github.com/bleenco/abstruse/commit/6cd1e5b))
42+
* **db:** initialize database ([fa7ac04](https://github.com/bleenco/abstruse/commit/fa7ac04))
43+
* **docker:** update dockerfile ([6214dff](https://github.com/bleenco/abstruse/commit/6214dff))
44+
* **dropdown-menu:** ui dropdown menu in header ([e0a8e1b](https://github.com/bleenco/abstruse/commit/e0a8e1b))
45+
* **favicon:** add favicon ([f10fc8e](https://github.com/bleenco/abstruse/commit/f10fc8e))
46+
* **github:** github pull requests integration ([14a28ab](https://github.com/bleenco/abstruse/commit/14a28ab))
47+
* **header:** header component ([be54870](https://github.com/bleenco/abstruse/commit/be54870))
48+
* **header:** header navigation ui ([cce3f39](https://github.com/bleenco/abstruse/commit/cce3f39))
49+
* **job:** build job modifications ([e994f2c](https://github.com/bleenco/abstruse/commit/e994f2c))
50+
* **job:** job details init component ([dfde546](https://github.com/bleenco/abstruse/commit/dfde546))
51+
* **job:** job server routes ([8212b70](https://github.com/bleenco/abstruse/commit/8212b70))
52+
* **job:** output terminal data to web console ([fa4f901](https://github.com/bleenco/abstruse/commit/fa4f901))
53+
* **job:** restart job ([e1022a4](https://github.com/bleenco/abstruse/commit/e1022a4))
54+
* **job:** terminal output style ([66169fa](https://github.com/bleenco/abstruse/commit/66169fa))
55+
* **jobs:** db model for jobs ([e341739](https://github.com/bleenco/abstruse/commit/e341739))
56+
* **jobs:** language, language version, test_script ([7086e56](https://github.com/bleenco/abstruse/commit/7086e56))
57+
* **list:** build history list ui ([8a341cc](https://github.com/bleenco/abstruse/commit/8a341cc))
58+
* **loader:** place some nice loader while fetching ([1d1bc0b](https://github.com/bleenco/abstruse/commit/1d1bc0b))
59+
* **loader:** show loader while fetching data ([1587170](https://github.com/bleenco/abstruse/commit/1587170))
60+
* **loaders:** loader spinner + ton of stuff ([7dac97d](https://github.com/bleenco/abstruse/commit/7dac97d))
61+
* **login:** login form ui ([2754fbb](https://github.com/bleenco/abstruse/commit/2754fbb))
62+
* **login:** login implementation ([c8dd680](https://github.com/bleenco/abstruse/commit/c8dd680))
63+
* **login:** login ui & component ([74b6214](https://github.com/bleenco/abstruse/commit/74b6214))
64+
* **logout:** logout ([29c298e](https://github.com/bleenco/abstruse/commit/29c298e))
65+
* **logs:** fix logging ([9dac3ed](https://github.com/bleenco/abstruse/commit/9dac3ed))
66+
* **logs:** fix logs output ([a1cebe5](https://github.com/bleenco/abstruse/commit/a1cebe5))
67+
* **nav:** nav bar ui ([18e450b](https://github.com/bleenco/abstruse/commit/18e450b))
68+
* **notification:** notification styles ([a25a634](https://github.com/bleenco/abstruse/commit/a25a634))
69+
* **notification-center:** main notifications ([53a6baa](https://github.com/bleenco/abstruse/commit/53a6baa))
70+
* **pm:** process manager update ([3eca1db](https://github.com/bleenco/abstruse/commit/3eca1db))
71+
* **pulsa:** pulsate effect ([276dc6c](https://github.com/bleenco/abstruse/commit/276dc6c))
72+
* **queue:** implement build queue ([25bc5e7](https://github.com/bleenco/abstruse/commit/25bc5e7))
73+
* **repo:** get repository details ([bf280bc](https://github.com/bleenco/abstruse/commit/bf280bc))
74+
* **repos:** add repository ([c8e3229](https://github.com/bleenco/abstruse/commit/c8e3229))
75+
* **repos:** no repositoriea message ([48977d2](https://github.com/bleenco/abstruse/commit/48977d2))
76+
* **repos:** repositories list ([62d1dd4](https://github.com/bleenco/abstruse/commit/62d1dd4))
77+
* **repos:** run new build ([5121c7e](https://github.com/bleenco/abstruse/commit/5121c7e))
78+
* **repositorie:** repositories ([71b6cfb](https://github.com/bleenco/abstruse/commit/71b6cfb))
79+
* **repositories:** run build btn functionality ([c697e01](https://github.com/bleenco/abstruse/commit/c697e01))
80+
* **repositories-list:** status badges ([dd2265f](https://github.com/bleenco/abstruse/commit/dd2265f))
81+
* **routes:** web routes ([8d58cdf](https://github.com/bleenco/abstruse/commit/8d58cdf))
82+
* **safari:** safari style fixes ([e746e79](https://github.com/bleenco/abstruse/commit/e746e79))
83+
* **scheduler:** implement scheduler ([0507dca](https://github.com/bleenco/abstruse/commit/0507dca))
84+
* **security:** security and crypto api functions ([918c8ce](https://github.com/bleenco/abstruse/commit/918c8ce))
85+
* **setup:** admin user register form ([efe976b](https://github.com/bleenco/abstruse/commit/efe976b))
86+
* **setup:** check if database ready with initial admin ([922abec](https://github.com/bleenco/abstruse/commit/922abec))
87+
* **setup:** initial setup screen + api ([f636893](https://github.com/bleenco/abstruse/commit/f636893))
88+
* **setup:** latest setup changes ([afff6c9](https://github.com/bleenco/abstruse/commit/afff6c9))
89+
* **setup:** setup screen UI ([b92b030](https://github.com/bleenco/abstruse/commit/b92b030))
90+
* **setup:** user account ([fc03c5a](https://github.com/bleenco/abstruse/commit/fc03c5a))
91+
* **setup:** user registration ([3ed8c8e](https://github.com/bleenco/abstruse/commit/3ed8c8e))
92+
* **socket:** socket server ([a59fcf7](https://github.com/bleenco/abstruse/commit/a59fcf7))
93+
* **spinner:** build spinner ([da39d65](https://github.com/bleenco/abstruse/commit/da39d65))
94+
* **ssl:** wss ssl ([a6d6c0d](https://github.com/bleenco/abstruse/commit/a6d6c0d))
95+
* **status-badge:** add repository status badge ([4722efa](https://github.com/bleenco/abstruse/commit/4722efa))
96+
* **terminal:** terminal app component ([32ff7f7](https://github.com/bleenco/abstruse/commit/32ff7f7))
97+
* **terminal:** terminal styling ([87f1447](https://github.com/bleenco/abstruse/commit/87f1447))
98+
* **time:** date-fns helper lib for times ([e477c9b](https://github.com/bleenco/abstruse/commit/e477c9b))
99+
* **time:** implements job live time ([292d484](https://github.com/bleenco/abstruse/commit/292d484))
100+
* **times:** calculate build total time ([2231306](https://github.com/bleenco/abstruse/commit/2231306))
101+
* **trigger-build:** trigger build after hook on github is added ([0d57d4c](https://github.com/bleenco/abstruse/commit/0d57d4c))
102+
* **trigger-build:** trigger new build ui ([c5bbf68](https://github.com/bleenco/abstruse/commit/c5bbf68))
103+
* **ui:** build details UI ([e04ff5a](https://github.com/bleenco/abstruse/commit/e04ff5a))
104+
* **ui:** build details functionality ([a25b116](https://github.com/bleenco/abstruse/commit/a25b116))
105+
* **ui:** build details stop / restart single job feature ([3ed9180](https://github.com/bleenco/abstruse/commit/3ed9180))
106+
* **ui:** build list ([b6e6d0e](https://github.com/bleenco/abstruse/commit/b6e6d0e))
107+
* **ui:** profile form ([9de529f](https://github.com/bleenco/abstruse/commit/9de529f))
108+
* login button centered ([5c4a1cd](https://github.com/bleenco/abstruse/commit/5c4a1cd))
109+
* process manager ([fad738f](https://github.com/bleenco/abstruse/commit/fad738f))
110+
* restart build & stop ([3f0cbb7](https://github.com/bleenco/abstruse/commit/3f0cbb7))
111+
* **webhooks:** github webhooks - pull request ([49c6813](https://github.com/bleenco/abstruse/commit/49c6813))
112+
* unsubscribe on component destroy event ([68b00ab](https://github.com/bleenco/abstruse/commit/68b00ab))
113+
* **ui:** commit details ([6af7bf9](https://github.com/bleenco/abstruse/commit/6af7bf9))
114+
* **ui:** refactor ui look & feel ([9859d08](https://github.com/bleenco/abstruse/commit/9859d08))
115+
* **ui:** repository details ([bc47d69](https://github.com/bleenco/abstruse/commit/bc47d69))
116+
* **ui:** settings component ([a259c92](https://github.com/bleenco/abstruse/commit/a259c92))
117+
* **ui:** stop & restart build implementation on builds page ([ca9ef88](https://github.com/bleenco/abstruse/commit/ca9ef88))
118+
* **user-settings:** implement user settings and update password forms ([fb5bd60](https://github.com/bleenco/abstruse/commit/fb5bd60))
119+
* **webhooks:** update webhooks and fix some tests ([9c01707](https://github.com/bleenco/abstruse/commit/9c01707))
120+
121+
122+

0 commit comments

Comments
 (0)