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
28519714e0dcd97cb61266d69dfdf5909d4acb88
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
13
Sep
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
24
21
20
19
18
17
15
9
5
29
May
28
27
26
25
24
23
22
15
14
9
3
1
30
Apr
29
28
27
26
23
22
21
20
19
18
17
16
13
12
11
10
9
6
3
29
Mar
28
27
24
21
20
19
18
17
16
15
14
13
12
11
10
9
8
6
5
4
3
2
1
28
Feb
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
Refactor: split FilesController#new into #new and #create.
Fixed "Create and continue" redirection broken by recent changes. #6333
Fixed broken context_menu on roadmap. #6351
Translations update
Refactor: move method to Project#css_classes
Refactor: replace chained finders with an inject. Should handle edge cases better.
Added a "Member of Role" to the issues filters. #5869
Added a "Member of Group" to the issues filter. #5869
Define Principal#name so all subclasses will have some sort of name when printed.
Refactor: convert ProjectEnumerations to a resource on a project.
Fixed the zoom, previous, and next links on the Gantt chart.
Add project names to the Versions in the Gantt export. #5904
Rewrite the Gantt chart. #6276
Refactor: convert the Projects routes to resources.
Refactor: split method ProjectsController#edit to ProjectsController#update.
Refactor: rename method ProjectsController#add to ProjectsController#new
Change project add form to use #create. (From r4067)
Refactor: split ProjectsController#add into #add (GET) and #create (POST).
Allow user password changes when changing to Internal authentication. #6267
Refocus the related issue field after submitting an issue. #6275
Change link_to_if_authorized to allow url paths. (Fixes #6195)
Use the built in Rails ActionView::TestCase for testing helpers.
Refactor: move method to model. (references r4057)
Added string "cant_link_an_issue_with_a_descendant" to translations missed in #443
Translation updates:
Do not display items without valid selection in context menu when on different projects. #4998
Added missing tests for User#allowed_to? #6291
Add css classes to journals display to facilitate theming
Hide checkboxes in issues list when printing
Allow mass status update through context menu. #3411
Refactor: move method, ProjectsController#reset_activities to ProjectEnumerationsController#destroy.
Refactor: move method, ProjectsController#save_activities to ProjectEnumerationsController#save
Refactor: move method, ProjectsController#add_file to FilesController#new.
Refactor: move method, ProjectsController#list_files to FilesController#index.
Refactor: move method, ProjectsController#roadmap to VersionsController#index.
Translation updates
Allow setting an issue's notes via params[:issue][:notes]. (XML API)
Refactor: extract ProjectsController#activity to a new Activities controller.
Refactor: extract common code to link_to_month.
Add the project_id to the Calendar link to month.