index
:
gos
main
Social Media sharing tool written in Go - Personal replacement for buffer.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
Age
Commit message (
Expand
)
Author
2024-06-04
add has same entry unit test
Paul Buetow
2024-06-04
add unittest for repository.List
Paul Buetow
2024-06-04
refactor test
Paul Buetow
2024-06-04
working test for repository load
Paul Buetow
2024-06-04
more on testing
Paul Buetow
2024-06-04
use subtests
Paul Buetow
2024-06-04
refactor some tests
Paul Buetow
2024-06-04
unit tests pass again
Paul Buetow
2024-06-04
more on unit testing and some refactoring
Paul Buetow
2024-05-27
move the interface to the client
Paul Buetow
2024-05-26
add negative memory fs test as well
Paul Buetow
2024-05-25
add memoryfs vfs implementation
Paul Buetow
2024-05-25
refactor vfs into its own package
Paul Buetow
2024-05-25
initial VFS
Paul Buetow
2024-05-25
initial VFS
Paul Buetow
2024-05-19
fix xpected checksum for the test
Paul Buetow
2024-05-19
can update an entry
Paul Buetow
2024-05-19
add equals unit test
Paul Buetow
2024-05-19
initial equality test for the entries
Paul Buetow
2024-05-19
move SaveFile to entry
Paul Buetow
2024-05-19
rename handle to handler
Paul Buetow
2024-05-19
handler is now a struct
Paul Buetow
2024-05-18
use errors.Join
Paul Buetow
2024-05-16
more on this
Paul Buetow
2024-05-16
repository singleton is a pointer
Paul Buetow
2024-05-16
more on merge support
Paul Buetow
2024-05-15
initial merge operation
Paul Buetow
2024-05-11
also return the checksums for each element of the repository
Paul Buetow
2024-05-11
branch out serverconfig
Paul Buetow
2024-05-11
move server struct to server.go
Paul Buetow
2024-05-11
refactor server
Paul Buetow
2024-05-11
add config package
Paul Buetow
2024-05-06
add test tasker target
Paul Buetow
2024-05-06
fix lint warnings
Paul Buetow
2024-05-06
refactor project file structure
Paul Buetow