forked from Chill-project/chill-skeleton-basic
Compare commits
17 Commits
0.3.0-test
...
merge-asyn
Author | SHA1 | Date | |
---|---|---|---|
1f6e5a807b
|
|||
db4effd727
|
|||
2c9ec9db55
|
|||
4aea2fe135
|
|||
6fe97f3659 | |||
|
d9980a7e18 | ||
59852c709d | |||
1c544d392a | |||
|
dcfd7e4924 | ||
deb47dd3aa | |||
ac909e8107 | |||
|
414b4e11ca | ||
86e27595f5 | |||
cb3ac56084 | |||
4ef93ef722 | |||
7e3d741ea0 | |||
bd011775a6
|
@@ -1,3 +0,0 @@
|
||||
## v0.1.0 - 2023-11-02
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.9.2 to 2.9.2
|
@@ -1,3 +0,0 @@
|
||||
## v0.2.0 - 2023-11-19
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.9.2 to 2.9.2
|
@@ -1,3 +0,0 @@
|
||||
## v0.3.0 - 2023-11-19
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.9.2 to 2.12.1
|
3
.changes/v1.0.0.md
Normal file
3
.changes/v1.0.0.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## v1.0.0 - 2023-11-19
|
||||
### Feature
|
||||
* Integrate changie and automate release management
|
3
.changes/v1.1.0.md
Normal file
3
.changes/v1.1.0.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## v1.1.0 - 2023-11-22
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.12.1 to 2.13.0
|
3
.changes/v1.2.0.md
Normal file
3
.changes/v1.2.0.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## v1.2.0 - 2023-11-24
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.13.0 to 2.14.0
|
3
.changes/v1.3.0.md
Normal file
3
.changes/v1.3.0.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## v1.3.0 - 2023-11-30
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.14.0 to 2.14.1
|
@@ -1,19 +0,0 @@
|
||||
name: Create release
|
||||
run-name: Create release on tag
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
|
||||
jobs:
|
||||
create-release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: release
|
||||
uses: https://github.com/softprops/action-gh-release@v1
|
||||
with:
|
||||
body_path: ${{ github.workspace }}/.changes/v${{ github.ref }}.md
|
@@ -1,27 +0,0 @@
|
||||
name: Tag next release
|
||||
run-name: Create a tag when PR is merged
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types:
|
||||
- closed
|
||||
branches:
|
||||
- 'main'
|
||||
|
||||
jobs:
|
||||
tag_if_merged:
|
||||
if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/')
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: check out repository
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
- name: changie latest
|
||||
id: changie_latest
|
||||
uses: https://github.com/miniscruff/changie-action@v2
|
||||
with:
|
||||
version: latest
|
||||
args: 'latest'
|
||||
- name: create a tag
|
||||
uses: https://github.com/rickstaa/action-create-tag@v1
|
||||
with:
|
||||
tag: ${{ steps.changie_latest.outputs.output }}
|
@@ -56,4 +56,4 @@ jobs:
|
||||
with:
|
||||
commit_message: "update composer.lock and file (automatic update)"
|
||||
commit_user_name: Action Bot
|
||||
commit_user_email: bot@chill.social
|
||||
commit_user_email: bot@chill.social
|
16
CHANGELOG.md
16
CHANGELOG.md
@@ -6,14 +6,18 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
||||
and is generated by [Changie](https://github.com/miniscruff/changie).
|
||||
|
||||
|
||||
## v0.3.0 - 2023-11-19
|
||||
## v1.3.0 - 2023-11-30
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.9.2 to 2.12.1
|
||||
* Update dependencies. Chill-bundles upgraded from 2.14.0 to 2.14.1
|
||||
|
||||
## v0.2.0 - 2023-11-19
|
||||
## v1.2.0 - 2023-11-24
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.9.2 to 2.9.2
|
||||
* Update dependencies. Chill-bundles upgraded from 2.13.0 to 2.14.0
|
||||
|
||||
## v0.1.0 - 2023-11-02
|
||||
## v1.1.0 - 2023-11-22
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.9.2 to 2.9.2
|
||||
* Update dependencies. Chill-bundles upgraded from 2.12.1 to 2.13.0
|
||||
|
||||
## v1.0.0 - 2023-11-19
|
||||
### Feature
|
||||
* Integrate changie and automate release management
|
||||
|
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"require": {
|
||||
"ext-redis": "*",
|
||||
"chill-project/chill-bundles": "2.12.1",
|
||||
"chill-project/chill-bundles": "2.14.1",
|
||||
"symfony/flex": "^1.9",
|
||||
"symfony/http-client": "^4.4 || ^5",
|
||||
"nelmio/alice": "^3.8",
|
||||
|
440
composer.lock
generated
440
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -15,7 +15,6 @@ return [
|
||||
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true],
|
||||
Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
|
||||
Knp\Bundle\TimeBundle\KnpTimeBundle::class => ['all' => true],
|
||||
ChampsLibres\AsyncUploaderBundle\ChampsLibresAsyncUploaderBundle::class => ['all' => true],
|
||||
Chill\MainBundle\ChillMainBundle::class => ['all' => true],
|
||||
Chill\PersonBundle\ChillPersonBundle::class => ['all' => true],
|
||||
Chill\CustomFieldsBundle\ChillCustomFieldsBundle::class => ['all' => true],
|
||||
|
@@ -1,14 +0,0 @@
|
||||
champs_libres_async_uploader:
|
||||
openstack:
|
||||
os_username: '%env(resolve:OS_USERNAME)%' # Required
|
||||
os_password: '%env(resolve:OS_PASSWORD)%' # Required
|
||||
os_tenant_id: '%env(resolve:OS_TENANT_ID)%' # Required
|
||||
os_region_name: '%env(resolve:OS_REGION_NAME)%' # Required
|
||||
os_auth_url: '%env(resolve:OS_AUTH_URL)%' # Required
|
||||
temp_url:
|
||||
temp_url_key: '%env(resolve:ASYNC_UPLOAD_TEMP_URL_KEY)%' # Required
|
||||
container: '%env(resolve:ASYNC_UPLOAD_TEMP_URL_CONTAINER)%' # Required
|
||||
temp_url_base_path: '%env(resolve:ASYNC_UPLOAD_TEMP_URL_BASE_PATH)%' # Required. Do not forget a trailing slash
|
||||
max_post_file_size: 15000000 # 15Mo (bytes)
|
||||
max_expires_delay: 180
|
||||
max_submit_delay: 3600
|
6
config/packages/chill_doc_store.yaml
Normal file
6
config/packages/chill_doc_store.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
chill_doc_store:
|
||||
openstack:
|
||||
temp_url:
|
||||
temp_url_key: '%env(resolve:ASYNC_UPLOAD_TEMP_URL_KEY)%' # Required
|
||||
container: '%env(resolve:ASYNC_UPLOAD_TEMP_URL_CONTAINER)%' # Required
|
||||
temp_url_base_path: '%env(resolve:ASYNC_UPLOAD_TEMP_URL_BASE_PATH)%' # Required
|
Reference in New Issue
Block a user