- 13 Aug, 2021 1 commit
-
-
Krish Moodbidri authored
added flask-cors and used allow cross_allowed_origins to fix the issue seen on prod cluster (400 CORS error)
-
- 06 May, 2021 1 commit
-
-
Krish Moodbidri authored
sending text message for welcome message, error message and cancel message as a variable from messages.py
-
- 23 Apr, 2021 2 commits
-
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
- 22 Apr, 2021 3 commits
-
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
- 09 Apr, 2021 4 commits
-
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
- 07 Apr, 2021 1 commit
-
-
root authored
-
- 06 Apr, 2021 1 commit
-
-
root authored
-
- 02 Apr, 2021 2 commits
-
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
- 11 Mar, 2021 2 commits
-
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
- 01 Mar, 2021 2 commits
- 26 Feb, 2021 4 commits
- 12 Feb, 2021 1 commit
-
-
root authored
-
- 06 Oct, 2020 1 commit
-
-
Krish Moodbidri authored
-
- 02 Oct, 2020 6 commits
-
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
- 01 May, 2020 9 commits
-
-
Mitchell Moore authored
- Feat redirect - Fix redir logic
-
- Add Bootstrap javascript support - Move footer section into body - Add Bootstrap modal in template - Call modal show in displayloading function - Remove notification window - Hide Bootstrap modal after account's ready - Alter wait message
-
- Update url for font file in css - Font path in css is relative to css file itself, since we put them in the same folder, should be able to use just filename - Remove duplicate line - Update URL to static files - Instead of hard-coded it, use `url_for`, function provided by flask, to generate the url
-
Mitchell Moore authored
- Fix var in run.py - add image resource - Update readme - Remove old diagram
-
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
-
Mitchell Moore authored
- Duplicate producer code for in app testing - Implement rabbitmq calls option/script call option - Clean whitespace - Create placeholder functions for acct. creation. Remove producer - Check for creation - Remove sleep in creation. Define goals for confirm function - Fix variable convention - Update requirements.txt - Include asyncronous delay. Remove old validate method. Add rough global username exchange - Fix tabs and remove validate create - Fix logo resizing issue - Create unique session id and log to consile
-
Mitchell Moore authored
Add rough Todo comments for RabbitMQ implementation Update requirements Add tutorial code with routing capability Remove unnecessary imports
-
Mitchell Moore authored
Add detection of account creation, remove overlay and clear text when response recieved by Signup. Remove Jinja references and form in __init__.py - Fix error output - Remove page return - Remove Jinja references and form in __init__.py - Get basic form data passed - Clear text when response recieved - Create directory and pass username variable - Create refresh page function. Implement error handeling - Add detection of account creation - Remove overlay when creation succeeded
-