houston-core 0.6.3 → 0.7.0.beta

Sign up to get free protection for your applications and to get access to all the features.
Files changed (232) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/Gemfile.lock +53 -63
  4. data/app/adapters/houston/adapters/error_tracker/errbit_adapter.rb +2 -2
  5. data/app/adapters/houston/adapters/ticket_tracker/github_adapter.rb +1 -1
  6. data/app/adapters/houston/adapters/ticket_tracker/unfuddle_adapter.rb +5 -5
  7. data/app/adapters/houston/adapters/version_control/git_adapter.rb +4 -4
  8. data/app/assets/javascripts/{app → houston/app}/boot.coffee +0 -0
  9. data/app/assets/javascripts/{app → houston/app}/emoji.coffee.erb +0 -0
  10. data/app/assets/javascripts/{app → houston/app}/infinite_scroll.coffee +0 -0
  11. data/app/assets/javascripts/{app → houston/app}/models/commit.coffee +0 -0
  12. data/app/assets/javascripts/{app → houston/app}/models/release.coffee +0 -0
  13. data/app/assets/javascripts/{app → houston/app}/models/task.coffee +0 -0
  14. data/app/assets/javascripts/{app → houston/app}/models/tester.coffee +0 -0
  15. data/app/assets/javascripts/{app → houston/app}/models/testing_note.coffee +0 -0
  16. data/app/assets/javascripts/{app → houston/app}/models/ticket.coffee +0 -0
  17. data/app/assets/javascripts/{app → houston/app}/models/user.coffee +0 -0
  18. data/app/assets/javascripts/{app → houston/app}/mousetrap-bind-scoped.js +0 -0
  19. data/app/assets/javascripts/{app → houston/app}/releases.coffee +0 -0
  20. data/app/assets/javascripts/{app → houston/app}/table_row_expander.coffee +0 -0
  21. data/app/assets/javascripts/{app → houston/app}/ticket_tracker_refresh.coffee +0 -0
  22. data/app/assets/javascripts/{app → houston/app}/views/_show_sprint_view.coffee +0 -0
  23. data/app/assets/javascripts/{app → houston/app}/views/_tickets_view.coffee +0 -0
  24. data/app/assets/javascripts/{app → houston/app}/views/all_tickets_view.coffee +0 -0
  25. data/app/assets/javascripts/{app → houston/app}/views/commit_view.coffee +0 -0
  26. data/app/assets/javascripts/{app → houston/app}/views/edit_sprint_view.coffee +0 -0
  27. data/app/assets/javascripts/{app → houston/app}/views/edit_ticket_view.coffee +0 -0
  28. data/app/assets/javascripts/{app → houston/app}/views/find_or_create_ticket_view.coffee +0 -0
  29. data/app/assets/javascripts/{app → houston/app}/views/keyboard_shortcuts_modal.coffee +0 -0
  30. data/app/assets/javascripts/{app → houston/app}/views/new_ticket_modal.coffee +0 -0
  31. data/app/assets/javascripts/{app → houston/app}/views/new_ticket_view.coffee +0 -0
  32. data/app/assets/javascripts/{app → houston/app}/views/problems_view.coffee +0 -0
  33. data/app/assets/javascripts/{app → houston/app}/views/testing_note_view.coffee +0 -0
  34. data/app/assets/javascripts/{app → houston/app}/views/testing_report_view.coffee +0 -0
  35. data/app/assets/javascripts/{app → houston/app}/views/testing_ticket_view.coffee +0 -0
  36. data/app/assets/javascripts/{app → houston/app}/views/ticket_modal_view.coffee +0 -0
  37. data/app/assets/javascripts/{application.js → houston/application.js} +1 -1
  38. data/app/assets/javascripts/{core → houston/core}/app.coffee +0 -0
  39. data/app/assets/javascripts/{core → houston/core}/burndown_chart.coffee +0 -0
  40. data/app/assets/javascripts/{core → houston/core}/core_ext/array.coffee +0 -0
  41. data/app/assets/javascripts/{core → houston/core}/core_ext/date.coffee +0 -0
  42. data/app/assets/javascripts/{core → houston/core}/core_ext/number.coffee +0 -0
  43. data/app/assets/javascripts/{core → houston/core}/errors.coffee +1 -1
  44. data/app/assets/javascripts/{core → houston/core}/handlebars_helpers.coffee +0 -0
  45. data/app/assets/javascripts/{core → houston/core}/helpers.coffee +0 -0
  46. data/app/assets/javascripts/{core → houston/core}/jquery_extensions.coffee +5 -3
  47. data/app/assets/javascripts/{core → houston/core}/stacked_area_graph.coffee +0 -0
  48. data/app/assets/javascripts/{core → houston/core}/stacked_bar_graph.coffee +0 -0
  49. data/app/assets/javascripts/{dashboard.js → houston/dashboard.js} +1 -1
  50. data/app/assets/javascripts/{dashboard → houston/dashboard}/refresher.coffee +0 -0
  51. data/app/assets/javascripts/{vendor.js → houston/vendor.js} +0 -0
  52. data/app/assets/stylesheets/{application.css → houston/application.css} +0 -0
  53. data/app/assets/stylesheets/{application → houston/application}/ansi.scss +0 -0
  54. data/app/assets/stylesheets/{application → houston/application}/commit.scss +0 -0
  55. data/app/assets/stylesheets/{application → houston/application}/emoji.scss +0 -0
  56. data/app/assets/stylesheets/{application → houston/application}/exceptions.scss +1 -1
  57. data/app/assets/stylesheets/{application → houston/application}/find_or_create_ticket.scss +0 -0
  58. data/app/assets/stylesheets/{application → houston/application}/follow_up.scss +0 -0
  59. data/app/assets/stylesheets/{application → houston/application}/forms.scss +0 -0
  60. data/app/assets/stylesheets/{application → houston/application}/freight_train.css.scss +0 -0
  61. data/app/assets/stylesheets/{application → houston/application}/full_screen.scss +0 -0
  62. data/app/assets/stylesheets/{application → houston/application}/github_repos.scss +0 -0
  63. data/app/assets/stylesheets/{application → houston/application}/infinite_scroll.scss +0 -0
  64. data/app/assets/stylesheets/houston/application/jobs.scss +5 -0
  65. data/app/assets/stylesheets/{application → houston/application}/keyboard_shortcuts.scss +0 -0
  66. data/app/assets/stylesheets/{application → houston/application}/markdown.scss +0 -0
  67. data/app/assets/stylesheets/{application → houston/application}/mobile.scss +0 -0
  68. data/app/assets/stylesheets/{application → houston/application}/modals.scss +0 -0
  69. data/app/assets/stylesheets/{application → houston/application}/navigation.scss +0 -0
  70. data/app/assets/stylesheets/{application → houston/application}/new_ticket_view.scss +0 -0
  71. data/app/assets/stylesheets/{application → houston/application}/omnibar.scss +0 -0
  72. data/app/assets/stylesheets/{application → houston/application}/project_banner_buttons.scss +0 -0
  73. data/app/assets/stylesheets/{application → houston/application}/project_tiles.scss +0 -0
  74. data/app/assets/stylesheets/{application → houston/application}/projects.css.scss +0 -0
  75. data/app/assets/stylesheets/{application → houston/application}/pull_requests.scss +0 -0
  76. data/app/assets/stylesheets/{application → houston/application}/queue.scss +0 -0
  77. data/app/assets/stylesheets/{application → houston/application}/release_form.scss +0 -0
  78. data/app/assets/stylesheets/{application → houston/application}/releases.scss +1 -1
  79. data/app/assets/stylesheets/{application → houston/application}/sortable_table.scss +0 -0
  80. data/app/assets/stylesheets/{application → houston/application}/sprint.scss +0 -0
  81. data/app/assets/stylesheets/{application → houston/application}/tables.scss +0 -0
  82. data/app/assets/stylesheets/{application → houston/application}/test.scss +0 -0
  83. data/app/assets/stylesheets/{application → houston/application}/test_run.scss +0 -0
  84. data/app/assets/stylesheets/{application → houston/application}/testing_report.scss +0 -0
  85. data/app/assets/stylesheets/{application → houston/application}/ticket.scss +0 -0
  86. data/app/assets/stylesheets/{application → houston/application}/ticket_modal.scss +0 -0
  87. data/app/assets/stylesheets/{application → houston/application}/tickets.scss +0 -0
  88. data/app/assets/stylesheets/{application → houston/application}/timeline.scss +0 -0
  89. data/app/assets/stylesheets/{application → houston/application}/tips.scss +0 -0
  90. data/app/assets/stylesheets/{application → houston/application}/typeahead.scss +0 -0
  91. data/app/assets/stylesheets/{application → houston/application}/uploading.scss +0 -0
  92. data/app/assets/stylesheets/{application → houston/application}/user_wall.scss +0 -0
  93. data/app/assets/stylesheets/{application → houston/application}/users.scss +0 -0
  94. data/app/assets/stylesheets/{application → houston/application}/welcome.scss +0 -0
  95. data/app/assets/stylesheets/{core → houston/core}/alerts.scss +0 -0
  96. data/app/assets/stylesheets/{core → houston/core}/avatars.scss +0 -0
  97. data/app/assets/stylesheets/{core → houston/core}/burndown_chart.scss +0 -0
  98. data/app/assets/stylesheets/{core → houston/core}/colors.scss.erb +0 -0
  99. data/app/assets/stylesheets/{core → houston/core}/misc.scss +3 -0
  100. data/app/assets/stylesheets/{core → houston/core}/octicons-icons.scss +0 -0
  101. data/app/assets/stylesheets/{core → houston/core}/octicons.scss.erb +0 -0
  102. data/app/assets/stylesheets/{core → houston/core}/overrides.scss +0 -0
  103. data/app/assets/stylesheets/{core → houston/core}/roboto.scss.erb +0 -0
  104. data/app/assets/stylesheets/{core → houston/core}/scores.scss +0 -0
  105. data/app/assets/stylesheets/{dashboard.css → houston/dashboard.css} +0 -0
  106. data/app/assets/stylesheets/{dashboard → houston/dashboard}/dashboard.scss +0 -0
  107. data/app/assets/stylesheets/{print.css.scss → houston/print.css.scss} +0 -0
  108. data/app/assets/stylesheets/{variables.scss → houston/variables.scss} +0 -0
  109. data/app/assets/stylesheets/{vendor.css → houston/vendor.css} +0 -0
  110. data/app/concerns/houston/props.rb +96 -0
  111. data/app/concerns/project_adapter.rb +1 -1
  112. data/app/controllers/api/v1/measurements_controller.rb +32 -0
  113. data/app/controllers/application_controller.rb +1 -1
  114. data/app/controllers/authorizations_controller.rb +61 -0
  115. data/app/controllers/github/pulls_controller.rb +1 -1
  116. data/app/controllers/jobs_controller.rb +30 -1
  117. data/app/controllers/oauth/providers_controller.rb +45 -0
  118. data/app/controllers/project_options_controller.rb +2 -2
  119. data/app/controllers/projects_controller.rb +3 -3
  120. data/app/controllers/releases_controller.rb +3 -3
  121. data/app/controllers/user_options_controller.rb +2 -2
  122. data/app/controllers/users_controller.rb +1 -2
  123. data/app/helpers/application_helper.rb +49 -3
  124. data/app/helpers/email_helper.rb +19 -1
  125. data/app/helpers/release_helper.rb +1 -1
  126. data/app/helpers/ticket_helper.rb +0 -32
  127. data/app/interactors/cache_key_dependencies.rb +3 -8
  128. data/app/mailers/view_mailer.rb +8 -8
  129. data/app/models/authorization.rb +54 -0
  130. data/app/models/commit.rb +1 -1
  131. data/app/models/error.rb +14 -0
  132. data/app/models/github/comment_event.rb +4 -4
  133. data/app/models/github/pull_request.rb +39 -17
  134. data/app/models/github/pull_request_event.rb +1 -7
  135. data/app/models/job.rb +81 -0
  136. data/app/models/measurement.rb +2 -1
  137. data/app/models/oauth/provider.rb +35 -0
  138. data/app/models/project.rb +12 -3
  139. data/app/models/slackdown.rb +1 -1
  140. data/app/models/user.rb +28 -35
  141. data/app/presenters/measurements_presenter.rb +26 -0
  142. data/app/presenters/project_presenter.rb +1 -1
  143. data/app/views/authorizations/_form.html.erb +33 -0
  144. data/app/views/authorizations/edit.html.erb +7 -0
  145. data/app/views/authorizations/granted.html.erb +7 -0
  146. data/app/views/authorizations/index.html.erb +47 -0
  147. data/app/views/authorizations/new.html.erb +7 -0
  148. data/app/views/configuration_error/_no_ticket_tracker.html.erb +1 -1
  149. data/app/views/github/pulls/index.html.erb +5 -1
  150. data/app/views/jobs/index.html.erb +72 -0
  151. data/app/views/jobs/show.html.erb +25 -32
  152. data/app/views/layouts/_navigation.html.erb +1 -1
  153. data/app/views/layouts/application.html.erb +14 -15
  154. data/app/views/layouts/dashboard.html.erb +9 -10
  155. data/app/views/layouts/minimal.html.erb +14 -15
  156. data/app/views/layouts/naked.html.erb +52 -0
  157. data/app/views/layouts/naked_dashboard.html.erb +9 -10
  158. data/app/views/oauth/providers/_form.html.erb +54 -0
  159. data/app/views/oauth/providers/edit.html.erb +7 -0
  160. data/app/views/oauth/providers/index.html.erb +41 -0
  161. data/app/views/oauth/providers/new.html.erb +7 -0
  162. data/app/views/projects/_form.html.erb +8 -9
  163. data/app/views/projects/index.html.erb +1 -1
  164. data/app/views/users/_form.html.erb +20 -19
  165. data/bin/rails +1 -1
  166. data/config/application.rb +11 -10
  167. data/config/boot.rb +1 -2
  168. data/config/environments/development.rb +8 -6
  169. data/config/environments/production.rb +11 -16
  170. data/config/environments/test.rb +5 -5
  171. data/config/initializers/assets.rb +17 -7
  172. data/config/initializers/cookies_serializer.rb +1 -1
  173. data/config/initializers/houston_async.rb +22 -4
  174. data/config/initializers/houston_report_exception.rb +16 -11
  175. data/config/initializers/houston_scheduler.rb +1 -1
  176. data/config/initializers/houston_try.rb +12 -0
  177. data/config/routes.rb +29 -19
  178. data/db/fixtures/projects.yml +2 -2
  179. data/db/migrate/20160317140151_remove_limit_from_users_invitation_token.rb +9 -0
  180. data/db/migrate/20160419230411_create_oauth_providers.rb +14 -0
  181. data/db/migrate/20160420000616_create_authorizations.rb +16 -0
  182. data/db/migrate/20160507135209_create_jobs.rb +14 -0
  183. data/db/migrate/20160507135846_create_errors_2.rb +12 -0
  184. data/db/migrate/20160510233329_add_closed_at_and_merged_at_to_pull_requests.rb +7 -0
  185. data/db/migrate/20160625203412_convert_user_view_options_to_props.rb +21 -0
  186. data/db/migrate/20160625221840_convert_project_extended_attributes_to_props.rb +32 -0
  187. data/db/migrate/20160625230420_move_users_unfuddle_id_to_props.rb +14 -0
  188. data/db/structure.sql +247 -4
  189. data/{houston.gemspec → houston-core.gemspec} +8 -9
  190. data/lib/configuration.rb +15 -43
  191. data/lib/houston/version.rb +1 -1
  192. data/lib/houston_observer.rb +2 -7
  193. data/lib/parallel_enumerable.rb +2 -8
  194. data/templates/new-instance/app/assets/javascripts/.keep +0 -0
  195. data/templates/new-instance/app/assets/javascripts/application.js +13 -0
  196. data/templates/new-instance/app/assets/stylesheets/.keep +0 -0
  197. data/templates/new-instance/app/assets/stylesheets/application.css +13 -0
  198. data/templates/new-instance/app/controllers/.keep +0 -0
  199. data/templates/new-instance/app/models/.keep +0 -0
  200. data/templates/new-instance/app/views/.keep +0 -0
  201. data/templates/new-instance/config/alerts/errs.rb +1 -1
  202. data/templates/new-instance/config/jobs/purge_jobs.rb +3 -0
  203. data/templates/new-instance/config/main.rb +1 -0
  204. data/templates/new-instance/config/routes.rb +5 -0
  205. data/templates/new-instance/config/triggers/github/publish_comments_on_slack.rb +3 -3
  206. data/templates/new-instance/lib/houston/engine.rb +25 -0
  207. data/test/acceptance/creating_a_release_test.rb +1 -1
  208. data/test/integration/ci_integration_test.rb +2 -2
  209. data/test/integration/commits_api_test.rb +1 -1
  210. data/test/unit/controllers/hooks_controller_test.rb +1 -6
  211. data/test/unit/controllers/project_options_controller_test.rb +11 -11
  212. data/test/unit/controllers/user_options_controller_test.rb +13 -13
  213. data/test/unit/models/code_climate_coverage_report_test.rb +1 -1
  214. data/test/unit/models/commit_test.rb +4 -2
  215. data/test/unit/models/project_test.rb +5 -5
  216. data/test/unit/models/props_test.rb +57 -0
  217. data/test/unit/models/pull_request_test.rb +2 -2
  218. data/test/unit/models/test_run_test.rb +1 -1
  219. metadata +166 -151
  220. data/app/assets/javascripts/app/views/reports_view.coffee +0 -51
  221. data/app/controllers/oauth_consumers_controller.rb +0 -68
  222. data/app/controllers/reports_controller.rb +0 -215
  223. data/app/models/consumer_token.rb +0 -13
  224. data/app/models/github_token.rb +0 -8
  225. data/app/views/oauth_consumers/error.html.erb +0 -5
  226. data/app/views/oauth_consumers/index.html.erb +0 -29
  227. data/app/views/oauth_consumers/show.html.erb +0 -7
  228. data/app/views/reports/index.html.erb +0 -9
  229. data/app/views/reports/sprint.html.erb +0 -21
  230. data/app/views/reports/velocity.html.erb +0 -104
  231. data/config/initializers/oauth_consumers.rb +0 -18
  232. data/lib/patches/sprockets_output_path_for_assets.rb +0 -29
