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
aab6e68865551bc318b875bab5c42ff14cff1b16
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
28
Feb
26
25
24
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
Adds a test for not sending email without recipient (#4920).
Fixed: Trac importer creates duplicate wiki records (#4743).
Fixes bottom links placement in issue with associated changesets (#4883).
Fixed: Plugin generators should display help if no parameter is given (#4609).
Fixed: Git blame/annotate fails on moved files (#3832).
Adds 'Blocked by' (#1755) and 'Duplicated by' relation types to the dropdown menu for new relations.
Fixed: attachments with the same name at the same time overwrite (#3691).
Allow project custom fields to be searchable (#4945).
Fixes a test failure due to a default custom field value.
Adds missing fixtures.
Update for 0.9.3 release.
Adds attachments upload on wiki edit form (#1223).
Fixed: journal details duplicated when an issue is saved twice (#3690).
Fixed: Wrong link when "http" not included in project "Homepage" link (#4944).
Refactor: Extracted saving logic out of #update and into a utility method
Link to the user from the wiki history view.
Adds a link to the user profile from the administration user edit screen (#4480).
Removes a useless assignment in Trac importer (#4931).
Let administrators see locked user profiles.
Makes AuthSource.authenticate return a hash instead of an array.
Test that AuthSourceLdap#authenticate returns valid User attributes only.
Moves the LDAP test server to a fixture.
Adds a sample test LDAP configuration file.
User model should not have to clean up LDAP attributes.
Refactor: Extracted the duplication from the last commit into a new method
Refactor: Move the updating of an Issue to the #update method.
Fix LDAP on the fly creation. The User object doesn't have a :dn attribute.
Optimize: Only select the name when getting the module names.
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.