Skip to content

Commit

Permalink
Puzzles updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dukris committed Feb 20, 2024
1 parent 3d18f65 commit 786aafb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@
/**
* Secret Controller.
*
* @todo #44:30min create an endpoint to list all secrets from the project.
* This endpoint should return a list of secrets using project id.
* @todo #44:30min create an endpoint to list all keys from the project.
* This endpoint should return a list of keys using project id.
* @todo #44:30min create an endpoint to update a secret. This endpoint
* should receive a secret id and a new value to update the secret.
* @since 0.0.0
*/
@RestController
Expand Down
1 change: 1 addition & 0 deletions src/main/java/git/tracehub/pmo/secret/DefaultSecrets.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
/**
* Default secrets.
*
* @todo #44:30min encrypt the secret value before saving it in the database.
* @checkstyle DesignForExtensionCheck (70 lines)
* @since 0.0.0
*/
Expand Down

3 comments on commit 786aafb

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 786aafb Feb 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 44-ef410327 discovered in src/main/java/git/tracehub/pmo/controller/SecretController.java) and submitted as #49. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 786aafb Feb 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 44-57fcb942 discovered in src/main/java/git/tracehub/pmo/controller/SecretController.java) and submitted as #50. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 786aafb Feb 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 44-48bf6f8b discovered in src/main/java/git/tracehub/pmo/secret/DefaultSecrets.java) and submitted as #51. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.