-
Notifications
You must be signed in to change notification settings - Fork 3
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
Release 0.130.0 #2331
Merged
Merged
Release 0.130.0 #2331
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
* added build dates for site build tracking * added update for publish and build dates * added migration file * updated unit test for build date * fixed publish_webiste unit test * fixed unit test for status update for unpublished site * updated variable names for mass_build and individual pipeline timestamps * fixed variable names Revert "fixed variable names" This reverts commit d8fdacf0e0c9ad1afbbe9b292dcae5107cc3ed84. fixed variable names removed publish status key updates in mas builds * fixed tests * Added publish and build date detail in readme * fixed line number for secret * Update README.md Co-authored-by: pt2302 <[email protected]> * Update README.md Co-authored-by: pt2302 <[email protected]> --------- Co-authored-by: pt2302 <[email protected]>
* added custom link plugin to create External resource on link add * removed unnecessary logging * override the default create for website content for external resources to get_or_create resources * handled empty title for ER without selection * added title from url when selection is empty and disabled edit button for linkUI when ER is created * refactored feature flag checking from posthog * added flag checking fto enable custom link UI plugin in CKEDitor * removed import of custom link ui plugin from ckeditor config * fixed flag value not set after editor loading * fixed tests * added override for link command to insert resourcelink instead of link syntax * added website name in editor config * added omit for website name in editor config * refactored Custom Link Plugin and added Autolink override for pasting and typing links * added type hints for missing items * removed string literal with environment value * added error handling for URLs without schemes and default value to add license warning * fixed failing test for js_settings * truncated title to max allowed * fixed failing testq
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Add referencing_pages to WebsiteContent model * Add referencing pages when converting from links in markdown and update Django admin view * Handle nav item conversion and make referencing_pages not symmetric * refactored 'referencing_pages' field name to 'referencing_content' to make it general --------- Co-authored-by: Umar Hassan <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8b624d5
to
3e82832
Compare
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.
renovate[bot]
pt2302
Umar Hassan