- Nov 18, 2021
-
-
root authored
-
- Jun 25, 2021
-
-
Ravi Tripathi authored
-
- May 06, 2021
-
-
Krish Moodbidri authored
-
- Apr 23, 2021
-
-
Krish Moodbidri authored
-
- Apr 22, 2021
-
-
Krish Moodbidri authored
-
- Apr 02, 2021
-
-
root authored
-
- Mar 11, 2021
-
-
Krish Moodbidri authored
Changed account error message from send_msg to use socket.emit and send the error message to the UI Removed account timeout while testing, to ensure error's caused are only due to rabbitmq account create error and not timeout from client to server
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
- Mar 10, 2021
-
-
Krish Moodbidri authored
-
- Mar 09, 2021
-
-
Krish Moodbidri authored
-
- Mar 01, 2021
-
-
root authored
-
- Oct 02, 2020
-
-
Krish Moodbidri authored
replaced subprocess call with direct call to script, added scripts from rabbitmq agents repo (https://github.com/uabrc/rabbitmq_agents)
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
- Aug 19, 2020
-
-
Bo-Chun Chen authored
Change from flask_producer to create_account script
-
- May 01, 2020
-
-
Mitchell Moore authored
- Feat redirect - Fix redir logic
-
- Added vars file to be used by run.py and tasks.py - Fixed type Key to key - Added username and password as variables - Removed print statemt - Fix variable mismatch
-
On client connecting, emit join_room, added function to send socketio message to client, matched socketio message_queueu to the flask. Added join_room function to recieve new connections - Added commented out sections to tasks for future use - Commenting out socketio emit before calling celery task - modify the message_queue in socketio app - Add a new function to send socketio messages to the client, and change the socketio message_queue to match the one from flask app - Remove username value added, as well as the parameter username passed in render_template - On connecting, send emit fuction to join_roon - Adding on_room fuction taht gets triggered when connection is made, and we need to join a room for the communcation to take place between client and server - Removing unused functions and commented out lines
-
Mitchell Moore authored
Implemented celery to communicate with rabbitmq. Capture username and blazerid to create accoutn and send vis tasks.py (celery) - Make unique test username for debugging - Trim requirements.txt - Begin celery implementation and call - Finish minor celery implementation - Fix variable mixup. Log Room ID to client console - Adding a process to start account creation process by calling flask_producer script - Sending a message to the client webapp to start layover before starting celery task - Adding another field to the form to capture username to create account with - Capturing the value of username(Blazerid) field - Remove unused base_consumer.py and test_producer.py scripts
-