Skip to content
Snippets Groups Projects

Draft: Add attributes when select a specific instance

Closed Fabien Amarger requested to merge topic/default/select_attributes into branch/default

Add some interesting data selection when projecting a register or a page.

Edited by Fabien Amarger

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
75 75 <div class="col-md-12">
76 76 <span style="font-size: 90%;">
77 77 Les requêtes sont envoyées à
78 <a id="endpoint" href="https://rcf.demo.logilab.fr/sparql"
79 >https://rcf.demo.logilab.fr/sparql</a
78 <a id="endpoint" href="http://localhost:3030/rcf"
79 >http://localhost:3030/rcf</a
  • Elodie Thiéblin
    Elodie Thiéblin @ethieblin started a thread on an outdated change in commit 67390cca
  • 222 222 "SELECT DISTINCT ?this (GROUP_CONCAT(DISTINCT ?label) as ?nom) (GROUP_CONCAT(DISTINCT ?periodTemp) as ?period) (GROUP_CONCAT(DISTINCT ?seasonTemp) as ?season) (COUNT(?page) as ?nbPage)"
    223 223 );
    224 224 return queryString;
    225 } else if (
    226 queryString.indexOf(
    227 "?this rdf:type <http://rcfexpense.logilab.fr/Page>"
    228 ) !== -1
    229 ) {
    230 queryString = queryString.replace(
    231 new RegExp("}$"),
    232 ". ?this <http://rcfexpense.logilab.fr/pageNumber> ?numeroPage.\
  • 75 75 <div class="col-md-12">
    76 76 <span style="font-size: 90%;">
    77 77 Les requêtes sont envoyées à
    78 <a id="endpoint" href="https://rcf.demo.logilab.fr/sparql"
    79 >https://rcf.demo.logilab.fr/sparql</a
    78 <a id="endpoint" href="http://localhost:3030/rcf"
    79 >http://localhost:3030/rcf</a
  • 241 289 backgroundBaseColor: "2,184,117",
    242 290 autocomplete: null,
    243 291 list: rangeBasedHandler,
    244 defaultEndpoint: "https://rcf.demo.logilab.fr/sparql",
    292 defaultEndpoint: "http://localhost:3030/rcf",
  • added 1 commit

    • 1bdd483bd6d2 - refactor(orderbyPostProcess): properly finish the rdfsLabelPostProcess triples

    Compare with previous version

  • J'ai rajouté un commit pour gérer le point au début de l'ajout de requêtes. Il faudra probablement remettre le default endpoint qui va bien avant de passer en prod

  • removed To Review label

  • Elodie Thiéblin requested review from @famarger and removed review request for @ethieblin

    requested review from @famarger and removed review request for @ethieblin

    • Dear contributors,

      It seems that there hasn't been any activity concerning this merge request for some time.

      Do you think it should still be merged?

      Thank you for your time.

    • Dear contributors,

      It seems that there hasn't been any activity concerning this merge request for some time.

      Do you think it should still be merged?

      Thank you for your time.

    • Dear contributors,

      It seems that there hasn't been any activity concerning this merge request for some time.

      Do you think it should still be merged?

      Thank you for your time.

    • Dear contributors,

      It seems that there hasn't been any activity concerning this merge request for some time.

      Do you think it should still be merged?

      Thank you for your time.

    • Dear contributors,

      It seems that there hasn't been any activity concerning this merge request for some time.

      Do you think it should still be merged?

      Thank you for your time.

    • Dear contributors,

      It seems that there hasn't been any activity concerning this merge request for some time.

      Do you think it should still be merged?

      Thank you for your time.

    • Dear contributors,

      It seems that there hasn't been any activity concerning this merge request for some time.

      Do you think it should still be merged?

      Thank you for your time.

  • Fabien Amarger removed review request for @famarger

    removed review request for @famarger

  • Fabien Amarger marked this merge request as draft

    marked this merge request as draft

  • je ferme cette MR, je réouvrirai si besoin

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading