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(export-advanced): compute filename on runtime #1229

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

jeffladiray
Copy link
Member

@jeffladiray jeffladiray commented Dec 16, 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

Copy link

codeclimate bot commented Dec 16, 2024

Code Climate has analyzed commit 4fe66e0 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.2% (0.0% change).

View more on Code Climate.

@jeffladiray jeffladiray merged commit 44082e8 into main Dec 17, 2024
22 checks passed
@jeffladiray jeffladiray deleted the fix/plugin-export-filename-date branch December 17, 2024 13:18
forest-bot added a commit that referenced this pull request Dec 17, 2024
@forest-bot
Copy link
Member

🎉 This PR is included in version 1.1.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 Dec 18, 2024
# [1.12.0](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.11.18...example@1.12.0) (2024-12-18)

### Bug Fixes

* **export-advanced:** compute filename on runtime ([#1229](#1229)) ([44082e8](44082e8))
* **security:** patch mongoose dependency vulnerabilities ([#1224](#1224)) ([d6197a9](d6197a9))
* **security:** patch path-to-regexp dependency vulnerabilities ([#1227](#1227)) ([839a4f3](839a4f3))

### Features

* **native-query:** execute chart query requests ([#1225](#1225)) ([84b26dd](84b26dd))
forest-bot added a commit that referenced this pull request Dec 18, 2024
# [1.56.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.55.1...@forestadmin/agent@1.56.0) (2024-12-18)

### Bug Fixes

* **export-advanced:** compute filename on runtime ([#1229](#1229)) ([44082e8](44082e8))
* **security:** patch mongoose dependency vulnerabilities ([#1224](#1224)) ([d6197a9](d6197a9))
* **security:** patch path-to-regexp dependency vulnerabilities ([#1227](#1227)) ([839a4f3](839a4f3))
* **sequelize-ds:** allow user to create a record when there is a virtual field by removing it from the returned record ([#1223](#1223)) ([a7cb4da](a7cb4da))

### Features

* **native-query:** execute chart query requests ([#1225](#1225)) ([84b26dd](84b26dd))
forest-bot added a commit that referenced this pull request Dec 18, 2024
# [1.57.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.56.0...@forestadmin/datasource-customizer@1.57.0) (2024-12-18)

### Bug Fixes

* **export-advanced:** compute filename on runtime ([#1229](#1229)) ([44082e8](44082e8))
* introduce agentCapabilities sub object ([#1222](#1222)) ([bce04f9](bce04f9))
* **security:** patch mongoose dependency vulnerabilities ([#1224](#1224)) ([d6197a9](d6197a9))
* **security:** patch path-to-regexp dependency vulnerabilities ([#1227](#1227)) ([839a4f3](839a4f3))
* **sequelize-ds:** allow user to create a record when there is a virtual field by removing it from the returned record ([#1223](#1223)) ([a7cb4da](a7cb4da))

### Features

* **capabilities:** add capabilities on get one projection ([#1221](#1221)) ([0909eaf](0909eaf))
* **native-query:** execute chart query requests ([#1225](#1225)) ([84b26dd](84b26dd))
forest-bot added a commit that referenced this pull request Dec 18, 2024
## [1.1.42](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-dummy@1.1.41...@forestadmin/datasource-dummy@1.1.42) (2024-12-18)

### Bug Fixes

* **export-advanced:** compute filename on runtime ([#1229](#1229)) ([44082e8](44082e8))
* introduce agentCapabilities sub object ([#1222](#1222)) ([bce04f9](bce04f9))
* **security:** patch mongoose dependency vulnerabilities ([#1224](#1224)) ([d6197a9](d6197a9))
* **security:** patch path-to-regexp dependency vulnerabilities ([#1227](#1227)) ([839a4f3](839a4f3))
* **sequelize-ds:** allow user to create a record when there is a virtual field by removing it from the returned record ([#1223](#1223)) ([a7cb4da](a7cb4da))

### Features

* **capabilities:** add capabilities on get one projection ([#1221](#1221)) ([0909eaf](0909eaf))
* **native-query:** execute chart query requests ([#1225](#1225)) ([84b26dd](84b26dd))
@forest-bot
Copy link
Member

🎉 This PR is included in version 1.3.27 🎉

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

Your semantic-release bot 📦🚀

forest-bot added a commit that referenced this pull request Dec 18, 2024
## [1.8.7](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-mongoose@1.8.6...@forestadmin/datasource-mongoose@1.8.7) (2024-12-18)

### Bug Fixes

* **export-advanced:** compute filename on runtime ([#1229](#1229)) ([44082e8](44082e8))
* introduce agentCapabilities sub object ([#1222](#1222)) ([bce04f9](bce04f9))
* **security:** patch mongoose dependency vulnerabilities ([#1224](#1224)) ([d6197a9](d6197a9))
* **security:** patch path-to-regexp dependency vulnerabilities ([#1227](#1227)) ([839a4f3](839a4f3))
* **sequelize-ds:** allow user to create a record when there is a virtual field by removing it from the returned record ([#1223](#1223)) ([a7cb4da](a7cb4da))

### Features

* **capabilities:** add capabilities on get one projection ([#1221](#1221)) ([0909eaf](0909eaf))
* **native-query:** execute chart query requests ([#1225](#1225)) ([84b26dd](84b26dd))
forest-bot added a commit that referenced this pull request Dec 18, 2024
## [1.5.7](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-replica@1.5.6...@forestadmin/datasource-replica@1.5.7) (2024-12-18)

### Bug Fixes

* **export-advanced:** compute filename on runtime ([#1229](#1229)) ([44082e8](44082e8))
* **security:** patch mongoose dependency vulnerabilities ([#1224](#1224)) ([d6197a9](d6197a9))
* **security:** patch path-to-regexp dependency vulnerabilities ([#1227](#1227)) ([839a4f3](839a4f3))

### Features

* **native-query:** execute chart query requests ([#1225](#1225)) ([84b26dd](84b26dd))
forest-bot added a commit that referenced this pull request Dec 18, 2024
## [1.11.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.11.1...@forestadmin/datasource-sequelize@1.11.2) (2024-12-18)

### Bug Fixes

* **export-advanced:** compute filename on runtime ([#1229](#1229)) ([44082e8](44082e8))
* **security:** patch mongoose dependency vulnerabilities ([#1224](#1224)) ([d6197a9](d6197a9))
* **security:** patch path-to-regexp dependency vulnerabilities ([#1227](#1227)) ([839a4f3](839a4f3))

### Features

* **native-query:** execute chart query requests ([#1225](#1225)) ([84b26dd](84b26dd))
forest-bot added a commit that referenced this pull request Dec 18, 2024
## [1.16.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.16.1...@forestadmin/datasource-sql@1.16.2) (2024-12-18)

### Bug Fixes

* **export-advanced:** compute filename on runtime ([#1229](#1229)) ([44082e8](44082e8))
* **security:** patch mongoose dependency vulnerabilities ([#1224](#1224)) ([d6197a9](d6197a9))
* **security:** patch path-to-regexp dependency vulnerabilities ([#1227](#1227)) ([839a4f3](839a4f3))

### Features

* **native-query:** execute chart query requests ([#1225](#1225)) ([84b26dd](84b26dd))
forest-bot added a commit that referenced this pull request Dec 18, 2024
# [1.45.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.44.0...@forestadmin/datasource-toolkit@1.45.0) (2024-12-18)

### Bug Fixes

* **export-advanced:** compute filename on runtime ([#1229](#1229)) ([44082e8](44082e8))
* introduce agentCapabilities sub object ([#1222](#1222)) ([bce04f9](bce04f9))
* **security:** patch mongoose dependency vulnerabilities ([#1224](#1224)) ([d6197a9](d6197a9))
* **security:** patch path-to-regexp dependency vulnerabilities ([#1227](#1227)) ([839a4f3](839a4f3))
* **sequelize-ds:** allow user to create a record when there is a virtual field by removing it from the returned record ([#1223](#1223)) ([a7cb4da](a7cb4da))

### Features

* **capabilities:** add capabilities on get one projection ([#1221](#1221)) ([0909eaf](0909eaf))
* **native-query:** execute chart query requests ([#1225](#1225)) ([84b26dd](84b26dd))
forest-bot added a commit that referenced this pull request Dec 18, 2024
## [1.12.11](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forest-cloud@1.12.10...@forestadmin/forest-cloud@1.12.11) (2024-12-18)

### Bug Fixes

* **export-advanced:** compute filename on runtime ([#1229](#1229)) ([44082e8](44082e8))
* **security:** patch mongoose dependency vulnerabilities ([#1224](#1224)) ([d6197a9](d6197a9))
* **security:** patch path-to-regexp dependency vulnerabilities ([#1227](#1227)) ([839a4f3](839a4f3))

### Features

* **native-query:** execute chart query requests ([#1225](#1225)) ([84b26dd](84b26dd))
forest-bot added a commit that referenced this pull request Dec 18, 2024
# [1.36.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.35.1...@forestadmin/forestadmin-client@1.36.0) (2024-12-18)

### Bug Fixes

* **export-advanced:** compute filename on runtime ([#1229](#1229)) ([44082e8](44082e8))
* introduce agentCapabilities sub object ([#1222](#1222)) ([bce04f9](bce04f9))
* **security:** patch mongoose dependency vulnerabilities ([#1224](#1224)) ([d6197a9](d6197a9))
* **security:** patch path-to-regexp dependency vulnerabilities ([#1227](#1227)) ([839a4f3](839a4f3))
* **sequelize-ds:** allow user to create a record when there is a virtual field by removing it from the returned record ([#1223](#1223)) ([a7cb4da](a7cb4da))

### Features

* **capabilities:** add capabilities on get one projection ([#1221](#1221)) ([0909eaf](0909eaf))
* **native-query:** execute chart query requests ([#1225](#1225)) ([84b26dd](84b26dd))
@forest-bot
Copy link
Member

🎉 This PR is included in version 1.12.0 🎉

The release is available on example@1.12.0

Your semantic-release bot 📦🚀

forest-bot added a commit that referenced this pull request Dec 18, 2024
## [1.4.10](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-aws-s3@1.4.9...@forestadmin/plugin-aws-s3@1.4.10) (2024-12-18)

### Bug Fixes

* **export-advanced:** compute filename on runtime ([#1229](#1229)) ([44082e8](44082e8))
* introduce agentCapabilities sub object ([#1222](#1222)) ([bce04f9](bce04f9))
* **security:** patch mongoose dependency vulnerabilities ([#1224](#1224)) ([d6197a9](d6197a9))
* **security:** patch path-to-regexp dependency vulnerabilities ([#1227](#1227)) ([839a4f3](839a4f3))
* **sequelize-ds:** allow user to create a record when there is a virtual field by removing it from the returned record ([#1223](#1223)) ([a7cb4da](a7cb4da))

### Features

* **capabilities:** add capabilities on get one projection ([#1221](#1221)) ([0909eaf](0909eaf))
* **native-query:** execute chart query requests ([#1225](#1225)) ([84b26dd](84b26dd))
forest-bot added a commit that referenced this pull request Dec 18, 2024
# [1.4.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.3.9...@forestadmin/plugin-flattener@1.4.0) (2024-12-18)

### Bug Fixes

* **export-advanced:** compute filename on runtime ([#1229](#1229)) ([44082e8](44082e8))
* introduce agentCapabilities sub object ([#1222](#1222)) ([bce04f9](bce04f9))
* **security:** patch mongoose dependency vulnerabilities ([#1224](#1224)) ([d6197a9](d6197a9))
* **security:** patch path-to-regexp dependency vulnerabilities ([#1227](#1227)) ([839a4f3](839a4f3))
* **sequelize-ds:** allow user to create a record when there is a virtual field by removing it from the returned record ([#1223](#1223)) ([a7cb4da](a7cb4da))

### Features

* **capabilities:** add capabilities on get one projection ([#1221](#1221)) ([0909eaf](0909eaf))
* **native-query:** execute chart query requests ([#1225](#1225)) ([84b26dd](84b26dd))
@forest-bot
Copy link
Member

🎉 This PR is included in version 1.56.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.57.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.42 🎉

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.8.7 🎉

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.5.7 🎉

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.11.2 🎉

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.16.2 🎉

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.45.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.12.11 🎉

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.36.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.4.10 🎉

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.4.0 🎉

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.

3 participants