Skip to content

Commit

Permalink
Revert "Merge branch 'master' of https://github.com/InformaticsMatter…
Browse files Browse the repository at this point in the history
…s/squonk2-data-manager-ui"

This reverts commit 4a61a03, reversing
changes made to f309fb8.
  • Loading branch information
Alan Christie committed Jan 29, 2025
1 parent 4a61a03 commit f283303
Show file tree
Hide file tree
Showing 214 changed files with 3,310 additions and 3,717 deletions.
10 changes: 3 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,13 @@
":semanticCommitTypeAll(chore)",
":disableRateLimiting"
],
"labels": [
"dependencies"
],
"labels": ["dependencies"],
"constraints": {
"pnpm": "9"
"pnpm": "8"
},
"packageRules": [
{
"matchPackageNames": [
"!nextjs-routes"
]
"matchPackageNames": ["!nextjs-routes"]
}
]
}
2 changes: 1 addition & 1 deletion .github/workflows/nextjs_bundle_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
path: .next/analyze/__bundle_analysis.json

- name: Download base branch bundle stats
uses: dawidd6/action-download-artifact@v8
uses: dawidd6/action-download-artifact@v6
if: success() && github.event.number
with:
workflow: nextjs_bundle_analysis.yml
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PLEASE_PAT_OLIVER }}
config-file: release-please-config.json

2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.2.0-rc.0"
".": "5.0.0"
}
45 changes: 0 additions & 45 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,6 @@

All notable changes to this project will be documented in this file.

## [5.2.0-rc.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/5.1.1-rc.0...5.2.0-rc.0) (2025-01-27)


### Features

* **sdf:** add basic support for sdf without a schema ([4f8dec4](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/4f8dec488a43e73dd6660c21f79aacecbba18d2b))


### Bug Fixes

* **navigation:** fix navigation issues that appeared in recent commit ([e624325](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/e6243254163f829110bf2657a17cb96ac4fb502f))

## [5.1.1-rc.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/5.1.0-rc.0...5.1.1-rc.0) (2025-01-25)


### Bug Fixes

* show error when no sdf schema if found ([02a32d2](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/02a32d2c9575e8907922615f0078ce0bda1b87e3))

## [5.1.0-rc.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/5.1.0...5.1.0-rc.0) (2025-01-20)


### Bug Fixes

* fix sdf viewer from giving 404 error when submitting config ([9769c22](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/9769c224dd9f6a5ea3f71abe5cd7bfe46f6fff04))


### Miscellaneous Chores

* release 5.1.1-rc.0 ([b432010](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/b432010d2e475d8891c60c501bf810226ae6c485))

## [5.1.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/5.0.0...5.1.0) (2025-01-05)


### Features

* display job exit code on result card ([242dd9a](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/242dd9a3180ae8221d0518865c0d66ea2069dbce)), closes [#1320](https://github.com/InformaticsMatters/squonk2-data-manager-ui/issues/1320)


### Bug Fixes

* fix issues with the ui test job ([b17cc23](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/b17cc23d89d030a0135630f202538f22db140a17))
* fix position of toolbar buttons in the project table ([68c3884](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/68c388476e02306b1f49874e46943b00ffe00dda))
* fix unit ledger not showing a total amount when it is zero ([ef5c6d1](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/ef5c6d1be872ff420a31881e5529e9107ae1973e)), closes [#1431](https://github.com/InformaticsMatters/squonk2-data-manager-ui/issues/1431)

## [5.0.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/4.0.0...5.0.0) (2024-11-07)


Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,6 @@ Notable scripts:

See `package.json` for all available scripts.

### Assets
The `/assets` folder is a Git subtree. Manage this with the following commands.
```bash
# Add the subtree
git subtree add --prefix assets git@github.com:InformaticsMatters/squonk-assets.git main --squash

# Update the subtree when needed
git subtree pull --prefix assets git@github.com:InformaticsMatters/squonk-assets.git main --squash
```

## Testing

This project uses [Playwright](https://playwright.dev/) for integration and e2e testing. To get this setup install all dependencies:
Expand Down
28 changes: 0 additions & 28 deletions assets/README.md

This file was deleted.

Binary file removed assets/fonts/OpenSans/OpenSans-Bold.woff
Binary file not shown.
Binary file removed assets/fonts/OpenSans/OpenSans-Bold.woff2
Binary file not shown.
Binary file removed assets/fonts/OpenSans/OpenSans-BoldItalic.woff
Binary file not shown.
Binary file removed assets/fonts/OpenSans/OpenSans-BoldItalic.woff2
Binary file not shown.
Binary file removed assets/fonts/OpenSans/OpenSans-ExtraBold.woff
Binary file not shown.
Binary file removed assets/fonts/OpenSans/OpenSans-ExtraBold.woff2
Binary file not shown.
Binary file removed assets/fonts/OpenSans/OpenSans-ExtraBoldItalic.woff
Binary file not shown.
Binary file removed assets/fonts/OpenSans/OpenSans-ExtraBoldItalic.woff2
Binary file not shown.
Binary file removed assets/fonts/OpenSans/OpenSans-Italic.woff
Binary file not shown.
Binary file removed assets/fonts/OpenSans/OpenSans-Italic.woff2
Binary file not shown.
Binary file removed assets/fonts/OpenSans/OpenSans-Light.woff
Binary file not shown.
Binary file removed assets/fonts/OpenSans/OpenSans-Light.woff2
Binary file not shown.
Binary file removed assets/fonts/OpenSans/OpenSans-LightItalic.woff
Binary file not shown.
Binary file removed assets/fonts/OpenSans/OpenSans-LightItalic.woff2
Binary file not shown.
Binary file removed assets/fonts/OpenSans/OpenSans-Regular.woff
Binary file not shown.
Binary file removed assets/fonts/OpenSans/OpenSans-Regular.woff2
Binary file not shown.
Binary file removed assets/fonts/OpenSans/OpenSans-SemiBold.woff
Binary file not shown.
Binary file removed assets/fonts/OpenSans/OpenSans-SemiBold.woff2
Binary file not shown.
Binary file removed assets/fonts/OpenSans/OpenSans-SemiBoldItalic.woff
Binary file not shown.
Binary file removed assets/fonts/OpenSans/OpenSans-SemiBoldItalic.woff2
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-Black.woff
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-Black.woff2
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-BlackItalic.woff
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-BlackItalic.woff2
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-Bold.woff
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-Bold.woff2
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-BoldItalic.woff
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-BoldItalic.woff2
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-ExtraBold.woff
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-ExtraBold.woff2
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-ExtraBoldItalic.woff
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-ExtraBoldItalic.woff2
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-ExtraLight.woff
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-ExtraLight.woff2
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-ExtraLightItalic.woff
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-ExtraLightItalic.woff2
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-Italic-VF.ttf
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-Italic-VF.woff
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-Italic-VF.woff2
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-Italic.woff
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-Italic.woff2
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-Light.woff
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-Light.woff2
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-LightItalic.woff
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-LightItalic.woff2
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-Medium.woff
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-Medium.woff2
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-MediumItalic.woff
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-MediumItalic.woff2
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-Regular.woff
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-Regular.woff2
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-Regular.woff2.1
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-SemiBold.woff
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-SemiBold.woff2
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-SemiBoldItalic.woff
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-SemiBoldItalic.woff2
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-Thin.woff
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-Thin.woff.1
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-Thin.woff2
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-Thin.woff2.1
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-ThinItalic.woff
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-ThinItalic.woff2
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-VF.ttf
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-VF.woff
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway-VF.woff2
Binary file not shown.
Binary file removed assets/fonts/Raleway/Raleway.woff2
Binary file not shown.
1 change: 0 additions & 1 deletion assets/graphics/app-logos/computational-notebook-white.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/graphics/app-logos/computational-notebook.svg

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion assets/graphics/app-logos/data-manager-white.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/graphics/app-logos/data-manager.svg

This file was deleted.

Loading

0 comments on commit f283303

Please sign in to comment.