aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-04cmd/gorankusu: implement socket based activation with systemdHEADmaindevShulhan
2026-02-02README: format with prettier and simplify license textShulhan
2025-12-27Release gorankusu v0.8.1 (2025-12-27)v0.8.1Shulhan
2025-12-27go.mod: set minimum Go version to 1.24.0 and update all dependenciesShulhan
2025-06-30make: run eslint from node_modules/.bin directory directlyShulhan
2025-06-30all: update README for broken link in exampleShulhan
2025-02-03Release gorankusu v0.8.0 (2025-02-03)v0.8.0Shulhan
2025-02-03README: changes Development section to describe how to setup projectShulhan
2025-02-03_www/doc: move original CHANGELOG to root of repositoryShulhan
2025-02-03all: replace external linters with internalShulhan
2025-02-03go.mod: update all dependenciesShulhan
2025-02-03internal/cmd: use different port for local developmentShulhan
2025-02-03_www/doc: fix links on documentationShulhan
2025-02-03all: split the CSS into separate fileShulhan
2025-02-03make: do not ignore errors from lintersShulhan
2025-02-03all: update all dependenciesShulhan
2025-02-03all: update links, replace "share" with "pakakeh.go"Shulhan
2025-02-03go.mod: update all dependenciesShulhan
2025-02-03cmd/gorankusu: add flags to set HTTP address and development modeShulhan
2024-10-07all: replace linter "revive" with "go vet"Shulhan
2024-10-07_www: rename submodule "wui" to "pakakeh_ts"Shulhan
2024-10-07all: update dependenciesShulhan
2024-09-07Release gorankusu v0.7.0 (2024-09-07)v0.7.0Shulhan
2024-09-07all: replace licensing format to REUSE.tomlShulhan
2024-09-07go.mod: update all dependenciesShulhan
2024-09-04make: add task "build"Shulhan
2024-09-04all: update submodule remote URL for "wui"Shulhan
2024-09-04go.mod: update all dependenciesShulhan
2024-06-08all: add git.sr.ht APIs into exampleShulhan
2024-06-08_www: support HTTP target with content type "text/html"Shulhan
2024-06-08all: use [route.Path] to generate parametersShulhan
2024-06-08all: make HTTP Target Params works along with WithRawBodyShulhan
2024-06-08go.mod: update all dependenciesShulhan
2024-04-24all: refactoring form input for multipart form-dataShulhan
2024-04-24_www: fix form input type file where content is binaryShulhan
2024-04-23all: add task to initialize the repository and toolsShulhan
2024-04-23internal/cmd/gorankusu: convert documentation to HTML on "build"Shulhan
2024-04-23_www: fix save on null Headers and VarsShulhan
2024-04-06Release gorankusu v0.6.1 (2024-04-06)v0.6.1Shulhan
2024-03-15all: update module pakakeh.go to the tipShulhan
2024-03-15all: update module pakakeh.go to the tipShulhan
2024-03-05all: replace module "share" with "pakakeh.go"Shulhan
2024-03-05Release gorankusu v0.6.0 (2024-03-05)v0.6.0Shulhan
2024-02-21all: move reading GORANKUSU_DEV environment to [Environment.IsDevelopment]Shulhan
2024-02-21all: move constants declaration closer to its usageShulhan
2024-02-21all: add parameter to use custom listen address in NewExampleShulhan
2024-02-21all: add global HTTP headers for TargetShulhan
2024-02-19all: fix null navigation linksShulhan
2024-02-19all: remove Run in ExampleShulhan
2024-02-18example: add POST header that can return custom HTTP response codeShulhan