forked from clowder-framework/clowder
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fetch upstream #3
Open
7neyugn7
wants to merge
71
commits into
UQ-RCC:develop
Choose a base branch
from
clowder-framework:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ctors problem and multiple indexing issue
Fix enabled superadmin
fix/cleanup filename
Added logic for primary Clowder instance which handles multiple extra…
Release/1.20.2
* use docker build action also cross platform building and cache * don't build arm for elasticsearch * mongo-init amd64 only * update version calc * missing quotes * newline * update docker - use newer java version (fixes #361) - build arm version (fixes #322) * fix error in action * fix tags * update tags pushed * special case for clowder image * add names to steps * push * push image - needed for cache * only push to dockerhub * use github.actor * disable fail-fast * explicit set permissions * push to branch tag for cache * remove cache * version bump * Updated CHANGELOG.md. Co-authored-by: Luigi Marini <[email protected]>
* Fix to send notifications to all the admins in one email Issue: 330 Signed-off-by: Dipannita Dey <[email protected]> * Fixed recipients info on email while submit/accept/reject access to a space Signed-off-by: Dipannita Dey <[email protected]> Co-authored-by: Luigi Marini <[email protected]>
* New IFC previewer * Added an IFC previewer and a GLTF previewer * Changelog update Co-authored-by: Chrysovalantis Constantinou <[email protected]> Co-authored-by: Luigi Marini <[email protected]>
* Adds MRI previewer for NIFTY (.nii) file format. * deleted vim swap files * Added application/x-gzip to file types on which nii previewer runs on. * Added changelog and contributors. Co-authored-by: Luigi Marini <[email protected]> Co-authored-by: Luigi Marini <[email protected]>
original migration forgot to count files in folders
* Fix to remove a dataset from a space #349 Signed-off-by: Dipannita Dey <[email protected]>
I believe there was a formatting issue in this yaml code on lines 216 and 239
…eate-dataset-creates-2-datasets 311 double click on create dataset creates 2 datasets
* updateing lastModifiesdate of dataset * Adding lastModifiedDate to UI Co-authored-by: toddn <[email protected]>
* add private registration endpoint * add user filter * unique key + perms * make extractor key an option * list user extractors if no process type specified * Permission check updates
* follow cilogon example * add keycloak * keycloak is working now * changelog * revert accidental change * replace the default conf to clowder * typo * use the correct group * check roles also * provide examples of filtering by grouops and roles --------- Co-authored-by: Luigi Marini <[email protected]>
* add citation.cff * remove extra title * fix citation * add grants * fix version number * remove leftover " * Updated Todd's affiliation in citation. --------- Co-authored-by: Luigi Marini <[email protected]>
* add missing SMTP_FROM in docker-comopse yml file * add smtp.from in custom.conf * add default smtp.from in custom.conf --------- Co-authored-by: Luigi Marini <[email protected]>
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](certifi/python-certifi@2021.05.30...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luigi Marini <[email protected]>
* Fix previewers source code folder URL. * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Luigi Marini <[email protected]>
* add readonly mode tested with create spaces/datasets/files but might be missing special cases. fixes #405 * more readonly checks * send email with correct status * allow to download (based on permission) * fix user status email * typo * fix page for user change * use latest checkout action * bump java action to v3 * update cache --------- Co-authored-by: Luigi Marini <[email protected]>
* modifications to indexing * remove old comment * Update CHANGELOG.md --------- Co-authored-by: Luigi Marini <[email protected]>
Bumps [requests](https://github.com/psf/requests) from 2.21.0 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.21.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luigi Marini <[email protected]>
Bumps [requests](https://github.com/psf/requests) from 2.21.0 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.21.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luigi Marini <[email protected]>
* setting viewer as default * adding to change log --------- Co-authored-by: Rob Kooper <[email protected]> Co-authored-by: Luigi Marini <[email protected]>
* Add trash checks for Datasets, Collections * Update CHANGELOG.md * Remove entries from Elasticsearch * check if files are in trash --------- Co-authored-by: Luigi Marini <[email protected]>
* New IFC previewer * Added an IFC previewer and a GLTF previewer * Changelog update * Fix positioning issues of three.js previewer * Added changes to CHANGELOG.md * Improving the 3D model viewer * Remove the console.log --------- Co-authored-by: Chrysovalantis Constantinou <[email protected]> Co-authored-by: Luigi Marini <[email protected]> Co-authored-by: Luigi Marini <[email protected]>
* Add some missing sections endpoints * rename getSections endpoint to sections * Fix name clash in 61f451d --------- Co-authored-by: Luigi Marini <[email protected]>
Release/1.22.0
* Fixed hearthbeat bug where if the owner was not set in extractors_info.json clowder would throw and error and the extractor would not get registered. * Updated version to 1.22.1 * Fixed citation.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Review Time Estimate
Types of changes
Checklist: