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
/
server
/
repository
/
repository_test.go
Age
Commit message (
Expand
)
Author
2024-09-21
cleanup
Paul Buetow
2024-09-12
use pending.next to determine next
Paul Buetow
2024-09-12
refacto3
Paul Buetow
2024-09-12
add and persist
Paul Buetow
2024-09-12
persist and add
Paul Buetow
2024-09-12
refactor a bit
Paul Buetow
2024-09-06
rename more
Paul Buetow
2024-09-06
rename ent to entry
Paul Buetow
2024-09-06
add Next
Paul Buetow
2024-08-31
fix and so on
Paul Buetow
2024-08-31
refactored entry.Shared to be a map
Paul Buetow
2024-08-19
panic when repository can't be loaded
Paul Buetow
2024-08-16
can test updating shared flag merge
Paul Buetow
2024-08-16
slight refactor
Paul Buetow
2024-08-15
Update marks checksum only dirty when there was really something changed in t...
Paul Buetow
2024-08-15
fix test
Paul Buetow
2024-08-14
initial unit test for remote merge
Paul Buetow
2024-08-14
move entry unmarshal to reposotyr.GetJSON
Paul Buetow
2024-08-14
move regex check to repository from handler
Paul Buetow
2024-08-13
can get pair in test
Paul Buetow
2024-08-12
rename again
Paul Buetow
2024-08-12
rename
Paul Buetow
2024-08-12
entry pair is local
Paul Buetow
2024-08-12
fix
Paul Buetow
2024-08-12
refactor config handling in repository
Paul Buetow
2024-07-28
rename entry to ent
Paul Buetow
2024-06-04
dealing with two TODO items
Paul Buetow
2024-06-04
add repo merge unit test
Paul Buetow
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