This website requires JavaScript.
Explore
Help
Sign In
CiallooWeb
/
Blog
Watch
1
Star
0
Fork
0
You've already forked Blog
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
cd.yml
ci.yml
Actor
All actors
cialloo
Status
All status
Success
Failure
Waiting
Running
Add file_clean tool for managing S3 files and database references; implement file key extraction and reporting
cd.yml #48
:
Commit
1d92cad560
pushed by
cialloo
master
2025-11-01 00:40:28 +00:00
16s
View workflow file
Add file_clean tool for managing S3 files and database references; implement file key extraction and reporting
ci.yml #47
:
Commit
1d92cad560
pushed by
cialloo
master
2025-11-01 00:40:09 +00:00
8s
View workflow file
Refactor file key extraction in CreatePost and EditPost logic to handle multiple file types; enhance error logging and simplify utility functions
cd.yml #46
:
Commit
cef65deb23
pushed by
cialloo
master
2025-10-29 00:14:23 +00:00
18s
View workflow file
Refactor file key extraction in CreatePost and EditPost logic to handle multiple file types; enhance error logging and simplify utility functions
ci.yml #45
:
Commit
cef65deb23
pushed by
cialloo
master
2025-10-29 00:14:04 +00:00
53s
View workflow file
Add archive file key extraction to CreatePost and EditPost logic; enhance file migration handling
cd.yml #44
:
Commit
7de60ad0c0
pushed by
cialloo
master
2025-10-27 13:42:55 +00:00
16s
View workflow file
Add archive file key extraction to CreatePost and EditPost logic; enhance file migration handling
ci.yml #43
:
Commit
7de60ad0c0
pushed by
cialloo
master
2025-10-27 13:42:37 +00:00
1m12s
View workflow file
Refactor UploadPresignedURL logic to categorize file types based on extensions and generate file keys accordingly
cd.yml #42
:
Commit
ecd7926452
pushed by
cialloo
master
2025-10-26 13:37:09 +00:00
20s
View workflow file
Refactor UploadPresignedURL logic to categorize file types based on extensions and generate file keys accordingly
ci.yml #41
:
Commit
ecd7926452
pushed by
cialloo
master
2025-10-26 13:36:48 +00:00
55s
View workflow file
Refactor GetPost and ListPosts logic to use time.Time for timestamps; convert to Unix milliseconds and improve error handling
cd.yml #40
:
Commit
0ae4d1705b
pushed by
cialloo
master
2025-10-26 09:46:04 +00:00
18s
View workflow file
Refactor GetPost and ListPosts logic to use time.Time for timestamps; convert to Unix milliseconds and improve error handling
ci.yml #39
:
Commit
0ae4d1705b
pushed by
cialloo
master
2025-10-26 09:45:45 +00:00
53s
View workflow file
Refactor ListPosts logic to use time.Time for createdAt and updatedAt; convert timestamps to Unix milliseconds
cd.yml #38
:
Commit
116adb7922
pushed by
cialloo
master
2025-10-26 09:23:58 +00:00
18s
View workflow file
Refactor ListPosts logic to use time.Time for createdAt and updatedAt; convert timestamps to Unix milliseconds
ci.yml #37
:
Commit
116adb7922
pushed by
cialloo
master
2025-10-26 09:23:38 +00:00
53s
View workflow file
Add tag filtering to ListPosts and enhance ListTags with post count
cd.yml #36
:
Commit
df712e8715
pushed by
cialloo
master
2025-10-26 08:01:48 +00:00
20s
View workflow file
Add tag filtering to ListPosts and enhance ListTags with post count
ci.yml #35
:
Commit
df712e8715
pushed by
cialloo
master
2025-10-26 08:01:27 +00:00
53s
View workflow file
Add hashtag extraction and management in CreatePost and EditPost logic; improve error handling
cd.yml #34
:
Commit
a8b2457762
pushed by
cialloo
master
2025-10-26 06:33:02 +00:00
19s
View workflow file
Add hashtag extraction and management in CreatePost and EditPost logic; improve error handling
ci.yml #33
:
Commit
a8b2457762
pushed by
cialloo
master
2025-10-26 06:32:41 +00:00
53s
View workflow file
Refactor file migration logic in CreatePost and EditPost to remove S3 verification; improve error handling for tmpfiles
cd.yml #32
:
Commit
57d8286607
pushed by
cialloo
master
2025-10-26 06:12:24 +00:00
18s
View workflow file
Refactor file migration logic in CreatePost and EditPost to remove S3 verification; improve error handling for tmpfiles
ci.yml #31
:
Commit
57d8286607
pushed by
cialloo
master
2025-10-26 06:12:04 +00:00
53s
View workflow file
Refactor CreatePost and EditPost logic to migrate images from tmpfiles to files; add utility function to extract image keys from content
cd.yml #30
:
Commit
80e9b961b5
pushed by
cialloo
master
2025-10-26 01:40:08 +00:00
18s
View workflow file
Refactor CreatePost and EditPost logic to migrate images from tmpfiles to files; add utility function to extract image keys from content
ci.yml #29
:
Commit
80e9b961b5
pushed by
cialloo
master
2025-10-26 01:39:49 +00:00
53s
View workflow file
Remove public read access bucket policy setup from S3 client initialization; improve error handling by logging warnings instead of panicking
cd.yml #28
:
Commit
183c6e9ece
pushed by
cialloo
master
2025-10-26 01:25:33 +00:00
17s
View workflow file
Remove public read access bucket policy setup from S3 client initialization; improve error handling by logging warnings instead of panicking
ci.yml #27
:
Commit
183c6e9ece
pushed by
cialloo
master
2025-10-26 01:25:14 +00:00
53s
View workflow file
Refactor S3 client initialization to streamline configuration and add public read policy setup; improve error handling for bucket policy application
cd.yml #26
:
Commit
28fb0ca1c8
pushed by
cialloo
master
2025-10-26 01:05:32 +01:00
16s
View workflow file
Refactor S3 client initialization to streamline configuration and add public read policy setup; improve error handling for bucket policy application
cd.yml #25
:
Commit
28fb0ca1c8
pushed by
cialloo
master
2025-10-26 00:04:51 +01:00
18s
View workflow file
Refactor S3 client initialization to streamline configuration and add public read policy setup; improve error handling for bucket policy application
ci.yml #24
:
Commit
28fb0ca1c8
pushed by
cialloo
master
2025-10-26 00:04:32 +01:00
54s
View workflow file
Refactor CreatePost and EditPost logic to handle cover images with transactions; improve error handling and logging
cd.yml #23
:
Commit
efc20ac1ab
pushed by
cialloo
master
2025-10-25 14:56:10 +01:00
18s
View workflow file
Refactor CreatePost and EditPost logic to handle cover images with transactions; improve error handling and logging
ci.yml #22
:
Commit
efc20ac1ab
pushed by
cialloo
master
2025-10-25 14:55:50 +01:00
56s
View workflow file
Add comments to configuration parameters in blog.yaml for clarity
cd.yml #21
:
Commit
0e4a7e29a3
pushed by
cialloo
master
2025-10-25 14:42:54 +01:00
19s
View workflow file
Add comments to configuration parameters in blog.yaml for clarity
ci.yml #20
:
Commit
0e4a7e29a3
pushed by
cialloo
master
2025-10-25 14:42:33 +01:00
52s
View workflow file
Update super admin check to use correct SteamID for authorization
cd.yml #19
:
Commit
3d7a81d70e
pushed by
cialloo
master
2025-10-25 13:28:20 +01:00
19s
View workflow file
First
Previous
1
2
Next
Last