Releases: iliafrenkel/go-pb
v0.0.9-alpha
Changelog
cc5bcf2 Add Paste view count (#32)
a29c426 Add bootstrap theme support
7a20754 Add coveralls instead of codecov
a53bafd Add executable compression with upx
24e2006 Add global log file
b323a7e Add more tests
df63a5c Add separate log file for web server logs
7586995 Add tests for UserService and PasteService (#29)
bf8f4b6 Bump github.com/gin-gonic/gin from 1.7.2 to 1.7.3 (#34)
c77c326 Bump github.com/gin-gonic/gin from 1.7.2 to 1.7.4 (#37)
712758a Bump github.com/golang-jwt/jwt (#33)
a50944a Bump gorm.io/gorm from 1.21.12 to 1.21.13 (#36)
27dba5b Fix Paste.Expiration
918ed34 Fix docker files
92da5f6 Fix link to list page
0e43a97 Fix paste expiration display
0ea863d Fix store tests
8f4d488 Fix/goreport errors (#39)
756fb1d Iliafrenkel/fix goreport warnings (#30)
4a06f0b Iliafrenkel/refactor (#28)
c384729 Merge branch 'main' into iliafrenkel/refactor-20210804
5d4a538 Merge branch 'main' of github.com:iliafrenkel/go-pb
1b45ea4 Merge pull request #38 from iliafrenkel/iliafrenkel/refactor-20210804
b8e8459 Remove erroneous comment
4496942 Rename sqlite packages to sqldb
75e6794 Revert "Bump github.com/gin-gonic/gin from 1.7.2 to 1.7.3 (#34)" (#35)
b09cf37 Update Paste.Expiration()
37e40df Update README with new features
55ca504 Update README.md
9e65de8 Update dev start scripts
b66a2f9 Update templates
b853dad Update test.yml
a2deebf Update test.yml
dbd7a0a Update the code from the experiment
Docker images
docker pull ghcr.io/iliafrenkel/go-pb:v0.0.9-alpha
docker pull iliaf/go-pb:v0.0.9-alpha
v0.0.8-alpha
v0.0.7-alpha
First alpha
This is the first version that has something to show:
- User registration/login
- Paste creation/view
All of the above is stored in memory, as soon as you kill the process all the data will be lost.