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
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
bc6fda7342db23a8394de211ed3d9bc0cebf607a
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
Begin with the selected commit
Created with Raphaël 2.2.0
19
Apr
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
Removed all cors restrictions
Use correct response status codes
Display unexpected error messages in console
Enable and configure CORS
Return custom non-html errors
Merge branch 'main' into FE-questions-and-posts
Merge branch '36-fix-docker-issues-with-feed-service' into 'main'
Only run feed-service-build based on labels
Correctly load environment variables
Remove unnecessary imports
Disable CSRF
Add missing application key
rwemoved whitespace
fixed registration path
Use correct target project file path in GitLab CI
Move current directory for GitLab build script
Use correct stage name in CI build
Use correct environment name for JWT
Add a GitLab CI stage
Add JWT as an environment variable
Use the distribution build for Docker deployment
added useQuestion hook
Merge branch '35-prevent-non-admins-inserting-questions' into 'main'
Reuse non-admin users from inserting a question
Update feed-service JWT structure
Update friend-service JWT structure
Add admin field to JWT
Merge branch 'fix-feed-endpoint-issues' into 'main'
Use config values for the external APIs
Hide feed content if user has not posted yet (#31)
Add questionId parameter to getUserFeed request (#32)
Merge branch 'FE-search-and-friends' into 'main'
Removed
dockerised
fixed mobile pages
Removed unused props from nav
Removed whitespace
Removedd hook propogation
UserSearch menu uses new hooks
FriendRequest menu component uses new hooks
Loading