aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)Author
2022-03-25ref: Add test for edge casegabrielgio
Add test case for when you call with 0 length or no option (upper case, lower case, number and special).
2022-03-25feat: Add test to generate functiongabrielgio
Add testing for `generate` rust function. That function is pretty much the whole bussiness logic of the application and as far as I can see the only one worth testing.
2022-03-25fix: Move build outputgabrielgio
Move from `www/dist` to `public`. This should solve gitlab pages returning 404.
2022-03-25feat: Add gitlab pipelinegabrielgio
Add gitlab pipeline file so it will build to pages.
2022-03-25ref: Remove all clojure related Filesgabrielgio
Making room for wasm project.
2020-08-22fix: Remove github workflowgabriel giovanini
2020-08-22Add pipelinegabriel giovanini