@@ -47,7 +47,7 @@ class TestRunTest < ActiveSupport::TestCase
47
47
  name: "Test",
48
48
  slug: "test",
49
49
  version_control_name: "Git",
50
- extended_attributes: { "git_location" => path })
50
+ props: {"git.location" => path})
51
51
  end
52
52
 
53
53
  should "create tests for the project" do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: houston-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.7.0.beta
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Lail
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-01 00:00:00.000000000 Z
11
+ date: 2016-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -24,20 +24,6 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 4.2.5.1
27
- - !ruby/object:Gem::Dependency
28
- name: sprockets
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - "~>"
32
- - !ruby/object:Gem::Version
33
- version: '2.8'
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - "~>"
39
- - !ruby/object:Gem::Version
40
- version: '2.8'
41
27
  - !ruby/object:Gem::Dependency
42
28
  name: pg
43
29
  requirement: !ruby/object:Gem::Requirement
@@ -84,30 +70,30 @@ dependencies:
84
70
  name: addressable
85
71
  requirement: !ruby/object:Gem::Requirement
86
72
  requirements:
87
- - - ">="
73
+ - - "~>"
88
74
  - !ruby/object:Gem::Version
89
- version: '0'
75
+ version: 2.3.8
90
76
  type: :runtime
91
77
  prerelease: false
