-
Notifications
You must be signed in to change notification settings - Fork 33
Comparing changes
Open a pull request
base repository: Decathlon/tzatziki
base: v1.0.3
head repository: Decathlon/tzatziki
compare: main
Commits on Jan 27, 2022
-
refactor: removed all references to semla-common (#18)
also: * fix for examples not being pulled properly in the context while running in intellij * set version to 1.0.4
Configuration menu - View commit details
-
Copy full SHA for aaf66d5 - Browse repository at this point
Copy the full SHA aaf66d5View commit details
Commits on Jan 29, 2022
-
feat: added HttpInterceptor to rewrite url at the client level (#19)
* feat: added HttpInterceptor to rewrite url at the client level * remapped mocked urls to avoid collisions * fixed local port interfering with network calls when running in spring. Also added and clarified the documentation around ports * fix typo
Configuration menu - View commit details
-
Copy full SHA for 8448a93 - Browse repository at this point
Copy the full SHA 8448a93View commit details
Commits on Jan 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 26a10f3 - Browse repository at this point
Copy the full SHA 26a10f3View commit details -
fix: added a check in the KafkaSteps so that we wait for at least one…
… consumer to be connected to the topic before publishing a message the default behaviour of the Spring consumer config is to place the consumer at the latest commit when the group-id did not exist. if the listener takes more time to start than the test to publish the message, then the message is never consumed and the test fails.
Configuration menu - View commit details
-
Copy full SHA for 211aabc - Browse repository at this point
Copy the full SHA 211aabcView commit details
Commits on Jan 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3f58502 - Browse repository at this point
Copy the full SHA 3f58502View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41be050 - Browse repository at this point
Copy the full SHA 41be050View commit details -
feat: extract repository content readme (#21)
* doc: extract data from repository * doc: fix entities typos
Configuration menu - View commit details
-
Copy full SHA for d6b2526 - Browse repository at this point
Copy the full SHA d6b2526View commit details -
fix: HttpInterceptor would not work properly on a webClient created b…
…y a WebClient.Builder that we would have already intercepted
Configuration menu - View commit details
-
Copy full SHA for 76856ad - Browse repository at this point
Copy the full SHA 76856adView commit details
Commits on Feb 2, 2022
-
chore(deps-dev): bump postgresql in /tzatziki-spring-jpa (#23)
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.18 to 42.2.25. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.2.18...REL42.2.25) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e34d5ba - Browse repository at this point
Copy the full SHA e34d5baView commit details
Commits on Feb 3, 2022
-
fx We can now manipulate the KafkaSteps to be able to extend it someh…
…ow (#24) * fix: We can now manipulate the KafkaSteps to be able to extend it somehow * fix: bumped to 1.0.9 * fix: renamed variable not to have restricted identifier
Configuration menu - View commit details
-
Copy full SHA for ce8eab6 - Browse repository at this point
Copy the full SHA ce8eab6View commit details
Commits on Feb 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7d34c17 - Browse repository at this point
Copy the full SHA 7d34c17View commit details
Commits on Feb 7, 2022
-
fix: prefixed all the internal variables with _ to prevent collisions…
… with user defined variables (#27)
Configuration menu - View commit details
-
Copy full SHA for 8fd74c3 - Browse repository at this point
Copy the full SHA 8fd74c3View commit details
Commits on Feb 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f297c3a - Browse repository at this point
Copy the full SHA f297c3aView commit details
Commits on Feb 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ba9d28a - Browse repository at this point
Copy the full SHA ba9d28aView commit details
Commits on Feb 10, 2022
-
fix: Issue when a null is in a DataTable (#31)
* Issue when a null is in a DataTable * Issue when a null is in a DataTable * fix: avoid nullpointer when resolving a DataTable with null values * style: formatting revert * Update tzatziki-core/src/main/java/com/decathlon/tzatziki/steps/ObjectSteps.java Co-authored-by: brian-mulier <69139631+brian-mulier@users.noreply.github.com> * Updated ObjectSteps.java * Updated tzatziki to 1.0.12 Co-authored-by: brian-mulier <69139631+brian-mulier@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b269d65 - Browse repository at this point
Copy the full SHA b269d65View commit details
Commits on Feb 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a7c9915 - Browse repository at this point
Copy the full SHA a7c9915View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22e6ca6 - Browse repository at this point
Copy the full SHA 22e6ca6View commit details
Commits on Feb 15, 2022
-
Publish kafka message with key (#33)
* feat: publish a kafka message with key (avro) * feat: publish kafka message with key (json)
Configuration menu - View commit details
-
Copy full SHA for d24d085 - Browse repository at this point
Copy the full SHA d24d085View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e8fbae - Browse repository at this point
Copy the full SHA 9e8fbaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c24d4c9 - Browse repository at this point
Copy the full SHA c24d4c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cc3cbe - Browse repository at this point
Copy the full SHA 8cc3cbeView commit details
Commits on Feb 16, 2022
-
chore(deps-dev): bump postgresql in /tzatziki-spring-jpa (#35)
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.25 to 42.3.3. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.2.25...REL42.3.3) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8ea74da - Browse repository at this point
Copy the full SHA 8ea74daView commit details
Commits on Feb 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0f3fe07 - Browse repository at this point
Copy the full SHA 0f3fe07View commit details
Commits on Feb 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1a1ba54 - Browse repository at this point
Copy the full SHA 1a1ba54View commit details -
Ft/kafka key assertion not compulsory (#38)
+ can assert a topic from beginning even after another one
Configuration menu - View commit details
-
Copy full SHA for 5cbb387 - Browse repository at this point
Copy the full SHA 5cbb387View commit details -
Configuration menu - View commit details
-
Copy full SHA for e35e55a - Browse repository at this point
Copy the full SHA e35e55aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 310936a - Browse repository at this point
Copy the full SHA 310936aView commit details -
Configuration menu - View commit details
-
Copy full SHA for df32d71 - Browse repository at this point
Copy the full SHA df32d71View commit details
Commits on Mar 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6f97c22 - Browse repository at this point
Copy the full SHA 6f97c22View commit details
Commits on Mar 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 07eedf2 - Browse repository at this point
Copy the full SHA 07eedf2View commit details
Commits on Mar 4, 2022
-
feat: No more implicit "within" for JPA, HTTP, Kafka and logs asserti… (
#39) * feat: No more implicit "within" for JPA, HTTP, Kafka and logs assertions + added OS check on env export to prevent crash on Windows * test tweaks Co-authored-by: Jeremy Comte <jeremy.comte@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e725f4a - Browse repository at this point
Copy the full SHA e725f4aView commit details -
fix: small fix to replace "at most 1 GET within Xms" to "during Xms .…
….. has received at most 1 GET" (#41)
Configuration menu - View commit details
-
Copy full SHA for b191ec7 - Browse repository at this point
Copy the full SHA b191ec7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e88fab8 - Browse repository at this point
Copy the full SHA e88fab8View commit details
Commits on Mar 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9d03438 - Browse repository at this point
Copy the full SHA 9d03438View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0c3d94 - Browse repository at this point
Copy the full SHA c0c3d94View commit details
Commits on Mar 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 77cb6b9 - Browse repository at this point
Copy the full SHA 77cb6b9View commit details
Commits on Mar 9, 2022
-
Fx/foreach with list template (#47)
* fix: json mapper everywhere * fix: working list as template in foreach helper
Configuration menu - View commit details
-
Copy full SHA for 69162b1 - Browse repository at this point
Copy the full SHA 69162b1View commit details -
fix: use the KafkaProperties in our custom Consumers so that the maxW…
…aitMs is not 500
Configuration menu - View commit details
-
Copy full SHA for 1ef11ad - Browse repository at this point
Copy the full SHA 1ef11adView commit details
Commits on Mar 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2ff798e - Browse repository at this point
Copy the full SHA 2ff798eView commit details
Commits on Mar 16, 2022
-
fix: previous test's mocks are properly deleted even if overriding mo…
…cks match them with regex (#50)
Configuration menu - View commit details
-
Copy full SHA for 3a76543 - Browse repository at this point
Copy the full SHA 3a76543View commit details
Commits on Mar 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a3066b2 - Browse repository at this point
Copy the full SHA a3066b2View commit details
Commits on Mar 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3d8018f - Browse repository at this point
Copy the full SHA 3d8018fView commit details
Commits on Mar 29, 2022
-
feat: prioritize back the expectations when modified (#54)
* wip: mock priority rework * wip: mock priority rework * re-add the expectations to the httpState * feat: expectations are now prioritized back when modified Co-authored-by: Jeremy Comte <jeremy.comte@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0f044e8 - Browse repository at this point
Copy the full SHA 0f044e8View commit details
Commits on Mar 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c325eff - Browse repository at this point
Copy the full SHA c325effView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30f8afc - Browse repository at this point
Copy the full SHA 30f8afcView commit details
Commits on Apr 4, 2022
-
feat: else implementation for gherkin (#57)
* feat: else implementation for gherkin Co-authored-by: Jeremy Comte <jeremy.comte@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 989489b - Browse repository at this point
Copy the full SHA 989489bView commit details
Commits on Apr 6, 2022
-
fix: Spring mapper props in Tzatziki by default (#60)
* fix: Spring mapper props in Tzatziki by default * fix: Tests are more readable * fix: Ability to disable the copyNamingStrategyFromSpringMapper behaviour * fix: doc for copyNamingStrategyFromSpringMapper behaviour
Configuration menu - View commit details
-
Copy full SHA for db91f52 - Browse repository at this point
Copy the full SHA db91f52View commit details
Commits on Apr 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0341775 - Browse repository at this point
Copy the full SHA 0341775View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6aeb6d - Browse repository at this point
Copy the full SHA a6aeb6dView commit details
Commits on Apr 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 103da31 - Browse repository at this point
Copy the full SHA 103da31View commit details
There are no files selected for viewing