Skip to content

Releases: typecode/sykle

Throw errors on failures/stop test support services

Choose a tag to compare

@Didericis Didericis released this 23 Jul 04:47

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

Pre-release

Choose a tag to compare

@Didericis Didericis released this 18 Jul 15:33

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

Pre-release

Choose a tag to compare

@Didericis Didericis released this 17 Jul 22:14

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

Pre-release

Choose a tag to compare

@Didericis Didericis released this 27 Mar 00:45

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

Choose a tag to compare

@Didericis Didericis released this 22 Jan 21:23
c1424e3

Overview

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

Fix tests when not in fast mode

Pre-release

Choose a tag to compare

@Didericis Didericis released this 03 Jan 18:15
0d5c74a
Merge pull request #34 from typecode/develop

Version 0.4.1

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

Pre-release

Choose a tag to compare

@Didericis Didericis released this 02 Jan 17:00
bd88a29

Overview

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

User pip3 in makefile

User pip3 in makefile Pre-release
Pre-release

Choose a tag to compare

@Didericis Didericis released this 04 Dec 20:00
0e28038
Merge pull request #27 from typecode/develop

Version 0.3.4

Require python version 3.4 or greater during installation

Choose a tag to compare

@Didericis Didericis released this 04 Dec 19:56
0.3.3

Version 0.3.3

Update sync_pg_data

Update sync_pg_data Pre-release
Pre-release

Choose a tag to compare

@Didericis Didericis released this 02 Dec 19:09
7be78e4

Overview

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