Problem/Motivation

Noticed that smart_date is not available as an additional project on https://simplytest.me/. I looked through the issue queue and didn't see a similar issue.

The module is not experimental and has several full releases.

Maintainer, mandclu mentioned that, "for a long time one of the dependencies for the smart_date_starter_kit wasn't recognized by simplytest.me, so you could install Smart Date but not the starter kit or calendar kit. Now we sort of have the reverse problem"

Steps to reproduce

  • Go to simplytest.me and start typing smart_date. There is no autocomplete result and it errors if you try to launch project without a match.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork simplytest-3314942

Command icon 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

joewhitsitt created an issue. See original summary.

joewhitsitt’s picture

mglaman mentioned, "this is something which could be “checked” locally w/o needing tugboat to qa the import failure"

mahtab_alam’s picture

We 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.

nerdstein’s picture

It 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

andrew.wang’s picture

Same issue for svg_image - this module has stable releases but is not shown in the simplytest.me drop down.

2pha’s picture

I wanted to run a quick test of the Profile module but it would not show up

Akhil Babu made their first commit to this issue’s fork.

akhil babu’s picture

Status: Active » Needs review
StatusFileSize
new229.21 KB

When 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.


simplytest


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.

akhil babu’s picture

atul_ghate’s picture

Assigned: Unassigned » atul_ghate

I will review this issue.

atul_ghate’s picture

Assigned: atul_ghate » Unassigned
StatusFileSize
new421.18 KB
new199.09 KB

I have reviewed and applied this MR, Looks good to me it can be moved to the RTBC.

markdorison’s picture

When I enter paragraphs in the search box, it is not in the set of results returned. I am guessing that this is due to this issue.

mxr576’s picture

StatusFileSize
new1.21 MB

ECA also missing from the dropdown and the build nicely fails when the ?project query parameter is used.

andrew.wang’s picture

Tried panels with the same method as #14 and I can reproduce the same behaviour.

cilefen’s picture

Poll module can't be found.

jrockowitz’s picture

I am also seeing this issue with the Schema.org Blueprints module (schemadotorg)

jonathan_hunt’s picture

To add to the list, Devel devel doesn't appear in the list of additional projects. What else is needed to progress the patch offered above>

scotwith1t’s picture

Adding field_permissions to the list...

abhisekmazumdar’s picture

Assigned: Unassigned » abhisekmazumdar

I will review the open MR.

abhisekmazumdar’s picture

Assigned: abhisekmazumdar » Unassigned