Releases: openanalytics/RDepot-client
v2.6.2
v2.6.2
- Docker image:
openanalytics/rdepot-client:2.6.2
Release notes
Deprecation notice: repository server addresses didn't require the technology (r/python) as part of the URL in the past.
However, in RDepot v3.0 this will be mandatory.
Please update your repository server addresses to include the correct technology (r/python) as part of the URL.
For example:
- http://oa-rdepot-repo:8080/my-r-repository should be updated to http://oa-rdepot-repo:8080/r/my-r-repository
- http://oa-rdepot-repo:8080/my-python-repository should be updated http://oa-rdepot-repo:8080/python/my-python-repository
Fixes:
- In some cases duplicate packages were accepted with replace=false
- Better repository name regular expressions for validation
v2.6.1
v2.6.1
- Docker image:
openanalytics/rdepot-client:2.6.1
Release notes
Deprecation notice: repository server addresses didn't require the technology (r/python) as part of the URL in the past.
However, in RDepot v3.0 this will be mandatory.
Please update your repository server addresses to include the correct technology (r/python) as part of the URL.
For example:
- http://oa-rdepot-repo:8080/my-r-repository should be updated to http://oa-rdepot-repo:8080/r/my-r-repository
- http://oa-rdepot-repo:8080/my-python-repository should be updated http://oa-rdepot-repo:8080/python/my-python-repository
Fixes:
- Event filter by package name uses wrong package list
v2.6.0
v2.6.0
- Docker image:
openanalytics/rdepot-client:2.6.0
Release notes
Deprecation notice: repository server addresses didn't require the technology (r/python) as part of the URL in the past.
However, in RDepot v3.0 this will be mandatory.
Please update your repository server addresses to include the correct technology (r/python) as part of the URL.
For example:
- http://oa-rdepot-repo:8080/my-r-repository should be updated to http://oa-rdepot-repo:8080/r/my-r-repository
- http://oa-rdepot-repo:8080/my-python-repository should be updated http://oa-rdepot-repo:8080/python/my-python-repository
New features:
- Support RST descriptions for Python packages
- Validate the server address when creating/updating a repository
- Improved design of repositories page
- Improved design of packages page
- Improved design of submissions page
- Better icon for activated access tokens
- Allow configuring "redirect to source" for R repositories
- Use "accepted" as the default status for packages
- Show whether a submission is binary or source
- Make post logout redirect URI optional
- Optionally show allowed HTML characters in package descriptions (after sanitization)
Refactoring:
- Better date/time parsing and viewing
- Improve description parser
Fixes:
- Changing the role of other users logs out the current user
Documentation:
- Deprecation of repository server addresses without technology in the URL
v2.5.2
v2.5.2
Docker image: openanalytics/rdepot-client:2.5.2
Release notes
Fixes:
- Status filter on packages page is not filled in by default
- Adjust wording on submit button when copying access token value
v2.5.1
v2.5.1
Docker image: openanalytics/rdepot-client:2.5.1
Release notes
New features:
- Allow specifying repository authentication for package installation
- Configurable repository server address deprecation warnings
- Allow republishing of repositories
Fixes:
- Align list items according to their parent element
- Show actual warning messages when they exist for package uploads
- Deleting a package still shows package as active (initially)
- Table header and filter wording
v2.5.0
v2.5.0
Docker image: openanalytics/rdepot-client:2.5.0
Release notes
New features:
- Use repository name in R install command
- Adding notes to package submissions
- Showing notes in submissions view
- Allow soft-deleting users
- Package details page improvements
- Access token page improvements
- Support for binary R package submissions
- Show unpublished repositories as well as published repositories
- Modernize package details page
- Validate R package submission form fields
- Warn admins of deprecated server addresses
v2.4.1
v2.4.1
Docker image: openanalytics/rdepot-client:2.4.1
Release notes
Fixes:
- some R packages with newlines in their DESCRIPTION file cannot be installed by R
v2.4.0
v2.4.0
Docker image: openanalytics/rdepot-client:2.4.0
Release notes
New features:
- show detailed repository publication status
- match default generate manual checkbox value with configuration
- use default expiration date for access tokens
- package description supports markdown with code
- multi-download submissions
- filter users by deleted
- copyable properties in data tables
- notify user of new events since last logged in
- generate user avatars
- upload packages improvements
Fixes:
- use correct sorting query parameters
- editing users sometimes fails
Refactoring:
- better use of maps
- improve stores usage
- regenerate API specification implementation
- more stable end-to-end tests
- upgrade vuetify
v2.3.0
v2.3.0
Docker image: openanalytics/rdepot-client:2.3.0
Release notes
New features:
- allow downloading of submissions that are waiting to be reviewed
- approve / reject multiple submissions at once
- delete multiple packages at once
- take into account user settings for page size
- allow selecting the same from and to dates for filtering
- pretty print ISO 8601 date strings
- show role in users table
- notify users of submission upload warnings
- allow submitting packages of type application/x-gzip (thanks to @ryshoooo for the feature request and suggested solution) #1
Fixes:
- after submitting a package, searching and filtering for that repository is applied
- allow displaying a single event on the events timeline
- items per page issues after filtering by date
- show RDepot in the page title
- repository deletion didn't work in some cases
- minor translation issues
Refactoring:
- better naming convention
- better organization for services
- datatables improvements
- use non-root user Docker image
- better organization for fetch methods
- casl plugin improvements
v2.2.0
v2.2.0
Docker image: openanalytics/rdepot-client:2.2.0
Release notes
New features:
- improve UX to get to repositories and packages
- first batch of Selenium tests
- improved icons in newsfeed page
- improved navigation
- improved visibility of RDepot package properties
- package/repository maintainers page improvements
Fixes:
- R package upload fails using MS Edge on Windows
- Theme user setting not respected right after login
Refactoring:
- better modals
- improved authorization flow
- improved router
- improved autocomplete and dropdowns