-
-
Notifications
You must be signed in to change notification settings - Fork 11
Comparing changes
Open a pull request
base repository: mockoon/commons-server
base: v2.11.2
head repository: mockoon/commons-server
compare: main
Commits on Oct 21, 2021
-
Guillaume committed
Oct 21, 2021 Configuration menu - View commit details
-
Copy full SHA for e7dab85 - Browse repository at this point
Copy the full SHA e7dab85View commit details
Commits on Oct 28, 2021
-
Feature/rules for cookie values (#30)
* Add new Target Cookie for Response Rules Closes #475 * Formatting * Added Tests for Cookie Rules Co-authored-by: Gilles Meyer <gilles@meyer.red>
Configuration menu - View commit details
-
Copy full SHA for 8dad9d0 - Browse repository at this point
Copy the full SHA 8dad9d0View commit details -
- make cookie rules fail when modifier is empty - make distinction between absent and empty cookie works (equals vs null) - add more tests
Guillaume committedOct 28, 2021 Configuration menu - View commit details
-
Copy full SHA for be341a3 - Browse repository at this point
Copy the full SHA be341a3View commit details -
Guillaume committed
Oct 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 12ef51c - Browse repository at this point
Copy the full SHA 12ef51cView commit details
Commits on Nov 11, 2021
-
Added Handlebars helper (join, len, gt, lt, gte, lte, eq, toFixed, ro…
…und, stringify, slice) (#33) Fixed setVar Helper which could not handle Object, 0 or Arrays Closes #29 Closes #31 Closes #32 Co-authored-by: Gilles Meyer <gilles@meyer.red>
Configuration menu - View commit details
-
Copy full SHA for e7be455 - Browse repository at this point
Copy the full SHA e7be455View commit details -
Add tests for split helper, set version 2.13.0
Guillaume committedNov 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 732a5b8 - Browse repository at this point
Copy the full SHA 732a5b8View commit details
Commits on Nov 16, 2021
-
Guillaume committed
Nov 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 2d4f6e8 - Browse repository at this point
Copy the full SHA 2d4f6e8View commit details
Commits on Nov 23, 2021
-
Add support for custom TLS certificate
- Add certs and key loading + error handling - update tests See mockoon/mockoon#175
Guillaume committedNov 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 6eddfc7 - Browse repository at this point
Copy the full SHA 6eddfc7View commit details -
Change header name validity check, set version 2.14.0
Remove homemade function and replace by try/catch Closes #34
Guillaume committedNov 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 1c60e41 - Browse repository at this point
Copy the full SHA 1c60e41View commit details -
Guillaume committed
Nov 23, 2021 Configuration menu - View commit details
-
Copy full SHA for cd887eb - Browse repository at this point
Copy the full SHA cd887ebView commit details
Commits on Nov 25, 2021
-
Removed domain from cookies and erased secure flag (#35)
* Removed domain from cookies and erased secure flag * Fixed lint complainign about quotes Co-authored-by: Guillaume <hi@255kb.dev>
Configuration menu - View commit details
-
Copy full SHA for 069de8e - Browse repository at this point
Copy the full SHA 069de8eView commit details -
Guillaume committed
Nov 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 7b1432f - Browse repository at this point
Copy the full SHA 7b1432fView commit details -
Guillaume committed
Nov 25, 2021 Configuration menu - View commit details
-
Copy full SHA for bb1ffed - Browse repository at this point
Copy the full SHA bb1ffedView commit details
Commits on Nov 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 94ccbc9 - Browse repository at this point
Copy the full SHA 94ccbc9View commit details -
Guillaume committed
Nov 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 2f62dba - Browse repository at this point
Copy the full SHA 2f62dbaView commit details
Commits on Nov 30, 2021
-
Add more tests for switch helper
Guillaume committedNov 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 073c9bc - Browse repository at this point
Copy the full SHA 073c9bcView commit details
Commits on Jan 25, 2022
-
Use new community Faker.js lib
Guillaume committedJan 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 452ba1d - Browse repository at this point
Copy the full SHA 452ba1dView commit details -
Guillaume committed
Jan 25, 2022 Configuration menu - View commit details
-
Copy full SHA for d2f60f5 - Browse repository at this point
Copy the full SHA d2f60f5View commit details -
Guillaume committed
Jan 25, 2022 Configuration menu - View commit details
-
Copy full SHA for e5e763c - Browse repository at this point
Copy the full SHA e5e763cView commit details
Commits on Jan 26, 2022
-
Guillaume committed
Jan 26, 2022 Configuration menu - View commit details
-
Copy full SHA for d0b5ef3 - Browse repository at this point
Copy the full SHA d0b5ef3View commit details
Commits on Jan 27, 2022
-
Guillaume committed
Jan 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 017098a - Browse repository at this point
Copy the full SHA 017098aView commit details -
Use sendFile when templating is disabled
Reading the file to parse templating helpers is using a lot of memory. When templating is disabled, or for files not supporting templating, use sendFile for better performances (streaming). Closes mockoon/mockoon#605
Guillaume committedJan 27, 2022 Configuration menu - View commit details
-
Copy full SHA for a3c734d - Browse repository at this point
Copy the full SHA a3c734dView commit details -
Guillaume committed
Jan 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 8b6068b - Browse repository at this point
Copy the full SHA 8b6068bView commit details -
Merge branch 'feature/file-streaming' into main
Guillaume committedJan 27, 2022 Configuration menu - View commit details
-
Copy full SHA for f0a2d1d - Browse repository at this point
Copy the full SHA f0a2d1dView commit details -
Use createReadStream instead of sendFile to avoid headers breaking ch…
…anges Closes mockoon/mockoon#605
Guillaume committedJan 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 872c2e6 - Browse repository at this point
Copy the full SHA 872c2e6View commit details
Commits on Feb 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e9f1318 - Browse repository at this point
Copy the full SHA e9f1318View commit details -
Merge branch 'feature/extract-openapi' into main
Guillaume committedFeb 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 7f6029a - Browse repository at this point
Copy the full SHA 7f6029aView commit details
Commits on Feb 18, 2022
-
Make dateTimeShift helper parameters compatible with SafeStrings
Closes #39
Guillaume committedFeb 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 2de68b0 - Browse repository at this point
Copy the full SHA 2de68b0View commit details -
Merge branch 'fix/datetimeshift-queryparam' into main
Guillaume committedFeb 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 2231469 - Browse repository at this point
Copy the full SHA 2231469View commit details -
Feature/query string display (#40)
* Convert Transaction constructor into a function * Store original query string in Transaction's request * Store original query params object as returned by parser
Configuration menu - View commit details
-
Copy full SHA for 4e11d3a - Browse repository at this point
Copy the full SHA 4e11d3aView commit details -
Update commons lib and set v2.16.1
Guillaume committedFeb 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 852a13e - Browse repository at this point
Copy the full SHA 852a13eView commit details -
Make
bodyRaw
returns the parsed body when no path is providedCloses #41
Guillaume committedFeb 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 3eed3e6 - Browse repository at this point
Copy the full SHA 3eed3e6View commit details -
Merge branch 'fix/bodyraw-no-path' into main
Guillaume committedFeb 18, 2022 Configuration menu - View commit details
-
Copy full SHA for aa073a8 - Browse repository at this point
Copy the full SHA aa073a8View commit details -
Guillaume committed
Feb 18, 2022 Configuration menu - View commit details
-
Copy full SHA for a57f54f - Browse repository at this point
Copy the full SHA a57f54fView commit details
Commits on Feb 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ad19d68 - Browse repository at this point
Copy the full SHA ad19d68View commit details -
Merge branch 'fix/body-path-number' into main
Guillaume committedFeb 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 6463bec - Browse repository at this point
Copy the full SHA 6463becView commit details
Commits on Feb 23, 2022
-
Update Faker random helpers to datatype
most random.* helpers are deprecated
Guillaume committedFeb 23, 2022 Configuration menu - View commit details
-
Copy full SHA for 1b91007 - Browse repository at this point
Copy the full SHA 1b91007View commit details -
Fix body and bodyRaw helpers for empty string paths
Guillaume committedFeb 23, 2022 Configuration menu - View commit details
-
Copy full SHA for b16c1d5 - Browse repository at this point
Copy the full SHA b16c1d5View commit details -
Preparing for GraphQL lib expecting JSON parsed object on `req.body`
Guillaume committedFeb 23, 2022 Configuration menu - View commit details
-
Copy full SHA for f3dcdf8 - Browse repository at this point
Copy the full SHA f3dcdf8View commit details -
Guillaume committed
Feb 23, 2022 Configuration menu - View commit details
-
Copy full SHA for daccbb1 - Browse repository at this point
Copy the full SHA daccbb1View commit details
Commits on Mar 28, 2022
-
Guillaume committed
Mar 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 14c1448 - Browse repository at this point
Copy the full SHA 14c1448View commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 70d472b - Browse repository at this point
Copy the full SHA 70d472bView commit details
There are no files selected for viewing