Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
account_init_cleanup
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
account_init_cleanup
Graph
0deec4c5ab2aa0e6f7191c7d94089a1ffb56944b
Select Git revision
Branches
7
first-pass
master
default
protected
second-pass
t1
test
update-README
version-0.1.0
Tags
1
v0.1
8 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
24
Apr
20
13
27
Mar
26
23
20
17
13
11
9
6
5
4
3
2
29
Feb
27
26
24
21
20
18
17
13
11
10
3
31
Jan
29
28
27
24
23
22
21
16
18
Dec
10
9
5
22
Nov
21
8
4
1
28
Oct
22
21
14
10
3
30
Sep
24
23
13
12
11
10
9
5
4
28
Aug
27
22
19
12
1
22
Jul
23
May
22
17
16
15
14
13
9
3
2
1
30
Apr
29
24
22
19
15
12
10
8
Removed credentials from file
t1
t1
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.
removed trailing whitespace
test
test
removed credentials from file
Fix redir logic
Feat redirect
Fix variable mismatch
removed print statemt
added username and password as variables
fixed type Key to key
added vars file to be used by run.py and tasks.py
Alter wait message
Hide Bootstrap modal after account's ready
Remove notification window
Call modal show in displayloading function
Add Bootstrap modal in template
Move footer section into body
Loading