Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue/hitide profile 45 - fix history not showing up #38

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

jbyrne6
Copy link
Contributor

@jbyrne6 jbyrne6 commented Jun 17, 2024

Changes

  • When history was being retrieved, the download links value was more about 65kb and the max allowed size for the value int the database was 32kb. This meant that it was cutting off the download links and a parse error was being thrown for converting the cut off value to JSON.
  • The fix was to return a download link directly to harmony that lists all of the jobs on their site.

@jbyrne6 jbyrne6 added the bug Something isn't working label Jun 17, 2024
@jbyrne6 jbyrne6 self-assigned this Jun 17, 2024
@jamesfwood jamesfwood changed the base branch from develop to release/4.10.1 June 17, 2024 21:13
@jamesfwood jamesfwood merged commit 759f044 into release/4.10.1 Jun 17, 2024
3 checks passed
@jamesfwood jamesfwood deleted the issue/hitide-profile-45 branch June 17, 2024 21:14
jamesfwood added a commit that referenced this pull request Aug 29, 2024
* Update develop version

* /version v4.11.0-1

* feature/hitide-profile-29: update node in dockerifle to 21.6 (#30)

Co-authored-by: jbyrne <[email protected]>

* /version v4.11.0-2

* release 4.10.1

* /version v4.10.1-rc.1

* revert

* /version v4.10.1-rc.2

* back to 21.6

* /version v4.10.1-rc.3

* back to 10

* /version v4.10.1-rc.4

* back to 21.6

* /version v4.10.1-rc.5

* revert to 10

* /version v4.10.1-rc.6

* Feature/hitide profile 29 - update docker node version to 20.12.1 (#33)

* feature/hitide-profile-29: update node in dockerifle to 21.6

* /version v4.11.0-2

* feature/hitide-profile-29: update changelog

* feature/hitide-profile-29: updated changelog node version to 20.12.1

---------

Co-authored-by: jbyrne <[email protected]>
Co-authored-by: hitide-profile bot <[email protected]>

* /version v4.10.1-rc.7

* revert to node 10 again

* /version v4.10.1-rc.8

* /version v4.11.0-3

* update node version and fix changelog

* /version v4.10.1-rc.9

* Feature/update express version (#34)

* /version v4.10.1-rc.10

* Feature/hitide profile 58 - change harmony submit to POST (#35)

* feature/hitide-ui-58: change harmony submit from get to post

* feature/hitide-profile-58: cleaned up commented code

---------

Co-authored-by: jbyrne <[email protected]>

* /version v4.11.0-4

* /version v4.10.1-rc.11

Co-authored-by: jbyrne <[email protected]>

* /version v4.10.1-rc.12

* Issue/fix release 4.10.1 - add granules to download harmony fix (#37)


---------

Co-authored-by: jbyrne <[email protected]>

* /version v4.10.1-rc.13

* Issue/hitide profile 45 - fix history not showing up (#38)

* issue/hitide-profile-45: fixed parsing error for history


---------

Co-authored-by: jbyrne <[email protected]>

* /version v4.10.1-rc.14

* issue/hitide-profile-72: add form data content type to harmony call (#39)

Co-authored-by: jbyrne <[email protected]>

* /version v4.11.0-5

* /version v4.10.1-rc.15

* Issue/hitide profile 72 - harmony form data submit fix (#40)

* issue/hitide-profile-72: add form data content type to harmony call

---------

Co-authored-by: jbyrne <[email protected]>

* /version v4.10.1-rc.16

---------

Co-authored-by: hitide-profile bot <[email protected]>
Co-authored-by: Jimmy <[email protected]>
Co-authored-by: jbyrne <[email protected]>
Co-authored-by: James Wood <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants