Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
COM3014-GroupCW
Manage
Activity
Members
Labels
Plan
Issues
0
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
Releases
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
Group 2 COM3014
COM3014-GroupCW
Graph
1e09566c59c722099fe66ade060e838641f1b108
Select Git revision
Branches
2
develop
master
default
protected
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
1
Jun
23
May
22
22
Apr
19
18
16
13
12
11
10
30
Mar
Merge branch 'Add-README' into 'master'
master
master
Updated README.md
Merge branch 'CI/CD' into 'master'
Added travis.yml file for CI/CD
Merge branch 'service-tests' into 'develop'
develop
develop
Updated docker configuration to fix compose error when launching on clean pull from gitlab
Bug fixes with api gateway and frontend
Added tests for comments service
Added user service tests
Added tests for post service routes
Merge branch 'dockerize' into 'develop'
Updated URIs in apollo gateway
Created dockerfiles for all services and compose file
Merge branch 'apollo-gateway' into 'develop'
Merge branch 'users-service' into 'develop'
Merge branch 'comments-service' into 'develop'
Merge branch 'posts-service' into 'develop'
Merge branch 'frontend' into 'develop'
Added the action resolvers for the different queries and mutations users can make.
Created graphql adapter classes for the 3 microservices in the project
Defined the different types, queries and mutations for the gateway to expect and handle
Initial commit for apollo gateway. Setup server and basic files
Updated package.json with comments from merge request
Added comment component to display comments
Updated dark theme of app
Added signin/signup page
Created the addComment and removeComment functions for adding and deleting commentID's from a post
Created the create, delete and like posts functions to handle create, delete, and liking posts
Added ViewPost and AddPost page and started working on the signup/signin
Implemented the controller actions for comment requests
Created all comment routes that will be usable
Added methods for checking a users email and getting a users details given their id
Implemented signup route for users sign up request
Implemented signin route for users sign in request
Formatted file
Removed unused import
Created mongoose model for comments
Connected to mongodb and started work on comment routes
Installed the required libraries
Started work on the comments service
Loading