{% extends "base.html" %} {% block heading %}GrimoireLab Projects{% endblock %} {% block subheading %}Filter the SPARQL store by facet, pick a template, or write SPARQL by hand — then push the result to the GrimoireLab applier.{% endblock %} {% block content %}
Filters
Query

Credentials are read from the server (SPARQL_AUTH) by default — override per-browser under Settings for a remote endpoint.

Repos
Group by owner
Builds a generic projects.json from every Repo node in Neo4j — one group per owner, all repos under it.

Useful right after a multi-org crawl: skip the SPARQL filter and turn whatever's in the graph into GrimoireLab projects in one click.

Preview JSON

      
Apply to GrimoireLab

Wraps the repo list in a projects.json envelope and POSTs it to the applier sidecar, which writes the file under the shared projects-conf dir and restarts mordred.

Preview

      

Server-side APPLIER_AUTH is used by default. Override per-browser under Settings → GrimoireLab projects key if you're pointing at a remote GrimoireLab.


    
{% endblock %}