| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
MASTER_REPO: clowder-framework/clowder
leave as upper case
MAIN_REPO: clowder-framework/clowder
Sorry, something went wrong.
| and mail it to lmarini@illinois.edu. | ||
|
|
||
| Most of the core development happens on [NCSA Bitbucket][bitbucket]. The `master` and `develop` branches are pushed to | ||
| Most of the core development happens on [NCSA Bitbucket][bitbucket]. The `` and `develop` branches are pushed to |
There was a problem hiding this comment.
missing main
Sorry, something went wrong.
| #!/bin/bash | ||
|
|
||
| # CATS-WWW (master) is the main branch for this server | ||
| # CATS-WWW () is the main branch for this server |
There was a problem hiding this comment.
missing main
Sorry, something went wrong.
|
|
||
| Here is a list of previewer embedded with the core | ||
| `source <https://github.com/clowder-framework/clowder/tree/master/public/javascripts/previewers>`_. | ||
| `source <https://github.com/clowder-framework/clowder/tree//public/javascripts/previewers>`_. |
There was a problem hiding this comment.
missing main
Sorry, something went wrong.
| on `GitHub <https://github.com/clowder-framework>`_. | ||
|
|
||
| * We are always looking for `contributions <https://github.com/clowder-framework/clowder/blob/master/CONTRIBUTING.md>`_. | ||
| * We are always looking for `contributions <https://github.com/clowder-framework/clowder/blob//CONTRIBUTING.md>`_. |
There was a problem hiding this comment.
missing main
Sorry, something went wrong.
| def appVersion: String = { | ||
| gitBranchName match { | ||
| case "master" => getVersion | ||
| case "" => getVersion |
There was a problem hiding this comment.
should this be main?
Sorry, something went wrong.
| name: The University of Illinois/NCSA Open Source License (NCSA) | ||
| url: https://github.com/clowder-framework/clowder/blob/master/LICENSE | ||
| url: https://github.com/clowder-framework/clowder/blob//LICENSE | ||
|
|
There was a problem hiding this comment.
should this be main? or only / not //
Sorry, something went wrong.
|
|
||
| # find out the version | ||
| if [ "${BRANCH}" = "master" ]; then | ||
| if [ "${BRANCH}" = "" ]; then |
There was a problem hiding this comment.
should this be main?
Sorry, something went wrong.
|
|
||
| # can use the following to push to isda-registry for testing: | ||
| # BRANCH="master" SERVER=isda-registry.ncsa.illinois.edu/ ./release.sh | ||
| # BRANCH="" SERVER=isda-registry.ncsa.illinois.edu/ ./release.sh |
There was a problem hiding this comment.
should this be main?
Sorry, something went wrong.
* Ranaming `master` branch to `main`. * Update GitHub Actions to latest versions Upgraded various GitHub Actions in ci.yml, docker.yml, and swagger.yml to their latest major versions for improved security and maintenance. Also updated environment variable naming and DockerHub description action usage in docker.yml for consistency and compatibility. * fix resolvers small tweak to dockerfile to remove warning * second reference to as in dockerfile * another location where typesafe has wrong url * Remove iRods integration: delete iRods storage service, plugin, config, and docs. Update changelog. Users must use another storage backend (filesystem, MongoDB GridFS, or AWS S3). * remove typesafe references from jar file * Fix upload artifact * more version bumps * fix python version --------- Co-authored-by: Luigi Marini <lmarini@illinois.edu>
* Ranaming `master` branch to `main`. * Escape space name and description to avoid xss. * Comment out irods dependency as it is not available anymore. * Upgrade actions/cache from v1 to v3
…miniList templates (#460) - Add user existence checks before accessing user properties in app/views/spaces/listSpaces.scala.html and app/views/spaces/miniList.scala.html - Update CHANGELOG.md with details of the fix in Unreleased section Co-authored-by: Luigi Marini <lmarini@illinois.edu>
Release/v1.23.0
| Back | FazBrowse Home | New Git URL |
Will just delete master and keep this branch.