This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added mvn dep, idk why * add login step to user edit * add feature files for upload and upload preflight * Added function skeleton * wip for preflight * Fixed responses * Added FileHandling * Finished writing logic. * kinda working steps * Fixed preflight integration tests * Made preflight integration tests better * Kinda working upload * removed todos, added recursive updating of timestamps * add basic upload step * Added todos. * make findAllByFileSystemIdInAndName case insensitive for name * Fixed one bug * Upload endpoint now returns correct values * adapted tests. * Bumped Version to v0.0.8 * fixed tests, fixed workflows * fixed another bug * made file system contents request case insensitive * made file system contents request case insensitive (2) * Implemented Current Id as header for the content api * added tests for response headers * Added one missing unit test. * small refactoring and added more integration tests. * fixed filesystemid bug, added different db port on dev and debug * fix merge Co-authored-by: open-schnick <[email protected]> Co-authored-by: Open Schnick <[email protected]>
- Loading branch information
1 parent
a1431ad
commit cdccd96
Showing
42 changed files
with
1,450 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package de.filefighter.rest.domain.common; | ||
|
||
import lombok.Data; | ||
|
||
@Data | ||
public class Pair<F, S> { | ||
private final F first; | ||
private final S second; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.