Needs review
Project:
simplytest.me
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2022 at 14:52 UTC
Updated:
9 Jan 2024 at 22:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
joewhitsittmglaman mentioned, "this is something which could be “checked” locally w/o needing tugboat to qa the import failure"
Comment #3
mahtab_alam commentedWe may need to import the projects again via navigating to /admin/config/simplytest/import as for this project 'smart_date' the Simplytest Project entities not exists.
Manually adding the smart_date project on Simplytest Project entities is showing this project list on dropdown element.
Comment #4
nerdsteinIt is good to know it can be imported. But, I wonder why the importer is not picking it up. It has to process a lot of information but should be gradually getting through that with CRON. We should try to understand why the importer is not automatically getting it or if we didnt set up cron properly
Comment #5
andrew.wang commentedSame issue for svg_image - this module has stable releases but is not shown in the simplytest.me drop down.
Comment #6
2phaI wanted to run a quick test of the Profile module but it would not show up
Comment #9
akhil babuWhen user searches for a project, simplytest first checks its database to see whether the project details are already present or not. If data is already presnet in database, that will be showed as "suggestion". Else, project details will be fetched from the API -> Stored in database -> Retured to user. So, data is fetched from API only if a "match" is not present in database and this behavior seems to have caused this issue.
When 'smart_date' is searched, Simplytest checks the database. Data for the module smart dates (smart date and smart dates are two different modules) is already present in db. Since a match is found, this data is returned instead of fetching the data from API.

Similarly, when "svg_image" is searched, already stored data of "svg_image_field" is retured. For "profile" module, "profile2", "profile_switcher" etc are retured as these are matches existing in database for the keyword "profile".
I have updated this logic to check whether the exact match is present in the suggestions retrieved from db. If not, API will be triggered and data will be retrieved and stored. Moving this issue to review state for feedbacks and corrections.
Comment #10
akhil babuComment #11
atul_ghate commentedI will review this issue.
Comment #12
atul_ghate commentedI have reviewed and applied this MR, Looks good to me it can be moved to the RTBC.
Comment #13
markdorisonWhen I enter
paragraphsin the search box, it is not in the set of results returned. I am guessing that this is due to this issue.Comment #14
mxr576ECA also missing from the dropdown and the build nicely fails when the ?project query parameter is used.
Comment #15
andrew.wang commentedTried
panelswith the same method as #14 and I can reproduce the same behaviour.Comment #16
cilefen commentedPoll module can't be found.
Comment #17
jrockowitz commentedI am also seeing this issue with the Schema.org Blueprints module (schemadotorg)
Comment #18
jonathan_hunt commentedTo add to the list, Devel
develdoesn't appear in the list of additional projects. What else is needed to progress the patch offered above>Comment #19
scotwith1tAdding
field_permissionsto the list...Comment #20
abhisekmazumdarI will review the open MR.
Comment #21
abhisekmazumdar