Release/1.19.0#285
Merged
Merged
Conversation
replacing ip with 'geoserver'
…232-upload-file-to-folder
# Conflicts: # CHANGELOG.md
…api-create adding indexing for new collections created by the api route
Add geoserver yml
232 upload file to folder
* 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
add labels
…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.
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.
max-zilla
approved these changes
Oct 5, 2021
robkooper
reviewed
Oct 5, 2021
robkooper
approved these changes
Oct 5, 2021
This file contains hidden or 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
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.
1.19.0 - 2021-10-05
Fixed
Added