Ghost/core/test/regression/api/v0.1
Christoph Tavan 834a5a0521 Replaced v1 for v4 uuids (#10871)
* Swapped v1 with v4 UUID as requestId when logging

no issue

v1 UUID are based on current time and the hardware MAC address of the
machine where they are being generated. As such they have much more
complex semantics than v4 UUIDs which are simply randomly generated.

Unless there's a specific requirement for the special semantics of v1
UUIDs it is simpler and less error prone to simply go for v4 UUIDs
whenever just a unique identifier is needed.

* Swapped v1 with v4 UUID when creating a temporary contentFolder

no issue

v1 UUID are based on current time and the hardware MAC address of the
machine where they are being generated. As such they have much more
complex semantics than v4 UUIDs which are simply randomly generated.

Unless there's a specific requirement for the special semantics of v1
UUIDs it is simpler and less error prone to simply go for v4 UUIDs
whenever just a unique identifier is needed.

* Swapped v1 with v4 UUID when creating a temporary exportFolder

no issue

v1 UUID are based on current time and the hardware MAC address of the
machine where they are being generated. As such they have much more
complex semantics than v4 UUIDs which are simply randomly generated.

Unless there's a specific requirement for the special semantics of v1
UUIDs it is simpler and less error prone to simply go for v4 UUIDs
whenever just a unique identifier is needed.
2019-07-15 14:01:02 +08:00
..
authentication_spec.js Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00
configuration_spec.js Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00
db_spec.js Fixed regression tests 2019-02-18 19:22:32 +01:00
error_spec.js Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00
invites_spec.js Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00
notifications_spec.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
oembed_spec.js Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00
posts_spec.js Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00
public_api_spec.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
redirects_spec.js Fixed regression tests 2019-04-02 11:23:46 +08:00
roles_spec.js Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00
schedules_spec.js Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00
settings_spec.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
slugs_spec.js Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00
spam_prevention_spec.js Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00
subscribers_spec.js Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00
tags_spec.js Ensured defaults when creating resources 2019-02-07 20:20:10 +01:00
themes_spec.js Replaced v1 for v4 uuids (#10871) 2019-07-15 14:01:02 +08:00
upload_icon_spec.js Fixed regression tests 2019-02-18 19:22:32 +01:00
upload_spec.js Fixed regression tests 2019-02-18 19:22:32 +01:00
users_spec.js Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00
utils.js Added Canonical URL support to posts&pages in Admin & Content API v2 (#10594) 2019-03-12 17:51:29 +08:00
webhooks_spec.js Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00