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/1.22.0 #423

Merged
merged 25 commits into from
Sep 27, 2023
Merged

Release/1.22.0 #423

merged 25 commits into from
Sep 27, 2023

Conversation

lmarini
Copy link
Member

@lmarini lmarini commented Sep 12, 2023

1.22.0 - 2023-09-12

Added

  • Users can be marked as ReadOnly #405
  • Delete button to delete section #347
  • When parameter on API endpoints to enable pagination #266
  • Extractors can now specify an extractor_key and an owner (email address) when sending a
    registration or heartbeat to Clowder that will restrict use of that extractor to them.
  • Added a dropdown menu to space listing to select all spaces, your spaces and also the spaces you have access to. #374
  • Support for SMTP_FROM in docker-compose yml file. #417
  • Keycloak provider with secure social #419
  • Documentation on how to do easy testing of pull requests
  • citation.cff
  • New GET sections endpoint to file API and fix missing section routes in javascriptRoutes #410
  • Google's model viewer within viewer_three.js previewer

Fixed

  • Updated lastModifiesDate when updating file or metadata to a dataset, added lastModified to UI 386
  • Disabled button after creating new dataset #311
  • Changed default to 'Viewer' while inviting users to new spaces #375
  • Complex extracted JSON metadata objects using arrays are now being indexed properly for search.
  • Fixed positioning problems related to how the 3D models appear on the screen
  • Search results are checked to verify nothing has been put in trash before display #377
  • Previewer source URL in the documentation to point to the Clowder GitHub repo. #395

meerkatt and others added 24 commits September 23, 2022 15:13
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
* Added a dropdown menu for specific space types
* 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]>
citation.cff Outdated Show resolved Hide resolved
@lmarini lmarini merged commit ccb804e into master Sep 27, 2023
10 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.

10 participants