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

feat: add separator in action forms #1167

Merged
merged 8 commits into from
Sep 17, 2024
Merged

Conversation

EnkiP
Copy link
Member

@EnkiP EnkiP commented Sep 10, 2024

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

@EnkiP EnkiP force-pushed the feat/add-separator-in-action-forms branch from 1f1a3f1 to b628f49 Compare September 12, 2024 08:42
@EnkiP EnkiP force-pushed the feat/add-separator-in-action-forms branch from 4638458 to 70a861f Compare September 12, 2024 15:00
@EnkiP EnkiP force-pushed the feat/add-separator-in-action-forms branch from 70a861f to e50894e Compare September 12, 2024 15:04
@@ -250,6 +271,27 @@ export type ActionFieldWidget =
| 'FilePicker'
| 'JsonEditor';

type LayoutElementComponentType = 'Input' | 'Separator';

Choose a reason for hiding this comment

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

I dunno if it's related to this line or another, but users can declare layout element of type 'Input', it's not relevant.

Copy link

codeclimate bot commented Sep 17, 2024

Code Climate has analyzed commit 3cb228e and detected 0 issues on this pull request.

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

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

View more on Code Climate.

Copy link

@jbarreau jbarreau left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@EnkiP EnkiP merged commit 7d61527 into main Sep 17, 2024
22 checks passed
@EnkiP EnkiP deleted the feat/add-separator-in-action-forms branch September 17, 2024 13:18
forest-bot added a commit that referenced this pull request Sep 17, 2024
@forest-bot
Copy link
Member

🎉 This PR is included in version 1.3.15 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

forest-bot added a commit that referenced this pull request Sep 17, 2024
## [1.7.15](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-mongoose@1.7.14...@forestadmin/datasource-mongoose@1.7.15) (2024-09-17)

### Bug Fixes

* **datasource-sql:** support for paranoid tables with snake case timestamp fields ([#1170](#1170)) ([96b54f9](96b54f9))

### Features

* add separator in action forms ([#1167](#1167)) ([7d61527](7d61527))

### Performance Improvements

* **relation:** improve has many relation by using not in when possible and available ([#1148](#1148)) ([a15eefe](a15eefe))

### Reverts

*  "fix(datasource-sql): handle timestamps of tables with underscored column names" ([#1169](#1169)) ([3b76e38](3b76e38))
forest-bot added a commit that referenced this pull request Sep 17, 2024
## [1.9.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.9.2...@forestadmin/datasource-sequelize@1.9.3) (2024-09-17)

### Bug Fixes

* **datasource-sql:** support for paranoid tables with snake case timestamp fields ([#1170](#1170)) ([96b54f9](96b54f9))

### Features

* add separator in action forms ([#1167](#1167)) ([7d61527](7d61527))

### Performance Improvements

* **relation:** improve has many relation by using not in when possible and available ([#1148](#1148)) ([a15eefe](a15eefe))

### Reverts

*  "fix(datasource-sql): handle timestamps of tables with underscored column names" ([#1169](#1169)) ([3b76e38](3b76e38))
forest-bot added a commit that referenced this pull request Sep 17, 2024
## [1.14.19](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.14.18...@forestadmin/datasource-sql@1.14.19) (2024-09-17)

### Features

* add separator in action forms ([#1167](#1167)) ([7d61527](7d61527))

### Performance Improvements

* **relation:** improve has many relation by using not in when possible and available ([#1148](#1148)) ([a15eefe](a15eefe))
forest-bot added a commit that referenced this pull request Sep 17, 2024
# [1.35.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.34.5...@forestadmin/datasource-toolkit@1.35.0) (2024-09-17)

### Bug Fixes

* **datasource-sql:** support for paranoid tables with snake case timestamp fields ([#1170](#1170)) ([96b54f9](96b54f9))

### Features

* add separator in action forms ([#1167](#1167)) ([7d61527](7d61527))

### Performance Improvements

* **relation:** improve has many relation by using not in when possible and available ([#1148](#1148)) ([a15eefe](a15eefe))

### Reverts

*  "fix(datasource-sql): handle timestamps of tables with underscored column names" ([#1169](#1169)) ([3b76e38](3b76e38))
@forest-bot
Copy link
Member

🎉 This PR is included in version 1.8.46 🎉

The release is available on example@1.8.46

Your semantic-release bot 📦🚀

forest-bot added a commit that referenced this pull request Sep 17, 2024
# [1.28.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.27.8...@forestadmin/forestadmin-client@1.28.0) (2024-09-17)

### Bug Fixes

* **datasource-sql:** support for paranoid tables with snake case timestamp fields ([#1170](#1170)) ([96b54f9](96b54f9))

### Features

* add separator in action forms ([#1167](#1167)) ([7d61527](7d61527))

### Performance Improvements

* **relation:** improve has many relation by using not in when possible and available ([#1148](#1148)) ([a15eefe](a15eefe))

### Reverts

*  "fix(datasource-sql): handle timestamps of tables with underscored column names" ([#1169](#1169)) ([3b76e38](3b76e38))
@forest-bot
Copy link
Member

🎉 This PR is included in version 1.42.0 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

@forest-bot
Copy link
Member

🎉 This PR is included in version 1.48.0 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

@forest-bot
Copy link
Member

🎉 This PR is included in version 1.1.26 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

4 participants