92
78
  version_requirements: !ruby/object:Gem::Requirement
93
79
  requirements:
94
- - - ">="
80
+ - - "~>"
95
81
  - !ruby/object:Gem::Version
96
- version: '0'
82
+ version: 2.3.8
97
83
  - !ruby/object:Gem::Dependency
98
84
  name: browser
99
85
  requirement: !ruby/object:Gem::Requirement
100
86
  requirements:
101
- - - ">="
87
+ - - "~>"
102
88
  - !ruby/object:Gem::Version
103
- version: '0'
89
+ version: 1.1.0
104
90
  type: :runtime
105
91
  prerelease: false
106
92
  version_requirements: !ruby/object:Gem::Requirement
107
93
  requirements:
108
- - - ">="
94
+ - - "~>"
109
95
  - !ruby/object:Gem::Version
110
- version: '0'
96
+ version: 1.1.0
111
97
  - !ruby/object:Gem::Dependency
112
98
  name: cancan
113
99
  requirement: !ruby/object:Gem::Requirement
@@ -240,14 +226,14 @@ dependencies:
240
226
  requirements:
241
227
  - - "~>"
242
228
  - !ruby/object:Gem::Version
243
- version: 0.21.0
229
+ version: 0.23.0
244
230
  type: :runtime
245
231
  prerelease: false
