-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added functions for reopening projects and fetching closed proj…
…ects (#152) * feat: Added project related functions * feat: Add route for setting project status * build: add build folder to avoid ownership problems * fix: Add error handling for invalid status * feat: Add enum for status filter * feat: Add custom exceptions for bad status Co-authored-by: Alex Garel <alex@garel.org>
- Loading branch information
1 parent
b74f220
commit a714cf4
Showing
4 changed files
with
67 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
# keep this file to have the folder in git to avoid permissions problem (if docker-compose creates the build directory, it will be owned by root | ||
# keep this folder to avoid having docker-compose create it with root owner | ||
|
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