Commit graph

15 commits

Author SHA1 Message Date
Felipe Martin
d05188b666
ci: fix codecov action issues (#928)
* fixed codecov action

* ignore coverage local files

* downgraded codecov to 4.4.0

* downgrade codecov action to 4.3.1

* pass through env

* 4.4.0 again

* 4.2.0

* 4.4.1 with cli 0.5.2

* down to 4.4.0

* cli as 0.4.0

* trying another way

* upgraded to 4.4.1 again
2024-06-03 23:38:08 +02:00
Felipe Martin
647945c54e
ci: unify local and ci docker workflows (#907)
* deps: go to 1.22.3

* removed ci dockerfile

* add make buildx

* updated dockerfile

* ci uses make buildx command

* commented upx for the future

* disable openbsd/arm tests

* wip

* put dist file in dist path

* removed unused make command

* build-local to speed up local tests

* don't clean when buildx

* podman workaround

* manually define source files for tests
2024-05-14 08:01:52 +02:00
Felipe Martin
4df7e1dd8e
feat: build css from less files locally (#735)
* build less using lessc and bun

* build

* make styles-check

* Added workflow to check updates

* avoid embed less files

* docs

* updated tests to reflect changes

* typo

* fixed archive page css

* call styles check on pull requests

* comments in style.less

* fix archive styles affecting other pages

* minify using clean-css

* Split archive.css and style.css

* Updated docs
2023-09-16 19:58:55 +02:00
András Rutkai
e722cb6961
fix: properly parse mysql connection string, docs update (#730)
Mysql connection string update, docs update
2023-09-13 18:31:41 +02:00
Felipe Martin Garcia
81d52a2e24
feat: sqlite migrations (#398)
- Moved migrations from code to SQL files
- Using golang-migrate/v4
- Added a new CLI command: migrate
2022-03-26 08:33:57 +01:00
n8225
d05d1ad2c0
Setup new CI/CD workflows (#365)
* CI/CD setup
* Setup for go-shiori
* Fix docker image
* Dockerfile adjustments
2022-02-13 16:38:54 +01:00
Dean Jackson
c5fd20040a Add GitHub Action for tests & coverage 2020-08-06 21:08:43 +02:00
Radhi Fadlillah
659a3291d8 Implement logic for add and print cmd 2019-05-21 23:24:11 +07:00
Radhi Fadlillah
1e099fbd27 Restructure project directories 2019-05-21 10:31:40 +07:00
Radhi Fadlillah
fe6a6455dc Update gitignore for zero state 2019-05-20 21:09:55 +07:00
Radhi Fadlillah
0ffd6b3231 Download thumbnail image to local disk 2018-05-18 16:18:38 +07:00
Radhi Fadlillah
3b8ce6ce0d Fix missing assets 2018-03-01 21:33:17 +07:00
Radhi Fadlillah
786cae511a Bundle the view in executable 2018-02-23 16:51:06 +07:00
Radhi Fadlillah
fa6f0eebc3 Add search command 2018-01-29 20:45:27 +07:00
Radhi Fadlillah
0bddceeb36 Initial commit 2018-01-26 17:40:01 +07:00