Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • alphabet/laboite
  • arthur.lutz/laboite
  • daniel.dehennin/laboite
  • olivier.heintz/laboite
4 results
Show changes
Commits on Source (4)
#!/bin/sh
# ...
[ -z "$CI" ] || exit 0
. "$(dirname "$0")/_/husky.sh"
cd app
npm run lint ./
npx jscpd
\ No newline at end of file
npx jscpd
#!/bin/sh
# ...
[ -z "$CI" ] || exit 0
. "$(dirname "$0")/_/husky.sh"
cd app
......
# Laboite
Plateforme de services en ligne.
Bidule plateforme de services en ligne.
Portail de presentation des applications disponibles et des groupes utilisateurs.
......
{
"name": "app",
"version": "4.3.1",
"version": "4.3.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
{
"name": "app",
"private": true,
"version": "4.3.1",
"version": "4.3.2",
"license": "EUPL-1.2",
"description": "Online service platform",
"author": "EOLE <team@eole.education> - DINUM",
......
# Changelog
## [4.3.2](https://gitlab.mim-libre.fr/daniel.dehennin/laboite/compare/release/4.3.1...release/4.3.2) (2022-08-31)
### Build System
* **husky:** disable husky in pre push hook ([1f2e141](https://gitlab.mim-libre.fr/daniel.dehennin/laboite/commit/1f2e141e0e5be5678c501d4605a67a4fc403a3d5))
* **husky:** update command that disable husky if ci running ([cd48af1](https://gitlab.mim-libre.fr/daniel.dehennin/laboite/commit/cd48af191e1bcf0a67bd54497b5ee06d74cbe146))
### Documentation
* **readme:** fake readme ([a4e1708](https://gitlab.mim-libre.fr/daniel.dehennin/laboite/commit/a4e170886fffff375aab19f82bb99454a431a05a))
## [4.3.1](https://gitlab.mim-libre.fr/alphabet/laboite/compare/release/4.3.0...release/4.3.1) (2022-08-26)
......