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

Actually bump minimum Parse.ly version to 3.15 in parsely.yml workflow #6071

Merged
merged 4 commits into from
Jan 6, 2025

Conversation

rinatkhaziev
Copy link
Contributor

@rinatkhaziev rinatkhaziev commented Dec 24, 2024

Description

We've removed WP-Parse.ly < 3.15. This PR updates Parse.ly related CI workflows to specify the minimum version as 3.15.

Additionally addresses test bugs. (props @sjinks)

Pre-review checklist

Please make sure the items below have been covered before requesting a review:

  • This change works and has been tested locally or in Codespaces (or has an appropriate fallback).
  • This change works and has been tested on a sandbox.
  • This change has relevant unit tests (if applicable).
  • This change uses a rollout method to ease with deployment (if applicable - especially for large scale actions that require writes).
  • This change has relevant documentation additions / updates (if applicable).
  • I've created a changelog description that aligns with the provided examples.

Pre-deploy checklist

  • VIP staff: Ensure any alerts added/updated conform to internal standards (see internal documentation).

Steps to Test

CI should pass

@rinatkhaziev rinatkhaziev requested a review from a team as a code owner December 24, 2024 02:01
Copy link

codecov bot commented Dec 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 30.55%. Comparing base (60780fe) to head (b37aba4).
Report is 9 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #6071      +/-   ##
=============================================
+ Coverage      30.53%   30.55%   +0.01%     
  Complexity      4812     4812              
=============================================
  Files            289      289              
  Lines          21200    21188      -12     
=============================================
  Hits            6474     6474              
+ Misses         14726    14714      -12     

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

@sjinks sjinks force-pushed the update/parsely-matric branch from 278e4dd to 847b958 Compare December 24, 2024 03:02
'should_track_logged_in_users' => is_latest_version() ? false : true,
'should_track_logged_in_users' => false,
Copy link
Member

Choose a reason for hiding this comment

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

This has changed since 3.5; track_authenticated_users was true in 3.5 and changed to false later.

Comment on lines -342 to +343
'site_id' => is_latest_version() ? 'site_id_value' : '',
'have_api_secret' => is_latest_version() ? true : false,
'site_id' => 'site_id_value',
'have_api_secret' => true,
Copy link
Member

@sjinks sjinks Dec 24, 2024

Choose a reason for hiding this comment

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

We set site_id and api_secret earlier in the code.

) );
), $configs );
Copy link
Member

Choose a reason for hiding this comment

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

The order is expected, actual.

@rebeccahum rebeccahum merged commit 1eae63a into develop Jan 6, 2025
36 checks passed
@rebeccahum rebeccahum deleted the update/parsely-matric branch January 6, 2025 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants