Commit Graph
11699 Commits
Author SHA1 Message Date
Vamsi KrishnaandGitHub 7572fc4efd [WEB-4976]chore: propel toast implementation (#4265)
* draft: implementation

* chore: migrated toast from @plane/ui to propel package

* chore: reverted unwanted changes

* fix: lint errors

* chore: migrated toast from @plane/ui to @plane/propel

* chore: updated toast type
2025-10-08 18:23:12 +05:30
sriramveeraghanta ae637a7496 fix: pi vulnerabilities in requirements.txt file 2025-10-08 17:48:37 +05:30
74fe1af85f [PAI-759] chore: Add 'plane-pi' codebase to plane-ee/apps dir (#4379)
* add plane-pi folder to apps/

* chore: add Plane PI build-push workflow to GitHub Actions

* chore: update Plane PI build-push workflow with environment variables and job configuration

* chore: remove Plane PI build-push workflow from GitHub Actions

* chore: rename folder in apps

---------

Co-authored-by: akshat5302 <[email protected]>
Co-authored-by: sriramveeraghanta <[email protected]>
2025-10-08 17:45:53 +05:30
Anmol Singh BhatiaandGitHub 6d955ef29e chore: pi icon revamp (#4404) 2025-10-08 17:30:07 +05:30
Prateek ShouryaandGitHub 40cddb77b6 Sync: Community Changes #4396 2025-10-08 17:03:13 +05:30
sriramveeraghanta e74e5336ea fix: live server axios api error logger 2025-10-08 16:27:09 +05:30
sriramveeraghanta 046a381b9d fix: adding more logs to live server 2025-10-08 15:00:08 +05:30
Prateek ShouryaandGitHub abb04c4353 [WEB-5090] fix: project work items empty state translations (#4399) 2025-10-08 14:08:27 +05:30
vamsikrishnamathala 94253f286c Merge branch 'preview' of github.com:makeplane/plane-ee into sync/ce-ee 2025-10-08 13:19:10 +05:30
3cbb60417c [WEB-4976]chore: propel toast implementation (#7832)
* draft: implementation

* chore: migrated toast from @plane/ui to propel package

* chore: reverted unwanted changes

* fix: lint errors

* chore: added dismiss toast to propel toast

* fix: build and lint errors

* chore: code refactor

---------

Co-authored-by: Anmol Singh Bhatia <[email protected]>
2025-10-07 23:37:10 +05:30
Anmol Singh BhatiaandGitHub 2babe878ea [WEB-4934] dev: propel button implementation (#4322) 2025-10-07 21:16:56 +05:30
pushya22andGitHub d0fe1db97c Sync: Community Changes #4395 2025-10-07 21:16:04 +05:30
Anmol Singh Bhatia dc7d7c92dc fix: preview sync merge conflict 2025-10-07 21:13:39 +05:30
Anmol Singh BhatiaandGitHub b6af2c398b [WEB-5068] fix: CustomMenu closeOnSelect behavior (#4368)
* fix: custom menu close on select functionality

* fix: custom menu close on select functionality
2025-10-07 21:00:08 +05:30
SangeethaandGitHub 1a1d63a635 [WEB-5076] feat: initiative progress API (#4373) 2025-10-07 20:59:46 +05:30
Vipin ChaudharyandGitHub bae6cda3f7 [WIKI-712] chore: add onclick option for drawio #4376 2025-10-07 20:58:48 +05:30
Aaryan KhandelwalandGitHub deb02761b5 fix: pi chat editor props (#4386) 2025-10-07 20:58:15 +05:30
Saurabh KumarandGitHub 5fc4f79701 [SILO-590] Fix github issue comments not syncing for non project members (#4393) 2025-10-07 20:57:37 +05:30
pushya22andGitHub 73dd0eb383 Sync: Community Changes #4394 2025-10-07 20:54:37 +05:30
Anmol Singh BhatiaandGitHub d38f4811b6 [WEB-3567] dev: empty state v2 (#7910) 2025-10-07 20:53:49 +05:30
Anmol Singh BhatiaandGitHub 3e82984f92 [WEB-5068] fix: CustomMenu closeOnSelect behavior #7897 2025-10-07 20:52:30 +05:30
SangeethaandGitHub 89ddd1bf42 [WEB-5081] fix: update timezone in user settings #7915 2025-10-07 20:51:44 +05:30
NikhilandGitHub 8ca3abb683 Merge branch 'preview' into sync/ce-ee 2025-10-07 20:32:09 +05:30
M. PalanikannanandGitHub 6414348cd7 [WIKI-710] [WIKI-717] fix: slash commands and mentions in pi chat editor/comments (#4388) 2025-10-07 19:18:18 +05:30
NikhilandGitHub 0b15a32ec6 [WEB-5038] fix: cycle creation in external api endpoint (#7866)
* feat: set default owner for cycle creation if not provided

* Updated CycleListCreateAPIEndpoint to assign the current user as the owner when the 'owned_by' field is not included in the request data.
* Enhanced the CycleCreateSerializer initialization to ensure proper ownership assignment during cycle creation.

* feat: add comprehensive tests for Cycle API endpoints

* Introduced a new test suite for Cycle API endpoints, covering creation, retrieval, updating, and deletion of cycles.
* Implemented tests for various scenarios including successful operations, invalid data handling, and conflict resolution with external IDs.
* Enhanced test coverage for listing cycles with different view filters and verifying cycle metrics annotations.

* feat: enhance CycleCreateSerializer to include ownership assignment

* Added 'owned_by' field to CycleCreateSerializer to specify the user who owns the cycle.
* Updated CycleListCreateAPIEndpoint to remove redundant ownership assignment logic, relying on the serializer to handle default ownership.
* Ensured that if 'owned_by' is not provided, it defaults to the current user during cycle creation.

* fix: correct assertion syntax in CycleListCreateAPIEndpoint tests

* Updated the assertion in the test for successful cycle creation to use the correct syntax for checking the response status code.
* Ensured that the test accurately verifies the expected behavior of the API endpoint.
2025-10-07 18:50:09 +05:30
Anmol Singh BhatiaandGitHub f5eb13f66f [WEB-5086] fix: instance setup screen asset #7914 2025-10-07 18:47:36 +05:30
pushya22andGitHub 05e00c7fc1 Sync: Community Changes #4390 2025-10-07 18:03:00 +05:30
M. PalanikannanandGitHub c3e8ce8f28 [WIKI-710] [WIKI-717] fix: slash commands and mentions in comments (#7919)
* fix: fixing slash commands and mentions

* fix: tiptap types handled
2025-10-07 18:01:39 +05:30
Yaroslav HalchenkoandGitHub 2ca8620246 Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#7864)
* Add github action to codespell preview on push and PRs

* Add rudimentary codespell config

* [DATALAD RUNCMD] chore: run codespell throughout fixing a few typos interactively

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 4 ./apps/web/core/components/workspace/delete-workspace-form.tsx ./deployments/cli/community/README.md",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^

* Adjust coespell regex to ignore all camelCased words

* [DATALAD RUNCMD] chore: run codespell throughout fixing a few  new typos automagically

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-10-07 17:42:49 +05:30
pushya22andGitHub 74de3f56cc Sync: Community Changes #4383 2025-10-07 17:37:00 +05:30
Dheeraj Kumar KetireddyandGitHub 168518928d Merge branch 'preview' into sync/ce-ee 2025-10-07 17:27:55 +05:30
sriram veeraghantaandGitHub 07ff457663 [PRIME-24] fix: update live server aio build path (#7911)
* fix: udpate live server aio build path

* chore: build path
2025-10-07 17:21:07 +05:30
Jayash TripathyandGitHub d3024f8a7f [WEB-4731] feat: add baseui input component to propel package (#7769)
*  feat: add input component to propel package

* 🚨 fix: lint

* 🚨 fix: lint

* fix: add aria-invalid attribute to Input component for better accessibility

* chore: fix formatting in package.json and reorder imports in popover-menu stories
2025-10-07 16:48:02 +05:30
M. PalanikannanandGitHub a740a9f69d [WIKI-713] fix: extra line created on enter key #7913 2025-10-07 14:22:09 +05:30
guru_sainathandGitHub 298acb1e91 [MOB-1221] dev: updated god mode ui #7879 2025-10-07 00:24:09 +05:30
Martin DagarinandGitHub f9e21c58c0 Deployment AIO fixed live entered FATAL state (#7893) 2025-10-06 23:42:21 +05:30
Dheeraj Kumar KetireddyandGitHub 5c842d592e Chore: Filter backend optimizations (#7900)
* refactor: enhance ComplexFilterBackend and BaseFilterSet for Q object filtering

- Introduced BaseFilterSet to support Q object construction for complex filtering.
- Updated ComplexFilterBackend to utilize Q objects for building querysets.
- Improved error handling and validation in filter methods.
- Refactored filter evaluation logic to streamline query construction.

* fix: improve filter processing in BaseFilterSet to handle empty cleaned_data and optimize filter evaluation

- Added handling for cases where cleaned_data is None or empty, returning an empty Q object.
- Optimized filter evaluation by only processing filters that are provided in the request data.

* update ComplexFilterBackend to pass queryset in filter evaluation
2025-10-06 23:36:16 +05:30
guru_sainathandGitHub ff0095662d [MOB-1199] fix: handle snoozed notifications in mobile inbox logic (#4382)
* fix: handled the snoozed notification

* chore: removed logs
2025-10-06 23:31:34 +05:30
sriram veeraghantaandGitHub 045c9de2a3 Sync: Community Changes #4380 2025-10-06 21:18:06 +05:30
sriramveeraghanta e39511415a fix: merge conflicts from ee preview 2025-10-06 21:16:55 +05:30
9130667f9f [WEB-5048] chore: implements esm exports for all packages (#4372)
* fix: esm module imports for live and editor

* fix: convert all pacakges to export esm and cjs build

* fix: auto export

* fix: translation files formatting

* fix: lock file update

* fix: convert eslint files to cjs files for supporting current config

* fix: code uuid package upgrade

---------

Co-authored-by: Aaron Reisman <[email protected]>
2025-10-06 21:07:39 +05:30
0589ac56d5 [WEB-5048] chore: implements esm exports for all packages (#7816)
* fix: esm module imports for live and editor

* fix: convert all pacakges to export esm and cjs build

* fix: auto export

* fix: translation files formatting

* fix: convert eslint files to cjs files for supporting current config

* fix: code uuid package upgrade

---------

Co-authored-by: Aaron Reisman <[email protected]>
2025-10-06 21:01:32 +05:30
AaronandGitHub cbcb026e9a [WEB-5083] chore: add stories to propel #7888 2025-10-06 20:48:52 +05:30
Vipin ChaudharyandGitHub 0471ecf9d6 [WIKI-711] fix: closing modal on click #4377 2025-10-06 18:24:11 +05:30
pushya22andGitHub 4c63702713 Sync: Community Changes #4375 2025-10-06 16:33:28 +05:30
Vipin ChaudharyandGitHub b0202fd782 [WIKI-700] fix: remove editor class prop #4374 2025-10-06 16:31:18 +05:30
Vipin ChaudharyandGitHub 0cca31ef2e [WIKI-707] [WIKI-708] fix: editor floating ui modal (#7909) 2025-10-06 16:30:47 +05:30
sriram veeraghantaandGitHub 6d5b8bc8a0 Sync: Community Changes #4369 2025-10-06 15:11:33 +05:30
sriramveeraghanta 385c31a16c fix: merge conflicts related to pnpm lock file from ce to ee 2025-10-06 15:10:47 +05:30
sriram veeraghanta 4c8f51568a chore: pmp lock upgrade 2025-10-06 01:23:09 +05:30