Skip to content
Snippets Groups Projects
Marco De Donno's avatar
Marco De Donno authored
Submodule web/app 3345330..bed098b:
  > Add the zoom slider on all pages
  > Add the mouse pointer class to all dropzones
  > Add the listing page for the donors
  > Rename the donor tenprint navigation tag
  > Add the button to open the mark list page on the multiple mark upload page
  > Add the empty donor summary page (for submitter)
  > Update the admin segment list page (use of css background-image instead of the img tag)
  > Move the add new button class to the app.css file
  > Update the "add new donor to afis folder" UI
  > Remove useless style tag
  > Merge branch 'css_refactoring' into develop
  > Patch the afis folder segment name
  > SQL refactoring
  > Add the segment name instead of the fpc in the admin afis segment page
d0038331
History

International Close Non-Matches Library - ICNML

This GIT repository is the main repository to build all the parts of ICNML.

All parts are assembled using GIT submodules (web app and all the mendatory libraries).

The CICD is in charge of building the ICNML application, and make the commits to the configurations repository (https://esc-md-git.unil.ch/ICNML/conf/developpement for the develop branch, and https://esc-md-git.unil.ch/ICNML/conf/production for the master branch). This repository will not deploy to staging nor production, but will commit to the respective repositories, triggering the corresponding CICD deployement.

This docker-compose file is not designed to be run in developement or production mode, but only by the GitLab CICD. The Makefile is not inteded to be run manually here for developement of production, but only used by the CICD to build and push to staging and production. Check the production GIT module (https://esc-md-git.unil.ch/ICNML/conf/production) to see the production configuration.

To download the entire code-base, go to https://esc-md-git.unil.ch/ICNML/docker and git clone the repository. The download link on gitlab dont sync the submodules needed to build the ICNML application.