<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gorankusu, branch v0.2.0</title>
<subtitle>The Go library for load testing HTTP and WebSocket endpoints.</subtitle>
<id>http://git.kilabit.info/gorankusu/atom?h=v0.2.0</id>
<link rel='self' href='http://git.kilabit.info/gorankusu/atom?h=v0.2.0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/'/>
<updated>2022-03-13T17:16:35Z</updated>
<entry>
<title>Release trunks v0.2.0 (2022-03-13)</title>
<updated>2022-03-13T17:16:35Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-03-13T14:02:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=1abeccb5fea0aa95873fa1aab7c8cca41567a25e'/>
<id>urn:sha1:1abeccb5fea0aa95873fa1aab7c8cca41567a25e</id>
<content type='text'>
Release trunks under GPL 3.0 or later license.

See https://kilabit.info/journal/2022/gpl for more information.
</content>
</entry>
<entry>
<title>all: changes the license of trunks software to GPL 3.0 or later</title>
<updated>2022-03-13T17:16:34Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-03-13T10:06:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=126c72f285bc75dcff026a2c966afbb5cf294b44'/>
<id>urn:sha1:126c72f285bc75dcff026a2c966afbb5cf294b44</id>
<content type='text'>
See https://kilabit.info/journal/2022/gpl for more information.
</content>
</entry>
<entry>
<title>all: update dependencies</title>
<updated>2022-03-13T09:51:03Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-03-13T09:51:03Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=dd31e5fe16fa458464f32af8e863364cc627549a'/>
<id>urn:sha1:dd31e5fe16fa458464f32af8e863364cc627549a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release trunks v0.1.0 (2022-02-05)</title>
<updated>2022-02-05T14:33:44Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-02-05T14:32:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=42dbd5ef7b4e0b1975f792067e11486bf76b3b6c'/>
<id>urn:sha1:42dbd5ef7b4e0b1975f792067e11486bf76b3b6c</id>
<content type='text'>
Module trunks is a library and HTTP service that provide web user interface
to test HTTP service, similar to Postman, and for load testing.

For the load testing we use vegeta [1] as the backend.
</content>
</entry>
<entry>
<title>go.mod: update share module to v0.34.0</title>
<updated>2022-02-05T14:27:28Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-02-05T14:27:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=b1e7b614cc7ab07fc23e85190b706fdf3ed70d2d'/>
<id>urn:sha1:b1e7b614cc7ab07fc23e85190b706fdf3ed70d2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: run the test with CGO_ENABLED=1</title>
<updated>2022-02-05T14:27:16Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-02-05T14:27:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=d283d4708201bd3e2892383953c7cd78d22a641b'/>
<id>urn:sha1:d283d4708201bd3e2892383953c7cd78d22a641b</id>
<content type='text'>
In case user set CGO_ENABLED=0, the task for "all" will fail.

This commit fix this by setting CGO_ENABLED to 1 when running test
with -race option.
</content>
</entry>
<entry>
<title>all: update share and ciigo modules</title>
<updated>2022-01-10T05:28:19Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-01-10T05:28:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=9fa8b78e8203162a79783a1e6bf9a27962e02ee8'/>
<id>urn:sha1:9fa8b78e8203162a79783a1e6bf9a27962e02ee8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: add option to open link inside an iframe</title>
<updated>2021-12-21T13:46:08Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2021-12-21T13:46:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=bbaa1ddeca854814389944f9d57a95a331f7476f'/>
<id>urn:sha1:bbaa1ddeca854814389944f9d57a95a331f7476f</id>
<content type='text'>
The NavLink struct now has field OpenInIFrame. If its true, the Href
will be opened inside an iframe in the same window, otherwise it
will opened in new tab.
</content>
</entry>
<entry>
<title>all: add feature to register custom navigation link</title>
<updated>2021-12-21T10:09:57Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2021-12-21T10:09:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=f5a9a7934f3624763fce2094d291fbb97b96ddd1'/>
<id>urn:sha1:f5a9a7934f3624763fce2094d291fbb97b96ddd1</id>
<content type='text'>
Using Trunks.RegisterNavLink, one can register custom link into
left navigation menu.
</content>
</entry>
<entry>
<title>go.mod: update share and ciigo modules to latest</title>
<updated>2021-12-20T10:38:54Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2021-12-20T10:38:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=c2a65ee13d4f47365cb44b3301b223a743c07323'/>
<id>urn:sha1:c2a65ee13d4f47365cb44b3301b223a743c07323</id>
<content type='text'>
</content>
</entry>
</feed>