246
232
  version_requirements: !ruby/object:Gem::Requirement
247
233
  requirements:
248
234
  - - "~>"
249
235
  - !ruby/object:Gem::Version
250
- version: 0.21.0
236
+ version: 0.23.0
251
237
  - !ruby/object:Gem::Dependency
252
238
  name: hpricot
253
239
  requirement: !ruby/object:Gem::Requirement
@@ -291,7 +277,7 @@ dependencies:
291
277
  - !ruby/object:Gem::Version
292
278
  version: '0'
293
279
  - !ruby/object:Gem::Dependency
294
- name: houston-oauth-plugin
280
+ name: oauth2
295
281
  requirement: !ruby/object:Gem::Requirement
296
282
  requirements:
297
283
  - - ">="
@@ -506,14 +492,14 @@ dependencies:
506
492
  requirements:
507
493
  - - "~>"
508
494
  - !ruby/object:Gem::Version
509
- version: 3.1.7
495
+ version: 3.2.0
510
496
  type: :runtime
511
497
  prerelease: false
512
498
  version_requirements: !ruby/object:Gem::Requirement
513
499
  requirements:
514
500
  - - "~>"
515
501
  - !ruby/object:Gem::Version
516
- version: 3.1.7
502
+ version: 3.2.0
517
503
  - !ruby/object:Gem::Dependency
518
504
  name: whenever
519
505
  requirement: !ruby/object:Gem::Requirement
@@ -604,28 +590,28 @@ dependencies:
604
590
  requirements:
605
591
  - - "~>"
606
592
  - !ruby/object:Gem::Version
607
- version: 0.23.3
593
+ version: 0.24.0
608
594
  type: :runtime
609
595
  prerelease: false
610
596
  version_requirements: !ruby/object:Gem::Requirement
611
597
  requirements:
612
598
  - - "~>"
613
599
  - !ruby/object:Gem::Version
614
- version: 0.23.3
600
+ version: 0.24.0
615
601
  - !ruby/object:Gem::Dependency
616
602
  name: octokit
617
603
  requirement: !ruby/object:Gem::Requirement
618
604
  requirements:
619
605
  - - "~>"
620
606
  - !ruby/object:Gem::Version
621
- version: 4.1.0
607
+ version: 4.3.0
622
608
  type: :runtime
623
609
  prerelease: false
624
610
  version_requirements: !ruby/object:Gem::Requirement
625
611
  requirements:
626
612
  - - "~>"
627
613
  - !ruby/object:Gem::Version
628
- version: 4.1.0
614
+ version: 4.3.0
629
615
  - !ruby/object:Gem::Dependency
630
616
  name: boblail-unfuddle
631
617
  requirement: !ruby/object:Gem::Requirement
@@ -776,108 +762,108 @@ files:
776
762
  - app/assets/images/bug-zero-128.png
777
763
  - app/assets/images/bug-zero-48.png
778
764
  - app/assets/images/drag-grip.png
