Problem/Motivation
7.x-3.x is being deprecated, we need to add a EOL message to the status report. Once the EOL has passed, we need to disable all API calls to NSPI.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 3314139-9.patch | 2.51 KB | mglaman |
| #7 | 3314139-7.patch | 2.97 KB | mglaman |
| #5 | interdiff_2-5.txt | 2.67 KB | nkoporec |
| #5 | 3314139-5.patch | 3.66 KB | nkoporec |
| #2 | 0001-Add-EOL-message-and-kill-switch.patch | 3.08 KB | nkoporec |
Issue fork acquia_connector-3314139
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
nkoporecComment #3
mglamanWaiting to get finalized messaging on #3314126: EOL message for 3.x.
Comment #4
mglamanWe need the time checks to respect timezones:
Comment #5
nkoporecUpdated the patch and used \DateTime instead of timestamps.
Comment #6
mglamanCan't we just omit the second parameter if we're using the default timezone? When passing
nullthat's what it will use: https://www.php.net/manual/en/datetime.construct.phpComment #7
mglamanreroll dropping timezone stuff, we could use the user timezone function, but best to just pass
nullfor system default.Comment #8
japerryKeep the subscription data, just make surre the response is intercepted with a blank return or something that makes connector think the subscription is not active. Once they upgrade to 4.0.0 everything should come back without needing to re-login.
Comment #9
mglamanLet's see how this goes. Ensures subscription is considered not-active, and doesn't break response handling to
acquia_agent_callComment #12
japerry