Commits on Source (34)
-
Jason LAVIGNE authored795c85ca
-
Bruno Boiget authored
Resolve "Error Import" Closes #10 See merge request !24
96a91cbf -
Vincent Fontesse authored34b52c02
-
Lionel Morin authored
Resolve "black background on user avatar in event detail" Closes #16 See merge request !25
3fe7979f -
Vincent Fontesse authored3e5140b0
-
Vincent Fontesse authoredcbc0b2b7
-
6f8adda9
-
Lionel Morin authored
Resolve "meteor update" Closes #22 See merge request !26
b382f9dc -
Lionel Morin authored
Resolve "traduction de la doc" Closes #24 See merge request !27
24f47630 -
Corentin Faisy authored14537902
-
Lionel Morin authored
feat(event): pre-complete formular with info from laboite See merge request !29
f9cfe448 -
Lionel Morin authored
Generate testing See merge request !30
1fed490d -
Daniel Dehennin authored
- use configuration file in YAML format `.commitlintrc.yaml` - use `/templates/Git.yaml` instead of old `/templates/Lint/Commitlint.yaml` - the `commitlint` job must extends `.git:commitlint`
0bb3fcac -
Vincent Fontesse authored08a2ab80
-
Daniel Dehennin authored
- merge configuration files in standardised `.releaserc.js`. - use new standard job `.semantic-release:*` in `/templates/Semantic-release.yaml` instead of old `/templates/Release/Semantic-release.yaml`. - define the `new release` and `testing prerelease` jobs.
b15be7f1 -
Daniel Dehennin authored
- use new standard jobs `.docker:image:build` - build on release and testing tags - build on all branches and before the release, if the docker build fails, the release should not be created - build on `dev` branch after the `merge-to-dev` job (i.e accept `semantic-release` commits for `dev` only)
78640438 -
Daniel Dehennin authored
- use new standard jobs `.docker:image:tag` - tag on `dev` branch after the `merge-to-dev` job (i.e. accept `semantic-release` commits for `dev` only) - remove the useless `RELEASE_PREFIX` since `/templates/Rules.yaml` define the `RELEASE_TAG_PREFIX`.
fdf05a46 -
Daniel Dehennin authored8dd555aa
-
Daniel Dehennin authored
The release should not be generated if the tests fail. Make sure to run them on `dev` after `merge-to-dev` job.
4c65427c -
Vincent Fontesse authored47c377d1
-
Luc Bourdot authored
Resolve "Add a copy-link to caldav url in user menu" Closes #11 See merge request !31
82a20301 -
Corentin Faisy authorede573841d
-
Corentin Faisy authoredeb7cd857
-
Corentin Faisy authored759903a1
-
Luc Bourdot authored
Resolve "Generate testing prerelease" Closes #23 See merge request !28
cae1a2df -
Bruno Boiget authored60235a6c
-
Lionel Morin authored
Resolve "Error Meteor.user() when user try to create event from laboite" Closes #25 See merge request !32
6b58dd34 -
Lionel Morin authored2d203076
-
semantic-release-bot authored
## [3.6.0-testing.1](https://gitlab.mim-libre.fr/alphabet/agenda/compare/release/3.5.0...release/3.6.0-testing.1) (2022-09-08) ### Features * **event:** pre-complete formular with info from laboite ([14537902](14537902)) * **menu:** add copy caldav url option in main menu ([08a2ab80](08a2ab80)) ### Bug Fixes * **avatar:** add white background for avatar user in chip ([34b52c02](34b52c02)) * **calendar:** limit file type to be only .ics ([795c85ca](795c85ca)) * **global:** prevent loading ([759903a1](759903a1)) * **global:** replace meteor.user() by context user ([e573841d](e573841d)) * **global:** replace Meteor.userID() by userid from context ([eb7cd857](eb7cd857)) * **menu:** add / gestion in caldav url ([47c377d1](47c377d1)) * **ui:** check if user is loading in MainLayout ([60235a6c](60235a6c)) ### Build System * **meteor:** update meteor 2.7.3 and node version 14.19.3 ([3e5140b0](3e5140b0)) * **npm:** change npm command run start-dev to start ([cbc0b2b7](cbc0b2b7)) ### Documentation * **readme:** update and translate readme ([6f8adda9](6f8adda9)) ### Continuous Integration * **build-docker:** run for `testing` prerelease ([78640438](78640438)) * **commitlint:** use new standard job `.git:commitlint` ([0bb3fcac](0bb3fcac)) * **merge-to-dev:** use new standard jobs `.git:merge-to` ([8dd555aa](8dd555aa)) * **meteor:** test before generating a new release ([4c65427c](4c65427c)) * **semantic-release:** create `testing` prerelease ([b15be7f1](b15be7f1)) * **tag docker:** tag `testing` prerelease image ([fdf05a46](fdf05a46))
656e0b21 -
Bruno Boiget authored93179d51
-
Luc Bourdot authored
Resolve "Authentication does not work well with 2 open tabs" See merge request !33
8c8d5349 -
semantic-release-bot authored
## [3.6.0-testing.2](https://gitlab.mim-libre.fr/alphabet/agenda/compare/release/3.6.0-testing.1...release/3.6.0-testing.2) (2022-09-09) ### Bug Fixes * **logout:** refactor logout process ([93179d51](93179d51))
f3901625 -
Lionel Morin authored
Generate new stable version See merge request !35
11fd8c22 -
semantic-release-bot authored
## [3.6.0](https://gitlab.mim-libre.fr/alphabet/agenda/compare/release/3.5.0...release/3.6.0) (2022-09-19) ### Features * **event:** pre-complete formular with info from laboite ([14537902](14537902)) * **menu:** add copy caldav url option in main menu ([08a2ab80](08a2ab80)) ### Bug Fixes * **avatar:** add white background for avatar user in chip ([34b52c02](34b52c02)) * **calendar:** limit file type to be only .ics ([795c85ca](795c85ca)) * **global:** prevent loading ([759903a1](759903a1)) * **global:** replace meteor.user() by context user ([e573841d](e573841d)) * **global:** replace Meteor.userID() by userid from context ([eb7cd857](eb7cd857)) * **logout:** refactor logout process ([93179d51](93179d51)) * **menu:** add / gestion in caldav url ([47c377d1](47c377d1)) * **ui:** check if user is loading in MainLayout ([60235a6c](60235a6c)) ### Build System * **meteor:** update meteor 2.7.3 and node version 14.19.3 ([3e5140b0](3e5140b0)) * **npm:** change npm command run start-dev to start ([cbc0b2b7](cbc0b2b7)) ### Documentation * **readme:** update and translate readme ([6f8adda9](6f8adda9)) ### Continuous Integration * **build-docker:** run for `testing` prerelease ([78640438](78640438)) * **commitlint:** use new standard job `.git:commitlint` ([0bb3fcac](0bb3fcac)) * **merge-to-dev:** use new standard jobs `.git:merge-to` ([8dd555aa](8dd555aa)) * **meteor:** test before generating a new release ([4c65427c](4c65427c)) * **semantic-release:** create `testing` prerelease ([b15be7f1](b15be7f1)) * **tag docker:** tag `testing` prerelease image ([fdf05a46](fdf05a46))
.commitlintrc.yaml
0 → 100644
LISEZ-MOI.md
0 → 100644