779
- - app/assets/javascripts/app/boot.coffee
780
- - app/assets/javascripts/app/emoji.coffee.erb
781
- - app/assets/javascripts/app/infinite_scroll.coffee
782
- - app/assets/javascripts/app/models/commit.coffee
783
- - app/assets/javascripts/app/models/release.coffee
784
- - app/assets/javascripts/app/models/task.coffee
785
- - app/assets/javascripts/app/models/tester.coffee
786
- - app/assets/javascripts/app/models/testing_note.coffee
787
- - app/assets/javascripts/app/models/ticket.coffee
788
- - app/assets/javascripts/app/models/user.coffee
789
- - app/assets/javascripts/app/mousetrap-bind-scoped.js
790
- - app/assets/javascripts/app/releases.coffee
791
- - app/assets/javascripts/app/table_row_expander.coffee
792
- - app/assets/javascripts/app/ticket_tracker_refresh.coffee
793
- - app/assets/javascripts/app/views/_show_sprint_view.coffee
794
- - app/assets/javascripts/app/views/_tickets_view.coffee
795
- - app/assets/javascripts/app/views/all_tickets_view.coffee
796
- - app/assets/javascripts/app/views/commit_view.coffee
797
- - app/assets/javascripts/app/views/edit_sprint_view.coffee
798
- - app/assets/javascripts/app/views/edit_ticket_view.coffee
799
- - app/assets/javascripts/app/views/find_or_create_ticket_view.coffee
800
- - app/assets/javascripts/app/views/keyboard_shortcuts_modal.coffee
801
- - app/assets/javascripts/app/views/new_ticket_modal.coffee
802
- - app/assets/javascripts/app/views/new_ticket_view.coffee
803
- - app/assets/javascripts/app/views/problems_view.coffee
804
- - app/assets/javascripts/app/views/reports_view.coffee
805
- - app/assets/javascripts/app/views/testing_note_view.coffee
806
- - app/assets/javascripts/app/views/testing_report_view.coffee
807
- - app/assets/javascripts/app/views/testing_ticket_view.coffee
808
- - app/assets/javascripts/app/views/ticket_modal_view.coffee
809
- - app/assets/javascripts/application.js
810
- - app/assets/javascripts/core/app.coffee
811
- - app/assets/javascripts/core/burndown_chart.coffee
812
- - app/assets/javascripts/core/core_ext/array.coffee
813
- - app/assets/javascripts/core/core_ext/date.coffee
814
- - app/assets/javascripts/core/core_ext/number.coffee
815
- - app/assets/javascripts/core/errors.coffee
816
- - app/assets/javascripts/core/handlebars_helpers.coffee
817
- - app/assets/javascripts/core/helpers.coffee
818
- - app/assets/javascripts/core/jquery_extensions.coffee
819
- - app/assets/javascripts/core/stacked_area_graph.coffee
820
- - app/assets/javascripts/core/stacked_bar_graph.coffee
821
- - app/assets/javascripts/dashboard.js
822
- - app/assets/javascripts/dashboard/refresher.coffee
823
- - app/assets/javascripts/vendor.js
824
- - app/assets/stylesheets/application.css
825
- - app/assets/stylesheets/application/ansi.scss
826
- - app/assets/stylesheets/application/commit.scss
827
- - app/assets/stylesheets/application/emoji.scss
828
- - app/assets/stylesheets/application/exceptions.scss
829
- - app/assets/stylesheets/application/find_or_create_ticket.scss
830
- - app/assets/stylesheets/application/follow_up.scss
831
- - app/assets/stylesheets/application/forms.scss
832
- - app/assets/stylesheets/application/freight_train.css.scss
833
- - app/assets/stylesheets/application/full_screen.scss
834
- - app/assets/stylesheets/application/github_repos.scss
835
- - app/assets/stylesheets/application/infinite_scroll.scss
836
- - app/assets/stylesheets/application/keyboard_shortcuts.scss
837
- - app/assets/stylesheets/application/markdown.scss
838
- - app/assets/stylesheets/application/mobile.scss
839
- - app/assets/stylesheets/application/modals.scss
840
- - app/assets/stylesheets/application/navigation.scss
841
- - app/assets/stylesheets/application/new_ticket_view.scss
842
- - app/assets/stylesheets/application/omnibar.scss
843
- - app/assets/stylesheets/application/project_banner_buttons.scss
844
- - app/assets/stylesheets/application/project_tiles.scss
845
- - app/assets/stylesheets/application/projects.css.scss
846
- - app/assets/stylesheets/application/pull_requests.scss
847
- - app/assets/stylesheets/application/queue.scss
848
- - app/assets/stylesheets/application/release_form.scss
849
- - app/assets/stylesheets/application/releases.scss
850
- - app/assets/stylesheets/application/sortable_table.scss
851
- - app/assets/stylesheets/application/sprint.scss
852
- - app/assets/stylesheets/application/tables.scss
853
- - app/assets/stylesheets/application/test.scss
854
- - app/assets/stylesheets/application/test_run.scss
855
- - app/assets/stylesheets/application/testing_report.scss
856
- - app/assets/stylesheets/application/ticket.scss
857
- - app/assets/stylesheets/application/ticket_modal.scss
858
- - app/assets/stylesheets/application/tickets.scss
859
- - app/assets/stylesheets/application/timeline.scss
860
- - app/assets/stylesheets/application/tips.scss
861
- - app/assets/stylesheets/application/typeahead.scss
862
- - app/assets/stylesheets/application/uploading.scss
863
- - app/assets/stylesheets/application/user_wall.scss
864
- - app/assets/stylesheets/application/users.scss
865
- - app/assets/stylesheets/application/welcome.scss
866
- - app/assets/stylesheets/core/alerts.scss
867
- - app/assets/stylesheets/core/avatars.scss
868
- - app/assets/stylesheets/core/burndown_chart.scss
869
- - app/assets/stylesheets/core/colors.scss.erb
870
- - app/assets/stylesheets/core/misc.scss
871
- - app/assets/stylesheets/core/octicons-icons.scss
872
- - app/assets/stylesheets/core/octicons.scss.erb
873
- - app/assets/stylesheets/core/overrides.scss
874
- - app/assets/stylesheets/core/roboto.scss.erb
875
- - app/assets/stylesheets/core/scores.scss
876
- - app/assets/stylesheets/dashboard.css
877
- - app/assets/stylesheets/dashboard/dashboard.scss
878
- - app/assets/stylesheets/print.css.scss
879
- - app/assets/stylesheets/variables.scss
880
- - app/assets/stylesheets/vendor.css
765
+ - app/assets/javascripts/houston/app/boot.coffee
766
+ - app/assets/javascripts/houston/app/emoji.coffee.erb
767
+ - app/assets/javascripts/houston/app/infinite_scroll.coffee
768
+ - app/assets/javascripts/houston/app/models/commit.coffee
769
+ - app/assets/javascripts/houston/app/models/release.coffee
770
+ - app/assets/javascripts/houston/app/models/task.coffee
771
+ - app/assets/javascripts/houston/app/models/tester.coffee
772
+ - app/assets/javascripts/houston/app/models/testing_note.coffee
773
+ - app/assets/javascripts/houston/app/models/ticket.coffee
774
+ - app/assets/javascripts/houston/app/models/user.coffee
775
+ - app/assets/javascripts/houston/app/mousetrap-bind-scoped.js
776
+ - app/assets/javascripts/houston/app/releases.coffee
777
+ - app/assets/javascripts/houston/app/table_row_expander.coffee
778
+ - app/assets/javascripts/houston/app/ticket_tracker_refresh.coffee
779
+ - app/assets/javascripts/houston/app/views/_show_sprint_view.coffee
780
+ - app/assets/javascripts/houston/app/views/_tickets_view.coffee
781
+ - app/assets/javascripts/houston/app/views/all_tickets_view.coffee
782
+ - app/assets/javascripts/houston/app/views/commit_view.coffee
783
+ - app/assets/javascripts/houston/app/views/edit_sprint_view.coffee
784
+ - app/assets/javascripts/houston/app/views/edit_ticket_view.coffee
785
+ - app/assets/javascripts/houston/app/views/find_or_create_ticket_view.coffee
786
+ - app/assets/javascripts/houston/app/views/keyboard_shortcuts_modal.coffee
787
+ - app/assets/javascripts/houston/app/views/new_ticket_modal.coffee
788
+ - app/assets/javascripts/houston/app/views/new_ticket_view.coffee
789
+ - app/assets/javascripts/houston/app/views/problems_view.coffee
790
+ - app/assets/javascripts/houston/app/views/testing_note_view.coffee
791
+ - app/assets/javascripts/houston/app/views/testing_report_view.coffee
792
+ - app/assets/javascripts/houston/app/views/testing_ticket_view.coffee
793
+ - app/assets/javascripts/houston/app/views/ticket_modal_view.coffee
794
+ - app/assets/javascripts/houston/application.js
795
+ - app/assets/javascripts/houston/core/app.coffee
796
+ - app/assets/javascripts/houston/core/burndown_chart.coffee
797
+ - app/assets/javascripts/houston/core/core_ext/array.coffee
798
+ - app/assets/javascripts/houston/core/core_ext/date.coffee
799
+ - app/assets/javascripts/houston/core/core_ext/number.coffee
800
+ - app/assets/javascripts/houston/core/errors.coffee
801
+ - app/assets/javascripts/houston/core/handlebars_helpers.coffee
802
+ - app/assets/javascripts/houston/core/helpers.coffee
803
+ - app/assets/javascripts/houston/core/jquery_extensions.coffee
804
+ - app/assets/javascripts/houston/core/stacked_area_graph.coffee
805
+ - app/assets/javascripts/houston/core/stacked_bar_graph.coffee
806
+ - app/assets/javascripts/houston/dashboard.js
807
+ - app/assets/javascripts/houston/dashboard/refresher.coffee
808
+ - app/assets/javascripts/houston/vendor.js
809
+ - app/assets/stylesheets/houston/application.css
810
+ - app/assets/stylesheets/houston/application/ansi.scss
811
+ - app/assets/stylesheets/houston/application/commit.scss
812
+ - app/assets/stylesheets/houston/application/emoji.scss
813
+ - app/assets/stylesheets/houston/application/exceptions.scss
814
+ - app/assets/stylesheets/houston/application/find_or_create_ticket.scss
815
+ - app/assets/stylesheets/houston/application/follow_up.scss
816
+ - app/assets/stylesheets/houston/application/forms.scss
817
+ - app/assets/stylesheets/houston/application/freight_train.css.scss
818
+ - app/assets/stylesheets/houston/application/full_screen.scss
819
+ - app/assets/stylesheets/houston/application/github_repos.scss
820
+ - app/assets/stylesheets/houston/application/infinite_scroll.scss
821
+ - app/assets/stylesheets/houston/application/jobs.scss
822
+ - app/assets/stylesheets/houston/application/keyboard_shortcuts.scss
823
+ - app/assets/stylesheets/houston/application/markdown.scss
824
+ - app/assets/stylesheets/houston/application/mobile.scss
825
+ - app/assets/stylesheets/houston/application/modals.scss
826
+ - app/assets/stylesheets/houston/application/navigation.scss
827
+ - app/assets/stylesheets/houston/application/new_ticket_view.scss
828
+ - app/assets/stylesheets/houston/application/omnibar.scss
829
+ - app/assets/stylesheets/houston/application/project_banner_buttons.scss
830
+ - app/assets/stylesheets/houston/application/project_tiles.scss
831
+ - app/assets/stylesheets/houston/application/projects.css.scss
832
+ - app/assets/stylesheets/houston/application/pull_requests.scss
833
+ - app/assets/stylesheets/houston/application/queue.scss
834
+ - app/assets/stylesheets/houston/application/release_form.scss
835
+ - app/assets/stylesheets/houston/application/releases.scss
836
+ - app/assets/stylesheets/houston/application/sortable_table.scss
837
+ - app/assets/stylesheets/houston/application/sprint.scss
838
+ - app/assets/stylesheets/houston/application/tables.scss
839
+ - app/assets/stylesheets/houston/application/test.scss
840
+ - app/assets/stylesheets/houston/application/test_run.scss
841
+ - app/assets/stylesheets/houston/application/testing_report.scss
842
+ - app/assets/stylesheets/houston/application/ticket.scss
843
+ - app/assets/stylesheets/houston/application/ticket_modal.scss
844
+ - app/assets/stylesheets/houston/application/tickets.scss
845
+ - app/assets/stylesheets/houston/application/timeline.scss
846
+ - app/assets/stylesheets/houston/application/tips.scss
847
+ - app/assets/stylesheets/houston/application/typeahead.scss
848
+ - app/assets/stylesheets/houston/application/uploading.scss
849
+ - app/assets/stylesheets/houston/application/user_wall.scss
850
+ - app/assets/stylesheets/houston/application/users.scss
851
+ - app/assets/stylesheets/houston/application/welcome.scss
852
+ - app/assets/stylesheets/houston/core/alerts.scss
853
+ - app/assets/stylesheets/houston/core/avatars.scss
854
+ - app/assets/stylesheets/houston/core/burndown_chart.scss
855
+ - app/assets/stylesheets/houston/core/colors.scss.erb
856
+ - app/assets/stylesheets/houston/core/misc.scss
857
+ - app/assets/stylesheets/houston/core/octicons-icons.scss
858
+ - app/assets/stylesheets/houston/core/octicons.scss.erb
859
+ - app/assets/stylesheets/houston/core/overrides.scss
860
+ - app/assets/stylesheets/houston/core/roboto.scss.erb
861
+ - app/assets/stylesheets/houston/core/scores.scss
862
+ - app/assets/stylesheets/houston/dashboard.css
863
+ - app/assets/stylesheets/houston/dashboard/dashboard.scss
864
+ - app/assets/stylesheets/houston/print.css.scss
865
+ - app/assets/stylesheets/houston/variables.scss
866
+ - app/assets/stylesheets/houston/vendor.css
881
867
  - app/assets/templates/commit.hbs
