-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
### Changelog | ||
|
||
All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||
|
||
#### [1.2.6](https://github.com/Phara0h/WaspsWithBazookas/compare/1.2.4...1.2.6) | ||
|
||
> 26 September 2019 | ||
- Update README.md [`df8071f`](https://github.com/Phara0h/WaspsWithBazookas/commit/df8071f18e9ae25f9030039b1a5d8bcc48a241b4) | ||
- Update package.json [`427207f`](https://github.com/Phara0h/WaspsWithBazookas/commit/427207f3dd6ac22dc29dde4018d0e77a800ac649) | ||
- Delete _config.yml [`832a1dc`](https://github.com/Phara0h/WaspsWithBazookas/commit/832a1dcc321e60f7924688a7fa895180638918a6) | ||
|
||
#### [1.2.4](https://github.com/Phara0h/WaspsWithBazookas/compare/1.2.3...1.2.4) | ||
|
||
> 2 July 2019 | ||
- Ceasefire, wasp auto retry and bug squashing [`9230011`](https://github.com/Phara0h/WaspsWithBazookas/commit/9230011b431c88231e67d71b23cbde447226616c) | ||
|
||
#### [1.2.3](https://github.com/Phara0h/WaspsWithBazookas/compare/1.2.2...1.2.3) | ||
|
||
> 1 July 2019 | ||
- Percentage complete and invaild targets [`ea71892`](https://github.com/Phara0h/WaspsWithBazookas/commit/ea71892bf7122fe99777d0d3562fe7c6131276a2) | ||
|
||
#### [1.2.2](https://github.com/Phara0h/WaspsWithBazookas/compare/1.2.1...1.2.2) | ||
|
||
> 1 July 2019 | ||
- Secured from command injections [`ee96f90`](https://github.com/Phara0h/WaspsWithBazookas/commit/ee96f906766e592e870d72e0d9f8bd832fc1a8ce) | ||
- Update README.md [`e03ffeb`](https://github.com/Phara0h/WaspsWithBazookas/commit/e03ffebcfd626e42b98f3053bdb96d69bf5e1357) | ||
|
||
#### [1.2.1](https://github.com/Phara0h/WaspsWithBazookas/compare/1.2.0...1.2.1) | ||
|
||
> 19 June 2019 | ||
- Fixed a quick bug to catch errors on poke [`b2133e7`](https://github.com/Phara0h/WaspsWithBazookas/commit/b2133e72b51aea08678b885f583641150429a458) | ||
|
||
#### [1.2.0](https://github.com/Phara0h/WaspsWithBazookas/compare/1.1.0...1.2.0) | ||
|
||
> 19 June 2019 | ||
- Wrk params reported, auto checkin in wasps & snoot booping [`614d8e4`](https://github.com/Phara0h/WaspsWithBazookas/commit/614d8e44873475e542eae8813f6a3ec6ddf7130a) | ||
- Create SECURITY.md [`4416182`](https://github.com/Phara0h/WaspsWithBazookas/commit/4416182199ac3152f567bdaa7eb4906130362092) | ||
|
||
#### 1.1.0 | ||
|
||
> 19 June 2019 | ||
- WRK scripts now work, reporting and the rest of the functionality [`dace65c`](https://github.com/Phara0h/WaspsWithBazookas/commit/dace65c8d25d899f9968e1346f877c60e33df472) | ||
- Basic command line functionality [`7a0cf7e`](https://github.com/Phara0h/WaspsWithBazookas/commit/7a0cf7e883c98c236aad1364404ac34eb40e073b) | ||
- Added some init docs [`3b91133`](https://github.com/Phara0h/WaspsWithBazookas/commit/3b91133104524cb928b20272b0652fc4634e4a9b) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
### Changelog | ||
|
||
All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||
|
||
{{#each releases}} | ||
{{#if href}} | ||
###{{#unless major}}#{{/unless}} [{{title}}]({{href}}) | ||
{{else}} | ||
#### {{title}} | ||
{{/if}} | ||
|
||
{{#if tag}} | ||
> {{niceDate}} | ||
{{/if}} | ||
|
||
{{#if summary}} | ||
{{summary}} | ||
{{/if}} | ||
|
||
{{#each merges}} | ||
- {{{message}}}{{#if href}} [`#{{id}}`]({{href}}){{/if}} | ||
{{/each}} | ||
{{#each fixes}} | ||
- {{{commit.subject}}}{{#each fixes}}{{#if href}} [`#{{id}}`]({{href}}){{/if}}{{/each}} | ||
{{/each}} | ||
{{#each commits}} | ||
- {{#if breaking}}**Breaking change:** {{/if}}{{{subject}}}{{#if href}} [`{{shorthash}}`]({{href}}){{/if}} | ||
{{/each}} | ||
|
||
{{/each}} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,10 +104,6 @@ program | |
{ | ||
ip: '0.0.0.0', | ||
port: program.hivePort || '4269' | ||
}, | ||
wasp: | ||
{ | ||
ip: '0.0.0.0' | ||
} | ||
} | ||
} | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
<html> | ||
<head> | ||
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"> | ||
<style> | ||
html { | ||
font-family: 'Roboto', sans-serif; | ||
} | ||
.center { | ||
position: fixed; /* or absolute */ | ||
top: 40%; | ||
left: 50%; | ||
transform: translate(-50%, -50%); | ||
text-align: center; | ||
} | ||
.center > img { | ||
width: 350px; | ||
height: 350px; | ||
|
||
} | ||
body > div.center > div:nth-child(3) img{ | ||
width: 50px; | ||
height: 50px; | ||
} | ||
.bg-image { | ||
background: url(https://i.imgur.com/tsCdexD.png); | ||
filter: blur(8px); | ||
-webkit-filter: blur(8px); | ||
|
||
/* Full height */ | ||
height: 120%; | ||
width: 120%; | ||
/* Center and scale the image nicely */ | ||
background-position: center; | ||
background-repeat: no-repeat; | ||
background-size: cover; | ||
overflow:hidden; | ||
position: fixed; /* or absolute */ | ||
top: 55%; | ||
left: 55%; | ||
transform: translate(-50%, -50%); | ||
} | ||
body > div.center > div:nth-child(3) { | ||
display: flex; | ||
align-items: center; | ||
} | ||
body > div.center > div:nth-child(3) > a:nth-child(1) { | ||
background: rgba(62, 63, 82, 0.8); | ||
display: flex; | ||
align-items: center; | ||
flex-direction: column-reverse; | ||
width: 100%; | ||
border-radius: 8px; | ||
margin: 10px; | ||
padding: 5px; | ||
color:white; | ||
box-shadow: 0 6px 10px 0 rgba(27,28,30,.31); | ||
text-decoration: none; | ||
} | ||
|
||
body > div.center > div:nth-child(3) > a:nth-child(2) { | ||
background: rgba(254, 198, 5, 0.3); | ||
display: flex; | ||
align-items: center; | ||
flex-direction: column-reverse; | ||
width: 100%; | ||
border-radius: 8px; | ||
margin: 10px; | ||
padding: 5px; | ||
color:white; | ||
box-shadow: 0 6px 10px 0 rgba(27,28,30,.31); | ||
text-decoration: none; | ||
} | ||
body > div.center > div:nth-child(2) { | ||
font-size: 25px; | ||
color: rgba(255, 255, 255, 0.8); | ||
font-weight: bold; | ||
text-shadow: 0 6px 10px rgba(27,28,30,.31); | ||
} | ||
|
||
</style> | ||
</head> | ||
<body> | ||
<div class="bg-image"></div> | ||
<div class="center"> | ||
<img src="https://i.imgur.com/Q1hKRLQ.png"/> | ||
<div>Control this Hive directly via: </div> | ||
<div> | ||
<a href="https://documenter.getpostman.com/view/208035/S1a1YnXU?version=latest"> | ||
REST | ||
<img src="https://assets.getpostman.com/common-share/postman-logo-stacked.svg"> | ||
</a> | ||
<a href="https://www.npmjs.com/package/wwb-sdk"> | ||
Node.js SDK | ||
<img src="https://imgur.com/XBD5nMq.png"/> | ||
</a> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.