From 565610e7a1fc6dc4d2819b23deb3d129dc79c3e7 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Tue, 6 Aug 2024 10:06:10 +0200 Subject: [PATCH] update bids apps listing --- data/apps | 2 +- templates/apps_table_md.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/apps b/data/apps index ad005f6e..8821628f 160000 --- a/data/apps +++ b/data/apps @@ -1 +1 @@ -Subproject commit ad005f6e12e3841626cbe125dee70234cead9925 +Subproject commit 8821628f51ec6b957c7c0db1ce449e1f23cc7d6e diff --git a/templates/apps_table_md.jinja b/templates/apps_table_md.jinja index 33fc6ab4..0546ac52 100644 --- a/templates/apps_table_md.jinja +++ b/templates/apps_table_md.jinja @@ -10,7 +10,7 @@ {% set branch = app.branch %} {% endif %} {% set _, name = app.gh.split('/') %} -| [{{ name }}](https://github.com/{{ app.gh }} "{{ app.description | replace("\n", " ") }}") | {% for dt in app.datatype %} {{ dt }}
{% endfor %} | {% if "raw" in app.ds_type %} yes :white_check_mark: {% else %} no :no_entry_sign: {% endif %} | {% if "derivative" in app.ds_type %} yes :white_check_mark: {% else %} no :no_entry_sign: {% endif %} | {% if app.ci == "gh" %} [![](https://github.com/{{ app.gh }}/actions/workflows/{{ app.workflow }}.yml/badge.svg?branch={{ branch }})](https://github.com/{{ app.gh }}/actions/workflows/{{ app.workflow }}.yml) {% elif app.ci == "travis" %} [![](https://app.travis-ci.com/{{ app.gh }}.svg?branch={{ branch }})](https://app.travis-ci.com/{{ app.gh }}) {% elif app.ci == "none" %} ![](https://img.shields.io/badge/CI-unavailable-lightgrey) {% else %} [![](https://circleci.com/gh/{{ app.gh }}.svg?style=shield)](https://circleci.com/gh/{{ app.gh }}/tree/{{ branch }}) {% endif %} | [![Number of Docker Pulls](https://img.shields.io/docker/pulls/{{ app.dh|lower }})](https://hub.docker.com/r/{{ app.dh|lower }}) | ![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/{{ app.dh|lower }}) | +| [{{ name }}](https://github.com/{{ app.gh }} "{{ app.description | replace("\n", " ") }}") | {% for dt in app.datatype %} {{ dt }}
{% endfor %} | {% if "raw" in app.ds_type %} yes :white_check_mark: {% else %} no :no_entry_sign: {% endif %} | {% if "derivative" in app.ds_type %} yes :white_check_mark: {% else %} no :no_entry_sign: {% endif %} | {% if app.badge %} ![]({{app.badge}}) {% elif app.ci == "gh" %} [![](https://github.com/{{ app.gh }}/actions/workflows/{{ app.workflow }}.yml/badge.svg?branch={{ branch }})](https://github.com/{{ app.gh }}/actions/workflows/{{ app.workflow }}.yml) {% elif app.ci == "travis" %} [![](https://app.travis-ci.com/{{ app.gh }}.svg?branch={{ branch }})](https://app.travis-ci.com/{{ app.gh }}) {% elif app.ci == "none" %} ![](https://img.shields.io/badge/CI-unavailable-lightgrey) {% else %} [![](https://circleci.com/gh/{{ app.gh }}.svg?style=shield)](https://circleci.com/gh/{{ app.gh }}/tree/{{ branch }}) {% endif %} | [![Number of Docker Pulls](https://img.shields.io/docker/pulls/{{ app.dh|lower }})](https://hub.docker.com/r/{{ app.dh|lower }}) | ![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/{{ app.dh|lower }}) | {% endfor %} ## Status of the default branch on the source repository