Skip to content

Releases: SwissDataScienceCenter/renku-ui

Release 0.7.3

13 Jan 13:37
Compare
Choose a tag to compare

0.7.3 (released 2020-01-13)

Features

datasets

  • Support pagination in display of data sets (#713, #714)

Bug Fixes

nested groups

  • Correctly handle nested groups in the URLs (#716, #708)

Release 0.7.2

22 Nov 16:21
caba3fb
Compare
Choose a tag to compare

0.7.2 (released 2019-11-22)

Features

datasets

project templates

stability

  • Update libraries to the latest version (except react-redux) (#657, #666, #673)

Bug Fixes

collaboration

  • Selecting merge requests doesn't remove the active state from the collaboration tab icon anymore (#668, #685)

stability

  • Address icon flickering issues in Chrome (#680, #681)

Release 0.7.1

05 Nov 13:45
Compare
Choose a tag to compare

0.7.1 (released 2019-11-05)

Features

collaboration

  • Move Ku and Pending Changes to a Collaboration tab and renamed to Issues and Merge Requests, respectively (#599, #649)

project templates

  • Use latest project templates (#665)

Bug Fixes

environments

projects

  • Show meaningful error message when project creation fails (#636, #656)

Release 0.7.0

30 Oct 13:11
Compare
Choose a tag to compare

0.7.0 (released 2019-10-30)

Features

notebooks/interactive environments

  • Use interactive environment instead of inaccurate term notebook (#568, #614)
  • More logical structure of launch and manage pages (#482, #618)
  • Provide tools for controlling and getting info about interactive environments (#361, #499, #414, #596, #633, #646)
  • The interactive environment button works better (#559, #582)
  • Show project name in interactive environment server url (#584)

datasets

miscellaneous

  • project search Added search by username and group (#560, #593)
  • project fork Allow changing the project name when forking (#616, #626)
  • file browser Show commit hash nad timestamp in the file browser (#487, #606)
  • url: Project URLs use namespace and name like gitlab (#167, #579)
  • copy urls Added button to copy URLs for git remotes and paths to files (#653, #654)

Release 0.6.4

29 Aug 08:39
Compare
Choose a tag to compare

0.6.4 (released 2019-08-28)

Features

  • notebooks: Check Docker image status before starting a new interactive environment (#495, #575)
  • notebooks: Help users without sufficient permission starting an interactive enviroment (#565, #578)
  • notebooks: Commit time is now local timezone aware (#571, #577)

Bug Fixes

  • notebooks: Allow user to set interactive environments GPU's number (available only for specific deployments) (#574, #576)

Release 0.6.3

21 Aug 08:38
Compare
Choose a tag to compare

0.6.3 (released 2019-08-20)

Features

  • lineage Style data and code differently in lineage view (#553)
  • templates The repo and ref for the base templates is now configurable (#561, #566)

Bug Fixes

  • Restore Jupyter button functionality in notebook file preview (#428, #556)
  • Edit project metadata works again (#427, #554)

BREAKING CHANGES

  • Requires renku-notebooks 0.5.0
  • Requires renku-gateway 0.5.0
  • Requires renku-graph 0.11.0

Release 0.6.2

26 Jul 07:06
Compare
Choose a tag to compare

0.6.2 (released 2019-07-24)

Bug Fixes

  • lineage: Fix the navigation of nodes with long paths (#550, #546)

Release 0.6.1

23 Jul 15:19
a0780ed
Compare
Choose a tag to compare

0.6.1 (released 2019-07-23)

Bug Fixes

  • lineage: Fix the output while checking files without lineage (#539)
  • notebook: Propagate correctly the user selected options to the JupyterLab environment (#540, #541)

Features

  • lineage: Enable zoom in and out on the Knowledge Graph (#534, #539)

Release 0.6.0

22 Jul 13:10
d883ed8
Compare
Choose a tag to compare

0.6.0 (released 2019-07-22)

Bug Fixes

  • notebook: Avoid overlapping multiple API calls (#500)
  • notebook: Fix navigation for anonymous users trying to start notebooks (#510, #531)
  • Fix typos (#478, #479)

Features

  • notebook: Support autosaved branches (#507 #429, #517)
  • notebook: Start JupyterLab servers from any branch and commit (#416, #472)
  • notebook: Improve user feedback when stopping a notebook (#513, #530)
  • lineage: Opt-out from Knowledge Graph for private projects (#469)
  • lineage: Add navigability to the Knowledge Graph (#256, #519)
  • lineage: Style Knowledge Graph node according to their type (#502, #533)
  • Allow anonymous users to navigate and search through the project list (#532, #426)
  • Allow users to fork projects (#316, #508, #511, #486, #509, #512)
  • Display "page not found" error on wrong url (#488, #505)
  • Allow users to select from different project templates when creating a new project (#473, #504, #480, #506)
  • Allow users to order project listing in different ways (#475, #501)

BREAKING CHANGES

  • notebook: Adapt UI to the new backend API (#494, #498, #514)

Release 0.5.2

03 Jul 08:29
Compare
Choose a tag to compare

0.5.2 (released 2019-07-02)

  • Add a project visibility label to the project page #470 #497
  • Display files with extension ran.ipynb #483 #496
  • Let anonymous users view projects #491