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
f9732b02a2737c89def2f93672d21fc61e1b25f3
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
24
Feb
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
31
Jan
30
28
27
25
23
21
18
17
14
13
12
10
9
7
5
3
1
31
Dec
30
29
27
26
25
24
23
22
21
20
19
18
17
16
14
13
12
11
10
9
8
7
6
4
3
2
30
Nov
29
28
27
26
25
24
23
22
21
20
17
16
15
14
13
12
11
9
8
7
6
5
4
3
31
Oct
29
25
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
Fixed: changing user/roles of project member not possible without javascript (#4852)
Fixed: projects are referenced by id in search results.
Makes project identifiers searchable (#4897).
Refactor: Start to extract IssuesController#edit into #update (REST).
Reduces spacing on the bulk edit form.
Bulk edit refactoring.
Move hardcoded calendar images to css classes.
Fixed view_issues_move_bottom hook arguments (#4893).
Refactor: Extract Issue#bulk_edit from the IssuesController
Moved the IssuesController routing tests to an integration test.
Avoid unnecessary SQL queries when loading changesets.
Memorize commit authors to speed up changesets loading.
Adds a missing index (speeds up changesets loading).
Translation updates
Wraps changeset creation inside a single transation.
Removes --find-copies-harder git option to retrieve commits which was way to slow (#4547).
Do not query git for tags and branches multiple times per request.
Remove invalid utf8 sequences from commit comments and author name (#4773).
Cleanup.
Fixed: Links in Forum mails should redirect to message, not topic (#4884).
Adds a controller hook before issue move (#4850).
Adds a hook on issue move form (#4850).
Fixes INSTALL and UPGRADING steps order (#4848).
Refactor: Extract #get_user_dn from AuthSourceLdap.
Refactor: extract AuthSourceLdap#search_attributes
Escaping in html email templates (#4874).
Fixed: Pound (#) followed by number with leading zero (0) removes leading zero when rendered in wiki (#4872).
Refactor: Rewrite authenticate_dn to use an implicit return.
Refactor: Moved the check for an empty DN to authenticate_dn
Added some common example email configs to email.yml.example (#3120)
Fix an IndexError if all the :last menu items are deleted from a menu. #4718
Fixed: Deselecting textile text formatting causes interning empty string errors (#4867).
Move SQL LIKE tokens to acts_as_searchable.
Makes search providers extensible (#3936).
Adds a test for emission address with phrase (#4855).
Fixed: unit tests broken by r3438 (#4860).
Refactor: extract an #authenticate_dn method in AuthSourceLdap
Converted the REDMINE_SUPPORTED_SCM constant to a class
Refactor: Extract method from AuthSourceLdap#authenticate
Added some tests for the LDAP authentication.