Skip to content

Releases: typecode/sykle

Throw errors on failures/stop test support services

23 Jul 04:47

Choose a tag to compare

OVERVIEW

When commands fail, they will now return more user friendly error and stop
the execution of additional commands (such as in the deploy command)

Test commands will now also stop any containers that may have been spun up
in order to support a test command (when not run in "fast" mode)

Use project name for prod builds

18 Jul 15:33

Choose a tag to compare

Pre-release

OVERVIEW

  • use folder as project name for test and dev, and config project name for prod
  • remove unused/outdated version number

Add ability to run remote commands

17 Jul 22:14

Choose a tag to compare

Pre-release

OVERVIEW

  • Better error handling/error messaging on cli
  • Slim down on code/improve abstractions
  • Allow the ability to call aliases and other commands on deployments
  • Use folder name for project name (avoids test collisions on Jenkins)

Add env option for aliases

27 Mar 00:45

Choose a tag to compare

Pre-release

Overview

  • Can optionally specify an "env" when defining an alias that will use the correct docker compose file for that env

Fix env var interpolation, tweak command hooks

22 Jan 21:23
c1424e3

Choose a tag to compare

Overview

  • Fixes env var interpolation
  • Add preup config
  • Add ability to use predeploy without a service

Fix tests when not in fast mode

03 Jan 18:15
0d5c74a

Choose a tag to compare

Pre-release
Merge pull request #34 from typecode/develop

Version 0.4.1

Add --fast option, ./run.sh support

02 Jan 17:00
bd88a29

Choose a tag to compare

Pre-release

Overview

  • Can detect and use ./run.sh
  • Added --fast option to test commands
  • Fix issue with keyboard interrupts
  • Updated documentation

User pip3 in makefile

04 Dec 20:00
0e28038

Choose a tag to compare

User pip3 in makefile Pre-release
Pre-release
Merge pull request #27 from typecode/develop

Version 0.3.4

Require python version 3.4 or greater during installation

04 Dec 19:56

Choose a tag to compare

0.3.3

Version 0.3.3

Update sync_pg_data

02 Dec 19:09
7be78e4

Choose a tag to compare

Update sync_pg_data Pre-release
Pre-release

Overview

  • Update sync_pg_data to version 0.1.0
    • Now syncs both database and schema