index
:
go-fis-api
main
Golang Backend API for FIS (File Integrity Surveillance) Application
Saumit Dinesan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-12-26
README.md: Adding CI Status Badge
HEAD
main
Saumit Dinesan
2023-12-26
README.md: Updating TODO
Saumit Dinesan
2023-12-26
README.md: Mentioning Docker pull instruction + Better readability
Saumit Dinesan
2023-12-26
server.go & handlers: Add health check on / endpoint to show API running status
Saumit Dinesan
2023-12-26
README.md & handler: gofmt and removing redundant flag
Saumit Dinesan
2023-12-26
Workflows & README: Adding workflow for docker image and binary releases, Upd...
Saumit Dinesan
2023-12-26
Adding go-releaser for CI
Saumit Dinesan
2023-12-26
Dockerfile: Removing excluded package's build dependency and Compiler Flag
Saumit Dinesan
2023-12-26
README.md & handler: excluding go-sqlite for modernc-sqlite
Saumit Dinesan
2023-12-26
README.md: Adding TODO to exclude go-sqlite3 driver
Saumit Dinesan
2023-12-26
Dockerfile & README.md: Optimizing Docker Image Size, adding persistant db us...
Saumit Dinesan
2023-12-25
server.go & env.example: remove unused variables, explicit checks for cert an...
Saumit Dinesan
2023-12-25
test and .gitignore: Adding localhost for devtesting and updating .gitignore ...
Saumit Dinesan
2023-12-25
Dockerfile & README.md: Containerizing the API and completing the TODO, addin...
Saumit Dinesan
2023-12-25
README.md: Adding Usage instructions and .env.example
Saumit Dinesan
2023-12-24
README.md: Adding TODO for Containerizing the API
Saumit Dinesan
2023-12-24
server.go & README.md : use certpath and keypath in .env, Updating README wit...
Saumit Dinesan
2023-12-21
server.go : declared but not used
Saumit Dinesan
2023-12-21
Update Go version and dependencies to the latest versions
Saumit Dinesan
2023-12-21
handlers - better error handling
Saumit Dinesan
2023-12-21
server.go : using constanst for default values
Saumit Dinesan
2023-11-29
handlers - formatting using go fmt
Saumit Dinesan
2023-11-28
handlers - adding log for ID not Found error
Saumit Dinesan
2023-11-28
verification response as int
Saumit Dinesan
2023-11-28
server.go : remove fmt
Saumit Dinesan
2023-11-28
Updaing README.md - Verification complete
Saumit Dinesan
2023-11-28
test - Adding /upload /verify endpoint test file
Saumit Dinesan
2023-11-28
Integrating go dotenv for environment configuration and improve server setup
Saumit Dinesan
2023-11-28
Adding .gitignore
Saumit Dinesan
2023-11-28
handlers - Adding VerifyHash handler
Saumit Dinesan
2023-11-28
handlers - no variables + removing comments
Saumit Dinesan
2023-11-28
Refactoring project - Introducing handlers,models and utils- Updating previou...
Saumit Dinesan
2023-09-07
Correctly formatting source files using go fmt
Saumit Dinesan
2023-09-05
Applying Blake2b Hash to multiple files
Saumit Dinesan
2023-09-05
Adding Blake2 Hashing with /hasher endpoint
Saumit Dinesan
2023-09-04
Refactoring code
Saumit Dinesan
2023-09-04
Updating README + Creating idgen package and importing it
Saumit Dinesan
2023-09-04
Adding LICENSE and README.md
Saumit Dinesan
2023-09-04
Removing Comments
Saumit Dinesan
2023-09-04
Initial trial - Hello World greeting w Query
Saumit Dinesan
2023-09-04
Initial trial - Hello World greeting w params
Saumit Dinesan
2023-09-04
Initial trial - Hello World Message
Saumit Dinesan