Skip to content

Releases: TACC/Core-Portal

V3.8.2: Hotfix for setfacl issue

01 Oct 21:42
24a8c37
Compare
Choose a tag to compare

What's Changed

Dependency related Changes

  • build(deps): bump cryptography from 42.0.5 to 43.0.1 in /server by @dependabot in #965
  • build(deps): bump dompurify from 2.3.6 to 2.5.4 in /client by @dependabot in #969
  • Dependencies: Update Vite to v5 and migrate tests to Vitest by @jarosenb in #977
  • build(deps): bump rollup from 2.70.1 to 2.79.2 in /client by @dependabot in #978

Full Changelog: v3.8.1...v3.8.2

Hotfix v3.8.1: Bug fixes for dynamic execution system and cron indexer

03 Sep 16:26
c1077ef
Compare
Choose a tag to compare

What's Changed

Fixed

  • Cron indexer should use home dir as root instead of '/' by @chandra-tacc in #963
  • Bug/WP-677: Dynamic exec system bug fixes - validation and allocation list by @chandra-tacc in #964

Full Changelog: v3.8.0...v3.8.1

v3.8.0 - Dynamic App Execution feature and bug fixes

27 Aug 02:39
0a5fe6f
Compare
Choose a tag to compare

What's Changed

Added

Fixed

Dependency changes

  • build(deps): bump werkzeug from 3.0.1 to 3.0.3 in /server by @dependabot in #950
  • build(deps): bump requests from 2.31.0 to 2.32.0 in /server by @dependabot in #951
  • build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /client by @dependabot in #952
  • build(deps): bump urllib3 from 1.26.18 to 1.26.19 in /server by @dependabot in #953
  • build(deps-dev): bump ws from 7.5.7 to 7.5.10 in /client by @dependabot in #954
  • build(deps): bump certifi from 2023.7.22 to 2024.7.4 in /server by @dependabot in #956
  • build(deps): bump django from 4.2.11 to 4.2.14 in /server by @dependabot in #957
  • build(deps): bump setuptools from 68.2.2 to 70.0.0 in /server by @dependabot in #958
  • build(deps): bump django from 4.2.14 to 4.2.15 in /server by @dependabot in #960
  • build(deps): bump twisted from 23.10.0 to 24.7.0 in /server by @dependabot in #961

Full Changelog: v3.7.0...v3.8.0

v3.7.0 - Portal improvements and bug fixes - FORK job support, Stampede3

30 Apr 14:15
a02b919
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.0...v3.7.0

v3.6.1 - Hotfix for Tickets issue and Stampede3 allocation

16 Apr 00:49
461e53c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.0...v3.6.1

v3.6.0 - Portal adjustments - TAS and TAPIS Integration

25 Mar 21:19
487b952
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...v3.6.0

v3.5.0 - Bug fixes and minor improvements

08 Jan 15:28
e05a4b9
Compare
Choose a tag to compare

Added

  • WP-358: Sort apps inside category before rendering (#914)
  • WP-367: Adding Public Data CMS folder navigation dropdown (#918)
  • WI-15: Add health check for site status (#919)
  • WP-352: filter incomplete users in backend and UI adjustments (#910)

Fixed

  • WP-59: Reload app page after every navigation (#920)
  • WP-398: 'Preview File' button should say 'Download File'(#924)
  • WP-47: fix shared workspace manage team modal (#922)
  • WP-379: Error handling for site search results (#925)
  • WP-97: Fix TestAgaveUtils#test_walk_levels (#926)
  • WP-304: Fixed the placeholder text for search to be more accurately represented (#905)

3.4.3 hotfix: Fix archiveId usage for tapis v3 apps

11 Dec 19:19
80c5c70
Compare
Choose a tag to compare

Fixed:

WP-408: Use archiveSystemId set in app definition as default(#917)

v3.4.2 hotfix for push key handling

07 Dec 13:56
cc58e3d
Compare
Choose a tag to compare

Fixed:

  • WP-402: Handle 401 Unauthorized Tapis error for pushing keys(#915, #916)

v3.4.1 - Hotfix to address websockets and impersonation bugs

05 Dec 14:25
f2a5c11
Compare
Choose a tag to compare

Fixed:

  • WP-400: Fix impersonate url (#912)
  • Bug: Fix websockets via ASGI_APPLICATION setting (#913)