Skip to content

Releases: src-d/sourced-ce

v0.14.0-beta.10

27 Jun 15:21
56076e5

Choose a tag to compare

v0.14.0-beta.10 Pre-release
Pre-release

Changes

  • Update sourced-ui to v0.3.0-rc.1

Upgrading

For internal releases we don't support upgrading. If you have a previous sourced-ce version installed, clean up all your data before downloading this release. This will delete everything, including the UI data for dashboards, charts, users, etc:

sourced prune --all
rm -rf ~/.sourced

v0.14.0-beta.9

26 Jun 17:56
186d8ae

Choose a tag to compare

v0.14.0-beta.9 Pre-release
Pre-release

Changes

  • Update sourced-ui to v0.3.0-beta.6
  • Improved documentation and command help messages.

Upgrading

For internal releases we don't support upgrading. If you have a previous sourced-ce version installed, clean up all your data before downloading this release. This will delete everything, including the UI data for dashboards, charts, users, etc:

sourced prune --all
rm -rf ~/.sourced

v0.14.0-beta.8

25 Jun 11:44
f110dec

Choose a tag to compare

v0.14.0-beta.8 Pre-release
Pre-release

Changes

  • Update gitcollector to v0.0.1
  • Update sourced-ui to v0.3.0-beta.5
  • Update gitbase to v0.22.0-rc2
  • gitcollector uses limited CPU resources (#96)

Upgrading

For internal releases we don't support upgrading. If you have a previous sourced-ce version installed, clean up all your data before downloading this release. This will delete everything, including the UI data for dashboards, charts, users, etc:

sourced prune --all
rm -rf ~/.sourced

v0.14.0-beta.7

22 Jun 00:14
16e6145

Choose a tag to compare

v0.14.0-beta.7 Pre-release
Pre-release

Changes

  • ghsync updated to v0.2.0-beta.2
  • sourced-ui updated to v0.3.0-beta.4
  • Rename init commands. Now it's init orgs, init local (#85).
  • Validate the GitHub token and organization names on init orgs (#70).
  • The argument for the list of organization in init orgs now supports lists separated by both spaces or commas (#81).

Upgrading

For internal releases we don't support upgrading. If you have a previous sourced-ce version installed, clean up all your data before downloading this release. This will delete everything, including the UI data for dashboards, charts, users, etc:

sourced prune --all
rm -rf ~/.sourced

v0.14.0-beta.6

21 Jun 09:00
146610a

Choose a tag to compare

v0.14.0-beta.6 Pre-release
Pre-release

Changes

  • sourced orgs init now supports a comma-separated list of GitHub organization names.
  • gitbase updated to v0.22.0-beta1.

Upgrading

For internal releases we don't support upgrading. If you have a previous sourced-ce version installed, clean up all your data before downloading this release. This will delete everything, including the UI data for dashboards, charts, users, etc:

sourced prune --all
rm -rf ~/.sourced

v0.14.0-beta.5

19 Jun 16:38
adc9d8c

Choose a tag to compare

v0.14.0-beta.5 Pre-release
Pre-release

Changes

  • New command sourced orgs init. Usage:

    sourced orgs init src-d

    With this command you don't need to have a directory with local repositories. Sourced CE will automatically download the repositories for the given organization, and the GitHub metadata.

  • sourced-ui updated to v0.3.0-beta.3

Upgrading

For internal releases we don't support upgrading. If you have a previous sourced-ce version installed, clean up all your data before downloading this release. This will delete everything, including the UI data for dashboards, charts, users, etc:

sourced prune --all
rm -rf ~/.sourced

v0.14.0-beta.4

17 Jun 15:41
218ab24

Choose a tag to compare

v0.14.0-beta.4 Pre-release
Pre-release

Changes

  • sourced-ui updated to v0.3.0-beta.1
  • gitbase updated to v0.21.0-beta1
  • New sql sub command to open a MySQL client connected to gitbase from the CLI (#45).
  • Fix bug: compose list does not set asterisk for files downloaded from URL (#43).

Upgrading

For internal releases we don't support upgrading. If you have a previous sourced-ce version installed, clean up all your data before downloading this release. This will delete everything, including the UI data for dashboards, charts, users, etc:

sourced prune --all
rm -rf ~/.sourced

v0.14.0-beta.3

11 Jun 13:45
c4b1357

Choose a tag to compare

v0.14.0-beta.3 Pre-release
Pre-release
  • Rename ~/.srcd to ~/.sourced (#36).
  • Handle empty ~/.sourced dir when init has not been called yet (#12).
  • prune cleans up the files inside ~/.sourced (#33).
  • New flag prune --all to prune all the working directories (#24).
  • Improved support for windows.
  • sourced-ui upgraded to v0.2.0
  • bblbblfsh/web upgraded to v0.11.1

v0.14.0-beta.2

06 Jun 09:01
9c9bc38

Choose a tag to compare

v0.14.0-beta.2 Pre-release
Pre-release
  • The automatic docker-compose.yml file download uses the version that matches the binary, instead of master.
  • sourced shows a warning when a new stable release is published.
  • The install sub command has been renamed to init.
  • New sub commands:
    • workdirs to list working directories.
    • version: print version
    • completion: print bash completion script

v0.14.0-beta.1

03 Jun 10:24
add1d17

Choose a tag to compare

v0.14.0-beta.1 Pre-release
Pre-release

Initial release. It includes a docker-compose.yml file to deploy source{d} CE locally, and a sourced installer command.

The sourced binary is a wrapper for Docker Compose that downloads the docker-compose.yml file from this repository, and includes the following sub commands:

  • install: Install and initialize containers
  • status: Shows status of the components
  • stop: Stop running containers
  • start: Start stopped containers
  • web: Open the web interface in your browser
  • prune: Stop and remove containers and resources
  • compose: Manage docker compose files
    • download: Download docker compose files
    • list: List the downloaded docker compose files
    • set: Set the active docker compose file