882
868
  - app/assets/templates/keyboard_shortcuts.hbs
883
869
  - app/assets/templates/new_ticket/form.hbs
@@ -909,16 +895,19 @@ files:
909
895
  - app/concerns/feature_state.rb
910
896
  - app/concerns/feature_support.rb
911
897
  - app/concerns/historical_weekly_stats.rb
898
+ - app/concerns/houston/props.rb
912
899
  - app/concerns/milestone_synchronizer.rb
913
900
  - app/concerns/nosync.rb
914
901
  - app/concerns/project_adapter.rb
915
902
  - app/concerns/retirement.rb
916
903
  - app/concerns/ticket_synchronizer.rb
917
904
  - app/concerns/unique_add.rb
905
+ - app/controllers/api/v1/measurements_controller.rb
918
906
  - app/controllers/api/v1/projects_controller.rb
919
907
  - app/controllers/api/v1/sprint_tasks_controller.rb
920
908
  - app/controllers/api/v1/ticket_tasks_controller.rb
921
909
  - app/controllers/application_controller.rb
910
+ - app/controllers/authorizations_controller.rb
922
911
  - app/controllers/commits_controller.rb
923
912
  - app/controllers/concerns/.keep
924
913
  - app/controllers/deploys_controller.rb
@@ -926,7 +915,7 @@ files:
926
915
  - app/controllers/home_controller.rb
