Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OHR Support
Manage
Activity
Members
Labels
Plan
Issues
97
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Projects
OHR Support
Graph
be6e0927f3ce95e751bd3c6f4a61de6979898012
Select Git revision
Branches
7
download_button
protected
faster-scm-downloads
master
default
pepe
pepe2
redmine_simple_join_project
review-projects
Tags
20
last-chiliproject
v3.3.0
v3.2.2
v2.7.3
v3.2.1
v3.2.0
v2.7.2
v3.1.0
v2.7.1
v3.0.0
v2.7.0
v3.0.0beta2
v2.6.0
v3.0.0beta1
v1.5.5
v2.5.0
v1.5.4
v2.4.0
v1.5.3
v2.3.0
27 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
17
Dec
15
14
12
11
10
7
5
4
3
29
Nov
28
27
25
21
20
17
16
14
13
12
11
9
7
6
5
4
3
2
1
30
Oct
29
28
27
26
25
24
23
22
21
20
19
18
16
15
14
13
12
11
10
8
7
6
5
4
30
Sep
29
28
27
26
24
23
22
21
20
19
18
17
16
15
14
13
11
10
9
8
7
6
5
3
2
1
31
Aug
30
29
27
26
25
24
23
22
20
19
18
17
16
13
12
11
10
9
8
7
6
5
4
3
2
30
Jul
29
28
25
24
23
21
20
18
16
15
14
9
8
6
5
1
30
Jun
29
28
Gantt: make the pdf looks more like html.
Gantt code cleanup.
Gantt code cleanup.
Gantt code cleanup.
Gantt: fixes progress width in some cases and start code cleaning.
Adds missing strings in locales.
Converts translations to the new i18n interpolation format (#6495).
Locales update before changing interpolation format.
Manually require i18n 0.4.2 before Rails tries to load the most recent gem (#7013).
Skip a few SQL queries for cross project gantt.
Locales update.
Adds an application setting to limit the number of items that can be displayed on the gantt chart (#6276).
Adds journal created_on attribute to issue API (#7111).
Fixed: 404 when entering time with blank issue id (#7099).
Set encoding to utf-8 for ruby 1.9 compatibility. #4050
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Fixed bad html generated in users/memberships partial (multiple </tbody> tags)
Fixes tests after fixtures changes.
Restores the issue description label (#6677).
Refactor and add tests for News #index API (#7072).
Use GET instead of POST to retrieve context menu (#6762).
Make sure there's no nil result in auto_complete.
Autocomplete issue relations on subject (#3170).
UsersController tests cleanup.
Fixes password sending when creating user.
Extracts user groups assignment from controller.
Fixes test according to r4493.
Code cleanup.
Moves mail_notification param to user hash param so that it can be set using the User API.
Removed no longer needed to_sym.
Validates user's mail_notification and turn options into strings (the attribute type).
Moves password param to user hash param so that it can be set using the User API.
Declare safe attributes for User and Projects models.
Makes issue safe_attributes extensible (#6000).
Fixes Changeset#text_tag for numeric scmid (#6681).
Restores object count and adds offset/limit attributes to API responses for paginated collections (#6140).
Fixes duplicate custom_values fixture that caused failure with Postgresql.
Fixes indentation.
Makes some attributes optional in API response to get faster/lightweight responses.
Fixes unsafe assertion that may cause failures.