<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gorankusu, branch v0.8.0</title>
<subtitle>The Go library for load testing HTTP and WebSocket endpoints.</subtitle>
<id>http://git.kilabit.info/gorankusu/atom?h=v0.8.0</id>
<link rel='self' href='http://git.kilabit.info/gorankusu/atom?h=v0.8.0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/'/>
<updated>2025-02-03T13:50:43Z</updated>
<entry>
<title>Release gorankusu v0.8.0 (2025-02-03)</title>
<updated>2025-02-03T13:50:43Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-02-03T13:50:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=9de29dcba4b24a04742e456104c8d7a1ef584814'/>
<id>urn:sha1:9de29dcba4b24a04742e456104c8d7a1ef584814</id>
<content type='text'>
[BREAKING CHANGES]
The git submodule in "_www/wui" has been renamed to "_www/pakakeh_ts".
If you have cloned this project before, you need to rename the sub directory
manually and re-init it.
----
$ mv _www/wui _www/pakakeh_ts
$ git submodule update --init
----

[CHORE]
The linter has been replaced many times, from revive to "go vet", and from
using binary form of fieldalignment and shadow; to use internal command
gocheck that do the same things, which simplify our setup.

[CHORE]
Split the CSS into separate file.
This is allow modifying the CSS without touching the index.html, and may be
used by other HTML files later.

[CHORE]
Fix some broken links in the documentation pages, including link to
Changelog, README, and SPEC.
</content>
</entry>
<entry>
<title>README: changes Development section to describe how to setup project</title>
<updated>2025-02-03T13:11:24Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-02-03T12:41:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=da9fd5d01661dbe2354fa78a82938c9b081e1740'/>
<id>urn:sha1:da9fd5d01661dbe2354fa78a82938c9b081e1740</id>
<content type='text'>
The previous Development section now become Links section.

</content>
</entry>
<entry>
<title>_www/doc: move original CHANGELOG to root of repository</title>
<updated>2025-02-03T13:11:07Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-02-03T12:08:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=2e26d5517f8865aea7f6f7f1e3e7e9c6c89f0b4c'/>
<id>urn:sha1:2e26d5517f8865aea7f6f7f1e3e7e9c6c89f0b4c</id>
<content type='text'>
The idea is to allow developer who browse the repository to see the file
immediately.
The one in the doc/ directory now contains the symlink.
</content>
</entry>
<entry>
<title>all: replace external linters with internal</title>
<updated>2025-02-03T13:11:07Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-02-03T11:28:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=a6d3b0944f80f7b84ac91f1904d23a312fbee098'/>
<id>urn:sha1:a6d3b0944f80f7b84ac91f1904d23a312fbee098</id>
<content type='text'>
The fieldalignment and shadow is linter from golang.org/x/tools.
This linters actually have an API that can be combined into a program,
which provided by package "pakakeh.go/lib/goanalysis".

</content>
</entry>
<entry>
<title>go.mod: update all dependencies</title>
<updated>2025-02-03T13:11:07Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-02-03T11:22:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=b28176b259cc8056b4d3fa1088ee68a6d9294583'/>
<id>urn:sha1:b28176b259cc8056b4d3fa1088ee68a6d9294583</id>
<content type='text'>
</content>
</entry>
<entry>
<title>internal/cmd: use different port for local development</title>
<updated>2025-02-03T13:11:07Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-01-25T08:21:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=327ecf3ee2764cb2a478575735d59d4a37b03a19'/>
<id>urn:sha1:327ecf3ee2764cb2a478575735d59d4a37b03a19</id>
<content type='text'>
The previous port, 10007, is used for local deployment in my home PC.
When we run the test it may cause port conflicts with it.

</content>
</entry>
<entry>
<title>_www/doc: fix links on documentation</title>
<updated>2025-02-03T13:11:07Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-01-25T08:20:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=d11c035cec5665d6826737ebeeb51b44f4034b28'/>
<id>urn:sha1:d11c035cec5665d6826737ebeeb51b44f4034b28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: split the CSS into separate file</title>
<updated>2025-02-03T13:07:15Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-01-25T08:19:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=b46690ac8700b82a2380ba4c201c3094bd60ea48'/>
<id>urn:sha1:b46690ac8700b82a2380ba4c201c3094bd60ea48</id>
<content type='text'>
Instead of inside the index.html split the CSS so we can modify them
without touching the HTML.
</content>
</entry>
<entry>
<title>make: do not ignore errors from linters</title>
<updated>2025-02-03T13:07:15Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-01-07T19:00:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=99c098efb66420356f51637751483a28239084c6'/>
<id>urn:sha1:99c098efb66420356f51637751483a28239084c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: update all dependencies</title>
<updated>2025-02-03T13:07:15Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-01-07T19:00:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=219cbf1b1fe61a5bcc4cf5dd31d46a8a9ec4faf9'/>
<id>urn:sha1:219cbf1b1fe61a5bcc4cf5dd31d46a8a9ec4faf9</id>
<content type='text'>
</content>
</entry>
</feed>
