Problem/Motivation
Since the introduction of plugins, DrupalOrgClient needs to be adjusted to use them or be removed/replaced.
Steps to reproduce
Proposed resolution
Remaining tasks
- ✅ File an issue about this project
- ☐ Addition/Change/Update/Fix to this project
- ☐ Testing to ensure no regression
- ☐ Automated unit/functional testing coverage
- ☐ Developer Documentation support on feature change/addition
- ☐ User Guide Documentation support on feature change/addition
- ☐ Code review from 1 Drupal core team member
- ☐ Full testing and approval
- ☐ Credit contributors
- ☐ Review with the product owner
- ☐ Release
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork project_browser-3279510
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 #4
narendrarHi @fjgarlin, I have updated the code as per review. But in order to make it functional and to not break any existing thing, I duplicated 2 methods in MockDrupalDotOrg, namely
getProjectReleasesFromSource&getProjectsFromSource.Comment #5
fjgarlin commentedIt looks good from my point of view, both code and functionality. Marking as RTBC.
Comment #6
tim.plunkettThere are still unresolved threads on the MR
Comment #7
fjgarlin commentedOh, somehow I missed that. I saw the code changes but not the comments. My bad.
Comment #8
narendrarComment #9
fjgarlin commentedI've re-checked the code and tested everything. I think that Tim's feedback is well addressed and all functionality is working as expected.
Marking as RTBC but I'll let Tim do the final review in any case.
Comment #10
fjgarlin commentedComment #11
tim.plunkettComment #13
tim.plunkettMerged, thanks!