Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove support for Rails 3 #3324

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Remove support for Rails 3 #3324

merged 1 commit into from
Dec 12, 2023

Conversation

marcotc
Copy link
Member

@marcotc marcotc commented Dec 12, 2023

2.0 Upgrade Guide notes

Support for Rails 3 has been removed.

Motivation:

Rails 3's last release is from 2016. It support requires custom code relative to newer versions of Rails.

Additional Notes:

How to test the change?

There are integration tests covering the Rails integration.

For Datadog employees:

  • If this PR touches code that signs or publishes builds or packages, or handles
    credentials of any kind, I've requested a review from @DataDog/security-design-and-guidance.
  • This PR doesn't touch any of that.

Unsure? Have a question? Request a review!

@marcotc marcotc requested review from a team as code owners December 12, 2023 19:25
@marcotc marcotc self-assigned this Dec 12, 2023
@github-actions github-actions bot added appsec Application Security monitoring product integrations Involves tracing integrations tracing labels Dec 12, 2023
@codecov-commenter
Copy link

codecov-commenter commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4c43612) 97.99% compared to head (4684459) 98.06%.

Additional details and impacted files
@@            Coverage Diff             @@
##              2.0    #3324      +/-   ##
==========================================
+ Coverage   97.99%   98.06%   +0.06%     
==========================================
  Files        1246     1243       -3     
  Lines       71960    71873      -87     
  Branches     3401     3388      -13     
==========================================
- Hits        70520    70481      -39     
+ Misses       1440     1392      -48     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -1,6 +1,5 @@
Component,Origin,License,Copyright
lib/datadog/core/vendor/multipart-post,https://github.com/socketry/multipart-post,MIT,"Copyright (c) 2007-2013 Nick Sieger."
lib/datadog/tracing/contrib/active_record/vendor,https://github.com/rails/rails/,MIT,"Copyright (c) 2005-2018 David Heinemeier Hansson"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was this an automated process, or did you know you had to manually remove this license?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just kind of remembered it, I think it was luck.
Not sure if it's worth creating a GH Action for such detection.

@marcotc marcotc merged commit c7ef57c into 2.0 Dec 12, 2023
151 checks passed
@marcotc marcotc deleted the remove-rails3 branch December 12, 2023 20:31
@TonyCTHsu TonyCTHsu added this to the 2.0 milestone Feb 20, 2024
@ivoanjo ivoanjo added the 2.0 label Mar 14, 2024
@TonyCTHsu TonyCTHsu modified the milestones: 2.0, 2.0.0.beta1 Mar 22, 2024
@TonyCTHsu TonyCTHsu mentioned this pull request Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.0 appsec Application Security monitoring product integrations Involves tracing integrations tracing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants