-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR moves from `pipenv` to `poetry` and refactors the way that docker images are built. * Replaces installation of `pipenv` by `poetry` in Travis script. * Renames `run-tests.sh` script to `scripts/test`. * Removes `check-manifest` call in test script as it causes errors without pipenv. * Updates the page for contributing. * Updates the page for installing the project. * Refactors Dockerfile.base to use a slim python 3.6 image. * Replaces installation of `pipenv` by `poetry` in Dockerfile.base. * Runs bootstrap script in Dockerfile. * Removes useless files. * Updates `build-images.sh` script in order to use hash from `poetry.lock`. * Adds `deploy` option to bootstrap script when it is called from docker. * Adds `ui` option to specify a tarball file to install for SONAR-UI. * Adds a check to all scripts, to avoid to run script outside poetry environment. * Closes #341. * Closes #363. Co-Authored-by: Sébastien Délèze <sebastien.deleze@rero.ch>
- Loading branch information
Sébastien Délèze
committed
Nov 6, 2020
1 parent
e26dca4
commit e990845
Showing
21 changed files
with
5,394 additions
and
2,474 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.