forked from makeplane/plane
-
Notifications
You must be signed in to change notification settings - Fork 11
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: v0.22-dev #35
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
* chore: sidebar width reduced * chore: drag handler added to project sidebar and ui improvement * chore: label drag handler added
makeplane#4763) * chore: updated modal and form validations * chore: module estimate analytics * chore: state analytics * chore: cycle estimate analytics * chore: module points serializer * chore: added fields in serializer * chore: module state estimate points * dev: updated module analytics * dev: updated hover description on the burndown * dev: UI and module total percentage validation * chore: estimate points structure change * chore: module burndown * chore: key values changed * chore: cycle progress snapshot * chore: cycle detail endpoint * chore: progress snapshot payload change * chore: resolved merge conflicts * chore: updated issue and point dropdown in active cycle * chore: optimized grouped issues count in cycle and module --------- Co-authored-by: NarayanBavisetti <[email protected]>
* dev: pages migrations * dev: page models * dev: api migrations * chore: apis for pages migrations * chore: dropped project id from page label and logs * dev: pages logger exception --------- Co-authored-by: NarayanBavisetti <[email protected]> Co-authored-by: sriram veeraghanta <[email protected]>
…akeplane#4760) * docs: update self-host guide link in README (makeplane#4704) found via: - makeplane/docs#48 - makeplane#3109 * feat(configure_instance): add check for mandatory variables before starting * fix(configure_instance): use correct variable and improve the exception * fix(configure_instance): remove trailling spaces * fix(configure_instance): check the mandatory value from exported env only * fix(configure_instance): remove useless import * fix(configure_command): improve the way error is raising --------- Co-authored-by: jon ⚝ <[email protected]>
…sers to login page. (makeplane#4788)
* chore: dummy app switcher component added * chore: add export statement for the logo
…ane#4782) * chore: add pageLink prop to the quick actions dropdown * chore: accept page store as a prop
* chore: create extended root store * chore: rename core root store
* chore: add export for store. * chore: remove pages route group. * fix: upgrading turbo --------- Co-authored-by: sriram veeraghanta <[email protected]>
* dv: seperating constants for ce and ee * dev: update estimate constants * dev: updated estimate structure for ce and ee
* custom base tags * fixed aio actions
* chore: isIssueFilterActive helper function added * chore: isIssueFilterActive implementation * chore: code refactor
…akeplane#5015) * fix to not query issues before fetching the view filters * add default group by for Kanban views
…t when the issue creation is happening on the home page (makeplane#5033) * chore: handled project id on the issue creation modal toast when the issue creation is happening on the home page * chore: updated issue modal condition
… issue list boards (makeplane#5010) * fix issue changes done in Peek overview to reflect in the issue boards * Adding comments to aliased names
…idebar (makeplane#5046) * ui: updatedm UI notificaton tooltip on header and app sidebar * fix: reverted notification sorting * fix: renamed function name updateIssue with issueUpdate in issue base helper file
…t_date is in between start_date and end_date (makeplane#5050)
Merge v0.22 OIDC Functionality
Fix wrong url in oidc
Fix Response Type and Provider ID Error
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.
makeplane#5041