File age measurements show the distribution of file ages (days since the first commit) and the recency of file updates (days since the latest commit).
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
build.gradle.kts in codegen |
160 | - | 21 | 509 | 8 |
build.gradle.kts in codegen/smithy-ruby-codegen-test |
35 | - | 25 | 509 | 15 |
RubyCodegenPlugin.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen |
18 | 2 | 26 | 509 | 13 |
settings.gradle.kts in codegen |
11 | - | 75 | 509 | 3 |
build.gradle.kts in codegen/smithy-ruby-codegen |
8 | - | 26 | 509 | 6 |
RubySettings.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen |
83 | 12 | 21 | 508 | 7 |
TypesGenerator.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators |
241 | 12 | 13 | 505 | 25 |
RubyCodeWriter.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen |
124 | 14 | 13 | 505 | 9 |
ModuleGenerator.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators |
44 | 2 | 26 | 505 | 16 |
GemspecGenerator.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators |
34 | 2 | 26 | 505 | 9 |
RubyFormatter.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen |
17 | 3 | 21 | 505 | 3 |
ClientGenerator.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators |
256 | 12 | 13 | 503 | 21 |
Middleware.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/middleware |
230 | 29 | 26 | 468 | 10 |
MiddlewareBuilder.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/middleware |
140 | 7 | 26 | 468 | 11 |
middleware_builder.rb in seahorse/lib/seahorse |
121 | 13 | 138 | 377 | 10 |
node.rb in seahorse/lib/seahorse/xml |
77 | 11 | 138 | 377 | 6 |
middleware_stack.rb in seahorse/lib/seahorse |
56 | 7 | 138 | 377 | 9 |
request.rb in seahorse/lib/seahorse/http |
47 | 5 | 138 | 377 | 7 |
formatter.rb in seahorse/lib/seahorse/xml |
46 | 7 | 239 | 377 | 5 |
send.rb in seahorse/lib/seahorse/middleware |
44 | 3 | 238 | 377 | 13 |
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
mailer.text.erb in sample-service/app/views/layouts |
1 | - | 309 | 309 | 1 |
seeds.rb in sample-service/db |
1 | - | 309 | 309 | 1 |
mime_types.rb in sample-service/config/initializers |
1 | - | 309 | 309 | 1 |
cors.rb in sample-service/config/initializers |
1 | - | 309 | 309 | 1 |
backtrace_silencers.rb in sample-service/config/initializers |
1 | - | 309 | 309 | 1 |
application_controller_renderer.rb in sample-service/config/initializers |
1 | - | 309 | 309 | 1 |
inflections.rb in sample-service/config/initializers |
1 | - | 309 | 309 | 1 |
application_job.rb in sample-service/app/jobs |
2 | - | 309 | 309 | 1 |
application_controller.rb in sample-service/app/controllers |
2 | - | 309 | 309 | 1 |
en.yml in sample-service/config/locales |
2 | - | 309 | 309 | 1 |
environment.rb in sample-service/config |
2 | - | 309 | 309 | 1 |
high_score.rb in sample-service/app/models |
3 | - | 309 | 309 | 1 |
application_record.rb in sample-service/app/models |
3 | - | 309 | 309 | 1 |
config.ru in sample-service |
3 | - | 309 | 309 | 1 |
filter_parameter_logging.rb in sample-service/config/initializers |
3 | - | 309 | 309 | 1 |
wrap_parameters.rb in sample-service/config/initializers |
3 | - | 309 | 309 | 1 |
boot.rb in sample-service/config |
3 | - | 309 | 309 | 1 |
channel.rb in sample-service/app/channels/application_cable |
4 | - | 309 | 309 | 1 |
connection.rb in sample-service/app/channels/application_cable |
4 | - | 309 | 309 | 1 |
application_mailer.rb in sample-service/app/mailers |
4 | - | 309 | 309 | 1 |
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
RestBuilderGeneratorBase.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators |
453 | 32 | 5 | 5 | 1 |
StubsGeneratorBase.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators |
360 | 31 | 5 | 5 | 1 |
RestParserGeneratorBase.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators |
278 | 25 | 5 | 5 | 1 |
RestStubsGeneratorBase.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators |
261 | 21 | 5 | 5 | 1 |
ParserGeneratorBase.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators |
172 | 11 | 5 | 5 | 1 |
BuilderGeneratorBase.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators |
157 | 10 | 5 | 5 | 1 |
number_helper_spec.rb in seahorse/spec/seahorse |
38 | - | 8 | 8 | 1 |
number_helper.rb in seahorse/lib/seahorse |
23 | 2 | 7 | 8 | 2 |
protocol_spec.rb in codegen/projections/rails_json/spec |
5006 | - | 7 | 25 | 4 |
stubs.rb in codegen/projections/rails_json/lib/rails_json |
1296 | 148 | 5 | 25 | 6 |
client.rb in codegen/projections/rails_json/lib/rails_json |
1255 | 39 | 7 | 25 | 3 |
builders.rb in codegen/projections/rails_json/lib/rails_json |
890 | 76 | 7 | 25 | 4 |
params.rb in codegen/projections/rails_json/lib/rails_json |
847 | 76 | 7 | 25 | 4 |
types.rb in codegen/projections/rails_json/lib/rails_json |
784 | 20 | 7 | 25 | 4 |
parsers.rb in codegen/projections/rails_json/lib/rails_json |
779 | 78 | 5 | 25 | 5 |
validators.rb in codegen/projections/rails_json/lib/rails_json |
750 | 86 | 7 | 25 | 3 |
types.rb in codegen/projections/weather/lib/weather |
315 | 34 | 13 | 25 | 3 |
client.rb in codegen/projections/weather/lib/weather |
275 | 11 | 13 | 25 | 2 |
protocol_spec.rb in codegen/projections/weather/spec |
224 | - | 7 | 25 | 3 |
stubs.rb in codegen/projections/weather/lib/weather |
209 | 26 | 5 | 25 | 5 |
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
HttpProtocolTestGenerator.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators |
346 | 22 | 4 | 113 | 15 |
stubs.rb in codegen/projections/rails_json/lib/rails_json |
1296 | 148 | 5 | 25 | 6 |
parsers.rb in codegen/projections/rails_json/lib/rails_json |
779 | 78 | 5 | 25 | 5 |
RestBuilderGeneratorBase.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators |
453 | 32 | 5 | 5 | 1 |
StubsGeneratorBase.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators |
360 | 31 | 5 | 5 | 1 |
BuilderGenerator.java in codegen/smithy-ruby-rails-codegen/src/main/java/software/amazon/smithy/ruby/codegen/protocol/railsjson/generators |
333 | 32 | 5 | 292 | 13 |
StubsGenerator.java in codegen/smithy-ruby-rails-codegen/src/main/java/software/amazon/smithy/ruby/codegen/protocol/railsjson/generators |
316 | 29 | 5 | 118 | 12 |
ParserGenerator.java in codegen/smithy-ruby-rails-codegen/src/main/java/software/amazon/smithy/ruby/codegen/protocol/railsjson/generators |
309 | 32 | 5 | 292 | 13 |
RestParserGeneratorBase.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators |
278 | 25 | 5 | 5 | 1 |
RestStubsGeneratorBase.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators |
261 | 21 | 5 | 5 | 1 |
stubs.rb in codegen/projections/weather/lib/weather |
209 | 26 | 5 | 25 | 5 |
ParserGeneratorBase.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators |
172 | 11 | 5 | 5 | 1 |
stubs.rb in codegen/projections/white_label/lib/white_label |
166 | 22 | 5 | 25 | 5 |
BuilderGeneratorBase.java in codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators |
157 | 10 | 5 | 5 | 1 |
stubs.rb in codegen/projections/high_score_service/lib/high_score_service |
112 | 14 | 5 | 25 | 3 |
parsers.rb in codegen/projections/high_score_service/lib/high_score_service |
87 | 10 | 5 | 25 | 3 |
parsers.rb in codegen/projections/weather/lib/weather |
78 | 8 | 5 | 25 | 3 |
parsers.rb in codegen/projections/white_label/lib/white_label |
67 | 7 | 5 | 25 | 4 |
builders.rb in codegen/projections/white_label/lib/white_label |
41 | 5 | 5 | 25 | 4 |
builders.rb in codegen/projections/weather/lib/weather |
39 | 7 | 5 | 25 | 4 |