-
Notifications
You must be signed in to change notification settings - Fork 109
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
Bug fixes and a few maDMP features for v3.0.1 #2769
Merged
Merged
Conversation
This file contains 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
…dit taxonomy base URL (#2717) * fixed bug with updating identifiers. added rake task to v3 to fix fundref ids * update credit taxonomy base url * fixed broken test * fixed tests broken by credit taxonomy URL changes * removed ROR link from contributors table
* added ability for user to refresh their API token. moved api token to separate profile tab * updated client credentials email to work with updated api wiki docs definition in initializer * fixed eslinter issue * fixed eslinter issue * updated refresh_token policy
…nto fix_section_sort
* updated contextualize_error_service * added org_id to api_clients. Refactored API services to make them easier to manage and to provide better errors to clients * updated test that fails randomly * updated api to use new persistenceservice * fixed rubocop issue * remove rubocop disable that my machine wants butgithub actions does not * remove rubocop disable that my machine wants butgithub actions does not * remove rubocop disable that my machine wants butgithub actions does not * fixed issue with safe_date tests because Travis instance time differs from local machine time * fix for randomly failing test
…ile to be valid yaml
… workflow credentials file
…ot_loading Github-Actions fixes
use request.host instead of relying on possibly faulty/internal hostname
…tive` (#2733) * update external api service's methods to * fixed tests affected by change to 'active?' Co-authored-by: Sam Rust <[email protected]>
fix section sort
use relation org.plans instead of method, which works faster and more correct
* include uglifier for production * Revert "include uglifier for production" This reverts commit a9c7ec4. * webpacker should do all of the minification Co-authored-by: Sam Rust <[email protected]> Co-authored-by: Brian Riley <[email protected]>
open omniauth orcid controller in same window
@orgs should be orgs; use shib-ds[org-id]
…into fix-org-links
Fix org links
disable recaptcha on contact-us page when disabled in configuration
added tinymce.css to public/tinymce dir
Convert api_clients:last_access from date to datetime
portagenetwork
pushed a commit
to portagenetwork/roadmap
that referenced
this pull request
Feb 24, 2022
Bug fixes and a few maDMP features for v3.0.1
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.
Pulling in latest UATed bug fixes and features. See below for release notes:
Researchers:
Administrators:
plans.complete
flag from being set which prevented the plan from appearing in the list of Organizational plans Unable to set plan visibility to organization #2745Developers:
api_clients.org_id
as a nillable fkey on that table. Updated the v1 API to use this fkey when determining access to a plan Add org_id to api_clients table and refactor of API v1 services #2725api_clients.last_access
from at.date
tot.datetime
in the DBRails.cache
use relation org.plans instead of method, which works faster and more correct #2726Socket.hostname
which was causing issues in certain scenarios use request.host instead of relying on possibly faulty/internal hostname #2729