Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Releases: contentacms/contenta_jsonapi

Release: 2017-08-21 build 340

21 Aug 00:48
Compare
Choose a tag to compare
contentacms_release-2017-08-21_build_340

feat(Travis): Remove Circle CI dependency (#173)

Release: 2017-08-21 build 332

21 Aug 00:13
Compare
Choose a tag to compare
contentacms_release-2017-08-21_build_332

feat(Travis): Remove Circle CI dependency (#173)

Release: 2017-08-20 build 330

20 Aug 19:18
Compare
Choose a tag to compare
feat(Test): Leaner Tests

* wip(Leaner Tests): Initial effort

* ci(Leaner Test): Fixes incorrect ENV Variable for Project base path

* fix(Leaner Tests): Fixes bad substitution on Travis CI

\

* CI(Travis): Fixes scripts folder structures. Adds decouple feature by delegating travis tasks to bash functions.

CI(Travis): Removes 'bash -e -x' prefix on scripts invocation.

CI(Travis): Adds missing change directory

* CI(Travis): Changes endpoint from '/jsonapi' to '/api' in test files

* CI(Travis): Changes 'node' expected resource to 'node--tutorial' inside test.

* CI(Travis): Downgrade PHPUnit Version

* CI(Travis): Reverts a few files, leverage composer run-script instead of running scripts directly. Brings back the .env file.

* GIT(Ignore): Ignore .env.local file

* Run phpcbf

* fix(Config): Remove unnecessary files

Release: 2017-07-17 build 205

17 Jul 22:14
Compare
Choose a tag to compare
Cleanup release artifact (#136)

* ci(Travis): Cleanup contenta_jsonapi profile folder
* ci(Testing): Fixes issue on composer given a php memory limit exception on php 5.6 by setting the memory_limit setting to -1.
* ci(Travis): Adds Webhook on Travis build events

Adds webhooks on Travis build event. It will only trigger on failed or errored events and create a
Github issue for it.

* Ci(Travis): Converts whitelist function to blacklist, removes php memory_limit configuration from bash file.

* ci(Travis): cleanup unnecessary text, lines and variables. Removing docs folder from the blacklist.