Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Releases: stencila/nixta

v0.1.2

16 May 00:49
Compare
Choose a tag to compare

0.1.2 (2019-05-16)

Bug Fixes

  • adds haskell packages to db (8d45371)

v0.1.1

15 May 22:16
Compare
Choose a tag to compare

0.1.1 (2019-05-15)

Bug Fixes

  • change into bin before zipping (a6ffa0c)

v0.1.0

15 May 22:15
83fbf90
Compare
Choose a tag to compare

0.1.0 (2019-05-15)

Bug Fixes

  • add build store option and refactor bootup (138b5bc)
  • add coreutils to envs/r (8fd6040)
  • allow Nixster to be used from within an environment shell (563e326)
  • better error messages (288e8a6)
  • catch error (93aa07e)
  • correct error handling middleware (d2fbd55)
  • dynamically require the serve module (42b0275)
  • ensure all CLI options have short alias (08f28f9)
  • export serve function, set env var (3fee240)
  • improve error handling (1965461)
  • improve listing of envs (bb6f560)
  • serve: Added fallback to get JWT from URL 'token' parameter if it is not set in headers (cc00685)
  • make the profiles directory only when necessary (dee4eaf)
  • minor typo corrections (13c04c8)
  • paths in .nix and .sh files (120a81e)
  • perms and user in Docker (af5a12f)
  • reinstate Environment.home (82e8ea9)
  • remove env var usage for build command (7517bd0)
  • tweaks to Dockerfile and docker-compose.yml (c409651)
  • serve: Added async error handler (41999d6)
  • use shell for index.html (a7689bf)
  • build: ensure that profiles are also saved to the specified store (892658e)
  • lint: Fix TSLint errors (8f5857d)
  • serve: Disable JWT is environment variable NODE_ENV is 'development' (bb85f81)
  • serve: use xterm from unpkg instead of node_modules (fb13e0d)
  • spawn: better error reporting (3a99d26)

Features

  • Add /execute endpoint and docker refactorings (392203b)
  • add enter command (dcdb25b)
  • add dump command for dumping a database table (bc6a4bc)
  • add web terminal (c84b163)
  • serve: Add address and port CLI args for nixster server (3d09af4)
  • inital versions of envs (0bcae94)
  • initial CLI implementation (a5deae3)
  • Dockerfile: add docker client (bc0415e)
  • serve: Added '/container-status' endpoint for checking if a container is running/stopped (8dfeed6)
  • serve: added /interact, /execute and /start endpoints (ff84261)
  • serve: Added /stop endpoint to stop containers by ID (aef52bf)
  • serve: Added JWT authentication functions (7c6ac55)
  • serve: Container volumes can be passed in through the request/SessionParamaters (8e0eb96)
  • serve: Fixed contained ID -> container ID typo (18c502a)