damagecontrol 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README +75 -0
- data/README.license +5 -0
- data/Rakefile +111 -0
- data/app/controllers/admin_controller.rb +10 -0
- data/app/controllers/application.rb +163 -0
- data/app/controllers/files_controller.rb +19 -0
- data/app/controllers/project_controller.rb +284 -0
- data/app/controllers/scm_controller.rb +49 -0
- data/app/helpers/admin_helper.rb +2 -0
- data/app/helpers/application_helper.rb +3 -0
- data/app/helpers/project_helper.rb +2 -0
- data/app/views/dhtml_sites.txt +6 -0
- data/app/views/files/list.rhtml +4 -0
- data/app/views/layouts/rscm.rhtml +79 -0
- data/app/views/project/_bugzilla.rhtml +13 -0
- data/app/views/project/_changesets_list.rhtml +52 -0
- data/app/views/project/_cvs.rhtml +171 -0
- data/app/views/project/_jira.rhtml +19 -0
- data/app/views/project/_mooky.rhtml +23 -0
- data/app/views/project/_null.rhtml +0 -0
- data/app/views/project/_project.rhtml +36 -0
- data/app/views/project/_rubyforge.rhtml +19 -0
- data/app/views/project/_scarab.rhtml +19 -0
- data/app/views/project/_scms.rhtml +15 -0
- data/app/views/project/_sourceforge.rhtml +19 -0
- data/app/views/project/_starteam.rhtml +43 -0
- data/app/views/project/_svn.rhtml +22 -0
- data/app/views/project/_trac.rhtml +13 -0
- data/app/views/project/_trackers.rhtml +18 -0
- data/app/views/project/changesets.rhtml +31 -0
- data/app/views/project/index.rhtml +23 -0
- data/app/views/project/view.rhtml +70 -0
- data/app/views/scm/checkout_status.rhtml +44 -0
- data/app/views/scm/diff.rhtml +1 -0
- data/app/views/scm/scroll.html +27 -0
- data/bin/damagecontrol +7 -0
- data/bin/damagecontrol-webrick +2 -0
- data/config/database.yml +20 -0
- data/config/environment.rb +60 -0
- data/config/environments/development.rb +3 -0
- data/config/environments/production.rb +2 -0
- data/config/environments/test.rb +3 -0
- data/lib/damagecontrol/app.rb +74 -0
- data/lib/damagecontrol/build.rb +104 -0
- data/lib/damagecontrol/diff_htmlizer.rb +82 -0
- data/lib/damagecontrol/diff_parser.rb +153 -0
- data/lib/damagecontrol/directories.rb +126 -0
- data/lib/damagecontrol/poller.rb +72 -0
- data/lib/damagecontrol/project.rb +213 -0
- data/lib/damagecontrol/project_dependencies.rb +8 -0
- data/lib/damagecontrol/scm_web.rb +50 -0
- data/lib/damagecontrol/standard_persister.rb +49 -0
- data/lib/damagecontrol/tracker.rb +164 -0
- data/lib/damagecontrol/visitor/build_executor.rb +32 -0
- data/lib/damagecontrol/visitor/diff_persister.rb +41 -0
- data/lib/damagecontrol/visitor/rss_writer.rb +43 -0
- data/lib/damagecontrol/visitor/yaml_persister.rb +71 -0
- data/public/404.html +6 -0
- data/public/500.html +6 -0
- data/public/dispatch.cgi +10 -0
- data/public/dispatch.fcgi +7 -0
- data/public/dispatch.rb +10 -0
- data/public/images/16x16/about.png +0 -0
- data/public/images/16x16/bug_green.png +0 -0
- data/public/images/16x16/bug_red.png +0 -0
- data/public/images/16x16/bug_yellow.png +0 -0
- data/public/images/16x16/component.png +0 -0
- data/public/images/16x16/console.png +0 -0
- data/public/images/16x16/console_error.png +0 -0
- data/public/images/16x16/document_add.png +0 -0
- data/public/images/16x16/document_delete.png +0 -0
- data/public/images/16x16/document_edit.png +0 -0
- data/public/images/16x16/document_exchange.png +0 -0
- data/public/images/16x16/document_new.png +0 -0
- data/public/images/16x16/document_warning.png +0 -0
- data/public/images/16x16/safe.png +0 -0
- data/public/images/16x16/scroll_information.png +0 -0
- data/public/images/16x16/wrench.png +0 -0
- data/public/images/24x24/box_delete.png +0 -0
- data/public/images/24x24/box_into.png +0 -0
- data/public/images/24x24/box_new.png +0 -0
- data/public/images/24x24/console_network.png +0 -0
- data/public/images/24x24/document_edit.png +0 -0
- data/public/images/24x24/find.png +0 -0
- data/public/images/24x24/folders.png +0 -0
- data/public/images/24x24/garbage.png +0 -0
- data/public/images/24x24/gear_connection.png +0 -0
- data/public/images/24x24/gear_delete.png +0 -0
- data/public/images/24x24/gears_run.png +0 -0
- data/public/images/24x24/home.png +0 -0
- data/public/images/24x24/navigate_left.png +0 -0
- data/public/images/24x24/navigate_right.png +0 -0
- data/public/images/24x24/package_new.png +0 -0
- data/public/images/24x24/safe.png +0 -0
- data/public/images/24x24/safe_new.png +0 -0
- data/public/images/24x24/safe_out.png +0 -0
- data/public/images/24x24/scroll_information.png +0 -0
- data/public/images/24x24/stop.png +0 -0
- data/public/images/24x24/wrench.png +0 -0
- data/public/images/README.license +2 -0
- data/public/images/blue-16.gif +0 -0
- data/public/images/blue-32.gif +0 -0
- data/public/images/bugzilla.png +0 -0
- data/public/images/cvs.png +0 -0
- data/public/images/footer.gif +0 -0
- data/public/images/green-128.gif +0 -0
- data/public/images/green-16.gif +0 -0
- data/public/images/green-32.gif +0 -0
- data/public/images/grey-16.gif +0 -0
- data/public/images/grey-32.gif +0 -0
- data/public/images/jira.gif +0 -0
- data/public/images/red-16.gif +0 -0
- data/public/images/red-32.gif +0 -0
- data/public/images/red-pulse-32.gif +0 -0
- data/public/images/rss.gif +0 -0
- data/public/images/rubyforge.png +0 -0
- data/public/images/scarab.gif +0 -0
- data/public/images/sourceforge.gif +0 -0
- data/public/images/starteam.png +0 -0
- data/public/images/svnlogo64.png +0 -0
- data/public/images/trac.png +0 -0
- data/public/index.html +1 -0
- data/public/javascripts/dw_event.js +34 -0
- data/public/javascripts/dw_tooltip.js +86 -0
- data/public/javascripts/dw_viewport.js +55 -0
- data/public/javascripts/pngfix.js +29 -0
- data/public/javascripts/toggle_diff.js +25 -0
- data/public/licenses/DAMAGECONTROL.license +28 -0
- data/public/licenses/INCORS.license +32 -0
- data/public/stylesheets/diff.css +23 -0
- data/public/stylesheets/style.css +307 -0
- data/script/breakpointer +5 -0
- data/script/console +30 -0
- data/script/generate +70 -0
- data/script/server +61 -0
- data/test/damagecontrol/a_program.rb +3 -0
- data/test/damagecontrol/a_slow_program.rb +3 -0
- data/test/damagecontrol/build_test.rb +59 -0
- data/test/damagecontrol/diff_htmlizer_test.rb +31 -0
- data/test/damagecontrol/diff_parser_test.rb +61 -0
- data/test/damagecontrol/file_ext.rb +12 -0
- data/test/damagecontrol/poller_test.rb +56 -0
- data/test/damagecontrol/project_test.rb +144 -0
- data/test/damagecontrol/scm_web_test.rb +22 -0
- data/test/damagecontrol/test.diff +38 -0
- data/test/damagecontrol/test.html +40 -0
- data/test/damagecontrol/tracker_test.rb +48 -0
- data/test/damagecontrol/visitor/changesets.rss +34 -0
- data/test/damagecontrol/visitor/diff_persister_test.rb +49 -0
- data/test/damagecontrol/visitor/rss_writer_test.rb +40 -0
- data/test/damagecontrol/visitor/yaml_persister_test.rb +40 -0
- data/test/functional/admin_controller_test.rb +17 -0
- data/test/functional/project_controller_test.rb +17 -0
- data/test/test_helper.rb +14 -0
- metadata +245 -0
@@ -0,0 +1,49 @@
|
|
1
|
+
require 'stringio'
|
2
|
+
require 'rscm/changes_fixture'
|
3
|
+
require 'rscm/tempdir'
|
4
|
+
require 'damagecontrol/visitor/diff_persister'
|
5
|
+
|
6
|
+
module DamageControl
|
7
|
+
module Visitor
|
8
|
+
class DiffPersisterTest < Test::Unit::TestCase
|
9
|
+
include RSCM::ChangesFixture
|
10
|
+
|
11
|
+
class MockSCM
|
12
|
+
def initialize(checkout_dir, diffs)
|
13
|
+
@checkout_dir, @diffs = checkout_dir, diffs
|
14
|
+
@n = 0
|
15
|
+
end
|
16
|
+
|
17
|
+
def diff(checkout_dir, change, &proc)
|
18
|
+
proc.call(@diffs[@n])
|
19
|
+
@n = @n + 1
|
20
|
+
end
|
21
|
+
end
|
22
|
+
|
23
|
+
def test_should_persist_diff_for_each_change
|
24
|
+
basedir = RSCM.new_temp_dir("differ")
|
25
|
+
ENV["DAMAGECONTROL_HOME"] = basedir
|
26
|
+
|
27
|
+
setup_changes
|
28
|
+
changesets = RSCM::ChangeSets.new
|
29
|
+
changesets.add(@change1)
|
30
|
+
changesets.add(@change2)
|
31
|
+
changesets.add(@change3)
|
32
|
+
|
33
|
+
diff1 = "This\ris\na\r\ndiff for 1"
|
34
|
+
diff2 = "This\ris\na\r\ndiff for 2"
|
35
|
+
diff3 = "This\ris\na\r\ndiff for 3"
|
36
|
+
|
37
|
+
scm = MockSCM.new("#{basedir}/mooky/checkout", [diff1, diff2, diff3])
|
38
|
+
dp = DiffPersister.new(scm, "mooky")
|
39
|
+
|
40
|
+
changesets.accept(dp)
|
41
|
+
assert_equal(diff1, File.open("#{basedir}/mooky/changesets/20040705120004/diffs/path/one.diff").read)
|
42
|
+
assert_equal(diff2, File.open("#{basedir}/mooky/changesets/20040705120004/diffs/path/two.diff").read)
|
43
|
+
assert_equal(diff3, File.open("#{basedir}/mooky/changesets/20040705120006/diffs/path/three.diff").read)
|
44
|
+
|
45
|
+
end
|
46
|
+
|
47
|
+
end
|
48
|
+
end
|
49
|
+
end
|
@@ -0,0 +1,40 @@
|
|
1
|
+
require 'rss/maker'
|
2
|
+
require 'rscm/difftool_test'
|
3
|
+
require 'rscm/file_ext.rb'
|
4
|
+
require 'rscm/changes_fixture'
|
5
|
+
require 'damagecontrol/visitor/rss_writer'
|
6
|
+
require 'damagecontrol/tracker'
|
7
|
+
require 'damagecontrol/scm_web'
|
8
|
+
|
9
|
+
module DamageControl
|
10
|
+
module Visitor
|
11
|
+
class RssWriterTest < Test::Unit::TestCase
|
12
|
+
include RSCM::ChangesFixture
|
13
|
+
|
14
|
+
def test_should_generate_rss
|
15
|
+
setup_changes
|
16
|
+
changesets = RSCM::ChangeSets.new
|
17
|
+
# we have to set the revisions on the changes so the view_cvs links are correct
|
18
|
+
@change1.revision = "1.1"
|
19
|
+
@change2.revision = "1.2"
|
20
|
+
@change3.revision = "1.3"
|
21
|
+
changesets.add(@change1)
|
22
|
+
changesets.add(@change2)
|
23
|
+
changesets.add(@change3)
|
24
|
+
|
25
|
+
RSS::Maker.make("2.0") do |rss|
|
26
|
+
changesets.accept(RssWriter.new(
|
27
|
+
rss,
|
28
|
+
"Mooky",
|
29
|
+
"http://damagecontrol.codehaus.org/",
|
30
|
+
"This feed contains SCM changes for the DamageControl project",
|
31
|
+
DamageControl::Tracker::JIRA.new("http://jira.codehaus.org/", "DC"),
|
32
|
+
DamageControl::SCMWeb::ViewCVS.new("http://cvs.damagecontrol.codehaus.org/")
|
33
|
+
))
|
34
|
+
assert_equal_with_diff(File.open(File.dirname(__FILE__) + "/changesets.rss").read_fix_nl, rss.to_rss.to_s)
|
35
|
+
end
|
36
|
+
end
|
37
|
+
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
@@ -0,0 +1,40 @@
|
|
1
|
+
require 'rubygems'
|
2
|
+
require 'rscm/changes_fixture'
|
3
|
+
require 'rscm/tempdir'
|
4
|
+
require 'damagecontrol/visitor/yaml_persister'
|
5
|
+
|
6
|
+
module DamageControl
|
7
|
+
module Visitor
|
8
|
+
class YamlPersisterTest < Test::Unit::TestCase
|
9
|
+
include RSCM::ChangesFixture
|
10
|
+
|
11
|
+
def test_should_write_several_changesets_on_save_and_reload_them
|
12
|
+
setup_changes
|
13
|
+
changesets = RSCM::ChangeSets.new
|
14
|
+
changesets.add(@change1)
|
15
|
+
changesets.add(@change2)
|
16
|
+
changesets.add(@change3)
|
17
|
+
changesets.add(@change4)
|
18
|
+
changesets.add(@change5)
|
19
|
+
changesets.add(@change6)
|
20
|
+
changesets.add(@change7)
|
21
|
+
|
22
|
+
changesets_dir = RSCM.new_temp_dir("changesets")
|
23
|
+
yp = YamlPersister.new(changesets_dir)
|
24
|
+
|
25
|
+
changesets.accept(yp)
|
26
|
+
|
27
|
+
latest_identifier = yp.latest_identifier
|
28
|
+
assert_equal(Time.utc(2004,7,5,12,0,14), latest_identifier)
|
29
|
+
all_reloaded = yp.load_upto(latest_identifier, 100)
|
30
|
+
assert_equal(changesets, all_reloaded)
|
31
|
+
|
32
|
+
some_reloaded = yp.load_upto(Time.utc(2004,7,5,12,0,14), 2)
|
33
|
+
assert_equal(2, some_reloaded.length)
|
34
|
+
assert_equal(@change4, some_reloaded[0][0])
|
35
|
+
assert_equal(@change6, some_reloaded[1][1])
|
36
|
+
end
|
37
|
+
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
@@ -0,0 +1,17 @@
|
|
1
|
+
require File.dirname(__FILE__) + '/../test_helper'
|
2
|
+
require 'admin_controller'
|
3
|
+
|
4
|
+
# Re-raise errors caught by the controller.
|
5
|
+
class AdminController; def rescue_action(e) raise e end; end
|
6
|
+
|
7
|
+
class AdminControllerTest < Test::Unit::TestCase
|
8
|
+
def setup
|
9
|
+
@controller = AdminController.new
|
10
|
+
@request, @response = ActionController::TestRequest.new, ActionController::TestResponse.new
|
11
|
+
end
|
12
|
+
|
13
|
+
# Replace this with your real tests.
|
14
|
+
def test_truth
|
15
|
+
assert true
|
16
|
+
end
|
17
|
+
end
|
@@ -0,0 +1,17 @@
|
|
1
|
+
require File.dirname(__FILE__) + '/../test_helper'
|
2
|
+
require 'project_controller'
|
3
|
+
|
4
|
+
# Re-raise errors caught by the controller.
|
5
|
+
class ProjectController; def rescue_action(e) raise e end; end
|
6
|
+
|
7
|
+
class ProjectControllerTest < Test::Unit::TestCase
|
8
|
+
def setup
|
9
|
+
@controller = ProjectController.new
|
10
|
+
@request, @response = ActionController::TestRequest.new, ActionController::TestResponse.new
|
11
|
+
end
|
12
|
+
|
13
|
+
# Replace this with your real tests.
|
14
|
+
def test_truth
|
15
|
+
assert true
|
16
|
+
end
|
17
|
+
end
|
data/test/test_helper.rb
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
ENV["RAILS_ENV"] ||= "test"
|
2
|
+
require File.dirname(__FILE__) + "/../config/environment"
|
3
|
+
require 'application'
|
4
|
+
|
5
|
+
require 'test/unit'
|
6
|
+
require 'active_record/fixtures'
|
7
|
+
require 'action_controller/test_process'
|
8
|
+
require 'breakpoint'
|
9
|
+
|
10
|
+
def create_fixtures(*table_names)
|
11
|
+
Fixtures.create_fixtures(File.dirname(__FILE__) + "/fixtures", table_names)
|
12
|
+
end
|
13
|
+
|
14
|
+
Test::Unit::TestCase.fixture_path = File.dirname(__FILE__) + "/fixtures/"
|
metadata
ADDED
@@ -0,0 +1,245 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
rubygems_version: 0.8.4
|
3
|
+
specification_version: 1
|
4
|
+
name: damagecontrol
|
5
|
+
version: !ruby/object:Gem::Version
|
6
|
+
version: 0.5.0
|
7
|
+
date: 2005-02-15
|
8
|
+
summary: DamageControl
|
9
|
+
require_paths:
|
10
|
+
- lib
|
11
|
+
email: dev@damagecontrol.codehaus.org
|
12
|
+
homepage: http://damagecontrol.codehaus.org/
|
13
|
+
rubyforge_project:
|
14
|
+
description: DamageControl.
|
15
|
+
autorequire: damagecontrol/app
|
16
|
+
default_executable: damagecontrol
|
17
|
+
bindir: bin
|
18
|
+
has_rdoc: true
|
19
|
+
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
20
|
+
requirements:
|
21
|
+
-
|
22
|
+
- ">"
|
23
|
+
- !ruby/object:Gem::Version
|
24
|
+
version: 0.0.0
|
25
|
+
version:
|
26
|
+
platform: ruby
|
27
|
+
authors:
|
28
|
+
- Aslak Hellesoy
|
29
|
+
files:
|
30
|
+
- Rakefile
|
31
|
+
- README
|
32
|
+
- README.license
|
33
|
+
- bin/damagecontrol
|
34
|
+
- bin/damagecontrol-webrick
|
35
|
+
- app/controllers
|
36
|
+
- app/helpers
|
37
|
+
- app/models
|
38
|
+
- app/views
|
39
|
+
- app/controllers/admin_controller.rb
|
40
|
+
- app/controllers/application.rb
|
41
|
+
- app/controllers/files_controller.rb
|
42
|
+
- app/controllers/project_controller.rb
|
43
|
+
- app/controllers/scm_controller.rb
|
44
|
+
- app/helpers/admin_helper.rb
|
45
|
+
- app/helpers/application_helper.rb
|
46
|
+
- app/helpers/project_helper.rb
|
47
|
+
- app/views/dhtml_sites.txt
|
48
|
+
- app/views/files
|
49
|
+
- app/views/layouts
|
50
|
+
- app/views/project
|
51
|
+
- app/views/scm
|
52
|
+
- app/views/files/list.rhtml
|
53
|
+
- app/views/layouts/rscm.rhtml
|
54
|
+
- app/views/project/_bugzilla.rhtml
|
55
|
+
- app/views/project/_changesets_list.rhtml
|
56
|
+
- app/views/project/_cvs.rhtml
|
57
|
+
- app/views/project/_jira.rhtml
|
58
|
+
- app/views/project/_mooky.rhtml
|
59
|
+
- app/views/project/_null.rhtml
|
60
|
+
- app/views/project/_project.rhtml
|
61
|
+
- app/views/project/_rubyforge.rhtml
|
62
|
+
- app/views/project/_scarab.rhtml
|
63
|
+
- app/views/project/_scms.rhtml
|
64
|
+
- app/views/project/_sourceforge.rhtml
|
65
|
+
- app/views/project/_starteam.rhtml
|
66
|
+
- app/views/project/_svn.rhtml
|
67
|
+
- app/views/project/_trac.rhtml
|
68
|
+
- app/views/project/_trackers.rhtml
|
69
|
+
- app/views/project/changesets.rhtml
|
70
|
+
- app/views/project/index.rhtml
|
71
|
+
- app/views/project/view.rhtml
|
72
|
+
- app/views/scm/checkout_status.rhtml
|
73
|
+
- app/views/scm/diff.rhtml
|
74
|
+
- app/views/scm/scroll.html
|
75
|
+
- config/database.yml
|
76
|
+
- config/environment.rb
|
77
|
+
- config/environments
|
78
|
+
- config/environments/development.rb
|
79
|
+
- config/environments/production.rb
|
80
|
+
- config/environments/test.rb
|
81
|
+
- lib/damagecontrol
|
82
|
+
- lib/damagecontrol/app.rb
|
83
|
+
- lib/damagecontrol/build.rb
|
84
|
+
- lib/damagecontrol/diff_htmlizer.rb
|
85
|
+
- lib/damagecontrol/diff_parser.rb
|
86
|
+
- lib/damagecontrol/directories.rb
|
87
|
+
- lib/damagecontrol/poller.rb
|
88
|
+
- lib/damagecontrol/project.rb
|
89
|
+
- lib/damagecontrol/project_dependencies.rb
|
90
|
+
- lib/damagecontrol/scm_web.rb
|
91
|
+
- lib/damagecontrol/standard_persister.rb
|
92
|
+
- lib/damagecontrol/tracker.rb
|
93
|
+
- lib/damagecontrol/visitor
|
94
|
+
- lib/damagecontrol/visitor/build_executor.rb
|
95
|
+
- lib/damagecontrol/visitor/diff_persister.rb
|
96
|
+
- lib/damagecontrol/visitor/rss_writer.rb
|
97
|
+
- lib/damagecontrol/visitor/yaml_persister.rb
|
98
|
+
- public/404.html
|
99
|
+
- public/500.html
|
100
|
+
- public/dispatch.cgi
|
101
|
+
- public/dispatch.fcgi
|
102
|
+
- public/dispatch.rb
|
103
|
+
- public/images
|
104
|
+
- public/index.html
|
105
|
+
- public/javascripts
|
106
|
+
- public/licenses
|
107
|
+
- public/stylesheets
|
108
|
+
- public/images/16x16
|
109
|
+
- public/images/24x24
|
110
|
+
- public/images/blue-16.gif
|
111
|
+
- public/images/blue-32.gif
|
112
|
+
- public/images/bugzilla.png
|
113
|
+
- public/images/cvs.png
|
114
|
+
- public/images/footer.gif
|
115
|
+
- public/images/green-128.gif
|
116
|
+
- public/images/green-16.gif
|
117
|
+
- public/images/green-32.gif
|
118
|
+
- public/images/grey-16.gif
|
119
|
+
- public/images/grey-32.gif
|
120
|
+
- public/images/jira.gif
|
121
|
+
- public/images/README.license
|
122
|
+
- public/images/red-16.gif
|
123
|
+
- public/images/red-32.gif
|
124
|
+
- public/images/red-pulse-32.gif
|
125
|
+
- public/images/rss.gif
|
126
|
+
- public/images/rubyforge.png
|
127
|
+
- public/images/scarab.gif
|
128
|
+
- public/images/sourceforge.gif
|
129
|
+
- public/images/starteam.png
|
130
|
+
- public/images/svnlogo64.png
|
131
|
+
- public/images/trac.png
|
132
|
+
- public/images/16x16/about.png
|
133
|
+
- public/images/16x16/bug_green.png
|
134
|
+
- public/images/16x16/bug_red.png
|
135
|
+
- public/images/16x16/bug_yellow.png
|
136
|
+
- public/images/16x16/component.png
|
137
|
+
- public/images/16x16/console.png
|
138
|
+
- public/images/16x16/console_error.png
|
139
|
+
- public/images/16x16/document_add.png
|
140
|
+
- public/images/16x16/document_delete.png
|
141
|
+
- public/images/16x16/document_edit.png
|
142
|
+
- public/images/16x16/document_exchange.png
|
143
|
+
- public/images/16x16/document_new.png
|
144
|
+
- public/images/16x16/document_warning.png
|
145
|
+
- public/images/16x16/safe.png
|
146
|
+
- public/images/16x16/scroll_information.png
|
147
|
+
- public/images/16x16/wrench.png
|
148
|
+
- public/images/24x24/box_delete.png
|
149
|
+
- public/images/24x24/box_into.png
|
150
|
+
- public/images/24x24/box_new.png
|
151
|
+
- public/images/24x24/console_network.png
|
152
|
+
- public/images/24x24/document_edit.png
|
153
|
+
- public/images/24x24/find.png
|
154
|
+
- public/images/24x24/folders.png
|
155
|
+
- public/images/24x24/garbage.png
|
156
|
+
- public/images/24x24/gear_connection.png
|
157
|
+
- public/images/24x24/gear_delete.png
|
158
|
+
- public/images/24x24/gears_run.png
|
159
|
+
- public/images/24x24/home.png
|
160
|
+
- public/images/24x24/navigate_left.png
|
161
|
+
- public/images/24x24/navigate_right.png
|
162
|
+
- public/images/24x24/package_new.png
|
163
|
+
- public/images/24x24/safe.png
|
164
|
+
- public/images/24x24/safe_new.png
|
165
|
+
- public/images/24x24/safe_out.png
|
166
|
+
- public/images/24x24/scroll_information.png
|
167
|
+
- public/images/24x24/stop.png
|
168
|
+
- public/images/24x24/wrench.png
|
169
|
+
- public/javascripts/dw_event.js
|
170
|
+
- public/javascripts/dw_tooltip.js
|
171
|
+
- public/javascripts/dw_viewport.js
|
172
|
+
- public/javascripts/pngfix.js
|
173
|
+
- public/javascripts/toggle_diff.js
|
174
|
+
- public/licenses/DAMAGECONTROL.license
|
175
|
+
- public/licenses/INCORS.license
|
176
|
+
- public/stylesheets/diff.css
|
177
|
+
- public/stylesheets/style.css
|
178
|
+
- script/breakpointer
|
179
|
+
- script/console
|
180
|
+
- script/generate
|
181
|
+
- script/server
|
182
|
+
- test/damagecontrol
|
183
|
+
- test/functional
|
184
|
+
- test/test_helper.rb
|
185
|
+
- test/damagecontrol/a_program.rb
|
186
|
+
- test/damagecontrol/a_slow_program.rb
|
187
|
+
- test/damagecontrol/build_test.rb
|
188
|
+
- test/damagecontrol/diff_htmlizer_test.rb
|
189
|
+
- test/damagecontrol/diff_parser_test.rb
|
190
|
+
- test/damagecontrol/file_ext.rb
|
191
|
+
- test/damagecontrol/poller_test.rb
|
192
|
+
- test/damagecontrol/project_test.rb
|
193
|
+
- test/damagecontrol/scm_web_test.rb
|
194
|
+
- test/damagecontrol/test.diff
|
195
|
+
- test/damagecontrol/test.html
|
196
|
+
- test/damagecontrol/tracker_test.rb
|
197
|
+
- test/damagecontrol/visitor
|
198
|
+
- test/damagecontrol/visitor/changesets.rss
|
199
|
+
- test/damagecontrol/visitor/diff_persister_test.rb
|
200
|
+
- test/damagecontrol/visitor/rss_writer_test.rb
|
201
|
+
- test/damagecontrol/visitor/yaml_persister_test.rb
|
202
|
+
- test/functional/admin_controller_test.rb
|
203
|
+
- test/functional/project_controller_test.rb
|
204
|
+
test_files: []
|
205
|
+
rdoc_options:
|
206
|
+
- "--line-numbers"
|
207
|
+
- "--inline-source"
|
208
|
+
extra_rdoc_files:
|
209
|
+
- README
|
210
|
+
executables:
|
211
|
+
- damagecontrol
|
212
|
+
- damagecontrol-webrick
|
213
|
+
extensions: []
|
214
|
+
requirements: []
|
215
|
+
dependencies:
|
216
|
+
- !ruby/object:Gem::Dependency
|
217
|
+
name: log4r
|
218
|
+
version_requirement:
|
219
|
+
version_requirements: !ruby/object:Gem::Version::Requirement
|
220
|
+
requirements:
|
221
|
+
-
|
222
|
+
- ">"
|
223
|
+
- !ruby/object:Gem::Version
|
224
|
+
version: 1.0.4
|
225
|
+
version:
|
226
|
+
- !ruby/object:Gem::Dependency
|
227
|
+
name: rscm
|
228
|
+
version_requirement:
|
229
|
+
version_requirements: !ruby/object:Gem::Version::Requirement
|
230
|
+
requirements:
|
231
|
+
-
|
232
|
+
- ">"
|
233
|
+
- !ruby/object:Gem::Version
|
234
|
+
version: 0.0.0
|
235
|
+
version:
|
236
|
+
- !ruby/object:Gem::Dependency
|
237
|
+
name: needle
|
238
|
+
version_requirement:
|
239
|
+
version_requirements: !ruby/object:Gem::Version::Requirement
|
240
|
+
requirements:
|
241
|
+
-
|
242
|
+
- ">"
|
243
|
+
- !ruby/object:Gem::Version
|
244
|
+
version: 0.0.0
|
245
|
+
version:
|