1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
First, rough implementation of sync working.
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
Fixed compile error (by commenting out code).
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
Merge branch 'master' of https://github.com/cloudstore/main.git
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
Continued implementing RepoSync.
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
Implements the LocalRepoRegistry.
ck
More... about 11 years ago
Started implementing remote-sync.
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
Commented out org.apache.felix, because this is currently unused and causes build warnings.
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
Merge branch 'master' of https://github.com/cloudstore/main.git
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
Refactored RepositoryManager to LocalRepoManager and RepositoryManagerRegistry to LocalRepoManagerFactory with a clean life-cycle and a proxy for each LocalRepoManager.
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
Refactored RepositoryManager to LocalRepoManager and RepositoryManagerRegistry to LocalRepoManagerFactory with a clean life-cycle and a proxy for each LocalRepoManager.
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
Added tests for the modification and deletion of a file. It's thus complete.
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
Added missing check.
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
Fixed broken test and made it exact.
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
* Added test checking the changeSet.
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
* Added better way of creating DAO instances. * Added more tests for local repo sync. Should be complete now (for normal files and directories - symlinks are not supported, yet).
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
* Added RepoFile.getRepoFilePath(). * Added RepoFile.getFile(File localRoot). * Extended RepositoryTest to actually check the contents of the repository-database. * Added a new test to RepositoryTest checking files + directories that are added later.
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
Fixed StackOverflowError.
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
* Introduced ChangeSetRequest. * Refactored FileRepoTransport's changeSet-request-method. * Added new tests.
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
Continued FileRepoTransport.
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
* Switched to UUID-entityID. * Added specific JAXBContext and registered it in Jersey. * Implemented a few DTOs. * Moved local repo management stuff to 'local' package. * Started RepoTransport stuff.
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
Refactored RepoFile with FileType into inheritance hierarchy with NormalFile, Directory and Symlink.
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
* Added logging for tests. * Got web-app and its integration-test running.
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
Modified the test. More... about 11 years ago
Merge branch 'master' of https://github.com/cloudstore/main.git More... about 11 years ago
Fixed build configuration for web-site generation (hopefully).
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
Added a test. More... about 11 years ago
Merge branch 'master' of https://github.com/cloudstore/main.git
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
Started web-site for CloudStore by copying (and adapting) some stuff from http://codewizards.co
nlmarco
as Marco Nguitragool-Schulze
More... about 11 years ago
Added RemoteException and RelativePathParts More... about 11 years ago
Merge branch 'master' of https://github.com/cloudstore/main.git More... about 11 years ago