Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: esioci/esioci

v0.6

12 Mar 08:11

Choose a tag to compare

  • Other
    • Add pooling, now projects in database has repository collumn. EsioCI polls that repository and builds if detect changes.
    • Fix code style.
    • Upgrade elixir and hex packages.

v0.5

27 Sep 20:09

Choose a tag to compare

Changelog:

  • API
    • get build log
  • Other
    • EsioCi.Builder module refactoring, add test, increase code coverage
    • save build log to file in addition to standard application log

v0.4.1

10 Sep 20:07

Choose a tag to compare

Changelog:

  • Fixes
    • fix problem with build continues if step fails
    • fix esioci.yaml file

v0.4

24 Aug 18:07

Choose a tag to compare

Changelog:

  • API
    • add support for bitbucket
  • YAML
    • basic support for artifacts
  • Fixes
    • fix run_cmd if cmd directory doesn't exist
    • fix non deterministic unit tests
  • Other
    • Enable logging to file, by default all log comes to debug.log

v0.3

10 Aug 18:16

Choose a tag to compare

Changelog:

  • API
    • get all builds from project
    • get all projects
    • get project by id
  • YAML
    • run multiple exec from one esioci.yml file
  • Fixes
    • Bug with build stuck in RUNNING state if parse yaml fails
    • Bug with parse only one command from esioci.yaml

v0.2

30 Jul 10:31

Choose a tag to compare

Changelog:

  • API
    • get build by id
    • get project by name
  • Improvement code quality and code coverage

EsioCI v0.1 - alpha

24 Jul 08:43

Choose a tag to compare

EsioCI v0.1 - alpha Pre-release
Pre-release
Merge pull request #15 from es1o/master

Improve readme before release