Releases: src-d/sourced-ce
v0.14.0-beta.10
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 ~/.sourcedv0.14.0-beta.9
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 ~/.sourcedv0.14.0-beta.8
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 ~/.sourcedv0.14.0-beta.7
Changes
- ghsync updated to v0.2.0-beta.2
- sourced-ui updated to v0.3.0-beta.4
- Rename
initcommands. Now it'sinit orgs,init local(#85). - Validate the GitHub token and organization names on
init orgs(#70). - The argument for the list of organization in
init orgsnow 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 ~/.sourcedv0.14.0-beta.6
Changes
sourced orgs initnow 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 ~/.sourcedv0.14.0-beta.5
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-uiupdated 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 ~/.sourcedv0.14.0-beta.4
Changes
sourced-uiupdated to v0.3.0-beta.1gitbaseupdated to v0.21.0-beta1- New
sqlsub 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 ~/.sourcedv0.14.0-beta.3
- Rename
~/.srcdto~/.sourced(#36). - Handle empty
~/.sourceddir wheninithas not been called yet (#12). prunecleans up the files inside~/.sourced(#33).- New flag
prune --allto prune all the working directories (#24). - Improved support for windows.
sourced-uiupgraded to v0.2.0bblbblfsh/webupgraded to v0.11.1
v0.14.0-beta.2
- The automatic
docker-compose.ymlfile download uses the version that matches the binary, instead of master. sourcedshows a warning when a new stable release is published.- The
installsub command has been renamed toinit. - New sub commands:
workdirsto list working directories.version: print versioncompletion: print bash completion script
v0.14.0-beta.1
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 containersstatus: Shows status of the componentsstop: Stop running containersstart: Start stopped containersweb: Open the web interface in your browserprune: Stop and remove containers and resourcescompose: Manage docker compose filesdownload: Download docker compose fileslist: List the downloaded docker compose filesset: Set the active docker compose file