Commit Graph

35 Commits

Author SHA1 Message Date
Alyx Gryczewski
9934fd2688 fix: SQL statement returns object instead of row 2024-07-28 18:26:03 -04:00
Alyx Gryczewski
a931f40b7c fix: corrected copy command and envs 2024-07-28 18:25:34 -04:00
Alyx Gryczewski
526652fb37 fix: correct env names 2024-07-28 18:25:05 -04:00
Alyx Gryczewski
aac894b676 feat: added makefile for build assist 2024-07-28 13:11:51 -04:00
Alyx Gryczewski
64ff87a986 feat: added Dockerfile 2024-07-28 13:11:39 -04:00
Alyx Gryczewski
48179be2ea feat: added template compose file 2024-07-28 13:11:31 -04:00
Alyx Gryczewski
86a7f130aa feat: added timestamp management to outfit controller
Posts and puts now update timestamps for created and updated as needed.
2024-07-27 23:48:10 -04:00
Alyx Gryczewski
e467ab6c19 feat: used environment variables application properties 2024-07-27 23:41:51 -04:00
Alyx Gryczewski
2aa850ee74 Added readme with initial env requirements 2024-07-27 23:40:35 -04:00
Alex Gryczewski
25ace1be3f Merged in feature/FS-29-uuids (pull request #7)
feat: Use UUIDs in Outfit
2023-12-03 13:14:54 +00:00
Salmonllama
5c0a24e08f feat: Use UUIDs in Outfit
Reworked the outfit model, repository, and controller to use UUIDs instead of String IDs.

Closes FS-29
2023-12-03 08:12:29 -05:00
Alex Gryczewski
b55f7c0cfa Merged in FS-28-uuid-for-contestgallery (pull request #6)
refactor: Used UUID for contest ID
2023-12-03 12:59:01 +00:00
Salmonllama
7ff594a7a4 refactor: Used UUID for contest ID
Replaced int ID with UUID on contest galleries

Closes FS-28
2023-12-03 07:58:18 -05:00
Alex Gryczewski
71a623b19b Merged in bugfix/FS-30-outfit-repository-cannot-resolve-s (pull request #5)
Bugfix/FS-30 outfit repository cannot resolve s
2023-12-03 12:46:32 +00:00
Salmonllama
ad68aa8a33 chore: Remove tests
Tests are currently unused and were interfering with build statuses

FS-30
2023-12-03 07:43:07 -05:00
Salmonllama
c3dedf6a56 fix: Resolve symbol not found
Imported java.Util.List

FS-30
2023-12-03 07:42:31 -05:00
Alex Gryczewski
8334d3d417 Merged in feature/FS-27-add-gallery-uuid (pull request #4)
refactor: Use UUIDs on Galleries
2023-12-03 12:24:36 +00:00
Salmonllama
75a2cdf11e refactor: Use UUIDs on Galleries
Remove Long-based IDs and use universally unique IDs.

Closed FS-27
2023-12-03 07:17:55 -05:00
Alex Gryczewski
ce593575ee Merged in feature/FS-14-contest-gallery-repository (pull request #2)
feat: ContestGallery repository
2023-11-23 05:25:19 +00:00
Alex G
11711dc071 feat: ContestGallery repository
Added base JpaRepository for ContestGallery

Closes: FS-14
2023-11-23 00:24:05 -05:00
Alex Gryczewski
cb0387ca0a Merged in feature/FS-13-contest-gallery (pull request #1)
feat: ContestGallery model
2023-11-23 05:12:41 +00:00
Alex G
2fa85b38f2 feat: ContestGallery model
Added standalone model for contest galleries

Closes: FS-13
2023-11-23 00:10:11 -05:00
Alex G
c7f15ab3cd Add query for outfits by submitter 2023-10-03 10:47:48 -04:00
Alex Gryczewski
ce673d6c18 Added custom query for permission types 2023-10-03 10:20:44 -04:00
Alex Gryczewski
d9aa9b3196 Added model for permission grants 2023-09-13 19:33:49 -04:00
Alex Gryczewski
1ff32bd108 Revoke nullability on required fields 2023-09-13 19:11:56 -04:00
Alex Gryczewski
12ca9bd38c Added MRC for Ignored Servers (formerly server blacklist) 2023-09-13 19:11:41 -04:00
Alex Gryczewski
da118b40d3 Enforce ResponseEntity returns on controllers 2023-09-12 12:09:33 -04:00
Alex Gryczewski
8e89720f91 Remove unnecessary method signatures 2023-09-12 12:07:24 -04:00
Alex Gryczewski
c91f8e38ed Add MRC for IgnoredUsers (formerly UserBlacklist) 2023-09-12 12:05:34 -04:00
Alex Gryczewski
99bff99f07 Remove TODO 2023-09-12 11:16:26 -04:00
Alex Gryczewski
4a9ccfd25e Add custom query for random outfits 2023-09-12 11:15:43 -04:00
Alex Gryczewski
b74bdad322 Standardize with identification variables 2023-09-12 11:15:21 -04:00
Alex Gryczewski
c43835b8e8 Update column names 2023-09-12 11:05:36 -04:00
Alex Gryczewski
c146b7999e Initial Commit 2023-09-12 11:02:29 -04:00