927
916
  - app/controllers/hooks_controller.rb
928
917
  - app/controllers/jobs_controller.rb
929
- - app/controllers/oauth_consumers_controller.rb
918
+ - app/controllers/oauth/providers_controller.rb
930
919
  - app/controllers/omnibar_controller.rb
931
920
  - app/controllers/project_exceptions_controller.rb
932
921
  - app/controllers/project_hooks_controller.rb
@@ -938,7 +927,6 @@ files:
938
927
  - app/controllers/project_tickets_sync_controller.rb
939
928
  - app/controllers/projects_controller.rb
940
929
  - app/controllers/releases_controller.rb
941
- - app/controllers/reports_controller.rb
942
930
  - app/controllers/sessions_controller.rb
943
931
  - app/controllers/settings_controller.rb
944
932
  - app/controllers/sprint_task_locks_controller.rb
@@ -997,12 +985,13 @@ files:
997
985
  - app/models/ability.rb
998
986
  - app/models/activity_feed.rb
999
987
  - app/models/antecedent.rb
988
+ - app/models/authorization.rb
1000
989
  - app/models/code_climate/coverage_report.rb
1001
990
  - app/models/commit.rb
1002
991
  - app/models/concerns/.keep
1003
- - app/models/consumer_token.rb
1004
992
  - app/models/deploy.rb
1005
993
  - app/models/environment.rb
994
+ - app/models/error.rb
1006
995
  - app/models/github/comment_event.rb
1007
996
  - app/models/github/commit_comment_event.rb
1008
997
  - app/models/github/commit_status_report.rb
@@ -1013,13 +1002,14 @@ files:
1013
1002
  - app/models/github/pull_request.rb
1014
1003
  - app/models/github/pull_request_event.rb
1015
1004
  - app/models/github/unauthorized.rb
1016
- - app/models/github_token.rb
1005
+ - app/models/job.rb
1017
1006
  - app/models/key_dependency.rb
1018
1007
  - app/models/maintenance_light.rb
1019
1008
  - app/models/measurement.rb
1020
1009
  - app/models/menu_item.rb
1021
1010
  - app/models/menu_item_divider.rb
1022
1011
  - app/models/milestone.rb
1012
+ - app/models/oauth/provider.rb
1023
1013
  - app/models/output_stream.rb
1024
1014
  - app/models/post_receive_payload.rb
1025
1015
  - app/models/project.rb
@@ -1057,6 +1047,7 @@ files:
1057
1047
  - app/models/value_statement.rb
1058
1048
  - app/presenters/commit_presenter.rb
1059
1049
  - app/presenters/full_ticket_presenter.rb
1050
+ - app/presenters/measurements_presenter.rb
1060
1051
  - app/presenters/one_or_many.rb
1061
1052
  - app/presenters/problem_presenter.rb
1062
1053
  - app/presenters/project_presenter.rb
@@ -1069,6 +1060,11 @@ files:
1069
1060
  - app/presenters/testing_report_ticket_presenter.rb
1070
1061
  - app/presenters/ticket_presenter.rb
1071
1062
  - app/views/activity/_events.html.erb
1063
+ - app/views/authorizations/_form.html.erb
1064
+ - app/views/authorizations/edit.html.erb
1065
+ - app/views/authorizations/granted.html.erb
1066
+ - app/views/authorizations/index.html.erb
1067
+ - app/views/authorizations/new.html.erb
1072
1068
  - app/views/commits/show.html.erb
1073
1069
  - app/views/configuration_error/_invalid_repo.html.erb
1074
1070
  - app/views/configuration_error/_no_ticket_tracker.html.erb
@@ -1090,6 +1086,7 @@ files:
1090
1086
  - app/views/devise/unlocks/new.html.erb
1091
1087
  - app/views/github/pulls/index.html.erb
1092
1088
  - app/views/home/index.html.erb
1089
+ - app/views/jobs/index.html.erb
1093
1090
  - app/views/jobs/show.html.erb
1094
1091
  - app/views/layouts/_mobile_navigation.html.erb
1095
1092
  - app/views/layouts/_navigation.html.erb
@@ -1098,10 +1095,12 @@ files:
1098
1095
  - app/views/layouts/dashboard.html.erb
1099
1096
  - app/views/layouts/email.html.erb
1100
1097
  - app/views/layouts/minimal.html.erb
1098
+ - app/views/layouts/naked.html.erb
1101
1099
  - app/views/layouts/naked_dashboard.html.erb
1102
- - app/views/oauth_consumers/error.html.erb
1103
- - app/views/oauth_consumers/index.html.erb
1104
- - app/views/oauth_consumers/show.html.erb
1100
+ - app/views/oauth/providers/_form.html.erb
1101
+ - app/views/oauth/providers/edit.html.erb
1102
+ - app/views/oauth/providers/index.html.erb
1103
+ - app/views/oauth/providers/new.html.erb
1105
1104
  - app/views/project_notification/ci_configuration_error.html.erb
1106
1105
  - app/views/project_notification/follow_up.html.erb
1107
1106
  - app/views/project_notification/new_release.html.erb
@@ -1143,9 +1142,6 @@ files:
1143
1142
  - app/views/releases/index.html.erb
1144
1143
  - app/views/releases/new.html.erb
1145
1144
  - app/views/releases/show.html.erb
1146
- - app/views/reports/index.html.erb
1147
- - app/views/reports/sprint.html.erb
1148
- - app/views/reports/velocity.html.erb
1149
1145
  - app/views/settings/show.html.erb
