Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
levenshtein-distance-service
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
schereme
levenshtein-distance-service
Graph
a063f2b1c74e4fb6899152e41fc4f5179f68c45e
Select Git revision
Branches
8
add_architectural_design
add_distance_app
add_django_app
add_signup_app
add_uniprot_restapi
fix_secret_key
main
default
protected
misc
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
22
21
20
19
18
Merge pull request #7 from mscheremetjew/add_distance_app
main
main
fix: Fixed unit tests.
add_distance_app
add_distance_app
feat: Applied a few changes to home and login pages.
chore(deps): Added a couple of new Django packages.
feat: Added user id to taskresult model.
feat: Integrated Celery.
feat: Added new distance app.
Merge pull request #6 from mscheremetjew/add_signup_app
docs: Added new section about how to access the web app and the various endpoints.
add_signup_app
add_signup_app
chore(deps): Added django-environ.
chore(makefile): Added new make command createsuperuser.
feat(user_accounts): Added new registration app for managing user registrations.
feat(authentication): Added new authentication app and custom user model. New migration created.
chore(settings): Move SECRET_KEY and DEBUG value to env vars. (#5)
chore(settings): Move SECRET_KEY and DEBUG value to env vars.
fix_secret_key
fix_secret_key
Merge pull request #4 from mscheremetjew/add_django_app
docs(django): Added line about how to open the Django web app locally.
add_django_app
add_django_app
chore(makefile): Applied a few changes.
docs: Added section about Postgres.
chore: Moved logging config.
chore(lint): Linting changes.
chore(deps): Added django and psycopg2.
feat(webapp): Integrated and added a new Django app.
Merge pull request #3 from mscheremetjew/misc
chore: Added Celery as a new dependency.
misc
misc
docs: Added ssh key section.
chore: Added new services (Redis and Postgres) to docker compose file.
docs: Added section for architectural design (#2)
docs: Added section for architectural design
add_architectur…
add_architectural_design
feat: Implemented client to access UniProt REST API to fetch protein sequences by UniProt accession. (#1)
feat: Implemented client to access UniProt REST API to fetch protein sequences by UniProt accession.
add_uniprot_res…
add_uniprot_restapi
chore: Updated Dockerfile to include pip-tools.
chore, docs: Initial project setup.
Initial commit
Loading