-
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.
Add view evaluations permission (#376)
* Add view evaluations permission * ci: version bump to 0.88.7-rc-proposals-view.0 * Add proposal evaluation settings * Bump core * ci: version bump to 0.89.3-rc-proposals-view.0 * Fix migration * ci: version bump to 0.89.3-rc-proposals-view.1 * Extend workflow evaluation json * ci: version bump to 0.89.3-rc-proposals-view.2 * Remove unused prop * ci: version bump to 0.89.3-rc-proposals-view.3 * Extend generator method * ci: version bump to 0.89.3-rc-proposals-view.4 --------- Co-authored-by: Automated Version Bump <[email protected]>
- Loading branch information
Showing
5 changed files
with
10 additions
and
2 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
2 changes: 2 additions & 0 deletions
2
src/prisma/migrations/20241024123719_add_evaluation_settings/migration.sql
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,2 @@ | ||
-- AlterTable | ||
ALTER TABLE "ProposalEvaluation" ADD COLUMN "showAuthorResultsOnRubricFail" BOOLEAN; |
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