Compare commits
	
		
			1 Commits
		
	
	
		
			1.4.3
			...
			issue-bund
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						b567c05e92
	
				 | 
					
					
						
@@ -1,4 +0,0 @@
 | 
			
		||||
## v1.4.0 - 2024-02-08
 | 
			
		||||
### Release
 | 
			
		||||
* Upgrade nodes dependencies
 | 
			
		||||
* Update dependencies. Chill-bundles upgraded from 2.14.1 to 2.16.0
 | 
			
		||||
@@ -1,3 +0,0 @@
 | 
			
		||||
## v1.4.1 - 2024-02-08
 | 
			
		||||
### Fixed
 | 
			
		||||
* upgrade node version while compiling
 | 
			
		||||
@@ -1,3 +0,0 @@
 | 
			
		||||
## v1.4.2 - 2024-02-08
 | 
			
		||||
### Fixed
 | 
			
		||||
* Fix version of bootstrap temporarily
 | 
			
		||||
@@ -1,3 +0,0 @@
 | 
			
		||||
## v1.4.3 - 2024-02-08
 | 
			
		||||
### Fixed
 | 
			
		||||
* better restriction for bootstrap version
 | 
			
		||||
@@ -37,7 +37,7 @@ steps:
 | 
			
		||||
          - build-base-image
 | 
			
		||||
 | 
			
		||||
    - name: build-assets
 | 
			
		||||
      image: node:16
 | 
			
		||||
      image: node:14
 | 
			
		||||
      pull: always
 | 
			
		||||
      commands:
 | 
			
		||||
          - yarn install
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										17
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								CHANGELOG.md
									
									
									
									
									
								
							@@ -6,23 +6,6 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
 | 
			
		||||
and is generated by [Changie](https://github.com/miniscruff/changie).
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## v1.4.3 - 2024-02-08
 | 
			
		||||
### Fixed
 | 
			
		||||
* better restriction for bootstrap version
 | 
			
		||||
 | 
			
		||||
## v1.4.2 - 2024-02-08
 | 
			
		||||
### Fixed
 | 
			
		||||
* Fix version of bootstrap temporarily
 | 
			
		||||
 | 
			
		||||
## v1.4.1 - 2024-02-08
 | 
			
		||||
### Fixed
 | 
			
		||||
* upgrade node version while compiling
 | 
			
		||||
 | 
			
		||||
## v1.4.0 - 2024-02-08
 | 
			
		||||
### Release
 | 
			
		||||
* Upgrade nodes dependencies
 | 
			
		||||
* Update dependencies. Chill-bundles upgraded from 2.14.1 to 2.16.0
 | 
			
		||||
 | 
			
		||||
## v1.3.0 - 2023-11-30
 | 
			
		||||
### Release
 | 
			
		||||
* Update dependencies. Chill-bundles upgraded from 2.14.0 to 2.14.1
 | 
			
		||||
 
 | 
			
		||||
@@ -15,7 +15,7 @@
 | 
			
		||||
    },
 | 
			
		||||
    "require": {
 | 
			
		||||
        "ext-redis": "*",
 | 
			
		||||
        "chill-project/chill-bundles": "2.16.0",
 | 
			
		||||
        "chill-project/chill-bundles": "2.14.1",
 | 
			
		||||
        "symfony/flex": "^1.9",
 | 
			
		||||
        "symfony/http-client": "^4.4 || ^5",
 | 
			
		||||
        "nelmio/alice": "^3.8",
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										893
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										893
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -36,5 +36,4 @@ return [
 | 
			
		||||
    App\App::class => ['all' => true],
 | 
			
		||||
    KnpU\OAuth2ClientBundle\KnpUOAuth2ClientBundle::class => ['all' => true],
 | 
			
		||||
    Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],
 | 
			
		||||
    Chill\EventBundle\ChillEventBundle::class => ['all' => true],
 | 
			
		||||
];
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@ doctrine_migrations:
 | 
			
		||||
        'Chill\Migrations\Activity': '@ChillActivityBundle/migrations'
 | 
			
		||||
        'Chill\Migrations\DocStore': '@ChillDocStoreBundle/migrations'
 | 
			
		||||
        'Chill\Migrations\CustomFields': '@ChillCustomFieldsBundle/migrations'
 | 
			
		||||
        'Chill\Migrations\Event': '@ChillEventBundle/migrations'
 | 
			
		||||
        #        'Chill\Migrations\Event': '@ChillEventBundle/migrations'
 | 
			
		||||
        'Chill\Migrations\Person': '@ChillPersonBundle/migrations'
 | 
			
		||||
        'Chill\Migrations\Task': '@ChillTaskBundle/migrations'
 | 
			
		||||
        'Chill\Migrations\ThirdParty': '@ChillThirdPartyBundle/migrations'
 | 
			
		||||
 
 | 
			
		||||
@@ -3,9 +3,6 @@
 | 
			
		||||
    "vendor/chill-project/chill-bundles"
 | 
			
		||||
  ],
 | 
			
		||||
  "private": true,
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "bootstrap": "5.2.3"
 | 
			
		||||
  },
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "specs-build": "yaml-merge vendor/chill-project/chill-bundles/src/Bundle/ChillMainBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillPersonBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillCalendarBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillThirdPartyBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillDocStoreBundle/chill.api.specs.yaml> templates/api/specs.yaml",
 | 
			
		||||
    "specs-validate": "swagger-cli validate templates/api/specs.yaml",
 | 
			
		||||
 
 | 
			
		||||
@@ -86,9 +86,6 @@ Activity reasons for those activities: Sujets de ces échanges
 | 
			
		||||
Filter by activity type: Filtrer par type d'échange
 | 
			
		||||
Activity type: Type d'échange
 | 
			
		||||
Activity user: Utilisateur lié à l'activity
 | 
			
		||||
Aggregate by activity user: Aggréger par utilisateur lié à l'échange
 | 
			
		||||
Aggregate by activity type: Aggréger par type d'échange
 | 
			
		||||
Aggregate by activity reason: Aggréger par sujet de l'échange
 | 
			
		||||
There isn't any activities.: Aucun échange enregistré.
 | 
			
		||||
Last activities: Les derniers échanges
 | 
			
		||||
Activities: Échanges
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user