Commit Graph

108 Commits

Author SHA1 Message Date
74035622f5
Make linter happy.
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-19 21:55:42 +05:00
5fc6d3a181
Application superstructure (or supersingleton, if you want).
Some checks failed
continuous-integration/drone/push Build is failing
Got rid of context thing which misleads due to existance of stdlib's
context package.

Also fixed golangci-lint configuration.

Fixes #20.
2022-08-19 21:52:49 +05:00
b87921c811
README update.
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-14 16:51:17 +05:00
74ea9b6863
Prepare to release 0.4.1.
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-14 16:26:11 +05:00
30f8b4975c
Get rid of flagger.
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-14 16:20:16 +05:00
dcd361de1f
Update dependencies, fix footer link.
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-14 16:02:16 +05:00
2ec0e28243
Make linter happy and move to os from io/ioutil for reading/writing.
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-14 15:49:05 +05:00
df5671586e
Update images used for building containers and code test/lint, fill CHANGELOG.
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-14 15:34:47 +05:00
59dafc373f
Update chroma to 2.2.0, line number links appeared.
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-14 14:57:54 +05:00
25489dc103
Forgotten files for previous commit.
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-14 14:49:31 +05:00
1dc6dfe00e
Update README and mention where bugreporting should take place.
Some checks failed
continuous-integration/drone/push Build is failing
Also added markdownlint configuration.
2022-08-14 14:47:28 +05:00
02e933efed
Use mirrorred images in Dockerfile.
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-28 22:19:42 +05:00
d2b3304a5a
As it isn't Drone official plugins now, containers with dind should be privileged.
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-28 21:44:23 +05:00
9164c53c54
Force docker plugin version.
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-28 21:38:09 +05:00
18734ebd18
Switch to mirrorred images for Drone CI.
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2022-06-28 21:19:35 +05:00
6b04a1dcd5
Update Dockerfile to use latest versions of Golang and Alpine.
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-26 22:52:50 +05:00
1cb93c7d97
Update Drone configuration.
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-26 22:49:37 +05:00
f8f0302564
Make linter happy and update dependencies.
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-26 22:26:39 +05:00
7b6a425908
Update Drone configuration. 2022-06-26 22:10:53 +05:00
591c24bab7
Update Drone configuration. 2022-06-26 22:08:23 +05:00
d85c9cb53c
Update Drone configuration. 2022-06-26 22:04:03 +05:00
2b44a60ee7
The Great Linting Fixes, Drone configuration fix (again) and flatfile changes.
Great linting fixes has been applied, thanks to golangci-lint for
extensive reporting.

Fixed Drone configuration to use array for when-branch statement in
Docker plugin.

Flatfile storage from now will write files with 0600 permission for
greater security.
2021-11-20 22:19:58 +05:00
218e0bf667
Remove -mod=vendor from golangci-lint GOFLAGS. 2021-11-20 22:00:52 +05:00
006eb6e72a
Use newer golang with Drone and update badge in README. 2021-11-20 22:00:02 +05:00
5eae5595e9
Drone fixes. 2021-11-20 02:23:47 +05:00
0f47434f60
Move from fileb0x to embed.FS. Fixes #22.
Also removed unused fontawesome JS.
2021-06-16 06:22:33 +05:00
383233202e
Fix registry logging in by CI when uploading Docker image. 2021-06-15 00:16:44 +05:00
968d945205
More Greater Linting. 2021-06-15 00:11:58 +05:00
6ea6e2e144
The Great Sources Linting. 2021-06-14 23:48:34 +05:00
3265c5a4b2
Proper image-alias for DIND service in CI. 2021-06-14 23:10:35 +05:00
1210ecb510
Fix CI config. 2021-06-14 23:08:54 +05:00
dec022e460
Update CI configuration. 2021-06-14 23:05:59 +05:00
79791ef228
Update golang versions everywhere, use alpine 3.13 for image, remove vendor dir. 2021-06-14 22:59:21 +05:00
a0f896dc53
CI config update. 2021-01-09 06:23:28 +05:00
fa7a79310d
Assets update. 2021-01-09 06:15:38 +05:00
ce962ddd00
Version bump. 2021-01-09 06:14:16 +05:00
164a37d41f
A pretty basic pastes cleanup procedure.
Fixes #16.
2021-01-09 06:09:26 +05:00
3ebff29113
Linting fixes about struct alignment. 2021-01-08 12:01:53 +05:00
7f04a9a7bb
Typo fix and missed dependencies files. 2021-01-08 12:00:38 +05:00
a2a21482e2
Dependencies update and fix for line linking.
Fixes #20.
2021-01-08 11:56:35 +05:00
ffb42f43eb
README update. 2020-02-29 23:51:23 +05:00
3f9801b1bd
Update chroma and make line numbers linkable.
Yet no links will be generated.

Related to #20.
2020-02-29 23:39:09 +05:00
825fd724ff
Some logging refactoring.
Fixes #14.
2020-02-29 23:30:44 +05:00
5f58741159
Added maximum request body size limiting.
Fixes #19.
2020-02-29 22:49:44 +05:00
47672c586d
Linter configuration fixes and linting issues fixes.
Fixes #17.
2020-02-29 22:41:06 +05:00
11897d0e1a
Drone CI recipe fix. 2019-12-22 01:24:13 +05:00
02cea49fc4 Merge branch 'linting' of fastpastebin/fastpastebin into master 2019-12-21 20:19:21 +00:00
a52b18ffe4
Linting. 2019-12-22 01:17:18 +05:00
da4bc379d8
Typo in commend and switching to discordrone for notifications. 2019-12-22 00:56:43 +05:00
9c9f0c1f68 Merge branch 'linting' of fastpastebin/fastpastebin into master 2019-10-13 11:28:15 +00:00