Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

V0.0.6 - Added Show Folder Contents API

Compare
Choose a tag to compare
@open-schnick open-schnick released this 21 Dec 15:46
· 77 commits to master since this release
FF-218 Show Folder Contents API (#53)

* WIP FF-218 Write Code for ShowContents

* Added UserBusinessService.userWithUsernameDoesExist

* Renamed dto to DTO, removed PermissionSets from FileSystemItems.

* FF-218 Added main functions.

* Added defaults to builder classes.

* FF-218 Added FileSystemBusinessService.userIsAllowedToSeeFileSystemEntity

* commented out tests.

* Works but i need to rework the dto structure

* FF-218 Should work now. Needs testing.

* Fixed Merge Import Problems

* Fixed Merge Annotation Problem

* Added missing @Data

* Added missing @Builder

* Added missing DummyFile.

* Added Cors for local dev purposes only.

* Cleanup

* Added more @Builder.default

* Fixed Test, Wrote UnitTests (1/2)

* Fixed Test, Wrote UnitTests (2/2)

* Added createBasicFilesForNewUser

* Updated Sonar Hostname

* Implemented Changes requested by @qvalentin

* Ignored Stupid CodeSmells

* Added TotalFileSize To SystemHealth

* Sonar needs to access over https

* added import of ssl cert for reaching sonar

* also trigger workflow when workflow config is changed

* bad echo?

* changed passowrd

* changed passowrd

* use default password

* why did i take the password 'changeit' literally

* debug

* remove debug

* added SONAR_SCANNER_OPTS

* ups wrong repo

* trying https

* everything https

* made it use http for the links

* added test image

* undo changes

* Refactored Steps and Feature File.

* no https for badges images

* Added same scenario but with groups

* Added Steps, Fixed the feature.

* Small fixes.

* Fixed Tests

* Bumped Up Version to -> 0.0.6

* added .run to gitingore

* Revert Changes, set default profile to "test" while running tests, added stage spring profile

Co-authored-by: qvalentin <[email protected]>