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
862e4e716dd2ffee6395eb55f4dff95d1cda0c6c
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
Jun
16
10
7
5
3
1
31
May
30
29
27
26
25
24
23
22
21
20
19
17
16
15
14
13
14
13
11
10
6
5
4
2
1
29
Apr
28
26
23
21
20
21
20
16
Merge branch 'ticket/release-v2.0.0/350-remove-freeze-from-settings' into release-v2.0.0
[#383] Fix for undefined_method 'to_utf8'
Merge branch 'ticket/release-v2.0.0/474-changeset-journals' into release-v2.0.0
[#474] aaj should use the Model's activity options for timestamp and author_key
[#474] Changesets should use the author method for events
[#480] Fix replying to IssueJournals through email
[#475] Set the activity_type on the initial journals
Document#category should be displayed as a required field
Migrate existing journals so version 1 is open for the initial journal
Print any errors when saving the initial journal instead of aborting
[#479] Split GeneralizeJournals into separate, incremental migrations
Merge branch 'ticket/release-v2.0.0/467-journal-migration-sti-callback-bug' into release-v2.0.0
[#467] Fix bug with Journal subclasses having caches columns
[#467] Fix uninitialized constant Journal::Journaled error
Fix an apache perl module error. #466
Don't loose the time of the wiki_edits. #468
Fix the wiki links in the activity view. #469
Merge pull request #76 from schmidt/b/477-rake-rdoctask
[#477] Not using deprecated rake/rdoctask but rdoc/task instead
Bump version to 2.0.0RC2
v2.0.0RC2
v2.0.0RC2
Update CHANGELOG for 2.0.0RC2
Added rake release[version] task based on the release process
Update pt-BR translations
Merge remote-tracking branch 'schmidt/f/419-update-js-libs/unstable' into release-v2.0.0
[#350] Remove freeze from Settings so the values can be modified later
Merge branch 'ticket/release-v2.0.0/441-journal-touch' into release-v2.0.0
[#442] Handle nil changes in Atom feed
Merge branch 'ticket/release-v2.0.0/445-initial-journal-tracking' into release-v2.0.0
[#453] Upgrade to Rails 2.3.12
Add plugin hooks to Users#show view
[#441] Journals should touch their journaled to update updated_on/at fields
Fix test on 1.9.2 postgres.
[#445] Track initial object attributes on the initial journal
Merge branch 'ticket/release-v2.0.0/444-scm-encoding' into release-v2.0.0
[#444] Remove extra variable
[#444] Fix Changeset#to_utf8 coding standards
Fixed: Update of Subversion changesets broken by r3466 under Solaris (#5255).
scm: use upcase to compare encoding name "UTF-8" in log converting.
scm: replace invalid utf-8 sequences in comments instead of stripping on Ruby 1.8.
scm: code clean up app/models/changeset.rb.