Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
server
Manage
Activity
Members
Labels
Plan
Issues
25
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cokoapps
server
Graph
4a76450e06431e30295e4af5e0a5c8e8cfbcf4ae
Select Git revision
Branches
2
main
default
protected
user-login-fix
Tags
20
v4.8.0
v4.7.0
v4.6.0
v4.5.0
v4.4.0
v4.3.0
v4.2.0
v4.1.1
v4.1.0
v4.0.2
v4.0.1
v4.0.0
v4.0.0-beta.7
v4.0.0-beta.6
v4.0.0-beta.5
v4.0.0-beta.4
v4.0.0-beta.3
v4.0.0-beta.2
v4.0.0-beta.1
v4.0.0-beta.0
22 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
29
Aug
27
14
May
29
Apr
28
18
22
Feb
16
13
1
30
Jan
23
22
Dec
21
20
19
15
14
13
8
6
28
Nov
27
18
17
16
10
8
19
Oct
3
2
20
Jul
14
12
9
Jun
8
6
31
May
6
Apr
4
24
Mar
16
15
8
28
Feb
23
24
23
15
14
27
Jan
24
23
16
Dec
18
Nov
8
2
Sep
24
Aug
2
18
Jul
13
12
4
3
1
30
Jun
20
17
14
13
10
6
29
May
22
21
13
Oct
28
Sep
27
14
9
15
Aug
13
12
2
27
Jul
21
21
May
26
Apr
19
13
10
30
Mar
29
23
18
10
3
25
Feb
9
Dec
8
23
Nov
20
16
27
Oct
26
14
Jun
15
14
28
May
26
20
18
15
11
8
Apr
4
29
Mar
28
27
26
24
feat(*): expose temp folder utility functions
feat(*): expose graphql test server for api testing
feat(*): rename ctx.user in graphql to ctx.userId
chore(*): remove redundant file
feat(server): expose subscription manager instead of pubsub and make less verbose
test(server): fix failing file controller tests
refactor(server): generate gql schema in a function instead of a top level module
feat(server): do not throw error when subscriptions do not provide an auth token
refactor(server): refactor setting up apollo server
chore(server): upgrade graphql-upload library
chore(server): move graphql postgres subscriptions to server
chore(server): upgrade graphql-middleware library
chore(server): update graphql-subscriptions library
chore(server): move subscriptions to graphql-ws library
feat(server): upgrade to apollo server v4
revert(fileStorage): switch back to lowercase fileStorage
chore(fileStorage): make sure upload file handler is a private method
refactor(fileStorage): clean up helper files
feat(*): add write to temp util
refactor(fileStorage): more file storage refactoring
refactor(fileStorage): refactor image conversions
refactor(fileStorage): make get file info method private
feat(*): rename filestorage deleteFiles to delete
feat(*): make file storage a singleton class
chore(*): check file storage config with joi validations
chore(*): remove unnecessary code
chore(*): improve logging message
feat(models): rename exported modelTypes to modelJsonSchemaTypes
chore(models): upgrade knex and objection
chore(models): merge pubsweet base into base model
chore(server): drop routes folder
chore(*): upgrade faker
chore(*): upgrade supertest
chore(*): upgrade jest
chore(*): upgrade passport
chore(*): upgrade http status codes
chore(*): upgrade jsonwebtoken
chore(*): upgrade sharp
chore(*): upgrade joi
chore(*): upgrade helmet