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

Release 0.1.4 (develop -> master) #150

Merged
merged 9 commits into from
Jul 8, 2024
Merged

Release 0.1.4 (develop -> master) #150

merged 9 commits into from
Jul 8, 2024

Conversation

MrCreosote
Copy link
Member

All changes reviewed in other PRs

MrCreosote and others added 9 commits May 6, 2024 17:17
Obsolete with switch to GHA
This is useful for temporary nodes where once the user has the data, the node is no longer needed, and the link to the data is expected to work once.
Add query param to delete after file stream
```
$ curl --cookie "kbase_session=$KBASE_CI_TOKEN" http://localhost:8080/node/06cc2b59-b33c-460a-8332-151a509b6d20/acl
{
  "data": {
    "delete": [
      "057abd01-95db-4500-9541-8ce2a925c3e3"
    ],
    "owner": "057abd01-95db-4500-9541-8ce2a925c3e3",
    "public": {
      "delete": false,
      "read": false,
      "write": false
    },
    "read": [
      "057abd01-95db-4500-9541-8ce2a925c3e3"
    ],
    "write": [
      "057abd01-95db-4500-9541-8ce2a925c3e3"
    ]
  },
  "error": null,
  "status": 200
}
$ curl --cookie "kbase_sessionx=$KBASE_CI_TOKEN" http://localhost:8080/node/06cc2b59-b33c-460a-8332-151a509b6d20/acl
{
  "data": null,
  "error": [
    "User Unauthorized"
  ],
  "status": 401
}
```
... to a reasonable character set. This avoids characters that may cause issues in mac, linux, and windows
Restrict filename and format strings
Copy link

codecov bot commented Jul 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.83%. Comparing base (05504a5) to head (1cc0178).
Report is 32 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #150      +/-   ##
==========================================
+ Coverage   90.49%   90.83%   +0.34%     
==========================================
  Files          14       14              
  Lines        1998     2073      +75     
==========================================
+ Hits         1808     1883      +75     
  Misses        157      157              
  Partials       33       33              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MrCreosote MrCreosote merged commit 616b089 into master Jul 8, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant