{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":738440524,"defaultBranch":"develop","name":"ft_transcendence","ownerLogin":"tikanoja","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-01-03T08:29:26.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/107203742?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1716800096.0","currentOid":""},"activityList":{"items":[{"before":"fe05bc76d294ad3b945b1c239830a7ab75a484a8","after":"3deeaf80c6292b3961696815aae9dada90730ed5","ref":"refs/heads/develop","pushedAt":"2024-06-05T08:55:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tikanoja","name":"Tuukka Tikanoja","path":"/tikanoja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/107203742?s=80&v=4"},"commit":{"message":"update readme, add imgs","shortMessageHtmlLink":"update readme, add imgs"}},{"before":"a37063b1e9999df1bd308b634517b868698d7ce2","after":"5bd49117c536e1702a07112534f11140771647f4","ref":"refs/heads/main","pushedAt":"2024-05-27T09:50:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tikanoja","name":"Tuukka Tikanoja","path":"/tikanoja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/107203742?s=80&v=4"},"commit":{"message":"merge dev to main (#78)\n\n* added colorwar container still needs major changes from original one to run from browser\r\n\r\n* game initialization is now more comprehensive\r\n\r\n* start_game now works\r\n\r\n* remove duplicated is_game_running\r\n\r\n* make_move now made\r\n\r\n* made make_move more complete also removed unused initialization function because now class initializes itself with approriate function also made all to game changes because now there can be more games than one also removed remains of unused tkinter library\r\n\r\n* change media settings\r\n\r\n* Update models.py\r\n\r\ndeleted time, now import\r\n\r\n* Update cors_middleware.py\r\n\r\nadded use of user model to check last seen to account for user not exist.\r\n\r\n* deletion of API and renaming\r\n\r\n* git ignore addition\r\n\r\n* connected pong into the backend\r\n\r\n* change media filename in compose ofr volume\r\n\r\n* add check_game_running _conditions\r\n\r\n* removed commented out and unused start and stop background thread\r\n\r\n* removed unused code\r\n\r\n* removed unused function matches for start and stop background loop\r\n\r\n* made changes to who_won_or_draw\r\n\r\n* removed unused code\r\n\r\n* removed old ___main___ and created new\r\n\r\n* added colour and owner information to return game state\r\n\r\n* removed some dead code\r\n\r\n* remove unused prettyprint\r\n\r\n* fixed little things and started to make compute scores\r\n\r\n* fixed request\r\n\r\n* fix challenger name in play, del game invites on acc deletion\r\n\r\n* Update models.py\r\n\r\nremove pass for defined functions\r\n\r\n* add inital setup for django media files and profile model. In progress testing uploads with nginx errors for hanidng tmp files\r\n\r\n* Added django app\r\n\r\n* prototyping with channel groups to relay messages\r\n\r\n* moved service files into separate folder for mounting\r\n\r\n* Made it so chat_service files are mounted as volume for development. Implemented basic chat message relaying\r\n\r\n* Testing direct messaging through groups\r\n\r\n* services deleted\r\n\r\n* Placeholder chat prototype added to navbar\r\n\r\n* added js\r\n\r\n* Implemented error response\r\n\r\n* Added submit by enter press\r\n\r\n* filtering for blocked users, frontend stuff, god knows what else\r\n\r\n* fixed command parsing\r\n\r\n* fixed whisper with invalid username, made temp front nicer\r\n\r\n* small padding fix\r\n\r\n* removed unnecessary css rule\r\n\r\n* the request is formatted correctly and communicating\r\n\r\n* repairing CLI issues\r\n\r\n* fixed CLI issues\r\n\r\n* gameover added\r\n\r\n* change image creation method, still not working with nginx for some files\r\n\r\n* PC-82 uploading and displaying profile pic\r\n\r\n* PC-82 fix uploading larger images\r\n\r\n* PC-82 fix chunk response\r\n\r\n* PC-82 refactor profile pic, deleting old pic, set default profile\r\npicture\r\n\r\n* change layout for profile page, move to use one profile template, change friends context to generate based on profiile being viewed\r\n\r\n* change friends context for POST function, change frontend routing to change friends div content\r\n\r\n* add test image to git ignore\r\n\r\n* removed unused header\r\n\r\n* fix small bugs\r\n\r\n* update git ignore for media profile pics\r\n\r\n* change all to self in places where needed, also changed check_game_running_conditions as a class function\r\n\r\n* make return_owner to class function\r\n\r\n* change return_colour as class function\r\n\r\n* changed set_colour to class function\r\n\r\n* change return_used function to class function\r\n\r\n* changed set_used to class function\r\n\r\n* changed paint_with_colour to class function\r\n\r\n* changed who_won_or_draw function to class function\r\n\r\n* little clean up\r\n\r\n* created compute_scores function\r\n\r\n* little clean up\r\n\r\n* fix block form access of variables, move to one form for add or block friend for template\r\n\r\n* change frontend handleres for add friend and block user to use same form with different click handlers\r\n\r\n* fix addfriend/block handlers, template path\r\n\r\n* add frinedss context as nested dict for template rendering, set self_profile variable in context for friend endpoints\r\n\r\n* move userse.py for resturcture\r\n\r\n* cleaned a lot of code, also added many comments, changed functions relationg to starting to work individially also corrected ball_bounces error, also added couple of comments asking are some things still neede (#29)\r\n\r\n* branching off to create local game setup interface\r\n\r\n* add form extension for localgame\r\n\r\n* add form for local play\r\n\r\n* fix custom invite navigation refresh\r\n\r\n* prettier js\r\n\r\n* refactor user file into module, organized functions in to different files of module, corrcted imports for new structure. user.py remains with functions that should be moved to a separate module or the pong app PC-82\r\n\r\n* Pong django connection (#30)\r\n\r\n* added endpoint\r\n\r\n* API update\r\n\r\n* attempting to add a server\r\n\r\n* communicating through to django\r\n\r\n* django and game communication fixed\r\n\r\n* adding the django connection\r\n\r\n---------\r\n\r\nCo-authored-by: ShereeAnne <92857375+ShereeAnne@users.noreply.github.com>\r\n\r\n* change template for friends to only show list of friends without buttons for viewing other profiles\r\n\r\n* add storage of Pong game results when sent by pong_c, edited models to match returned info, small fix to frontend for missing add of listeners PC-82\r\n\r\n* routing to the correct JS for color war\r\n\r\n* add player auth, not quite functional yet\r\n\r\n* connected to correct containers\r\n\r\n* in progress commit for procesing dashboard history and stats. finished games not saving correctly\r\n\r\n* fixed context creation and rendering for stats\r\n\r\n* format tble for game histories, add functions for color game stats and hx, setup intial cli endpoint for dashboard info PC-82\r\n\r\n* add average moves to win for color stats, cleanup imports and comments\r\n\r\n* 1v1 working, starting on tournament\r\n\r\n* enough\r\n\r\n* beginning to render new game\r\n\r\n* tournament creation, deletion, starting inv\r\n\r\n* background video working\r\n\r\n* puzzle pack sprites and game board\r\n\r\n* PC 66 view profiles from chat (#32)\r\n\r\n* fixed chat layout responsiveness\r\n\r\n* Added user profile link to chat log\r\n\r\n* cleanup\r\n\r\n* verify usernames and django communication working fine\r\n\r\n* stop games set up\r\n\r\n* beggining to render game board\r\n\r\n* additional tiles\r\n\r\n* huhhuh\r\n\r\n* buttons and click handlers have been added\r\n\r\n* updated the tiles and buttons\r\n\r\n* tournament invite works\r\n\r\n* working on tournament kick\r\n\r\n* update textures being used\r\n\r\n* attached the backend, working on fixing rendering issue\r\n\r\n* ready to start tournament\r\n\r\n* add plan for tournament_start\r\n\r\n* less slow on the redraw\r\n\r\n* remove profile pictures\r\n\r\n* Tournament system interface, player authorization (#34)\r\n\r\n* branching off to create local game setup interface\r\n\r\n* add form extension for localgame\r\n\r\n* add form for local play\r\n\r\n* fix custom invite navigation refresh\r\n\r\n* prettier js\r\n\r\n* add player auth, not quite functional yet\r\n\r\n* 1v1 working, starting on tournament\r\n\r\n* enough\r\n\r\n* tournament creation, deletion, starting inv\r\n\r\n* huhhuh\r\n\r\n* tournament invite works\r\n\r\n* working on tournament kick\r\n\r\n* ready to start tournament\r\n\r\n* add plan for tournament_start\r\n\r\n* remove profile pictures\r\n\r\n---------\r\n\r\nCo-authored-by: Jenny Boucher \r\n\r\n* minor changes\r\n\r\n* continue from generating bracket\r\n\r\n* fixed multiple renderer calls\r\n\r\n* merged in develop\r\n\r\n* game over screen now rendering etc\r\n\r\n* fixed game oversight in color war\r\n\r\n* add test user automation\r\n\r\n* passing gameID to front, tournament finals and semifinals\r\n\r\n* fixed the colorwar monstrosity\r\n\r\n* successfully getting match id at game end to django\r\n\r\n* finding tournament and game after game end\r\n\r\n* add plan for update_tournament\r\n\r\n* resized color war\r\n\r\n* potentiall new scoreboard\r\n\r\n* potentiall new scoreboard\r\n\r\n* Colorwar in main match making etc\r\n\r\n* rough pong tournament but it kind of works\r\n\r\n* PC-16 small fix to p1 and p2 getting mixed up\r\n\r\n* getting CW game_id on backend\r\n\r\n* Pc 16 game tournament (#38)\r\n\r\n* passing gameID to front, tournament finals and semifinals\r\n\r\n* successfully getting match id at game end to django\r\n\r\n* finding tournament and game after game end\r\n\r\n* add plan for update_tournament\r\n\r\n* rough pong tournament but it kind of works\r\n\r\n* PC-16 small fix to p1 and p2 getting mixed up\r\n\r\n* getting CW game_id on backend\r\n\r\n* add tournament for colorwar\r\n\r\n* add tournament for cw\r\n\r\n* add chat module points\r\n\r\n* Pc 87 chat websocket session management (#39)\r\n\r\n* Added frontend login/out event dispatches to clear chat stuff\r\n\r\n* A stupid fix for chat session\r\n\r\n* clean up\r\n\r\n* fixed the database connection\r\n\r\n* fix pw mismatch print, comment out quick play, fix session timer\r\n\r\n* fix getting previous gam in the case of consequent plays between two users\r\n\r\n* add matchmaking algo for tournament\r\n\r\n* Pc 16 game tournament (#41)\r\n\r\n* change tournament wording\r\n\r\n* fix regular game overlapping with tournament\r\n\r\n* fix user deleting account when in active tournament\r\n\r\n* add img resize on upload\r\n\r\n* rebase bootstrap styled files to develop for PR\r\n\r\n* change header on registration page to be white\r\n\r\n* revert changes in play.py and account.py per PR review request\r\n\r\n* put print statement back in utils.py\r\n\r\n* add long_required decorator to views for profile\r\n\r\n* require emails, fix variable names for password update\r\n\r\n* fix error formatting for account management\r\n\r\n* add functionality to update profile picture on page when new one is uploaded\r\n\r\n* Pc 16 (#45)\r\n\r\n* change tournament wording\r\n\r\n* fix regular game overlapping with tournament\r\n\r\n* fix user deleting account when in active tournament\r\n\r\n* add img resize on upload\r\n\r\n* added redir changes\r\n\r\n* add prints\r\n\r\n* add middleware to fix redir location\r\n\r\n* fix debug print crash\r\n\r\n* remove prints\r\n\r\n* Pc 84 3 d graphics game play (#42)\r\n\r\n* added keys to move camera position xyz and rotate with axels xyz, fixed camera error, also moved camera so it can be accessed from multiple places,still left commented out trials if neede\r\n\r\n* initialization for camera position and angles still something funny\r\n\r\n* restructure to a more sane set up\r\n\r\n* fixed double click bug\r\n\r\n* fixed coords\r\n\r\n* corrected crash error, now ball has texture and there is footbal field ground texture, also corrected in 3d mode up and down keys\r\n\r\n* fix the 2d paddle\r\n\r\n* instead of 10 times 10 times same exture, now only one football texture, also corrected its width an height so it will be the size of playing field\r\n\r\n* fixed field height problem so that now the whole ball shows and also paddles can be seen as a whole\r\n\r\n* made the ball to rotate, also the ball also stops rotating at the same time as other object when c is pressed\r\n\r\n* set up the background image so that even if you move it statys put\r\n\r\n* add pong.js forgot in the last commit\r\n\r\n* added fire to paddles\r\n\r\n* GPU clean up done\r\n\r\n* added limits to coordinates where camera can move, also set limits for how much camera can rotate, dropped ball rotation speed to half of the original, also a little clean up\r\n\r\n* removed unused earth texture for ball\r\n\r\n* cleared console.logs, also created funtions for creating ball and ground for clarity, created ground object in the same place as the paddles and ball so it will work inside functions, also creted removal for ground, small cleanups\r\n\r\n* cleaned up pong, also added game end condition back to three\r\n\r\n* removed redundant usernames in pong send_game_over_data\r\n\r\n* resolved conflicts in pong.js\r\n\r\n* update game state\r\n\r\n* resolve conflict\r\n\r\n* fixed connectWebSocket function and removed extra updateGameState function\r\n\r\n* removal of empty line\r\n\r\n---------\r\n\r\nCo-authored-by: sheree.morphett \r\nCo-authored-by: ShereeAnne <92857375+ShereeAnne@users.noreply.github.com>\r\n\r\n* change active nav element styling to backend, fix double loading of profile pages by removing profile link listeners\r\n\r\n* clean up comments\r\n\r\n* restyle and move 404 error page\r\n\r\n* change to use boostrap icon fonts where possible\r\n\r\n* Pc 93 routing fix (#47)\r\n\r\n* got to go\r\n\r\n* handle user trying to access pong/play non auth\r\n\r\n* add error return for user not found for profiles\r\n\r\n* add error page for pong app\r\n\r\n* add margins to 404 text\r\n\r\n* remove unused import\r\n\r\n* change username to accept only a-zA-Z-0-9\r\n\r\n* PC-96 change character limits for non-pw fields to 50\r\n\r\n* add pw length limit to 64\r\n\r\n* remove duplicate keyword, cleanup some comments\r\n\r\n* add height for index, add buttong to play on already logged in\r\n\r\n* add button to play on no_game html\r\n\r\n* create template for account deleted\r\n\r\n* adjust template ofr deleted pg, have delete account method return the rendered template\r\n\r\n* change site content for deleted account, push to window history\r\n\r\n* add last bbootstrap adjusment to account deleted html\r\n\r\n* add buttons to 404 pg\r\n\r\n* Pc 85 render second game frontend (#51)\r\n\r\n* change nav bar to horizontal, change fonts\r\n\r\n* style responseive nav bar and add to be sent with templates, render differently based on view\r\n\r\n* PC-20 style login form\r\n\r\n* begin refactor of register page\r\n\r\n* PC-20 finish bootstrap styling for registration form\r\n\r\n* format delte account form\r\n\r\n* Change file paths to absolute instead of relative for scripts and styles, this fixes the issue of pages with more than one file in the filepath not reloadinng properly on refresh\r\n\r\n* fix filepath for chat script, add regex match for profile pages to show not found for extra url infor and match for any refreshed page\r\n\r\n* update form for account mangement with bs\r\n\r\n* add basic sstyling to dashboard and friends\r\n\r\n* in progress scrollspy for profile\r\n\r\n* change styling for profile page, add toggle for account management, put other info on responsive cards\r\n\r\n* bootstrap\r\n\r\n* style friends and manage accoutn templates\r\n\r\n* fix creation of games to be the correct model typ eon creation\r\n\r\n* update CLI\r\n\r\n* fix dashoard wins count, add win percentage calaculation server side, addd styling for history and stats templates\r\n\r\n* fixed CLI\r\n\r\n* attempting to fix typing\r\n\r\n* remove rows and columns for accoutn to fix buttons\r\n\r\n* update\r\n\r\n* remove exta cahacters\r\n\r\n* fixed in focus issue\r\n\r\n* fixed the chat stuff\r\n\r\n* pong scoreboard now with bootstrap, needs to be responsive to canvas size\r\n\r\n* update\r\n\r\n* username updates on game over, scores corrected\r\n\r\n* fixed chat issue\r\n\r\n* pong is now responsive\r\n\r\n* scoreboard positioning is all good now\r\n\r\n* better positioned scoreboards\r\n\r\n* fixed issues with cards\r\n\r\n* fixed ball rotation and paddle placement\r\n\r\n* fixing colorwar\r\n\r\n* adding the move counter in\r\n\r\n* fixed responsivity\r\n\r\n* game controls are centered, fix game over screen\r\n\r\n* shows username on game over\r\n\r\n* username updates on game over\r\n\r\n* fixed game ending in both colorwar normal and pong end_game\r\n\r\n---------\r\n\r\nCo-authored-by: jen \r\nCo-authored-by: ShereeAnne <92857375+ShereeAnne@users.noreply.github.com>\r\nCo-authored-by: Timo Poho \r\n\r\n* fixes for 500 on get (#53)\r\n\r\n* Pc 98 dashboard error handling (#54)\r\n\r\n* add check for None type on users before extracting usernames\r\n\r\n* add infor for tournamnets to history and stats\r\n\r\n* fixed the event handlers in colorwar\r\n\r\n* add try/except for views, clean up non view functions to utils, clean comments\r\n\r\n* fixed 2d paddles visability, colorwar button issue\r\n\r\n* fix tab indentations\r\n\r\n* return correct status codes\r\n\r\n* add functionality to verify_match endpoint\r\n\r\n* fix color war dashboard stats\r\n\r\n* removed 2d pong (#57)\r\n\r\n* removed all of the 2d stuff\r\n\r\n* removed 2d, fixed key handlers hopefully, added cli requirements\r\n\r\n* add separate dir for cli\r\n\r\n---------\r\n\r\nCo-authored-by: tikanoja \r\n\r\n* corrected error when pressing back button and render game again, now … (#58)\r\n\r\n* corrected error when pressing back button and render game again, now it returns to same game and works correctly\r\n\r\n* made also same changes to colorwar so that when pressing back button and then pressing render game it all works correctly\r\n\r\n* cleaning up colorwar plus adding questions about are some things neede anymore\r\n\r\n* add script to automate cli setup and Makefile rule (#59)\r\n\r\n* fix pw change 500 error (#63)\r\n\r\n* Pc 100 bug fixing pre eval (#62)\r\n\r\n* removed all of the 2d stuff\r\n\r\n* removed 2d, fixed key handlers hopefully, added cli requirements\r\n\r\n* add separate dir for cli\r\n\r\n* turn based highlight\r\n\r\n* changed turn boarder to green\r\n\r\n* changed to green, added notes for cli\r\n\r\n* fix on multi game\r\n\r\n* fixed CLI and 500 handles\r\n\r\n* addition of signal handler\r\n\r\n* merging in develop\r\n\r\n* Delete cliEnv directory\r\n\r\n* fixed -h and repeat ofexit\r\n\r\n* merging in dev\r\n\r\n* small issue with the cli\r\n\r\n* removal of css\r\n\r\n---------\r\n\r\nCo-authored-by: tikanoja \r\nCo-authored-by: ShereeAnne <92857375+ShereeAnne@users.noreply.github.com>\r\n\r\n* Pc 101 frontend cleanup (#64)\r\n\r\n* fix seeding of least moves to win for dashboard\r\n\r\n* PC-101 remove unused js files\r\n\r\n* remove unused functions\r\n\r\n* move listeners and handlers to new file\r\n\r\n* rearange handlers\r\n\r\n* refactor out repetative code PC-101\r\n\r\n* PC-101 rename page titles, remove comments and reparted forloop in updat listenres\r\n\r\n* add participant cancel check, add debug=False (#65)\r\n\r\n* Fixed colorwar (#66)\r\n\r\n* removed all of the 2d stuff\r\n\r\n* removed 2d, fixed key handlers hopefully, added cli requirements\r\n\r\n* add separate dir for cli\r\n\r\n* turn based highlight\r\n\r\n* changed turn boarder to green\r\n\r\n* changed to green, added notes for cli\r\n\r\n* fix on multi game\r\n\r\n* fixed CLI and 500 handles\r\n\r\n* addition of signal handler\r\n\r\n* merging in develop\r\n\r\n* Delete cliEnv directory\r\n\r\n* fixed -h and repeat ofexit\r\n\r\n* merging in dev\r\n\r\n* small issue with the cli\r\n\r\n* removal of css\r\n\r\n* fixed the color war front end\r\n\r\n* fixed colorwar error\r\n\r\n---------\r\n\r\nCo-authored-by: tikanoja \r\nCo-authored-by: ShereeAnne <92857375+ShereeAnne@users.noreply.github.com>\r\n\r\n* fix double tournament bug aand enhance wording (#68)\r\n\r\n* Pc 88 chat notifications blocking invites (#60)\r\n\r\n* Cleaned up front-end a bit, implemented back-end system message broadcasts, matched chat front-end outer bounds with the rest\r\n\r\n* Refactoring progress for blocks and invites\r\n\r\n* Fixed block success not appearing\r\n\r\n* Implemented invite through chat and cleaned up consumer a bit\r\n\r\n* Fixed help not printing on errors, changed invite response tiny bit\r\n\r\n* Innocent cleanup\r\n\r\n* Ever so slight change in exception handling\r\n\r\n* Fixed broadcasts not going through\r\n\r\n* Updated channels and fiddled with websocket disconnection to make mysterious double messages go away\r\n\r\n* Made game invite case insensitive, fixed empty input field handling\r\n\r\n* Fixed chat system broadcasts from HTTP backend... I think?\r\n\r\n* Moved invite game type case insensitivity to the actual invite logic\r\n\r\n* Fixed django errors caused by chat frontend connection before login\r\n\r\n* Hopefully last fixes for tournament messages\r\n\r\n* fixed ssl error in both pong and colorwar, also removed from unused restful functions, and added library that was needed for ssl (#69)\r\n\r\n* Pc 100 bug fixing pre eval (#72)\r\n\r\n* removed all of the 2d stuff\r\n\r\n* removed 2d, fixed key handlers hopefully, added cli requirements\r\n\r\n* add separate dir for cli\r\n\r\n* turn based highlight\r\n\r\n* changed turn boarder to green\r\n\r\n* changed to green, added notes for cli\r\n\r\n* fix on multi game\r\n\r\n* fixed CLI and 500 handles\r\n\r\n* addition of signal handler\r\n\r\n* merging in develop\r\n\r\n* Delete cliEnv directory\r\n\r\n* fixed -h and repeat ofexit\r\n\r\n* merging in dev\r\n\r\n* small issue with the cli\r\n\r\n* removal of css\r\n\r\n* fixed the color war front end\r\n\r\n* fixed colorwar error\r\n\r\n* fix double tournament bug aand enhance wording (#68)\r\n\r\n* Pc 88 chat notifications blocking invites (#60)\r\n\r\n* Cleaned up front-end a bit, implemented back-end system message broadcasts, matched chat front-end outer bounds with the rest\r\n\r\n* Refactoring progress for blocks and invites\r\n\r\n* Fixed block success not appearing\r\n\r\n* Implemented invite through chat and cleaned up consumer a bit\r\n\r\n* Fixed help not printing on errors, changed invite response tiny bit\r\n\r\n* Innocent cleanup\r\n\r\n* Ever so slight change in exception handling\r\n\r\n* Fixed broadcasts not going through\r\n\r\n* Updated channels and fiddled with websocket disconnection to make mysterious double messages go away\r\n\r\n* Made game invite case insensitive, fixed empty input field handling\r\n\r\n* Fixed chat system broadcasts from HTTP backend... I think?\r\n\r\n* Moved invite game type case insensitivity to the actual invite logic\r\n\r\n* Fixed django errors caused by chat frontend connection before login\r\n\r\n* Hopefully last fixes for tournament messages\r\n\r\n* fixed ssl error in both pong and colorwar, also removed from unused restful functions, and added library that was needed for ssl (#69)\r\n\r\n* removed set to active\r\n\r\n---------\r\n\r\nCo-authored-by: tikanoja \r\nCo-authored-by: ShereeAnne <92857375+ShereeAnne@users.noreply.github.com>\r\nCo-authored-by: Tuukka Tikanoja <107203742+tikanoja@users.noreply.github.com>\r\nCo-authored-by: Heikki Seppänen <6179953+heikkiseppanen@users.noreply.github.com>\r\nCo-authored-by: ocatari \r\n\r\n* Pc 101 frontend cleanup (#71)\r\n\r\n* fix seeding of least moves to win for dashboard\r\n\r\n* PC-101 remove unused js files\r\n\r\n* remove unused functions\r\n\r\n* move listeners and handlers to new file\r\n\r\n* rearange handlers\r\n\r\n* refactor out repetative code PC-101\r\n\r\n* PC-101 rename page titles, remove comments and reparted forloop in updat listenres\r\n\r\n* cleanup router.js\r\n\r\n* remove console.logs, add in ending `;` where mising\r\n\r\n* change print formatting\r\n\r\n* remove breakpoint styling\r\n\r\n* tidying up (#73)\r\n\r\n* remove comments and fix a few small bugs found on review\r\n\r\n* remove more unused imports\r\n\r\n* remove unused templates\r\n\r\n* Cleaned up environment values and replaced .env with a template (#75)\r\n\r\n* Made chatbox width consistent with everything else\r\n\r\n* Pc 100 bug fixing pre eval (#76)\r\n\r\n* removed all of the 2d stuff\r\n\r\n* removed 2d, fixed key handlers hopefully, added cli requirements\r\n\r\n* add separate dir for cli\r\n\r\n* turn based highlight\r\n\r\n* changed turn boarder to green\r\n\r\n* changed to green, added notes for cli\r\n\r\n* fix on multi game\r\n\r\n* fixed CLI and 500 handles\r\n\r\n* addition of signal handler\r\n\r\n* merging in develop\r\n\r\n* Delete cliEnv directory\r\n\r\n* fixed -h and repeat ofexit\r\n\r\n* merging in dev\r\n\r\n* small issue with the cli\r\n\r\n* removal of css\r\n\r\n* fixed the color war front end\r\n\r\n* fixed colorwar error\r\n\r\n* fix double tournament bug aand enhance wording (#68)\r\n\r\n* Pc 88 chat notifications blocking invites (#60)\r\n\r\n* Cleaned up front-end a bit, implemented back-end system message broadcasts, matched chat front-end outer bounds with the rest\r\n\r\n* Refactoring progress for blocks and invites\r\n\r\n* Fixed block success not appearing\r\n\r\n* Implemented invite through chat and cleaned up consumer a bit\r\n\r\n* Fixed help not printing on errors, changed invite response tiny bit\r\n\r\n* Innocent cleanup\r\n\r\n* Ever so slight change in exception handling\r\n\r\n* Fixed broadcasts not going through\r\n\r\n* Updated channels and fiddled with websocket disconnection to make mysterious double messages go away\r\n\r\n* Made game invite case insensitive, fixed empty input field handling\r\n\r\n* Fixed chat system broadcasts from HTTP backend... I think?\r\n\r\n* Moved invite game type case insensitivity to the actual invite logic\r\n\r\n* Fixed django errors caused by chat frontend connection before login\r\n\r\n* Hopefully last fixes for tournament messages\r\n\r\n* fixed ssl error in both pong and colorwar, also removed from unused restful functions, and added library that was needed for ssl (#69)\r\n\r\n* removed set to active\r\n\r\n* removed debug\r\n\r\n* fixed the debugs\r\n\r\n---------\r\n\r\nCo-authored-by: tikanoja \r\nCo-authored-by: ShereeAnne <92857375+ShereeAnne@users.noreply.github.com>\r\nCo-authored-by: Tuukka Tikanoja <107203742+tikanoja@users.noreply.github.com>\r\nCo-authored-by: Heikki Seppänen <6179953+heikkiseppanen@users.noreply.github.com>\r\nCo-authored-by: ocatari \r\n\r\n* Eval day issues (#77)\r\n\r\n* fixed random tie issue...maybe\r\n\r\n* fixed sherees issues\r\n\r\n* removed the cat\r\n\r\n---------\r\n\r\nCo-authored-by: ShereeAnne <92857375+ShereeAnne@users.noreply.github.com>\r\n\r\n* Final cleanup\r\n\r\n---------\r\n\r\nCo-authored-by: Timo Poho \r\nCo-authored-by: Sheree <92857375+ShereeMorphett@users.noreply.github.com>\r\nCo-authored-by: Jenny Boucher \r\nCo-authored-by: ShereeAnne <92857375+ShereeAnne@users.noreply.github.com>\r\nCo-authored-by: Jenny Boucher <22949834+jboucher154@users.noreply.github.com>\r\nCo-authored-by: heikkiseppanen <6179953+heikkiseppanen@users.noreply.github.com>\r\nCo-authored-by: sheree.morphett ","shortMessageHtmlLink":"merge dev to main (#78)"}},{"before":"849b141f8476d4c3982e78a45df889f0d6face2a","after":"fe05bc76d294ad3b945b1c239830a7ab75a484a8","ref":"refs/heads/develop","pushedAt":"2024-05-27T09:46:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tikanoja","name":"Tuukka Tikanoja","path":"/tikanoja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/107203742?s=80&v=4"},"commit":{"message":"Final cleanup","shortMessageHtmlLink":"Final cleanup"}},{"before":"7b9acc122b7f32b32c8ee44e2ba99ff6038afa6d","after":"849b141f8476d4c3982e78a45df889f0d6face2a","ref":"refs/heads/develop","pushedAt":"2024-05-27T09:42:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tikanoja","name":"Tuukka Tikanoja","path":"/tikanoja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/107203742?s=80&v=4"},"commit":{"message":"Eval day issues (#77)\n\n* fixed random tie issue...maybe\r\n\r\n* fixed sherees issues\r\n\r\n* removed the cat\r\n\r\n---------\r\n\r\nCo-authored-by: ShereeAnne <92857375+ShereeAnne@users.noreply.github.com>","shortMessageHtmlLink":"Eval day issues (#77)"}},{"before":"fd52ad7c01731ade51f9189af18cfc1895ca3a75","after":"bc07bb14956918e4c4d1ddfb29aa30cabf061d94","ref":"refs/heads/eval-day-issues","pushedAt":"2024-05-27T09:41:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ShereeMorphett","name":"Sheree","path":"/ShereeMorphett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92857375?s=80&v=4"},"commit":{"message":"removed the cat","shortMessageHtmlLink":"removed the cat"}},{"before":"f8cb28716cccfbb0d804ce81918391a7b67cbb95","after":"fd52ad7c01731ade51f9189af18cfc1895ca3a75","ref":"refs/heads/eval-day-issues","pushedAt":"2024-05-27T09:37:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ShereeMorphett","name":"Sheree","path":"/ShereeMorphett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92857375?s=80&v=4"},"commit":{"message":"fixed sherees issues","shortMessageHtmlLink":"fixed sherees issues"}},{"before":null,"after":"f8cb28716cccfbb0d804ce81918391a7b67cbb95","ref":"refs/heads/eval-day-issues","pushedAt":"2024-05-27T08:54:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ShereeMorphett","name":"Sheree","path":"/ShereeMorphett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92857375?s=80&v=4"},"commit":{"message":"fixed random tie issue...maybe","shortMessageHtmlLink":"fixed random tie issue...maybe"}},{"before":"7b542018f062a544b166000c2fc9cf91f3a53fc8","after":"7b9acc122b7f32b32c8ee44e2ba99ff6038afa6d","ref":"refs/heads/develop","pushedAt":"2024-05-26T17:27:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jboucher154","name":"Jenny Boucher","path":"/jboucher154","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22949834?s=80&v=4"},"commit":{"message":"Pc 100 bug fixing pre eval (#76)\n\n* removed all of the 2d stuff\r\n\r\n* removed 2d, fixed key handlers hopefully, added cli requirements\r\n\r\n* add separate dir for cli\r\n\r\n* turn based highlight\r\n\r\n* changed turn boarder to green\r\n\r\n* changed to green, added notes for cli\r\n\r\n* fix on multi game\r\n\r\n* fixed CLI and 500 handles\r\n\r\n* addition of signal handler\r\n\r\n* merging in develop\r\n\r\n* Delete cliEnv directory\r\n\r\n* fixed -h and repeat ofexit\r\n\r\n* merging in dev\r\n\r\n* small issue with the cli\r\n\r\n* removal of css\r\n\r\n* fixed the color war front end\r\n\r\n* fixed colorwar error\r\n\r\n* fix double tournament bug aand enhance wording (#68)\r\n\r\n* Pc 88 chat notifications blocking invites (#60)\r\n\r\n* Cleaned up front-end a bit, implemented back-end system message broadcasts, matched chat front-end outer bounds with the rest\r\n\r\n* Refactoring progress for blocks and invites\r\n\r\n* Fixed block success not appearing\r\n\r\n* Implemented invite through chat and cleaned up consumer a bit\r\n\r\n* Fixed help not printing on errors, changed invite response tiny bit\r\n\r\n* Innocent cleanup\r\n\r\n* Ever so slight change in exception handling\r\n\r\n* Fixed broadcasts not going through\r\n\r\n* Updated channels and fiddled with websocket disconnection to make mysterious double messages go away\r\n\r\n* Made game invite case insensitive, fixed empty input field handling\r\n\r\n* Fixed chat system broadcasts from HTTP backend... I think?\r\n\r\n* Moved invite game type case insensitivity to the actual invite logic\r\n\r\n* Fixed django errors caused by chat frontend connection before login\r\n\r\n* Hopefully last fixes for tournament messages\r\n\r\n* fixed ssl error in both pong and colorwar, also removed from unused restful functions, and added library that was needed for ssl (#69)\r\n\r\n* removed set to active\r\n\r\n* removed debug\r\n\r\n* fixed the debugs\r\n\r\n---------\r\n\r\nCo-authored-by: tikanoja \r\nCo-authored-by: ShereeAnne <92857375+ShereeAnne@users.noreply.github.com>\r\nCo-authored-by: Tuukka Tikanoja <107203742+tikanoja@users.noreply.github.com>\r\nCo-authored-by: Heikki Seppänen <6179953+heikkiseppanen@users.noreply.github.com>\r\nCo-authored-by: ocatari ","shortMessageHtmlLink":"Pc 100 bug fixing pre eval (#76)"}},{"before":"2ff114f96ad62cde259e1c92273c2a3be240341e","after":"08d4b0b09ab8acd09861e44855392dc43413b628","ref":"refs/heads/PC-100-bug-fixing-pre-eval","pushedAt":"2024-05-26T16:38:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ShereeMorphett","name":"Sheree","path":"/ShereeMorphett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92857375?s=80&v=4"},"commit":{"message":"fixed the debugs","shortMessageHtmlLink":"fixed the debugs"}},{"before":"a17d7aadca1f218e99821b4473bfaea2b275e25d","after":"2ff114f96ad62cde259e1c92273c2a3be240341e","ref":"refs/heads/PC-100-bug-fixing-pre-eval","pushedAt":"2024-05-26T14:39:20.000Z","pushType":"push","commitsCount":12,"pusher":{"login":"ShereeMorphett","name":"Sheree","path":"/ShereeMorphett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92857375?s=80&v=4"},"commit":{"message":"merged develop\n\nMerge branch 'develop' into PC-100-bug-fixing-pre-eval","shortMessageHtmlLink":"merged develop"}},{"before":"0fa9eb631d33e1ddac6b0c58b2d92b43f0972f21","after":"a17d7aadca1f218e99821b4473bfaea2b275e25d","ref":"refs/heads/PC-100-bug-fixing-pre-eval","pushedAt":"2024-05-26T14:38:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ShereeMorphett","name":"Sheree","path":"/ShereeMorphett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92857375?s=80&v=4"},"commit":{"message":"removed debug","shortMessageHtmlLink":"removed debug"}},{"before":"e2e6f00375abd95c887ad899b28c68e368f17086","after":"7b542018f062a544b166000c2fc9cf91f3a53fc8","ref":"refs/heads/develop","pushedAt":"2024-05-26T14:24:56.000Z","pushType":"pr_merge","commitsCount":7,"pusher":{"login":"heikkiseppanen","name":"Heikki Seppänen","path":"/heikkiseppanen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6179953?s=80&v=4"},"commit":{"message":"Merge pull request #74 from tikanoja/PC-106-styling-fixes\n\nPc 106 styling fixes and cleanup","shortMessageHtmlLink":"Merge pull request #74 from tikanoja/PC-106-styling-fixes"}},{"before":"5dca6736262b0fb4ddd7ee23e066e21561f22e93","after":"acc7f461143e64b3a8020ac76c713d0fc6fd7c56","ref":"refs/heads/PC-106-styling-fixes","pushedAt":"2024-05-26T14:22:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"heikkiseppanen","name":"Heikki Seppänen","path":"/heikkiseppanen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6179953?s=80&v=4"},"commit":{"message":"Made chatbox width consistent with everything else","shortMessageHtmlLink":"Made chatbox width consistent with everything else"}},{"before":"15d4e6d9cc80df387d75992f80ca15ff6cd8b1c0","after":"e2e6f00375abd95c887ad899b28c68e368f17086","ref":"refs/heads/develop","pushedAt":"2024-05-26T14:13:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jboucher154","name":"Jenny Boucher","path":"/jboucher154","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22949834?s=80&v=4"},"commit":{"message":"Cleaned up environment values and replaced .env with a template (#75)","shortMessageHtmlLink":"Cleaned up environment values and replaced .env with a template (#75)"}},{"before":null,"after":"8c89e7872c38868657dc0e4d10fdf013a865616a","ref":"refs/heads/devops_polish","pushedAt":"2024-05-26T14:04:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"heikkiseppanen","name":"Heikki Seppänen","path":"/heikkiseppanen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6179953?s=80&v=4"},"commit":{"message":"Cleaned up environment values and replaced .env with a template","shortMessageHtmlLink":"Cleaned up environment values and replaced .env with a template"}},{"before":"27f21daaa480cf246e12d1fc7354cbdeb6becff2","after":"5dca6736262b0fb4ddd7ee23e066e21561f22e93","ref":"refs/heads/PC-106-styling-fixes","pushedAt":"2024-05-26T13:57:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jboucher154","name":"Jenny Boucher","path":"/jboucher154","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22949834?s=80&v=4"},"commit":{"message":"remove unused templates","shortMessageHtmlLink":"remove unused templates"}},{"before":"59b973d1679362ecd6313483ca4fa2f0429aa819","after":"27f21daaa480cf246e12d1fc7354cbdeb6becff2","ref":"refs/heads/PC-106-styling-fixes","pushedAt":"2024-05-26T13:54:16.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"jboucher154","name":"Jenny Boucher","path":"/jboucher154","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22949834?s=80&v=4"},"commit":{"message":"remove more unused imports","shortMessageHtmlLink":"remove more unused imports"}},{"before":"c6ba5a5a86e81d8e075f571763a1ba71ef646bcd","after":"15d4e6d9cc80df387d75992f80ca15ff6cd8b1c0","ref":"refs/heads/develop","pushedAt":"2024-05-26T13:15:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jboucher154","name":"Jenny Boucher","path":"/jboucher154","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22949834?s=80&v=4"},"commit":{"message":"tidying up (#73)","shortMessageHtmlLink":"tidying up (#73)"}},{"before":"309cf6f64b7655eabf13739d7156e33eba14db8b","after":"59b973d1679362ecd6313483ca4fa2f0429aa819","ref":"refs/heads/PC-106-styling-fixes","pushedAt":"2024-05-26T13:06:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jboucher154","name":"Jenny Boucher","path":"/jboucher154","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22949834?s=80&v=4"},"commit":{"message":"remove breakpoint styling","shortMessageHtmlLink":"remove breakpoint styling"}},{"before":"c6ba5a5a86e81d8e075f571763a1ba71ef646bcd","after":"996c3b6a3c6f5ff13e66184ac1def076e6157f74","ref":"refs/heads/PC-107-debug_print_cleanup","pushedAt":"2024-05-26T13:00:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tikanoja","name":"Tuukka Tikanoja","path":"/tikanoja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/107203742?s=80&v=4"},"commit":{"message":"tidying up","shortMessageHtmlLink":"tidying up"}},{"before":null,"after":"c6ba5a5a86e81d8e075f571763a1ba71ef646bcd","ref":"refs/heads/PC-107-debug_print_cleanup","pushedAt":"2024-05-26T12:42:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jira[bot]","name":null,"path":"/apps/jira","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/14320?s=80&v=4"},"commit":{"message":"Pc 101 frontend cleanup (#71)\n\n* fix seeding of least moves to win for dashboard\r\n\r\n* PC-101 remove unused js files\r\n\r\n* remove unused functions\r\n\r\n* move listeners and handlers to new file\r\n\r\n* rearange handlers\r\n\r\n* refactor out repetative code PC-101\r\n\r\n* PC-101 rename page titles, remove comments and reparted forloop in updat listenres\r\n\r\n* cleanup router.js\r\n\r\n* remove console.logs, add in ending `;` where mising\r\n\r\n* change print formatting","shortMessageHtmlLink":"Pc 101 frontend cleanup (#71)"}},{"before":"da71942b4e8d770382aed30fb0ab8a2538a5385c","after":"c6ba5a5a86e81d8e075f571763a1ba71ef646bcd","ref":"refs/heads/develop","pushedAt":"2024-05-26T12:37:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tikanoja","name":"Tuukka Tikanoja","path":"/tikanoja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/107203742?s=80&v=4"},"commit":{"message":"Pc 101 frontend cleanup (#71)\n\n* fix seeding of least moves to win for dashboard\r\n\r\n* PC-101 remove unused js files\r\n\r\n* remove unused functions\r\n\r\n* move listeners and handlers to new file\r\n\r\n* rearange handlers\r\n\r\n* refactor out repetative code PC-101\r\n\r\n* PC-101 rename page titles, remove comments and reparted forloop in updat listenres\r\n\r\n* cleanup router.js\r\n\r\n* remove console.logs, add in ending `;` where mising\r\n\r\n* change print formatting","shortMessageHtmlLink":"Pc 101 frontend cleanup (#71)"}},{"before":"309cf6f64b7655eabf13739d7156e33eba14db8b","after":"da71942b4e8d770382aed30fb0ab8a2538a5385c","ref":"refs/heads/develop","pushedAt":"2024-05-26T12:20:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jboucher154","name":"Jenny Boucher","path":"/jboucher154","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22949834?s=80&v=4"},"commit":{"message":"Pc 100 bug fixing pre eval (#72)\n\n* removed all of the 2d stuff\r\n\r\n* removed 2d, fixed key handlers hopefully, added cli requirements\r\n\r\n* add separate dir for cli\r\n\r\n* turn based highlight\r\n\r\n* changed turn boarder to green\r\n\r\n* changed to green, added notes for cli\r\n\r\n* fix on multi game\r\n\r\n* fixed CLI and 500 handles\r\n\r\n* addition of signal handler\r\n\r\n* merging in develop\r\n\r\n* Delete cliEnv directory\r\n\r\n* fixed -h and repeat ofexit\r\n\r\n* merging in dev\r\n\r\n* small issue with the cli\r\n\r\n* removal of css\r\n\r\n* fixed the color war front end\r\n\r\n* fixed colorwar error\r\n\r\n* fix double tournament bug aand enhance wording (#68)\r\n\r\n* Pc 88 chat notifications blocking invites (#60)\r\n\r\n* Cleaned up front-end a bit, implemented back-end system message broadcasts, matched chat front-end outer bounds with the rest\r\n\r\n* Refactoring progress for blocks and invites\r\n\r\n* Fixed block success not appearing\r\n\r\n* Implemented invite through chat and cleaned up consumer a bit\r\n\r\n* Fixed help not printing on errors, changed invite response tiny bit\r\n\r\n* Innocent cleanup\r\n\r\n* Ever so slight change in exception handling\r\n\r\n* Fixed broadcasts not going through\r\n\r\n* Updated channels and fiddled with websocket disconnection to make mysterious double messages go away\r\n\r\n* Made game invite case insensitive, fixed empty input field handling\r\n\r\n* Fixed chat system broadcasts from HTTP backend... I think?\r\n\r\n* Moved invite game type case insensitivity to the actual invite logic\r\n\r\n* Fixed django errors caused by chat frontend connection before login\r\n\r\n* Hopefully last fixes for tournament messages\r\n\r\n* fixed ssl error in both pong and colorwar, also removed from unused restful functions, and added library that was needed for ssl (#69)\r\n\r\n* removed set to active\r\n\r\n---------\r\n\r\nCo-authored-by: tikanoja \r\nCo-authored-by: ShereeAnne <92857375+ShereeAnne@users.noreply.github.com>\r\nCo-authored-by: Tuukka Tikanoja <107203742+tikanoja@users.noreply.github.com>\r\nCo-authored-by: Heikki Seppänen <6179953+heikkiseppanen@users.noreply.github.com>\r\nCo-authored-by: ocatari ","shortMessageHtmlLink":"Pc 100 bug fixing pre eval (#72)"}},{"before":"a93a82ebb1aad9725a586aa64306bc7ca3adc4d1","after":"0fa9eb631d33e1ddac6b0c58b2d92b43f0972f21","ref":"refs/heads/PC-100-bug-fixing-pre-eval","pushedAt":"2024-05-26T12:15:58.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"ShereeMorphett","name":"Sheree","path":"/ShereeMorphett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92857375?s=80&v=4"},"commit":{"message":"merge develop\nMerge branch 'develop' into PC-100-bug-fixing-pre-eval","shortMessageHtmlLink":"merge develop"}},{"before":"015f82c860f69358f13e877725da0aaa1b8ad4a5","after":"5e8de1bd12f5a7a7316540e3e1eb6a5a09c023a1","ref":"refs/heads/PC-101-Frontend-cleanup","pushedAt":"2024-05-26T12:14:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jboucher154","name":"Jenny Boucher","path":"/jboucher154","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22949834?s=80&v=4"},"commit":{"message":"change print formatting","shortMessageHtmlLink":"change print formatting"}},{"before":"fa4b8122d2f1e09b3b1c7d21e9477f5e0461d005","after":"a93a82ebb1aad9725a586aa64306bc7ca3adc4d1","ref":"refs/heads/PC-100-bug-fixing-pre-eval","pushedAt":"2024-05-26T10:50:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ShereeMorphett","name":"Sheree","path":"/ShereeMorphett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92857375?s=80&v=4"},"commit":{"message":"removed set to active","shortMessageHtmlLink":"removed set to active"}},{"before":"043c885a52f9bab7ae04d361d0dcde07ce097c1d","after":"fa4b8122d2f1e09b3b1c7d21e9477f5e0461d005","ref":"refs/heads/PC-100-bug-fixing-pre-eval","pushedAt":"2024-05-26T10:35:16.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"ShereeMorphett","name":"Sheree","path":"/ShereeMorphett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92857375?s=80&v=4"},"commit":{"message":"fixed ssl error in both pong and colorwar, also removed from unused restful functions, and added library that was needed for ssl (#69)","shortMessageHtmlLink":"fixed ssl error in both pong and colorwar, also removed from unused r…"}},{"before":null,"after":"309cf6f64b7655eabf13739d7156e33eba14db8b","ref":"refs/heads/PC-106-styling-fixes","pushedAt":"2024-05-25T12:48:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jira[bot]","name":null,"path":"/apps/jira","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/14320?s=80&v=4"},"commit":{"message":"fixed ssl error in both pong and colorwar, also removed from unused restful functions, and added library that was needed for ssl (#69)","shortMessageHtmlLink":"fixed ssl error in both pong and colorwar, also removed from unused r…"}},{"before":"093d1437e27acacfdb5a99a498c35bc52de9abb3","after":"015f82c860f69358f13e877725da0aaa1b8ad4a5","ref":"refs/heads/PC-101-Frontend-cleanup","pushedAt":"2024-05-25T12:42:48.000Z","pushType":"push","commitsCount":12,"pusher":{"login":"jboucher154","name":"Jenny Boucher","path":"/jboucher154","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22949834?s=80&v=4"},"commit":{"message":"remove console.logs, add in ending `;` where mising","shortMessageHtmlLink":"remove console.logs, add in ending ; where mising"}},{"before":"c17d259f0ac882ad39a6e7d793bfc9389a0009dc","after":"309cf6f64b7655eabf13739d7156e33eba14db8b","ref":"refs/heads/develop","pushedAt":"2024-05-25T11:30:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jboucher154","name":"Jenny Boucher","path":"/jboucher154","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22949834?s=80&v=4"},"commit":{"message":"fixed ssl error in both pong and colorwar, also removed from unused restful functions, and added library that was needed for ssl (#69)","shortMessageHtmlLink":"fixed ssl error in both pong and colorwar, also removed from unused r…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXOL0xAA","startCursor":null,"endCursor":null}},"title":"Activity · tikanoja/ft_transcendence"}