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

Support now for date / time / date and time constructors #5140

Closed
asaf opened this issue Aug 10, 2020 · 1 comment · Fixed by #5392
Closed

Support now for date / time / date and time constructors #5140

asaf opened this issue Aug 10, 2020 · 1 comment · Fixed by #5392
Assignees
Labels
kind/feature Categorizes an issue or PR as a feature, i.e. new behavior scope/broker Marks an issue or PR to appear in the broker section of the changelog

Comments

@asaf
Copy link

asaf commented Aug 10, 2020

Support now for date / time / date and time constructors

In order to calculate a diff period such:

= date and time("2019-10-01T12:00:00Z")- date and time(now)

this requires adding another node to calculate "now".
This is a suggestion for supporting an empty constructor for date time funcs, set to now (or another method named now()).

Related to #3655

@asaf asaf added the kind/feature Categorizes an issue or PR as a feature, i.e. new behavior label Aug 10, 2020
@saig0 saig0 added scope/broker Marks an issue or PR to appear in the broker section of the changelog Status: Needs Priority and removed Status: Needs Triage labels Aug 10, 2020
@saig0
Copy link
Member

saig0 commented Aug 10, 2020

Related issue in the FEEL engine: camunda/feel-scala#118

zeebe-bors bot added a commit that referenced this issue Sep 28, 2020
5432: [Backport 0.24] Fix flaky test: MultiInstanceActivityTest.shouldTriggerInterruptingBoundaryEvent r=saig0 a=korthout

##  Description

Backports: #5427

Fix flaky test: MultiInstanceActivityTest.shouldTriggerInterruptingBoundaryEvent

## Related issues

closes #5097

## Definition of Done

_Not all items need to be done depending on the issue and the pull request._

Code changes:
* [ ] The changes are backwards compatibility with previous versions
* [x] If it fixes a bug then PRs are created to [backport](https://github.com/zeebe-io/zeebe/compare/stable/0.24...develop?expand=1&template=backport_template.md&title=[Backport%200.24]) the fix to the last two minor versions

Testing:
* [ ] There are unit/integration tests that verify all acceptance criterias of the issue
* [ ] New tests are written to ensure backwards compatibility with further versions
* [ ] The behavior is tested manually
* [ ] The impact of the changes is verified by a benchmark 

Documentation: 
* [ ] The documentation is updated (e.g. BPMN reference, configuration, examples, get-started guides, etc.)
* [ ] New content is added to the [release announcement](https://drive.google.com/drive/u/0/folders/1DTIeswnEEq-NggJ25rm2BsDjcCQpDape)


Co-authored-by: Nico korthout <nico.korthout@camunda.com>

## Description

<!-- Please explain the changes you made here. -->

## Related issues

<!-- Which issues are closed by this PR or are related -->

closes #

## Definition of Done

_Not all items need to be done depending on the issue and the pull request._

Code changes:
* [ ] The changes are backwards compatibility with previous versions
* [ ] If it fixes a bug then PRs are created to [backport](https://github.com/zeebe-io/zeebe/compare/stable/0.24...develop?expand=1&template=backport_template.md&title=[Backport%200.24]) the fix to the last two minor versions

Testing:
* [ ] There are unit/integration tests that verify all acceptance criterias of the issue
* [ ] New tests are written to ensure backwards compatibility with further versions
* [ ] The behavior is tested manually
* [ ] The impact of the changes is verified by a benchmark 

Documentation: 
* [ ] The documentation is updated (e.g. BPMN reference, configuration, examples, get-started guides, etc.)
* [ ] New content is added to the [release announcement](https://drive.google.com/drive/u/0/folders/1DTIeswnEEq-NggJ25rm2BsDjcCQpDape)


5440: [Backport 0.24] Dump feel-scala from 1.11.2 to 1.12.2 r=saig0 a=saig0

## Description

Backport of #5392

## Related issues

closes #5140
closes #4212


Co-authored-by: Nico korthout <nico.korthout@camunda.com>
Co-authored-by: Philipp Ossler <philipp.ossler@gmail.com>
zeebe-bors bot added a commit that referenced this issue Sep 28, 2020
5441: [Backport 0.23] Dump feel-scala from 1.11.0 to 1.12.2 r=saig0 a=saig0

## Description

Backport of #5392

## Related issues

closes #5140
closes #4212


Co-authored-by: Philipp Ossler <philipp.ossler@gmail.com>
zeebe-bors bot added a commit that referenced this issue Sep 29, 2020
5441: [Backport 0.23] Dump feel-scala from 1.11.0 to 1.12.2 r=saig0 a=saig0

## Description

Backport of #5392

## Related issues

closes #5140
closes #4212


Co-authored-by: Philipp Ossler <philipp.ossler@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes an issue or PR as a feature, i.e. new behavior scope/broker Marks an issue or PR to appear in the broker section of the changelog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants