Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(config): allow packages versions for symfony 6 #31

Merged
merged 5 commits into from
Mar 8, 2023

Conversation

nicolasalexandre9
Copy link
Member

Definition of Done

General

  • Write an explicit title for the Pull Request, following Conventional Commits specification
  • Test manually the implemented changes
  • Validate the code quality (indentation, syntax, style, simplicity, readability)

Security

  • Consider the security impact of the changes made

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 8608 lines exceeds the maximum allowed for the inline comments feature.

@codeclimate
Copy link

codeclimate bot commented Mar 8, 2023

Code Climate has analyzed commit 916813d and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (90% is the threshold).

This pull request will bring the total coverage in the repository to 90.9%.

View more on Code Climate.

@nicolasalexandre9 nicolasalexandre9 merged commit d74ecc9 into beta Mar 8, 2023
@nicolasalexandre9 nicolasalexandre9 deleted the fix/doctrine-version branch March 8, 2023 14:53
forest-bot added a commit that referenced this pull request Mar 8, 2023
# [1.0.0-beta.10](v1.0.0-beta.9...v1.0.0-beta.10) (2023-03-08)

### Bug Fixes

* **config:** allow packages versions for symfony 6 ([#31](#31)) ([d74ecc9](d74ecc9))
@forest-bot
Copy link
Member

🎉 This PR is included in version 1.0.0-beta.10 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

forest-bot added a commit that referenced this pull request Jun 19, 2023
# 1.0.0 (2023-06-19)

### Bug Fixes

* add missing dependencies ([#66](#66)) ([18b15d4](18b15d4))
* releaserc now write the version in composer of each packages ([#70](#70)) ([b4399e5](b4399e5))
* remove validation's monorepo on precommit ([#69](#69)) ([6b17033](6b17033))
* **composer:** remove invalid version ([#65](#65)) ([9ad3231](9ad3231))
* update github action configuration ([#59](#59)) ([5e777ab](5e777ab))
* update monorepo github action config ([#60](#60)) ([52c081d](52c081d))
* **chart:** fix response of api smart chart ([#45](#45)) ([fe2312b](fe2312b))
* **collection:** fix aggregate function in base collection ([#47](#47)) ([e28d97e](e28d97e))
* **config:** allow packages versions for symfony 6 ([#31](#31)) ([d74ecc9](d74ecc9))
* **count:** fix count response ([#48](#48)) ([3533ac9](3533ac9))
* **onboarding:** create cache only if env secret was set ([#27](#27)) ([561b871](561b871))
* **query-converter:** patch the query converter with mariadb and mysql ([#28](#28)) ([29d41b6](29d41b6))
* **response:** add missing available include relationships to the response ([#54](#54)) ([d098cd2](d098cd2))
* **schema:** sort actions by id and fields by name in the schema ([#37](#37)) ([ce3367e](ce3367e))
* **segment:** add collection customization context to the segment function definition ([#43](#43)) ([2549a54](2549a54))
* **validator:** get datasource from collection instead of container ([#44](#44)) ([560fc04](560fc04))
* husky pre-commit ([9a3cd59](9a3cd59))
* onboarding generate schema ([#26](#26)) ([48b77f0](48b77f0))
* sort on relation ([#17](#17)) ([16de644](16de644))
* tests add new method to build agent ([#16](#16)) ([062991f](062991f))

### Features

* add binary decorator support ([#57](#57)) ([a8580fe](a8580fe))
* add checkout module to the split action ([#62](#62)) ([d6955ab](d6955ab))
* add configuration for monorepo  ([#58](#58)) ([127cb0e](127cb0e))
* add permissions v4 and conditional approval support ([#56](#56)) ([df9487f](df9487f))
* add plugins import field & add external relation support ([#51](#51)) ([16567a0](16567a0))
* add split github action workflow ([#61](#61)) ([5a5026c](5a5026c))
* **action:** add action decorator ([#33](#33)) ([38c07f2](38c07f2))
* **action:** add missing getters on action context ([#42](#42)) ([bbab309](bbab309))
* **chart:** add support of chart decorator ([#38](#38)) ([9499919](9499919))
* **customizer:** add emulate field filtering method ([#53](#53)) ([6f644a1](6f644a1))
* **customizer:** add remove field customizer ([#50](#50)) ([91b279b](91b279b))
* **decorators:** add context in closure function for search and computed field decorators ([#46](#46)) ([93ee036](93ee036))
* **decorators:** add rename field decorator  ([#49](#49)) ([2ea9821](2ea9821))
* **hook:** add support of hook decorator ([#55](#55)) ([607b4b4](607b4b4))
* **operator:** improve the operator equivalence behaviour ([#41](#41)) ([a8b7024](a8b7024))
* **plugin:** add missing use method to agent ([#52](#52)) ([a7e9514](a7e9514))
* add base datasource and tests ([#25](#25)) ([76c187f](76c187f))
* add charts support ([#3](#3)) ([0a60035](0a60035))
* add data source toolkit & agent builder  ([#1](#1)) ([f11df17](f11df17))
* add doctrine datasource ([#10](#10)) ([522f478](522f478))
* add empty decorator  ([#34](#34)) ([8271e62](8271e62))
* add filters support  ([#2](#2)) ([3621192](3621192))
* add ipwhitelist support ([#7](#7)) ([8b5791d](8b5791d))
* add permissions support ([#5](#5)) ([434006f](434006f))
* add schema decorator ([#35](#35)) ([82cccb8](82cccb8))
* Add some decorators  ([#14](#14)) ([865bffa](865bffa))
* add support of some decorators ([#12](#12)) ([c061efe](c061efe))
* add validation decorator ([#36](#36)) ([711fae2](711fae2))
* add write decorator  ([#39](#39)) ([8f28498](8f28498))
* send schema automatically ([#15](#15)) ([60c4120](60c4120))
* update composer.json to enable agent for symfony 5.4 ([#29](#29)) ([c280067](c280067))
* **oidc:** remove callbackurl on authentication and fix charts permissions ([#6](#6)) ([11af29f](11af29f))
@forest-bot
Copy link
Member

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants