summaryrefslogtreecommitdiff
path: root/internal/server/repository
AgeCommit message (Expand)Author
2024-08-19panic when repository can't be loadedPaul Buetow
2024-08-16can test updating shared flag mergePaul Buetow
2024-08-16slight refactorPaul Buetow
2024-08-15return changed boolean var, no need to keep it as a member valuePaul Buetow
2024-08-15Update marks checksum only dirty when there was really something changed in t...Paul Buetow
2024-08-15fix testPaul Buetow
2024-08-14initial unit test for remote mergePaul Buetow
2024-08-14move entry unmarshal to reposotyr.GetJSONPaul Buetow
2024-08-14move regex check to repository from handlerPaul Buetow
2024-08-13can get pair in testPaul Buetow
2024-08-13refactor mergeFromPartner so it can be testedPaul Buetow
2024-08-12add commentPaul Buetow
2024-08-12log an error when the repo could not be loadedPaul Buetow
2024-08-12rename againPaul Buetow
2024-08-12renamePaul Buetow
2024-08-12initially can merge from remote partner but file to disk sync doesn't work ye...Paul Buetow
2024-08-12more idiomatic goPaul Buetow
2024-08-12initiate merge operation by cron tickerPaul Buetow
2024-08-12entry pair is localPaul Buetow
2024-08-12fixPaul Buetow
2024-08-12move remote merges to reposotoryPaul Buetow
2024-08-12refactor config handling in repositoryPaul Buetow
2024-07-28rename entry to entPaul Buetow
2024-07-28submitted posts get archivedPaul Buetow
2024-07-28can update/upload entryPaul Buetow
2024-06-04dealing with two TODO itemsPaul Buetow
2024-06-04add repo merge unit testPaul Buetow
2024-06-04add has same entry unit testPaul Buetow
2024-06-04add unittest for repository.ListPaul Buetow
2024-06-04refactor testPaul Buetow
2024-06-04working test for repository loadPaul Buetow
2024-06-04more on testingPaul Buetow
2024-06-04use subtestsPaul Buetow
2024-06-04refactor some testsPaul Buetow
2024-06-04unit tests pass againPaul Buetow
2024-06-04more on unit testing and some refactoringPaul Buetow
2024-05-27move the interface to the clientPaul Buetow
2024-05-25refactor vfs into its own packagePaul Buetow
2024-05-25initial VFSPaul Buetow
2024-05-19initial equality test for the entriesPaul Buetow
2024-05-16more on thisPaul Buetow
2024-05-16repository singleton is a pointerPaul Buetow
2024-05-16more on merge supportPaul Buetow
2024-05-11also return the checksums for each element of the repositoryPaul Buetow
2024-05-06refactor project file structurePaul Buetow