David Weterings

Results 8 issues of David Weterings

Commercetools allows predicates like `lastModifiedAt > "2021-05-01" ` but it gives a marshmallow validation error. ``` def test_orders_query_filter_single_date(commercetools_api, old_client): order = get_test_order() commercetools_api.orders.add_existing(order) where = [ 'createdAt >= "2019-10-15"', ]...

triage

Commercetools does not like single quotes around values. F.e. `createdAt >= '2019-09-09'` does not work, but does in our testing framework. Low prio issue imo :P. PoC fix: https://github.com/labd/commercetools-python-sdk/compare/feature/bugfix-malformed-where?expand=1

triage

If I do `mach update -c -f main.yml ` it would be nice to autocomplete on the component name based on the component names defined in the yml.

enhancement

API gateway v1 supports AWS creating a Cloudfront distribution which sits in front of the API gateway (Edge deployment). Since API Gateway v2 only supports regional endpoints, we would need...

enhancement
aws

### Is your proposal related to a problem? We have several MACH configs in different repos, sometimes I want to compare versions or variable settings. I've found comparing them is...

enhancement

The terraform provider still uses this action

This change was done recently; https://github.com/getsentry/sentry/commit/ba18ecda60373c5bfb4cb794f89e16a9354b2afa This breaks if you have f.e. 20+ sentry keys that are all checked at the same time. Wondering if we can internally keep under...

Using uv 0.5.10 and python 3.12 uv add --script purge_active_carts.py 'commercetools' 'click' uv run purge_active_carts.py ``` Users/foo/Library/Caches/uv/archive-v0/lc62ZtUhkR_UHjZ2hGTwr/lib/python3.12/site-packages/commercetools/platform/client/orders/by_project_key_in_store_key_by_store_key_orders_order_number_by_order_number_request_builder.py:42: SyntaxWarning: invalid escape sequence '\-' """Returns an order by its order number from...