Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Daily Thought App
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COM3014-Coursework
Daily Thought App
Graph
795f4f29e5f9148ffc20806c421a57b1f582fd68
Select Git revision
Branches
12
13-adding-my-new-awesome-feature
15-adding-basic-post-component
17-init-feed-service-with-mongo
19-create-fetch-posts-endpoints
20-create-comment-service-requirements-2
24-create-endpoint-for-user-registration
CS2
comment-service-test-nodemon
main
default
protected
mongo-seeder
new-branch-to-test-comment-service
toggle-like-endpoint
12 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
28
Apr
25
24
23
22
21
20
19
18
17
16
15
14
13
11
10
9
8
7
4
31
Mar
30
29
28
25
24
23
21
20
19
18
17
16
15
14
13
12
11
10
3
Update names of deployments and services for user service
Update names of deployments and services for frontend
Add service to user deployment file
Add yaml files frontend service deployment
Add yaml files for user service deployment
Add yaml files for user mongo service
Add yaml files for mongo persistent volume claim
Insert image names to match gcloud repo
Merge branch 'mongo-seeder-v2' into 'main'
pointer for daily logo
Merge branch 'mongo-seeder-v2' of https://gitlab.surrey.ac.uk/com3014-coursework/daily-thought-app into mongo-seeder-v2
jwt now an env variable instead of hard-coded
Updated error msgs
Implement the seeded admin password as an env variable
Update seeded questions
Move environment variable configs to separate file
Catch seeding exception in separate block
Correctly remove the running instance of the feed-service
Use correct config loading in feed-service
Add logging to seeding steps
Add seeding environment variables to docker-compose
Add a config setting to toggle user seeding
Seed User DB when application starts
Add a config setting to toggle seeding
Seed Question DB when application starts
Add custom start up
Ensure collection is empty
mongo-seeder
mongo-seeder
Correctly remove the running instance of the feed-service
Delete local node_modules folder from container
Use correct user db name
Dockerise seeder
Use environment variables
Implement user service seeder
Implement questions service seeder
Implement base seeder
Add a prettier config
Initialise a TypeScript project
Merge branch 'prod-mode-things' into 'main'
Start frontend service in production mode
Added servicie endpoints that are behind the api service.
Loading