-
Notifications
You must be signed in to change notification settings - Fork 482
#19275 Fixing #19698
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
Merged
dsilvam
merged 4 commits into
release-20.12
from
issue-19275-Add-Get-token-option-to-Add-End-point-screen-fixing
Dec 14, 2020
Merged
#19275 Fixing #19698
dsilvam
merged 4 commits into
release-20.12
from
issue-19275-Add-Get-token-option-to-Add-End-point-screen-fixing
Dec 14, 2020
Conversation
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
dotCMS/src/main/java/com/dotcms/rest/api/v1/authentication/ApiTokenResource.java
Show resolved
Hide resolved
victoralfaro-dotcms
approved these changes
Dec 11, 2020
Contributor
victoralfaro-dotcms
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
erickgonzalez
requested changes
Dec 14, 2020
dotCMS/src/main/java/com/dotcms/rest/api/v1/authentication/ApiTokenResource.java
Show resolved
Hide resolved
erickgonzalez
approved these changes
Dec 14, 2020
fmontes
added a commit
that referenced
this pull request
Jan 11, 2021
* Update dotcmsReleaseVersion and coreWebReleasion version * update release version * #19660 Rename graphql-page-api types. Fix caching issues (#19662) * #19660 Rename graphql-page-api types. Fix caching issues * #19660 rename graphql-content-api types to avoid clashing * #19660 code-review * #19660 fix compiling issues * #19660 fix compiling issues * #19275 Fixing (#19698) * #19275 Fixing * removing console.log * Refactoring * Adding doc * #19686 Returning fallback HTMLPageAsset by default if no page is found for a specific language (#19703) * #19686 Returning fallback HTMLPageAsset by default if no page is found for a specific language * #19686 New IT Co-authored-by: Nollymar Longa <> * #19709 EMA does not return the page HTML * Updating starter to version 20201217 * #19728 null check before returning (#19733) * #19728 null check before returning * #19728 Implementing tests Co-authored-by: Nollymar Longa <> * #19636 defensive null check (#19721) * Issue 19725 graphql runaway cache evictions 20 12 (#19735) * #19725 debounces graphql cache evictions and syncronizes the cache rebuild * #19725 more tests * #19725 more tests * #19725 better example * #19725 more doc for debouncer * #19725 use cached content types to build list * #19725 fixing tests * #19725 fixing final test * #19725 Fixing failing tests Co-authored-by: Nollymar Longa <> * bump version * Issue 19608 contentlets lose inherited permissions until cache is flushed (#19745) * #19608 only cache found permissions 5.3.8 * #19608 adding tests Co-authored-by: Will Ezell <[email protected]> Co-authored-by: fabrizzio-dotCMS <[email protected]> * Update coreWebReleaseVersion * #19744 Unable to use the filter in the content types portlet * Introducing new get-commit-message action (#19760) * update starter v20210106 (#19767) * fixing test * Revert "fixing test" This reverts commit 5d15416. * #19275 Fixing error when remote host is unknow (#19766) * #19275 Fixing error when remote host is unknow * Fixing error * fixing test * upgrade the saml referecne for 21.01 (#19780) Co-authored-by: Nollymar Longa <> Co-authored-by: Daniel Silva <[email protected]> Co-authored-by: Freddy Rodriguez <[email protected]> Co-authored-by: Nollymar Longa <[email protected]> Co-authored-by: Will Ezell <[email protected]> Co-authored-by: fabrizzio-dotCMS <[email protected]> Co-authored-by: Victor Alfaro <[email protected]> Co-authored-by: erickgonzalez <[email protected]> Co-authored-by: Jonathan <[email protected]>
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.
Fixing #19275 (comment)