Skip to content

Release/1.19.0#285

Merged
lmarini merged 61 commits into
masterfrom
release/1.19.0
Oct 5, 2021
Merged

Release/1.19.0#285
lmarini merged 61 commits into
masterfrom
release/1.19.0

Conversation

@lmarini
Copy link
Copy Markdown
Member

@lmarini lmarini commented Oct 4, 2021

1.19.0 - 2021-10-05

Fixed

  • Adding dataset to space. Space list on dataset page would be empty. #274
  • Typos "success" when returning status from API and "occurred" when logging to console.
  • If a dataset had multiple folders the layout would be wrong.

Added

  • Mime type for geojson
  • "when" parameter in a few GET API endpoints to enable pagination #266
  • Show space statistics (bytes, users. etc) #119
  • "id" in GET metadata.jsonld endpoints #278

tcnichol and others added 30 commits February 10, 2021 13:48
replacing ip with 'geoserver'
max-zilla and others added 20 commits September 10, 2021 09:46
…api-create

adding indexing for new collections created by the api route
* fix typos

* Added changelog entry and Tim Yardley to CONTRIBUTORS.md.

Co-authored-by: Tim Yardley <yardley@illinois.edu>
Co-authored-by: Luigi Marini <lmarini@illinois.edu>
Co-authored-by: Luigi Marini <lmarini@users.noreply.github.com>
* adding additional extractor documentation

* fixing anchors

* fixing some links

* fixing code blocks

* fixing code block

* fixing code block

* fixing code-blocks

* fixing code-blocks

* formatting python examples

* formatting python examples

* formatting python examples

* fixing anchors

* fixing anchors

* fixing anchors

* updating extractor pngs

replacing images to use ncsa csvheader extractor

* updating image 

removing secret key

* replacing csv extractor URL

* Fixed images in extractors.rst.

Co-authored-by: Michael Johnson <mjohns44@NCSA-P10E53673.local>
Co-authored-by: Max Burnette <mburnet88@gmail.com>
Co-authored-by: Luigi Marini <lmarini@illinois.edu>
Co-authored-by: Luigi Marini <lmarini@users.noreply.github.com>
the method for spaces.listCanEdit has more parameters than before, so without this, it is passing in unprarsable "5" as the data, instead of for the limit
…dataset-to-space

Bugfix/274 cannot add dataset to space
* adding geojson mime type

* adding CHANGELOG.md

Co-authored-by: Luigi Marini <lmarini@users.noreply.github.com>
Co-authored-by: Max Burnette <mburnet88@gmail.com>
* add id

* add entry in changelog issue #278

* reordering the field to make id second

Co-authored-by: Luigi Marini <lmarini@users.noreply.github.com>
* adding parameter spaceBytes inside getSpace

* add method getBytesPerSpace
changing html

* adding to space statistics

need cleanup

* statistics changed - replaced with more data modeled on the index page

We now see Collections, Datasets, Files, Bytes per space and Users in right column

* changelog

* adding spaceBytes parameter, does not work yet

* new method, get bytes for dataset

* methods need to match

* adding and removing datasets from space will increment spaceBytes.

* increment bytes when file added to dataset

* decrement space bytes on remove file

* remove commented out code

* use cached value of bytes per space not method call

* adding update space bytes method

* added space bytes update

* fixig test

* fix few issues with migration

- no datasets in space would result in not writing out count
- very large databsae would have cursor timeout
- simplified logic to count bytes

* Space layout with statistics (#283)

* make space layout more like datasets/files

* update changelog

- undo removal
- add comment + link to issue for space stats
- comment about new layout

* Lowered margin from 20px to 15px for button links.

Co-authored-by: Luigi Marini <lmarini@illinois.edu>

Co-authored-by: Luigi Marini <lmarini@users.noreply.github.com>
Co-authored-by: Max Burnette <mburnet88@gmail.com>
Co-authored-by: Rob Kooper <kooper@illinois.edu>
Co-authored-by: Luigi Marini <lmarini@illinois.edu>
Cleaned up CHANGELOG.md.
@lmarini lmarini requested review from max-zilla and robkooper October 4, 2021 21:36
@robkooper
Copy link
Copy Markdown
Member

Make sure to add to the CHANGELOG that a migration is needed for the counting of the bytes, and in case of a large clowder instance this could take up to an hour.

changelog for v1.19.0.
Comment thread CHANGELOG.md Outdated
@lmarini lmarini merged commit cefe45a into master Oct 5, 2021
@lmarini lmarini deleted the release/1.19.0 branch October 5, 2021 20:01
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.

6 participants