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
eb224378db4605ef4bb1c68f63c0c9ef41dc3e72
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
25
Oct
24
22
21
20
19
18
17
11
10
7
2
25
Sep
24
20
17
13
12
10
7
4
3
2
1
21
Aug
17
15
13
12
11
2
1
29
Jul
27
19
18
10
8
5
4
2
28
Jun
25
23
14
13
10
8
7
6
2
30
May
26
25
18
17
14
13
12
10
8
6
4
3
1
26
Apr
25
24
21
19
17
10
8
7
5
4
2
30
Mar
28
27
26
25
24
23
22
21
20
19
17
15
13
12
10
8
7
6
4
1
28
Feb
27
26
25
23
22
21
20
19
18
16
15
14
13
12
11
10
9
8
7
5
3
2
1
31
Jan
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
12
11
10
9
7
4
3
31
Dec
30
29
28
27
24
23
22
19
18
16
15
14
12
10
9
8
7
6
5
IssuesController#destroy accepts POST only (#4107).
HTML escaping (#4106).
Add translations for new permission.
Add a permission to remove issue watchers (#2450).
Allow project forums copy.
Display stats about objects that can be copied.
Do not ignore parent project setting on project copy (#3386).
Prevent mass-assignment warnings.
Reset timestamps and wiki page hierarchy on project copy.
Prevent mass-assignment warnings.
Removes debug message.
Fixes project wiki copy.
Add a test that breaks before r2967 (broken project wiki copy).
Wiki auto creation temporary disabled until project wiki copy is fixed (2 wikis created).
Project copy: let the user choose what to copy from the source project (everything by default).
Removes debug code.
Small fix to HTML title.
Add mail field to admin user search filter (#3882).
Adds a test for attached image inside a link (#4033).
Sets proper content type for plain text mails (#3970).
Reverts r2770 (#3391).
Sets the current project as the default value of project jump box (#4053).
Translation updates (closes #4054, #4060, #4075).
Prevent undefined method `<=>' for nil:NilClass in AbstractAdapter (#4098).
Fixes form buttons on projects/settings/activities (closes #4083).
Remove hard coded string in a view (closes #4076).
Do not render hidden news edit form if user is not allowed to edit (closes #4068).
Add missing strings (rake locales:update).
Fixed some merge bugs. #4077
Added all list and boolean custom data fields to the Time Report. #4077
When a specific TimeEntryActivity are change, associated TimeEntries will be
Added a Activities tab to Project Settings
Changed the Timelogs to use both the Systemwide and Project specific TimeEntryActivities
Added project specific Enumeration overrides.
Added an active field track if an Enumeration is active on the frontend view.
Enumerations can now have custom fields defined on them. #4077
Updated the unit test so Enumerations are tested separately from the subclasses.
Contextual quick search (#3263).
Change the order of checkboxes for boolean custom fields.
Renamed Project#public named_scope so it will not override Ruby's public method