Skip to content

ST-256 imports list of projects from GitLab instead of GitHub. Also fixes bug.

Adriaan de Beer requested to merge ST-256 into master

This is a POC in my opinion, because there may be a few decisions to be made regarding how to filter projects that are displayed in the list. At the moment the list may be including IP protected projects as well as others that we don't want displayed.

Changelog:

  • List of projects is pulled from Gitlab instead of Github
  • Bugfix - Gitlab list is not populated globally.

To review this MR, please clone / check out the branch and build fresh.

From the project root, run

rm -rf build
make html
browse /build/html/projects/list.html

The browse function will open the correct page. Alternatively, open the site in browser and navigate to the List of Projects page.

The bug that Paul reported is also fixed, go to /build/html/services/ait_performance_env.html#configuration and verify that the table is not also the GitLab list of projects.

Edited by Marco Bartolini

Merge request reports