Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
user-reg
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Krish Moodbidri
user-reg
Graph
master
Select Git revision
Branches
1
master
default
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
2
Sep
31
Aug
19
May
18
14
1
24
Apr
copied rc_util
master
master
replace send each value by sending json object
decode json object, create account usinf rc_util call, wait for account creation to complete using rc_util.consume
updated default referrer value
added email to user data json object
added email input and remove alert message on account creation
version0.1
Merge branch 'feat-ci-linting' into 'master'
Remove flake8
Merge into one job to save some time
Add .gitlab-ci.yml
Removed credentials from file
Implemented referrer to capture user entrypoint, to be used to redirect to on account creation
Added a variable file to be used by flask and celery
Added Bootstrap javascript support, made changes to the UI, altered wait message
Update README.md
Fixed CSS styling changes in font file. Updated URL to static files
Fixed variable in run.py. Updated Readme
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
Implemented celery to communicate with rabbitmq. Capture username and blazerid to create accoutn and send vis tasks.py (celery)
Implement rabbitmq calls to producer scripts. Check for account creation, remove sleep function
Created a base_consumer script to test out procucer calls from flask run.py. Updated Readme and requiremnts
Basic RabbitMQ implementation
add timestamps to server logs
Add detection of account creation, remove overlay and clear text when response recieved by Signup. Remove Jinja references and form in __init__.py
Removed watchdog function, added fullname & reason for request account, fixes template issues and updated requirements.txt
Removed unused functions from Signup. Edited reg failed error page.
Add watchdog to check for file changes in flatdb. Add username to the file being written in flatdb. Update requirements
Created temp dir for fb to store user data info. Fixed timestamp format
Added timestamp to file output & basic code cleanup
Added test scripts to check redir and test outputs. Added overlay on account request submiission. Basic CSS changes.
Removed indexing from index function
Added UAB OnDemand header, basic code cleanup, fixed redirect args to fix rerouting back to index
Added bootstrap elements to basic flask app, edited UI and cleaned up html code
Modified basic flask app to populate username and password, pass it to ood and redirect to home page on password authentication
Created a basic flask app with signup and error html pages.
Loading