Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobiClark committed May 24, 2024
2 parents 7c43b2c + 5c335dc commit c222e99
Show file tree
Hide file tree
Showing 231 changed files with 26,380 additions and 75,650 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build-and-deploy-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "20.8.0"
node-version: "latest"

- name: Install package.json modules and their dependencies
run: npm install --ignore-scripts
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/Build-and-deploy-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,15 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "18.16.0"
node-version: "latest"

- name: Install package.json modules and their dependencies
run: npm install --ignore-scripts

- name: Install macOS-specific dependencies
run: |
npm install dmg-license --save-dev
- uses: apple-actions/import-codesign-certs@v1
with:
p12-file-base64: ${{ secrets.MACOS_CERTIFICATE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Build-and-deploy-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "20.8.0"
node-version: "latest"

- name: Install package.json modules and their dependencies
run: npm install --ignore-scripts
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# Ignore node_modules folder
out
node_modules
/public/
build/api
pysodadist
pyflaskdist
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to SODA will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## v15.0.0 - 2024-05-23

## Feature Additions:

- New workflow created for uploading datasets to Pennsieve. This workflow is designed to be more streamlined and user-friendly for datasets that just need to be upload to Pennsieve.
- An option to validate the dataset content after uploading to Pennsieve has been added to the new workflow. It will verify that all files have been uploaded correctly and allow the user to retry any failed uploads.
- Enhanced the feature that allows users to retry/resume a failed upload.
- Added React/Zustand components and created an architecture for rendering individual components into the dom that can subscribe to Zustand store states.

## v14.1.1 - 2024-05-13

## Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ All our releases are also accessible in the [releases tab](https://github.com/fa

## Documentation

See the [our dedicated webpage]() for the full documentation, including details about each features and how to use them.
See the [our dedicated webpage](https://docs.sodaforsparc.io/) for the full documentation, including details about each features and how to use them.

## Issues and Feedback

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
<link rel="stylesheet" href="node_modules/tippy.js/dist/tippy.css" />
<link rel="stylesheet" href="node_modules/tippy.js/themes/light.css" />
<link rel="stylesheet" href="node_modules/intro.js/minified/introjs.min.css" />
<link rel="stylesheet" href="node_modules/intro.js/minified/introjs-rtl.min.css" />
<link rel="stylesheet" href="assets/css/mantine-custom.css" />
<link rel="stylesheet" href="assets/css/animations.css" />
<link rel="stylesheet" href="assets/css/file_views.css" />
<link rel="stylesheet" href="assets/css/variables.css" />
Expand Down
Loading

0 comments on commit c222e99

Please sign in to comment.