1150
1146
  - app/views/sprints/dashboard.html.erb
1151
1147
  - app/views/sprints/show.html.erb
@@ -1188,7 +1184,6 @@ files:
1188
1184
  - config/initializers/houston_try.rb
1189
1185
  - config/initializers/inflections.rb
1190
1186
  - config/initializers/mime_types.rb
1191
- - config/initializers/oauth_consumers.rb
1192
1187
  - config/initializers/profile_gc.rb
1193
1188
  - config/initializers/requirements.rb
1194
1189
  - config/initializers/run_tests_on_post_receive.rb
@@ -1402,9 +1397,18 @@ files:
1402
1397
  - db/migrate/20151226155305_generate_index_on_releases.rb
1403
1398
  - db/migrate/20151228183704_drop_unused_tables.rb
1404
1399
  - db/migrate/20160120145757_add_successful_to_deploys.rb
1400
+ - db/migrate/20160317140151_remove_limit_from_users_invitation_token.rb
1401
+ - db/migrate/20160419230411_create_oauth_providers.rb
1402
+ - db/migrate/20160420000616_create_authorizations.rb
1403
+ - db/migrate/20160507135209_create_jobs.rb
1404
+ - db/migrate/20160507135846_create_errors_2.rb
1405
+ - db/migrate/20160510233329_add_closed_at_and_merged_at_to_pull_requests.rb
1406
+ - db/migrate/20160625203412_convert_user_view_options_to_props.rb
1407
+ - db/migrate/20160625221840_convert_project_extended_attributes_to_props.rb
1408
+ - db/migrate/20160625230420_move_users_unfuddle_id_to_props.rb
1405
1409
  - db/seeds.rb
1406
1410
  - db/structure.sql
1407
- - houston.gemspec
1411
+ - houston-core.gemspec
1408
1412
  - lib/configuration.rb
1409
1413
  - lib/core_ext/array.rb
1410
1414
  - lib/core_ext/duration.rb
@@ -1420,7 +1424,6 @@ files:
1420
1424
  - lib/houston_observer.rb
1421
1425
  - lib/houston_server.rb
1422
1426
  - lib/parallel_enumerable.rb
1423
- - lib/patches/sprockets_output_path_for_assets.rb
1424
1427
  - lib/rack/oembed.rb
1425
1428
  - lib/tasks/.gitkeep
1426
1429
  - lib/tasks/.keep
@@ -1447,6 +1450,13 @@ files:
1447
1450
  - templates/new-instance/Gemfile
1448
1451
  - templates/new-instance/README.md
1449
1452
  - templates/new-instance/Rakefile
1453
+ - templates/new-instance/app/assets/javascripts/.keep
1454
+ - templates/new-instance/app/assets/javascripts/application.js
1455
+ - templates/new-instance/app/assets/stylesheets/.keep
1456
+ - templates/new-instance/app/assets/stylesheets/application.css
1457
+ - templates/new-instance/app/controllers/.keep
1458
+ - templates/new-instance/app/models/.keep
1459
+ - templates/new-instance/app/views/.keep
1450
1460
  - templates/new-instance/bin/rails
1451
1461
  - templates/new-instance/bin/setup
1452
1462
  - templates/new-instance/config.ru
@@ -1469,12 +1479,14 @@ files:
1469
1479
  - templates/new-instance/config/integrations/ldap.rb
1470
1480
  - templates/new-instance/config/jobs/cache_key_dependencies.rb
1471
1481
  - templates/new-instance/config/jobs/email_about_open_alerts.rb
1482
+ - templates/new-instance/config/jobs/purge_jobs.rb
1472
1483
  - templates/new-instance/config/jobs/slack_reminders_about_alerts.rb
1473
1484
  - templates/new-instance/config/jobs/sync_commits.rb
1474
1485
  - templates/new-instance/config/jobs/sync_pull_requests.rb
1475
1486
  - templates/new-instance/config/jobs/sync_tickets.rb
1476
1487
  - templates/new-instance/config/keypair.pem
1477
1488
  - templates/new-instance/config/main.rb
1489
+ - templates/new-instance/config/routes.rb
1478
1490
  - templates/new-instance/config/triggers/alerts/slack_when_assigned.rb
1479
1491
  - templates/new-instance/config/triggers/alerts/slack_when_opened.rb
1480
1492
  - templates/new-instance/config/triggers/daemons/health.rb
@@ -1488,6 +1500,7 @@ files:
1488
1500
  - templates/new-instance/config/triggers/tickets/mark_tasks_completed_on_commit.rb
1489
1501
  - templates/new-instance/db/structure.sql
1490
1502
  - templates/new-instance/lib/gemnasium-alert.rb
1503
+ - templates/new-instance/lib/houston/engine.rb
1491
1504
  - templates/new-instance/lib/slack_helpers.rb
1492
1505
  - templates/new-instance/lib/time_helpers.rb
1493
1506
  - templates/new-instance/log/development.log
@@ -3341,6 +3354,7 @@ files:
3341
3354
  - test/unit/models/observer_test.rb
3342
3355
  - test/unit/models/post_receive_payload_test.rb
3343
3356
  - test/unit/models/project_test.rb
3357
+ - test/unit/models/props_test.rb
3344
3358
  - test/unit/models/pull_request_test.rb
3345
3359
  - test/unit/models/release_change_test.rb
3346
3360
  - test/unit/models/release_test.rb
@@ -3467,12 +3481,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
3467
3481
  version: '0'
3468
3482
  required_rubygems_version: !ruby/object:Gem::Requirement
3469
3483
  requirements:
3470
- - - ">="
3484
+ - - ">"
3471
3485
  - !ruby/object:Gem::Version
3472
- version: '0'
3486
+ version: 1.3.1
3473
3487
  requirements: []
3474
3488
  rubyforge_project:
3475
- rubygems_version: 2.2.2
3489
+ rubygems_version: 2.5.1
3476
3490
  signing_key:
3477
3491
  specification_version: 4
3478
3492
  summary: Mission Control for your projects and teams
@@ -3557,6 +3571,7 @@ test_files:
3557
3571
  - test/unit/models/observer_test.rb
3558
3572
  - test/unit/models/post_receive_payload_test.rb
3559
3573
  - test/unit/models/project_test.rb
3574
+ - test/unit/models/props_test.rb
3560
3575
  - test/unit/models/pull_request_test.rb
3561
3576
  - test/unit/models/release_change_test.rb
3562
3577
  - test/unit/models/release_test.rb