Page MenuHomeSoftware Heritage

search: Add query language support for staff users
ClosedPublic

Authored by anlambert on Oct 1 2021, 3:02 PM.

Details

Summary

When logged in as a staff user, a new checkbox will be displayed
enabling to search origins with the swh-search query language.

Remove not needed configuration entry.

Open query language documentation in a new browser tab.

Related to T2254

Diff Detail

Repository
rDWAPPS Web applications
Branch
search-add-ql-support-for-staff
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 24156
Build 37700: Phabricator diff pipeline on jenkinsJenkins console · Jenkins
Build 37699: arc lint + arc unit

Event Timeline

Build is green

Patch application report for D6390 (id=23239)

Rebasing onto a41f090641...

First, rewinding head to replay your work on top of it...
Applying: search: Add query language support for staff users
Changes applied before test
commit ff8767624710a6ea04d932af3b5d6aeaa9096db2
Author: Antoine Lambert <anlambert@softwareheritage.org>
Date:   Fri Oct 1 14:54:24 2021 +0200

    search: Add query language support for staff users
    
    When logged in as a staff user, a new checkbox will be displayed
    enabling to search origins with the swh-search query language.
    
    Remove not needed configuration entry.
    
    Open query language documentation in a new browser tab.

See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1133/ for more details.

Oh, I forgot we already had the code for this. Thanks :)

This revision is now accepted and ready to land.Oct 1 2021, 3:27 PM

Oh, I forgot we already had the code for this. Thanks :)

I did some testing and it seems to work properly, apart the language parsing errors that are not reported in the UI.
Also a some search features will not return a lot of results (like language or license) as those indexers are not active
in production since a while.

Nevertheless, it enables to start testing and using that feature.

Build is green

Patch application report for D6390 (id=23240)

Rebasing onto a41f090641...

Current branch diff-target is up to date.
Changes applied before test
commit d7ed7cae590d262bb41ad8e77c969e9571c343f7
Author: Antoine Lambert <anlambert@softwareheritage.org>
Date:   Fri Oct 1 14:54:24 2021 +0200

    search: Add query language support for staff users
    
    When logged in as a staff user, a new checkbox will be displayed
    enabling to search origins with the swh-search query language.
    
    Remove not needed configuration entry.
    
    Open query language documentation in a new browser tab.
    
    Related to T2254

See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1134/ for more details.