Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

injaneity/CS203-Kickoff

injaneity closed an issue on injaneity/CS203-Kickoff
mysql syntax throws error
``` @Query(value = "SELECT * FROM club WHERE :playerId = ANY(players)", nativeQuery = true) Optional<Club> findClubByPlayerId(@Param("playerId") Long playerId); ``` upon deployment, the funct...
injaneity pushed 6 commits to main injaneity/CS203-Kickoff
  • chore: change deployment variables - lowered ECS memory and cpu - allowed scaling to 2 instances per cluster - chang... 729b324
  • chore: set initialiseMockData() to only run on dev f150360
  • chore: increase ALB unhealthy_threshold d91177e
  • Merge branch 'main' into chore-terraform-modification 9d0e1b7
  • chore: fix errors on npm run build 5bfa92c
  • Merge pull request #122 from injaneity/chore-terraform-modification chore: change deployment parameters 0430de8

View on GitHub

injaneity closed a pull request on injaneity/CS203-Kickoff
chore: change deployment parameters
- Cost cutting measures for Terraform - Changed addUser to throw a runtime error if duplicate username or email is found - Changed initialiseMockData() for clubs and tournaments to only run on de...
injaneity created a review on a pull request on injaneity/CS203-Kickoff
Change in name of match table (highlighted in closed issue) seems to have sorted out the deployment errors

View on GitHub

injaneity created a comment on an issue on injaneity/CS203-Kickoff
match table has been renamed to "GAME"

View on GitHub

injaneity closed an issue on injaneity/CS203-Kickoff
match throwing errors during deployment
upon deployment, the tournament microservice does not run due to `match` being a reserved keyword in MySQL `2024-10-26T10:43:25.114Z WARN 1 --- [Kickoff Tournament Management] [ main] o.h.t.s.i...
injaneity created a comment on an issue on injaneity/CS203-Kickoff
Fixed with JwtTokenProvider to handle token and ClubServiceClient to handle communication from tournament to club microservices

View on GitHub

injaneity closed an issue on injaneity/CS203-Kickoff
Decouple Authentication Logic from tournamentService in updateMatchInTournament Method
Currently, the updateMatchInTournament method in tournamentService directly receives a token, making tournamentService implicitly responsible for user authentication and authorisation. Not ideal as...
github-actions[bot] created a comment on a pull request on injaneity/CS203-Kickoff
#### Terraform Format and Style 🖌`success` #### Terraform Initialization ⚙️`success` #### Terraform Validation 🤖`success` <details><summary>Validation Output</summary> ``` Success! The configurat...

View on GitHub

github-actions[bot] created a comment on a pull request on injaneity/CS203-Kickoff
#### Terraform Format and Style 🖌`success` #### Terraform Initialization ⚙️`success` #### Terraform Validation 🤖`success` <details><summary>Validation Output</summary> ``` Success! The configurat...

View on GitHub

github-actions[bot] created a comment on a pull request on injaneity/CS203-Kickoff
#### Terraform Format and Style 🖌`success` #### Terraform Initialization ⚙️`success` #### Terraform Validation 🤖`success` <details><summary>Validation Output</summary> ``` Success! The configurat...

View on GitHub

vincetyy reopened a pull request on injaneity/CS203-Kickoff
chore: change deployment parameters
- Cost cutting measures for Terraform - Changed addUser to throw a runtime error if duplicate username or email is found - Changed initialiseMockData() for clubs and tournaments to only run on de...
vincetyy pushed 5 commits to chore-terraform-modification injaneity/CS203-Kickoff
  • fix:changed match table name 43b2ee5
  • fix:decouple cross-service method from serviceimpl 5269cfa
  • Merge pull request #124 from injaneity/fix-match-tournament fix:tournament-service-match 93d2b46
  • Merge branch 'main' into chore-terraform-modification 9d0e1b7
  • chore: fix errors on npm run build 5bfa92c

View on GitHub

vincetyy created a comment on a pull request on injaneity/CS203-Kickoff
merging main into this and testing deployment now

View on GitHub

vincetyy closed a pull request on injaneity/CS203-Kickoff
chore: change deployment parameters
- Cost cutting measures for Terraform - Changed addUser to throw a runtime error if duplicate username or email is found - Changed initialiseMockData() for clubs and tournaments to only run on de...
vincetyy deleted a branch injaneity/CS203-Kickoff

fix-match-tournament

vincetyy pushed 3 commits to main injaneity/CS203-Kickoff
  • fix:changed match table name 43b2ee5
  • fix:decouple cross-service method from serviceimpl 5269cfa
  • Merge pull request #124 from injaneity/fix-match-tournament fix:tournament-service-match 93d2b46

View on GitHub

vincetyy closed a pull request on injaneity/CS203-Kickoff
fix:tournament-service-match
Changes: - Changed the name of the Match object SQL table to no longer use match, since it is a reserved keyword in SQL syntax. The table is now "GAME" (open to feedback on a better naming for the...
vincetyy created a review on a pull request on injaneity/CS203-Kickoff
looks good, need to test if changing the table name works for deployment

View on GitHub

injaneity opened a pull request on injaneity/CS203-Kickoff
fix:tournament-service-match
Changes: - Changed the name of the Match object SQL table to no longer use match, since it is a reserved keyword in SQL syntax. The table is now "GAME" (open to feedback on a better naming for the...
injaneity pushed 1 commit to fix-match-tournament injaneity/CS203-Kickoff
  • fix:decouple cross-service method from serviceimpl 5269cfa

View on GitHub

injaneity created a branch on injaneity/CS203-Kickoff

fix-match-tournament

injaneity deleted a branch injaneity/CS203-Kickoff

feature-tournament-integration-test

injaneity deleted a branch injaneity/CS203-Kickoff

feat-matches

vincetyy created a comment on a pull request on injaneity/CS203-Kickoff
whoever reads this, just approve it but don't merge it in

View on GitHub

vincetyy opened an issue on injaneity/CS203-Kickoff
match throwing errors during deployment
upon deployment, the tournament microservice does not run due to `match` being a reserved keyword in MySQL `2024-10-26T10:43:25.114Z WARN 1 --- [Kickoff Tournament Management] [ main] o.h.t.s.i...
github-actions[bot] created a comment on a pull request on injaneity/CS203-Kickoff
#### Terraform Format and Style 🖌`success` #### Terraform Initialization ⚙️`success` #### Terraform Validation 🤖`success` <details><summary>Validation Output</summary> ``` Success! The configurat...

View on GitHub

vincetyy opened a pull request on injaneity/CS203-Kickoff
chore: change deployment parameters
- Cost cutting measures for Terraform - Changed port numbers of clubs and tournaments prod profiles - Changed addUser to throw a runtime error if duplicate username or email is found - Changed i...
vincetyy pushed 1 commit to chore-terraform-modification injaneity/CS203-Kickoff
  • chore: increase ALB unhealthy_threshold d91177e

View on GitHub

vincetyy pushed 1 commit to chore-terraform-modification injaneity/CS203-Kickoff
  • chore: set initialiseMockData() to only run on dev f150360

View on GitHub

Load more