sriram veeraghanta
0876ea6b55
Merge branch 'feat-views' of github.com:makeplane/plane into feat-views
2024-01-30 19:10:48 +05:30
sriram veeraghanta
7915121dd9
fix: store changes
2024-01-30 19:10:33 +05:30
pablohashescobar
1e7f451d0b
dev: separate user model to profile and account
2024-01-30 18:30:39 +05:30
Prateek Shourya and GitHub
c67e097fc2
chore: fix assignee tooltip logic in list and kanban layout for consistency. ( #3510 )
2024-01-30 16:25:13 +05:30
804dd8300d
chore: implemented multiple modules select in the issues ( #3484 )
...
* fix: add multiple module in an issue
* feat: implemented multiple modules select in the issue detail and issue peekoverview and resolved build errors.
* feat: handled module parameters type error in the issue create and draft modal
* feat: handled UI for modules select dropdown
* fix: delete module activity updated
* ui: module issue activity
* fix: module search endpoint and issue fetch in the modules
* fix: module ids optimized
* fix: replaced module_id from boolean to array of module Id's in module search modal params
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-01-30 15:23:20 +05:30
Ramesh Kumar Chandra and GitHub
c6d6b9a0e9
style/responsive sidebar ( #3505 )
...
* style: added sidebar toggle in all the screens for mobile responsive
* chore: close sidebar on click of empty space when opened
* chore: setting the sidebar collapsed in smaller screens
2024-01-30 15:22:24 +05:30
Aaryan Khandelwal and GitHub
9debd81a50
dev: show all issues on the gantt chart ( #3487 )
2024-01-30 14:25:15 +05:30
Anmol Singh Bhatia and GitHub
d53a086206
chore: project active cycle and linear progress indicator improvement ( #3504 )
...
* chore: linear progress indicator improvement
* chore: project active cycle improvement
2024-01-30 13:59:49 +05:30
Anmol Singh Bhatia and GitHub
ef8472ce5e
chore: unused var removed ( #3503 )
2024-01-30 13:59:07 +05:30
Anmol Singh Bhatia and GitHub
4aa34f3eda
fix: create update cycle modal project id pre-load data updated ( #3502 )
2024-01-30 13:58:18 +05:30
Anmol Singh Bhatia and GitHub
c7616fda11
chore: empty state theme improvement ( #3501 )
2024-01-29 20:38:32 +05:30
483fc57601
chore: issue sidebar and peek overview improvement ( #3488 )
...
* chore: issue peek overview and sidebar properties focused state improvement
* fix: added name of the issue in issue relation
* chore: issue sidebar and peek overview properties improvement
* chore: issue assignee improvement for sidebar and peek overview
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-01-29 20:36:14 +05:30
Aaryan Khandelwal and GitHub
09a1a55da8
fix: unique key errors ( #3500 )
2024-01-29 20:35:23 +05:30
Anmol Singh Bhatia and GitHub
61f92563a9
fix: profile issue application error ( #3496 )
...
* fix: profile issue application error
* chore: app sidebar projects updated to your projects
* fix: profile issues update
2024-01-29 18:04:25 +05:30
rahulramesha and GitHub
00e07443b0
fix: Add missing project and subscriber filters to the list of filter params ( #3497 )
...
* add missing project and subscriber filters to the list of filter params
* add toast message on successfully marking all notifications as read
2024-01-29 17:26:48 +05:30
sriram veeraghanta
c4efdcd704
Merge branch 'preview' of github.com:makeplane/plane into develop
2024-01-29 16:12:57 +05:30
Aaryan Khandelwal and GitHub
3c9679dff9
chore: update time in real-time in dashboard and profile sidebar ( #3489 )
...
* chore: update dashboard and profile time in realtime
* chore: remove seconds
* fix: cycle and module sidebar datepicker
2024-01-29 15:42:57 +05:30
rahulramesha and GitHub
b3393f5c48
fix: Filters in all issues and enable dnd in kanban based on roles ( #3493 )
...
* fix filters mutation issue
* fix all issue filters for state group
* disable drag in Kanban for non members
* remove unused imports
2024-01-29 15:27:14 +05:30
f995736642
chore(deps): bump cryptography in /apiserver/requirements ( #3492 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 41.0.5 to 41.0.6.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/41.0.5...41.0.6 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 15:26:08 +05:30
Anmol Singh Bhatia and GitHub
f7f1f2bea4
fix: issue preload data in issue create update modal ( #3491 )
2024-01-29 14:08:45 +05:30
guru_sainath and GitHub
532da80375
fix: handled attachment upload filename size error in the issue detail ( #3485 )
...
* fix: handled attachment upload filename size error in the issue detail
* ui: profile detail sidebar border
2024-01-28 18:30:53 +05:30
212f2b54f8
chore: issue relation modal and issue peek overview mutation fix ( #3482 )
...
* fix: resolve addtocycle and addtomodule mutation in peek overview and issue sidebar
* fix: issue relation modal fix for all issues peek overview
* fix: cycle and module mutation in issue detail and issue peek overview
* fix: updated the issue actions for cycle and module mutation in peek overview
* chore: module issue store updated
* chore: existing isssue modal improvement and build error fix
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
2024-01-27 15:20:36 +05:30
Anmol Singh Bhatia and GitHub
9ecdcc6fde
chore: spreadsheet layout improvement ( #3483 )
...
* chore: spreadsheet layout improvement
* chore: spreadsheet layout improvement
* chore: spreadsheet layout improvement
2024-01-27 15:18:42 +05:30
rahulramesha and GitHub
ddae745669
fix exception in member list ( #3479 )
2024-01-25 19:50:34 +05:30
e78c1f2060
Fix/inbox issue bugs ( #3477 )
...
* fix: inbox pending_issue_count updation from the store
* fix: inbox list item overflow issue on issue title
* fix: inbox issue mutation
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
2024-01-25 19:20:02 +05:30
Manish Gupta and GitHub
ebc891b985
fix: one click install fixes ( #3476 )
...
* test 1
* test 2
* test 3
* test 4
* minor fix
* installer script created
* minor fix
* installer modified
* cleanup
2024-01-25 18:21:21 +05:30
60b5589c48
chore: archived issues restructure. ( #3469 )
...
* chore: archived issues restructure.
* fix issue detail functionalities
---------
Co-authored-by: rahulramesha <rahulramesham@gmail.com >
2024-01-25 18:09:01 +05:30
Prateek Shourya and GitHub
f8208b1b5e
Fix/empty state flicker ( #3475 )
...
* fix: flicker issue between loader and empty states.
* chore: fix `All Issues` tab highlight when we switch between tabs inside all issues.
2024-01-25 18:08:21 +05:30
Anmol Singh Bhatia and GitHub
6c6b764421
chore: empty state and project active cycle improvement ( #3472 )
...
* chore: pages empty state improvement
* chore: workspace all issues empty state improvement
* chore: profile issue empty state improvement
* chore: empty state sm size updated
* chore: project view empty state image updated
* chore: dashboard widgets permission uodated
* chore: draft issues and project issue empty state image
* chore: active cycle label updated
2024-01-25 18:00:45 +05:30
Manish Gupta and GitHub
5c912b8821
feat: One Click Deployment ( #3474 )
...
* wip
* 1-click install script added
2024-01-25 17:13:30 +05:30
Nikhil and GitHub
ff19980502
chore: update python version ( #3471 )
2024-01-25 16:39:19 +05:30
a1a24e4574
fix: pre release bug fixes ( #3473 )
...
* clear store on signout
* fix: project member list response change
* fix adding member to project
* fix exceptions with invitations
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-01-25 16:38:34 +05:30
guru_sainath and GitHub
c1c2a6ddce
fix: removing the issue from the issue root store while we are deleting from the issue bulk delete modal ( #3470 )
2024-01-25 16:37:59 +05:30
guru_sainath and GitHub
ec3cad1f25
chore: applying query params to the global issues filters in the global views ( #3464 )
...
* chore: applying filters from the route params to the global issue filters store and Typos
* chore: enabled posthog
* fix: labels disbaled and loader while creating the label in isse detail and relation modal loader and mutation issue
2024-01-25 14:27:35 +05:30
Anmol Singh Bhatia and GitHub
336c97d336
chore: bug fixes and ui improvements ( #3468 )
...
* chore: empty state improvement
* chore: app sidebar improvement
* chore: dashboard empty state improvement
2024-01-25 14:23:55 +05:30
Aaryan Khandelwal and GitHub
e4a3d0db5c
fix: addIssue function logic ( #3467 )
2024-01-25 14:09:52 +05:30
Anmol Singh Bhatia and GitHub
7f2e99dd2d
fix: resolve module and cycle mutation issues in peek overview, issue sidebar and empty state ( #3466 )
...
* fix: resolve module and cycle mutation issues in peek overview, sidebar, and empty state
* chore: code refactor
2024-01-25 14:06:03 +05:30
Prateek Shourya and GitHub
a104cc4814
chore: remove deprecated components related to issue activity/ comments. ( #3465 )
2024-01-25 14:04:38 +05:30
03cbad5110
fix: inbox issue bug fixes and improvements. ( #3460 )
...
* style: fix create comment card overflow issue.
* chore: improved loader and filter selection logic.
* chore: implement inbox issue navigation functionality.
* chore: loaders in inbox issue sidebar and the content root
* chore: inbox issue detail sidebar revamp.
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
2024-01-25 13:41:02 +05:30
Aaryan Khandelwal and GitHub
2956c43ed5
fix: issues list modal not closing on escape key ( #3463 )
2024-01-25 13:30:44 +05:30
Aaryan Khandelwal and GitHub
eae32593cb
chore: added optional tooltip to dropdowns ( #3462 )
2024-01-25 13:29:56 +05:30
Anmol Singh Bhatia and GitHub
7fd625e0e3
fix: project pages loader ( #3461 )
2024-01-25 12:38:55 +05:30
Bavisetti Narayan and GitHub
f007dcff26
fix: page archive and unarchive ( #3459 )
2024-01-25 00:48:18 +05:30
adf091fa07
fix: email notifications ( #3457 )
...
* fix: email-template design
* fix: priority and state new value
* dev: update template with comments, cta text and view issue button.
* dev: fix priority and state
* dev: update data condition
* fix: added avatar url
* fix: comment avatar url
* fix: priority, labels, state design
* style: assignee property
* dev: fix template for comments and profile changes
* fix: spacing between properties
* fix: todo image for state change
* fix: blocking and blocked by value change
* dev: update template summsary
* fix: blocking, duplicate
* fix: comments spacing
* chore: improve `state change` checkbox logic.
* fix: email notification message change
* fix: updated date format
* fix: updates text color
* fix: labels sequence rendering
* fix: schedular time change
---------
Co-authored-by: LAKHAN BAHETI <lakhanbaheti9@gmail.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
2024-01-24 20:34:32 +05:30
b66f07845a
chore: inbox issue restructure the components and store ( #3456 )
...
* chore: inbox-issues store and type updates
* chore: issue inbox payload change for GET and POST
* chore: issue inbox payload change for PATCH
* chore: inbox-issue new hooks and store updates
* chore: update inbox issue template.
* chore: UI root
* chore: sidebar issues render
* chore: inbox issue details page layout.
* chore: inbox issue filters
* chore: inbox issue status card.
* chore: add loader.
* chore: active inbox issue styles.
* chore: inbox filters
* chore: inbox applied filters UI
* chore: inbox issue approval header
* chore: inbox issue approval header operations
* chore: issue reaction and activity fetch in issue_inbox store
* chore: posthog enabled
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
2024-01-24 20:33:54 +05:30
rahulramesha and GitHub
911211cf3d
Chore: change kanban layout and issue activity fixes ( #3458 )
...
* change back the to kanban to enable full board scrolling
* fix adding context to activity
2024-01-24 20:32:13 +05:30
Aaryan Khandelwal and GitHub
53b41481a2
chore: dashboard empty states, fetching logic ( #3455 )
...
* chore: remove one-time fetching
* chore: update empty states
* chore: updated icons
* chore: empty state content
2024-01-24 19:41:02 +05:30
9d9d703c62
chore: workspace active cycles upgrade page implementation ( #3454 )
...
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2024-01-24 19:37:49 +05:30
Aaryan Khandelwal and GitHub
a2f34e9573
style: peek overview and issue details properties ( #3447 )
...
* style: peek overview and issue details properties
* fix: cycle and module remove function
* style: update placeholder text color
* fix: relation constant
* chore: added todos to fix later
2024-01-24 19:21:59 +05:30
Aaryan Khandelwal and GitHub
81f84f24f7
fix: outsideClickDetector not working on the date dropdown ( #3450 )
2024-01-24 19:13:38 +05:30
Anmol Singh Bhatia and GitHub
87f39d7372
chore: empty state revamp and loader improvement ( #3448 )
...
* chore: empty state asset added
* chore: empty state asset updated and image path helper function added
* chore: empty state asset updated
* chore: empty state asset updated and empty state details constant added
* chore: empty state component, helper function and comicbox button added
* chore: draft, archived and project issue empty state
* chore: cycle, module and issue layout empty state
* chore: analytics, dashboard, all issues, pages and project view empty state
* chore:projects empty state
* chore:projects empty state improvement
* chore: cycle, module, view and page loader improvement
* chore: code refactor
2024-01-24 19:12:54 +05:30
Henit Chobisa and GitHub
1a1594e818
chore: Removed Issue Embeds from the Document Editor ( #3449 )
...
* fix: issue embed going to next line when selected on slash commands
* fix: issue suggestions selecting next embed on arrow down
* fix: pages crashing, because of incorrect data type
* chore: removed issue embeds from document editor and page interface
* fix: upgraded issue widget card to show only Placeholder
* fix: pricing url changes for issue embed placeholder
* fix: build errors
2024-01-24 19:12:36 +05:30
M. Palanikannan and GitHub
8d3ea5bb3e
fix: delete and restore for dynamic urls for minio hosted images fix… ( #3452 )
...
* feat: delete and restore for dynamic urls for minio hosted images fixed in spaces
* feat: delete and restore images calls fixed for web
2024-01-24 18:56:19 +05:30
rahulramesha and GitHub
6a2be6afc4
fix: archived issues and minor bug fixes ( #3451 )
...
* make computedFn without optional arguments
* fix archived issues
* fix activity changes with proper context
* fix display filters that require server side filtering
2024-01-24 18:50:54 +05:30
Henit Chobisa and GitHub
338d58f79d
fix: fixed checklist scrolling on click ( #3453 )
2024-01-24 18:49:44 +05:30
M. Palanikannan and GitHub
e23e4bc392
fix: inline codes now exitable with right arrow key and inclusive ( #3446 )
...
* fix: inline codes now exitable with right arrow key and inclusive
* regression: toggle inline code on bubble menu selection
* feat: added different code block behaviour on selection and not selection
* fix: blockquote toggling and isActive state fixed
2024-01-24 14:59:48 +05:30
Prateek Shourya and GitHub
c1598c3d38
fix: input field value not changing in delete import modal. ( #3445 )
2024-01-24 13:16:46 +05:30
4a436eeee2
fix: project exports ( #3441 )
...
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2024-01-23 22:32:53 +05:30
rahulramesha and GitHub
47681fe9f8
fix: minor bug fixes and quality of life improvements ( #3444 )
...
* add concurrency to dev command to avaoid erroring out
* add context to issue activity
* minor quality of life improvement for exporter modal
* show the option to save draft issue only when there is content in name and description
* maintain commonality while referencing the user in activity
* fix minor changes in draft save issue modal logical condition
* minor change is state component for filter selection
* change logic for create issue activity
* change use last draft issue button to state control over previous on hover as that was inconsistent
2024-01-23 20:45:44 +05:30
f27efb80e1
dev: email notifications ( #3421 )
...
* dev: create email notification preference model
* dev: intiate models
* dev: user notification preferences
* dev: create notification logs for the user.
* dev: email notification stacking and sending logic
* feat: email notification preference settings page.
* dev: delete subscribers
* dev: issue update ui implementation in email notification
* chore: integrate email notification endpoint.
* chore: remove toggle switch.
* chore: added labels part
* fix: refactored base design with tables
* dev: email notification templates
* dev: template updates
* dev: update models
* dev: update template for labels and new migrations
* fix: profile settings preference sidebar.
* dev: update preference endpoints
* dev: update the schedule to 5 minutes
* dev: update template with priority data
* dev: update templates
* chore: enable `issue subscribe` button for all users.
* chore: notification handling for external api
* dev: update origin request
---------
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
Co-authored-by: LAKHAN BAHETI <lakhanbaheti9@gmail.com >
Co-authored-by: Ramesh Kumar Chandra <rameshkumar2299@gmail.com >
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-01-23 17:49:22 +05:30
guru_sainath and GitHub
c1e1b81b99
chore: sub issue mutation for state and project change ( #3442 )
...
* chore: sub-issues mutation
* chore: posthog un commented
2024-01-23 16:56:22 +05:30
sriram veeraghanta and GitHub
d9db765ae3
chore: updating package json version ( #3443 )
...
* chore: updating package json version
* chore: update package json in apiserver
2024-01-23 16:37:51 +05:30
Aaryan Khandelwal and GitHub
0531dc3308
chore: fix authorization for new projects in the peek overview ( #3439 )
...
* chore: fix authorization for new projects in the peek overview
* fix: prjects empty state authorization
* fix: peek overview auth
2024-01-23 16:16:55 +05:30
e36b7a5ab9
fix: Kanban related issues ( #3436 )
...
* fix for drag and drop issues
* add horizontal scroll for kanban
* fix all issues quick action overlap
---------
Co-authored-by: Rahul R <rahul.ramesha@plane.so >
2024-01-23 16:09:37 +05:30
Anmol Singh Bhatia and GitHub
c6b756d918
chore: module and cycle bug fixes ( #3435 )
...
* chore: project active cycle improvement
* chore: cycle and module add existing mutation fix
2024-01-23 15:57:26 +05:30
sriram veeraghanta
f3ae57bc85
Merge branch 'preview' of github.com:makeplane/plane into develop
2024-01-23 15:56:29 +05:30
Manish Gupta and GitHub
2374161030
Sync Action Modified ( #3437 )
2024-01-23 15:53:07 +05:30
Nikhil and GitHub
512ad83c08
dev: migration check ( #3440 )
...
* dev: wait for migrations script for beat, worker, takeoff
* dev: update docker compose and migrator commands
* dev: migrator commands for self hosted setup
* dev: add recursive flag for chown
2024-01-23 15:07:45 +05:30
Aaryan Khandelwal and GitHub
801f75f406
chore: drop-downs improvements and bug fixes ( #3433 )
...
* chore: dropdowns should close on selecting an option
* style: @plane/ui dropdown styling
* refactor: @plane/ui dropdowns
* fix: build errors
* fix: list layout dropdowns positioning
* fix: priority dropdown text in dark mode
2024-01-23 14:25:09 +05:30
f88109ef04
chore: issue activity, comments, and comment reaction store and component restructure ( #3428 )
...
* fix: issue activity and comment change
* chore: posthog enabled
* chore: comment creation in activity
* chore: comment crud in store mutation
* fix: issue activity/ comments `disable` and `showAccessSpecifier` logic.
* chore: comment reaction serializer change
* conflicts: merge conflicts resolved
* conflicts: merge conflicts resolved
* chore: add issue activity/ comments to peek-overview.
* imporve `showAccessIdentifier` logic.
* chore: remove quotes from issue activity.
* chore: use `projectLabels` instead of `workspaceLabels` in labels activity.
* fix: project publish `is_deployed` not updating bug.
* cleanup
* fix: posthog enabled
* fix: typos and the comment endpoint updates
* fix: issue activity icons update
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
2024-01-23 13:28:58 +05:30
Anmol Singh Bhatia and GitHub
bb50df0dff
chore: bug fixes and improvement ( #3434 )
...
* fix: peek overview issue delete bug
* chore: create cycle workflow improvement
* chore: project setting improvement
2024-01-23 13:11:39 +05:30
Aaryan Khandelwal and GitHub
2986769f28
fix: bugs in dashboard widgets ( #3420 )
...
* fix: bugs in dashboard widgets
* chore: updated view all issues button
* refactor: make use of getWidgetDetails and getWidgetStats computed functions
* fix: widgets redirection
* fix: build errors
2024-01-22 20:50:30 +05:30
fd5326dec6
chore: project cycle bug fixes and improvement ( #3427 )
...
* chore: burndown chart's completed at changes
* chore: project cycle bug fixes and improvement
* chore: cycle state constant updated
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-01-22 20:42:09 +05:30
49452a68ab
♻️ fix: Added new drag handle hide behavior to Pages ( #3426 )
...
- Removed unused `switchLinkView` function in `PageRenderer`
- Added `hideDragHandle` prop to `PageRenderer` component
- Updated `EditorContainer` component in `PageRenderer` to include `hideDragHandle` prop
- Removed unused code and variables in `DocumentEditor` component
- Added `hideDragHandleOnMouseLeave` state variable in `DocumentEditor` component
- Added `setHideDragHandleFunction` to set the hideDragHandle function from the DragAndDrop extension
- Passed `hideDragHandleOnMouseLeave` as prop to `PageRenderer` component in `DocumentEditor`
- Removed unused code and variables in `PageDetailsPage` component
- Updated `customClassName` prop in `PageRenderer` component used in `PageDetailsPage`
chore(deps): Update dependencies
- Updated `@tippyjs/react` dependency to version 4.2.6
- Updated `mobx-react-lite` dependency to version 4.0.5
- Updated `tippy.js` dependency to version 6.3.7
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2024-01-22 17:47:44 +05:30
b3ac9def8d
fix: issue property dropdown data flow ( #3425 )
...
* dev: workspace states and estimates
* refactor issue dropdown logic to help work properly with issues on global level
* fix: project labels response change
* fix label type
* change store computed actions to computed functions from mobx-utils
* fix: state response change
* chore: project and workspace state change
* fix state and label types
* chore: state and label serializer change
* modify state and label types
* fix dropdown reset on project id change
* fix label sort order
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: Rahul R <rahulr@Rahuls-MacBook-Pro.local >
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Rahul R <rahul.ramesha@plane.so >
2024-01-22 17:07:32 +05:30
Prateek Shourya and GitHub
be62662bb1
chore: remove active cycle link from dashboard sidebar. ( #3423 )
2024-01-22 15:27:49 +05:30
sriram veeraghanta and GitHub
4eba5c115a
fix: docker branch builds ( #3424 )
...
* fix: build branch fixes
* fix: build branch fixes typos
* fix: changing push branches
2024-01-22 15:27:41 +05:30
sriram veeraghanta
24442ccc9c
fix: deleting old issue store
2024-01-22 13:58:34 +05:30
sriram veeraghanta
e32a50fba6
fix: merge conflicts reoslved
2024-01-22 13:56:38 +05:30
Aaryan Khandelwal and sriram veeraghanta
4baf2a2f09
fix: workspace project ids computed ( #3417 )
2024-01-22 13:23:10 +05:30
Aaryan Khandelwal and sriram veeraghanta
577118ca02
chore: new sign-in, sign-up and forgot password workflows ( #3415 )
...
* chore: sign up workflow updated
* chore: sign in workflow updated
* refactor: folder structure
* chore: forgot password workflow
* refactor: form component props
* chore: forgot password popover for instances with smtp unconfigured
* chore: updated UX copy
* chore: update reset password link
* chore: update email placeholder
2024-01-22 13:23:10 +05:30
Nikhil and sriram veeraghanta
4a26f11e23
dev: update apiserver .env.example ( #3412 )
2024-01-22 13:23:10 +05:30
Facundo Martin Gordillo and sriram veeraghanta
9926e321f6
fix: Updated "deployment documentation" link ( #3413 )
2024-01-22 13:23:10 +05:30
Prateek Shourya and sriram veeraghanta
7f5028a4f6
refactor: move all sidebar links to constant file. ( #3414 )
...
* chore: move all workspace, project and profile links constants into their own constants file.
* chore: sidebar menu links improvement.
2024-01-22 13:23:10 +05:30
06a7bdffd7
Improvement: High Performance MobX Integration for Pages ✈︎ ( #3397 )
...
* fix: removed parameters `workspace`, `project` & `id` from the patch calls
* feat: modified components to work with new pages hooks
* feat: modified stores
* feat: modified initial component
* feat: component implementation changes
* feat: store implementation
* refactor pages store
* feat: updated page store to perform async operations faster
* fix: added types for archive and restore pages
* feat: implemented archive and restore pages
* fix: page creating twice when form submit
* feat: updated create-page-modal
* feat: updated page form and delete page modal
* fix: create page modal not updating isSubmitted prop
* feat: list items and list view refactored for pages
* feat: refactored project-page-store for inserting computed pagesids
* chore: renamed project pages hook
* feat: added favourite pages implementation
* fix: implemented store for archived pages
* fix: project page store for recent pages
* fix: issue suggestions breaking pages
* fix: issue embeds and suggestions breaking
* feat: implemented page store and project page store in page editor
* chore: lock file changes
* fix: modified page details header to catch mobx updates instead of swr calls
* fix: modified usePage hook to fetch page details when reloaded directly on page
* fix: fixed deleting pages
* fix: removed render on props changed
* feat: implemented page store inside page details
* fix: role change in pages archives
* fix: rerending of pages on tab change
* fix: reimplementation of peek overview inside pages
* chore: typo fixes
* fix: issue suggestion widget selecting wrong issues on click
* feat: added labels in pages
* fix: deepsource errors fixed
* fix: build errors
* fix: review comments
* fix: removed swr hooks from the `usePage` store hook and refactored `issueEmbed` hook
* fix: resolved reviewed comments
---------
Co-authored-by: Rahul R <rahulr@Rahuls-MacBook-Pro.local >
2024-01-22 13:22:09 +05:30
Bavisetti Narayan and sriram veeraghanta
d3dedc8e51
fix: user profile issues ( #3409 )
2024-01-22 13:22:09 +05:30
d656f8e62a
fix: update global issues filter and enable profile issues ( #3410 )
...
* fix all issues and fix profile issues
* minor comments update
* minor change nullish check logic
* update nullish check logic
---------
Co-authored-by: Rahul R <rahulr@Rahuls-MacBook-Pro.local >
2024-01-22 13:22:09 +05:30
Anmol Singh Bhatia and sriram veeraghanta
864519e770
chore: issue filter loader improvement ( #3406 )
2024-01-22 13:22:09 +05:30
Nikhil and sriram veeraghanta
034f0a06db
fix: key validation when magic sign in ( #3403 )
2024-01-22 13:22:09 +05:30
7263cb072c
chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 ( #3349 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-22 13:22:09 +05:30
ea3a0362b0
fix: enable global/ all issues ( #3405 )
...
* fix global issues and views
* remove separate layouts for specific views
* add permissions to views
* fix global issues filters
---------
Co-authored-by: Rahul R <rahulr@Rahuls-MacBook-Pro.local >
2024-01-22 13:22:09 +05:30
c9337d4a41
feat: dashboard widgets ( #3362 )
...
* fix: created dashboard, widgets and dashboard widget model
* fix: new user home dashboard
* chore: recent projects list
* chore: recent collaborators
* chore: priority order change
* chore: payload changes
* chore: collaborator's active issue count
* chore: all dashboard widgets added with services and typs
* chore: centered metric for pie chart
* chore: widget filters
* chore: created issue filter
* fix: created and assigned issues payload change
* chore: created issue payload change
* fix: date filter change
* chore: implement filters
* fix: added expansion fields
* fix: changed issue structure with relation
* chore: new issues response
* fix: project member fix
* chore: updated issue_relation structure
* chore: code cleanup
* chore: update issues response and added empty states
* fix: button text wrap
* chore: update empty state messages
* fix: filters
* chore: update dark mode empty states
* build-error: Type check in the issue relation service
* fix: issues redirection
* fix: project empty state
* chore: project member active check
* chore: project member check in state and priority
* chore: remove console logs and replace harcoded values with constants
* fix: code refactoring
* fix: key name changed
* refactor: mapping through similar components using an array
* fix: build errors
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
Co-authored-by: gurusainath <gurusainath007@gmail.com >
2024-01-22 13:22:09 +05:30
Prateek Shourya and sriram veeraghanta
f347c1cd69
refactor: update create/update issue modal to use currently active store's create/update method. ( #3395 )
...
* refactor: update `create/update issue` modal to use currently active store's create/update method.
* chore: add condition to avoid multiple API calls if the current store is MODULE or CYCLE.
* remove: console log
* chore: update `currentStore` to `storeType`.
2024-01-22 13:21:45 +05:30
Nikhil and sriram veeraghanta
3f07c48b35
chore: update issue template to auto assign and update labels ( #3404 )
2024-01-22 13:21:45 +05:30
M. Palanikannan and sriram veeraghanta
04b2214bf2
🐛 fix: Hide drag handle when cursor leaves the editor container ( #3401 )
...
This fix adds support for hiding the drag handle when the cursor leaves the editor container. It improves the user experience by providing a cleaner interface and removing unnecessary visual elements especially while scrolling.
- Add `hideDragHandle` prop to `EditorContainer` component in `editor-container.tsx`.
- Implement `onMouseLeave` event handler in `EditorContainer` to invoke `hideDragHandle` function.
- Update `DragAndDrop` extension in `drag-drop.tsx` to accept a `setHideDragHandle` function as an optional parameter.
- Pass the `setHideDragHandle` function from `RichTextEditor` component to `DragAndDrop` extension in `RichTextEditorExtensions` function in `index.tsx`.
- Set `hideDragHandleOnMouseLeave` state in `RichTextEditor` component to store the `hideDragHandlerFromDragDrop` function.
- Create `setHideDragHandleFunction` callback function in `RichTextEditor` to update the `hideDragHandleOnMouseLeave` state.
- Pass `hideDragHandleOnMouseLeave` as `hideDragHandle` prop to `EditorContainer` component in `RichTextEditor`.
2024-01-22 13:21:45 +05:30
Prateek Shourya and sriram veeraghanta
1adb38655a
fix: stack integration disable button mutation issue in project settings. ( #3402 )
2024-01-22 13:21:45 +05:30
Manish Gupta and sriram veeraghanta
4ab64b6905
dev: self host local build for other arch cpu ( #3358 )
...
handled x86_64 along with amd64
2024-01-22 13:21:45 +05:30
sriram veeraghanta
4b0d85591e
fix: updated env variables at root ( #3390 )
2024-01-22 13:21:45 +05:30
Erhan and sriram veeraghanta
8e2789af3e
Fix self-hosting docker-compose doc link ( #3389 )
...
Fixes the link as it leads to a 404 at the moment in the documentation / readme.
2024-01-22 13:21:45 +05:30
3592feb3d7
fix error meesage on successful error message ( #3387 )
...
Co-authored-by: Rahul R <rahulr@Rahuls-MacBook-Pro.local >
2024-01-22 13:21:45 +05:30
Nikhil and sriram veeraghanta
bc6a2542f5
dev: remove slack ping ( #3377 )
2024-01-22 13:20:06 +05:30
Prateek Shourya and sriram veeraghanta
5e2d93df52
fix: project views bugs related to store refactor. ( #3391 )
...
* chore: remove debounce logic to fix create/ update view modal bugs.
* fix: bug in delete views not mutating the store.
* chore: replace `Project Empty State` with `Project Views Empty State`.
* chore: add issue peek overview.
* refactor: issue update, delete actions for project views layout.
fix: issue update and delete action throwing error bug.
fix: issue quick add throwing error bug.
2024-01-22 13:19:44 +05:30
M. Palanikannan and sriram veeraghanta
cce349b805
[chore]: Removed explicit dependencies and cleaned up turbo config ( #3388 )
...
* Removed explicit dependencies and cleaned up turbo config
* fix: upgrade turbo
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2024-01-22 13:19:44 +05:30
fadda7cf04
fix: refactor related bugs ( #3384 )
...
* fix sub issues inside issue detail
* close peek over view after opening issue detail
* fix error while opening peek overview
* fix saving project views
---------
Co-authored-by: Rahul R <rahulr@Rahuls-MacBook-Pro.local >
2024-01-22 13:19:44 +05:30
Anmol Singh Bhatia and sriram veeraghanta
c4093d29a7
chore: filter and display properties improvement ( #3382 )
2024-01-22 13:19:44 +05:30
Anmol Singh Bhatia and sriram veeraghanta
8c89e9cc01
chore: esc to close peek overview added ( #3380 )
2024-01-22 13:19:44 +05:30
Anmol Singh Bhatia and sriram veeraghanta
5625a3581a
fix: drag and delete issue ( #3379 )
2024-01-22 13:19:44 +05:30
Lakhan Baheti and sriram veeraghanta
ee387c4222
chore webhook create page removed ( #3376 )
...
* chore webhook create page removed
* fix: removed unused variables
2024-01-22 13:19:44 +05:30
6a16a98b03
chore: update in sub-issues component and property validation and issue loaders ( #3375 )
...
* fix: handled undefined issue_id in list layout
* chore: refactor peek overview and user role validation.
* chore: sub issues
* fix: sub issues state distribution changed
* chore: sub_issues implementation in issue detail page
* chore: fixes in cycle/ module layout.
* Fix progress chart
* Module issues's update/ delete.
* Peek Overview for Modules/ Cycle.
* Fix Cycle Filters not applying bug.
---------
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-01-22 13:19:43 +05:30
sriram veeraghanta
11f84a986c
chore: formatting all python files using black formatter ( #3366 )
2024-01-22 13:19:43 +05:30
4b0d48b290
enable peekoverview for spreadsheet and minor refactor for faster opening of the peekoverview component ( #3361 )
...
Co-authored-by: Rahul R <rahulr@Rahuls-MacBook-Pro.local >
2024-01-22 13:19:43 +05:30
9789068880
fix: project loaders for mobx store ( #3356 )
...
* add loaders to all the dropdowns outside project wrpper
* fix build errors
* minor refactor for project states color
---------
Co-authored-by: Rahul R <rahulr@Rahuls-MacBook-Pro.local >
2024-01-22 13:19:43 +05:30
Henit Chobisa and sriram veeraghanta
151c355177
[FIX] Pages Malfunctioning on Load and Recent Pages Computation ( #3359 )
...
* fix: fixed `usePage` hook returning context instead of IPageStore
* fix: updated recent pages with `updated_at` instead of `created_at`
* fix: thown error instead of returning empty array
2024-01-22 13:19:43 +05:30
38580c3940
Fix env substitute issue in websocket docker setup ( #3296 )
...
* fix websocket connection issue in docker makeplane/plane#3195
* fix websocket connection issue for local env with removing from the prod nginx conf template makeplane/plane#319
* fix env substitution issue of proxy_set_header makeplane/plane#3196
* review fixes
---------
Co-authored-by: Manish Gupta <manish@mgupta.me >
2024-01-22 13:19:43 +05:30
sriram veeraghanta
7ff91fdb82
fix: create more toggle fixes in create issue modal ( #3355 )
...
* fix: create more issue bugfixes
* fix: removing all warning
2024-01-22 13:19:43 +05:30
sriram veeraghanta
a679b42200
fix: create sync action ( #3353 )
...
* fix: create sync action changes
* fix: typo changes
2024-01-22 13:19:43 +05:30
M. Palanikannan and sriram veeraghanta
27762ea500
fix: inline code blocks, code blocks and links have saner behaviour ( #3318 )
...
* fix: removed backticks in inline code blocks
* added better error handling while cancelling uploads
* fix: inline code blocks, code blocks and links have saner behaviour
- Inline code blocks are now exitable, don't have backticks, have better padding vertically and better regex matching
- Code blocks on the top and bottom of the document are now exitable via Up and Down Arrow keys
- Links are now exitable while being autolinkable via a custom re-write of the tiptap-link-extension
* fix: more robust link checking
2024-01-22 13:19:43 +05:30
2cd5dbcd02
chore: Error Handling and Validation Updates ( #3351 )
...
* fix: handled undefined issue_id in list layout
* chore: updated label select dropdown in the issue detail
* fix: peekoverview issue is resolved
* chore: user role validation for issue details.
* fix: Link, Attachement, parent mutation
* build-error: build error resolved in peekoverview
* chore: user role validation for issue details.
* chore: user role validation for `issue description`, `parent`, `relation` and `subscription`.
* chore: issue subscription mutation
* chore: user role validation for `labels` in issue details.
---------
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
2024-01-22 13:19:43 +05:30
96868760a3
update swr config to not fetch everything on focus ( #3350 )
...
Co-authored-by: Rahul R <rahulr@Rahuls-MacBook-Pro.local >
2024-01-22 13:19:43 +05:30
df97b35a99
chore: Refactor Spreadsheet view for better code maintainability and performance ( #3322 )
...
* refcator spreadsheet to use table and roow based approach rather than column based
* update spreadsheet and optimized layout
* fix issues in spread sheet
* close quick action menu on click
---------
Co-authored-by: Rahul R <rahulr@Rahuls-MacBook-Pro.local >
2024-01-22 13:19:43 +05:30
4611ec0b83
chore: refactored and resolved build issues on the issues and issue detail page ( #3340 )
...
* fix: handled undefined issue_id in list layout
* dev: issue detail store and optimization
* dev: issue filter and list operations
* fix: typo on labels update
* dev: Handled all issues in the list layout in project issues
* dev: handled kanban and auick add issue in swimlanes
* chore: fixed peekoverview in kanban
* chore: fixed peekoverview in calendar
* chore: fixed peekoverview in gantt
* chore: updated quick add in the gantt chart
* chore: handled issue detail properties and resolved build issues
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2024-01-22 13:19:43 +05:30
e6b31e2550
fix: link preview editor ( #3335 )
...
* feat: added link preview plugin in document editor
* fix: readonly editor page renderer css
* fix: autolink issue with links
* chore: added floating UI
* feat: added link preview components
* feat: added floating UI to page renderer for link previews
* feat: added actionCompleteHandler to page renderer
* chore: Lock file changes
* fix: regex security error
* chore: updated radix with lucid icons
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2024-01-22 13:19:43 +05:30
Nikhil and sriram veeraghanta
59fb371e3d
dev: fix smtp configuration ( #3339 )
2024-01-22 13:19:43 +05:30
Nikhil and sriram veeraghanta
23e5306f6d
dev: update the instance urls ( #3329 )
2024-01-22 13:19:43 +05:30
0f99fb302b
chore: modal and dropdown improvement ( #3332 )
...
* dev: dropdown key down custom hook added
* chore: plane ui dropdowns updated
* chore: cycle and module tab index added in modals
* chore: view and page tab index added in modals
* chore: issue modal tab indexing added
* chore: project modal tab indexing added
* fix: build fix
* build-error: build error in pages new structure and reverted back to old page structure
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
2024-01-22 13:19:43 +05:30
Manish Gupta and sriram veeraghanta
0e49d616b7
fixes web container public assets ( #3336 )
2024-01-22 13:19:43 +05:30
Nikhil and sriram veeraghanta
e72920d33e
fix: update jira summary endpoints ( #3333 )
...
* dev: update jira summary endpoints
* dev: update jira project key validations
* dev: updated key length
2024-01-22 13:19:43 +05:30
Nikhil and sriram veeraghanta
80dc38b649
fix: jira importer validations ( #3323 )
...
* fix: jira importer validations
* dev: update validation for cloud hostname
* dev: update the function to be used externally
* dev: update codeql workflow
* dev: update repository selection api
2024-01-22 13:19:43 +05:30
Nikhil and sriram veeraghanta
43b503c756
fix: security warnings related to information exposure and regex validations ( #3325 )
2024-01-22 13:19:43 +05:30
68d370fd86
chore(deps): bump tj-actions/changed-files in /.github/workflows ( #3327 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 38 to 41.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v38...v41 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-22 13:19:43 +05:30
Bavisetti Narayan and sriram veeraghanta
5e03f3dd82
chore: mobile configs ( #3328 )
...
* chore: mobile configs
* chore: mobile configurations changed
* chore: removed the slack id
* chore: reversed google client id
2024-01-22 13:19:43 +05:30
1257a88089
fix: breaking cycle issues and replacing router.push with Links ( #3330 )
...
* fix cycle creation and active cycle map
* minor fix in cycle store
* create cycle breaking fix
* replace last possible bits of router.push with Link
---------
Co-authored-by: Rahul R <rahulr@Rahuls-MacBook-Pro.local >
2024-01-22 13:19:43 +05:30
Prateek Shourya and sriram veeraghanta
12a3392722
fix: estimate order not maintained in create/ update modal. ( #3326 )
...
* fix: estimate order not maintained in create/ update modal.
* fix: estimate points mutation on update.
2024-01-22 13:19:43 +05:30
sriram veeraghanta
b62a1b11b1
fix: pages store structure changes
2024-01-22 13:19:43 +05:30
Anmol Singh Bhatia and sriram veeraghanta
0a05aef046
fix: workspace invitations response updated ( #3321 )
2024-01-22 13:19:43 +05:30
efd3ebf067
chore: bug fixes and improvement ( #3303 )
...
* refactor: updated preloaded function for the list view quick add
* fix: resolved bug in the assignee dropdown
* chore: issue sidebar link improvement
* fix: resolved subscription store bug
* chore: updated preloaded function for the kanban layout quick add
* chore: resolved issues in the list filters and component
* chore: filter store updated
* fix: issue serializer changed
* chore: quick add preload function updated
* fix: build error
* fix: serializer changed
* fix: minor request change
* chore: resolved build issues and updated the prepopulated data in the quick add issue.
* fix: build fix and code refactor
* fix: spreadsheet layout quick add fix
* fix: issue peek overview link section updated
* fix: cycle status bug fix
* fix: serializer changes
* fix: assignee and labels listing
* chore: issue modal parent_id default value updated
* fix: cycle and module issue serializer change
* fix: cycle list serializer changed
* chore: prepopulated validation in both list and kanban for quick add and group header add issues
* chore: group header validation added
* fix: issue response payload change
* dev: make cycle and module issue create response simillar
* chore: custom control link component added
* dev: make issue create and update response simillar to list and retrieve
* fix: build error
* chore: control link component improvement
* chore: globalise issue peek overview
* chore: control link component improvement
* chore: made changes and optimised the issue peek overview root
* build-error: resolved build erros for issueId dependancy from issue detail store
* chore: peek overview link fix
* dev: update state nullable rule
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2024-01-22 13:19:43 +05:30
Prateek Shourya and sriram veeraghanta
266f14d550
fix: project identifier cursor behaviour in create project modal. ( #3320 )
2024-01-22 13:19:43 +05:30
Prateek Shourya and sriram veeraghanta
9eb8f41008
chore: UI/UX improvements ( #3319 )
...
* chore: add proper message for cycle/ module having start & end date but isn't active yet.
* fix: infinite loader after updating workspace settings.
* fix: user profile icon dropdown doesn't closes automatically.
* style: fix inconsistent padding in cycle empty state.
* chore: remove multiple `empty state` in labels settings and improve add label logic.
* style: fix inconsistent padding in project label, integration and estimates empty state.
* style: fix integrations settings breadcrumb title.
* style: add proper `disabled` styles for email field in profile settings.
* style: fix cycle layout height.
2024-01-22 13:19:43 +05:30
M. Palanikannan and sriram veeraghanta
b340232e76
✨ chore: Updated TableView component in table extension to solve sentry ( #3309 )
...
error of table not being defined while getting getBoundingClientRect()
and solve other TS issues
- Added ResolvedPos import from @tiptap/pm/model
- Updated setCellsBackgroundColor function parameter type to string
- Declared ToolboxItem type for toolbox items
- Modified columnsToolboxItems and rowsToolboxItems to use the ToolboxItem type
- Updated createToolbox function parameters to specify Element or null for triggerButton and ToolboxItem[] for items
- Added ts-expect-error comment above the toolbox variable declaration
- Updated update method parameter type to readonly Decoration[]
- Changed destructuring assignment of hoveredTable and hoveredCell in updateControls method to use Object.values and reduce method
- Added null check for this.table in updateControls method
- Wrapped the code that updates columnsControl and rowsControl with null checks for each control
- Replaced ts-ignore comments with proper dispatch calls in selectColumn and selectRow methods
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2024-01-22 13:19:43 +05:30
Aaryan Khandelwal and sriram veeraghanta
64ca267db4
dev: new create issue modal ( #3312 )
2024-01-22 13:19:43 +05:30
sriram veeraghanta
46e79dde27
fix: Login workflow depending on smtp is configured ( #3307 )
2024-01-22 13:19:43 +05:30
Jigin Jayaprakash and sriram veeraghanta
7272c54439
Fixes 3299 ( #3308 )
2024-01-22 13:19:20 +05:30
Nikhil and GitHub
543636eb40
dev: update apiserver .env.example ( #3412 )
2024-01-19 16:13:22 +05:30
Facundo Martin Gordillo and GitHub
6c2fecd322
fix: Updated "deployment documentation" link ( #3413 )
2024-01-19 16:10:41 +05:30
Nikhil and GitHub
af5057defa
fix: key validation when magic sign in ( #3403 )
2024-01-18 16:04:04 +05:30
c5e7c2f6a8
chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 ( #3349 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-18 15:52:53 +05:30
Nikhil and GitHub
eda1e46a2d
chore: update issue template to auto assign and update labels ( #3404 )
2024-01-18 13:45:52 +05:30
Manish Gupta and GitHub
ee78b4fe52
dev: self host local build for other arch cpu ( #3358 )
...
handled x86_64 along with amd64
2024-01-17 19:03:57 +05:30
sriram veeraghanta and GitHub
a19598fec1
fix: updated env variables at root ( #3390 )
2024-01-17 16:44:31 +05:30
Erhan and GitHub
afff9790d4
Fix self-hosting docker-compose doc link ( #3389 )
...
Fixes the link as it leads to a 404 at the moment in the documentation / readme.
2024-01-17 16:42:11 +05:30
c0cd201b7c
fix error meesage on successful error message ( #3387 )
...
Co-authored-by: Rahul R <rahulr@Rahuls-MacBook-Pro.local >
2024-01-17 16:35:21 +05:30
Nikhil and GitHub
942785b7c0
dev: remove slack ping ( #3377 )
2024-01-16 19:09:42 +05:30
a70f551d17
Fix env substitute issue in websocket docker setup ( #3296 )
...
* fix websocket connection issue in docker makeplane/plane#3195
* fix websocket connection issue for local env with removing from the prod nginx conf template makeplane/plane#319
* fix env substitution issue of proxy_set_header makeplane/plane#3196
* review fixes
---------
Co-authored-by: Manish Gupta <manish@mgupta.me >
2024-01-10 13:35:24 +05:30
Manish Gupta and GitHub
2580e66d4b
fixes web container public assets ( #3336 )
2024-01-09 22:50:51 +05:30
Nikhil and GitHub
d887b780ae
fix: update jira summary endpoints ( #3333 )
...
* dev: update jira summary endpoints
* dev: update jira project key validations
* dev: updated key length
2024-01-09 20:40:23 +05:30
Nikhil and GitHub
4b0ccea146
fix: jira importer validations ( #3323 )
...
* fix: jira importer validations
* dev: update validation for cloud hostname
* dev: update the function to be used externally
* dev: update codeql workflow
* dev: update repository selection api
2024-01-08 23:27:09 +05:30
Nikhil and GitHub
02a776396b
fix: security warnings related to information exposure and regex validations ( #3325 )
2024-01-08 23:26:32 +05:30
5cd93f5e59
chore(deps): bump tj-actions/changed-files in /.github/workflows ( #3327 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 38 to 41.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v38...v41 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-08 22:45:10 +05:30
Jigin Jayaprakash and GitHub
69b1d0a929
Fixes 3299 ( #3308 )
2024-01-04 17:26:14 +05:30
Anmol Singh Bhatia and GitHub
b522de99ba
chore: profile setting improvement ( #3306 )
2024-01-03 18:25:41 +05:30
Prateek Shourya and GitHub
b58d7a715a
style: remove unnecessary vertical scroll in All Issues Tabs. ( #3300 )
2024-01-03 12:52:55 +05:30
Bavisetti Narayan and GitHub
87cd44bcd2
fix: migration file fixes ( #3302 )
2024-01-02 18:52:46 +05:30
+7
804b7d8663
refactor: MobX store structure ( #3228 )
...
* query params from router as computed
* chore: setup workspace store and sub-stores
* chore: update router query store
* chore: update store types
* fix: pages store changes
* change observables and retain object reference
* fix build errors
* chore: changed the structure of workspace, project, cycle, module and pages
* fix: pages fixes
* fix: merge conflicts resolved
* chore: fixed workspace list
* chore: update workspace store accroding to the new response
* fix: adding page details to store
* fix: adding new contexts and providers
* dev: issues store and filters in new store
* dev: optimised the issue fetching in issue base store
* chore: project views id mapped
* update lodash set to directly run inside runInaction since it mutates the object
* fix: context changes
* code refactor kanban for better mainatinability
* optimize Kanban for performance
* chore: implemented hooks for all the created stores
* chore: removed bridge id
* css change and refactor
* chore: update cycle store structure
* chore: implement the new label root store
* chore: removed object structure
* chore: implement project view hook
* Kanban new store implementation for project issues
* fix project root for kanban
* feat: workspace and project members endpoint (#3092 )
* fix: merge conflicts resolved
* issue properties optimization
* chore: user stores
* chore: create new store context and update hooks
* chore: setup inbox store and implement router store
* chore: initialize and implement project estimate store
* chore: initialize global view store
* kanban and list view optimization
* chore: use new cycle and module store. (#3172 )
* chore: use new cycle and module store.
* chore: minor improvements.
* Revert "chore: merge develop"
This reverts commit 9d2e0e29e7 , reversing
changes made to 9595493c42 .
* chore: implement useGlobalView hook
* refactor: projects & inbox store instances (#3179 )
* refactor: projects & inbox store instances
* fix: formatting
* fix: action usage
* chore: implement useProjectState hook. (#3185 )
* dev: issue, cycle store optimiation
* fix build for code
* dev: removed dummy variables
* dev: issue store
* fix: adding todos
* chore: removing legacy store
* dev: issues store types and typos
* chore: cycle module user properties
* fix legacy store deletion issues
* chore: change POST to PATCH
* fix issues rendering for project root
* chore: removed workspace details in workpsaceinvite
* chore: created models for display properties
* chore: setup member store and implement it everywhere
* refactor: module store (#3202 )
* refactor: cycle store (#3192 )
* refator: cycle store
* some more improvements.
* chore: implement useLabel hook. (#3190 )
* refactor: inbox & project related stores. (#3193 )
* refactor: inbox -> filter, issues, inoxes & project -> publish, projects store
* refactor: workspace-project-id name
* fix kanban dropdown overlapping issue
* fix kanban layout minor re rendering
* chore: implement useMember store everywhere
* chore: create and implement editor mention store
* chore: removed the issue view user property
* chore: created at id changed
* dev: segway intgegration (#3132 )
* feat: implemented rabbitmq
* dev: initialize segway with queue setup
* dev: import refactors
* dev: create communication with the segway server
* dev: create new workers
* dev: create celery node queue for consuming messages from django
* dev: node to celery connection
* dev: setup segway and django connection
* dev: refactor the structure and add database integration to the app
* dev: add external id and source added
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
* dev: github importer (#3205 )
* dev: initiate github import
* dev: github importer all issues import
* dev: github comments and links for the imported issues
* dev: update controller to use logger and spread the resultData in getAllEntities
* dev: removed console log
* dev: update code structure and sync functions
* dev: updated retry logic when exception
* dev: add imported data as well
* dev: update logger and repo fetch
* dev: update jira integration to new structure
* dev: update migrations
* dev: update the reason field
* chore: workspace object id removed
* chore: view's creation fixed
* refactor: mobx store improvements. (#3213 )
* fix: state and label errors
* chore: remove legacy code
* fix: branch build fix (#3214 )
* branch build fix for release-* in case of space,backend,proxy
* fixes
* chore: update store names and types
* fix - file size limit not work on plane.settings.production (#3160 )
* fix - file size limit not work on plane.settings.production
* fix - file size limit not work on plane.settings.production
* fix - file size limit not work on plane.settings.production, move to common.py
---------
Co-authored-by: luanduongtel4vn <hoangluan@tel4vn.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
* style: instance admin email settings ui & ux update. (#3186 )
* refactor: use-user-auth hook (#3215 )
* refactor: use-user-auth hook
* fix: user store currentUserLoader
* refactor: project-view & application related stores (#3207 )
* refactor: project-view & application related stores
* rename: projectViews -> projectViewIds
* fix: project-view favourite state in store
* chore: remove unnecessary hooks and contexts (#3217 )
* chore: update issue assignee property component
* chore: bug fixes & improvement (#3218 )
* chore: draft issue validation added to prevent saving empty or whitespace title
* chore: resolve scrolling issue in page empty state
* chore: kanban layout quick add issue improvement
* fix: bugs & improvements (#3189 )
* fix: workspace invitation modal form values reset
* fix: profile sidebar avatar letter
* [refactor] Editor code refactoring (#3194 )
* removed relative imports from editor core
* Update issue widget file paths and imports to use kebab case instead of camel case, to align with coding conventions and improve consistency.
* Update Tiptap core and extensions versions to 2.1.13 and Tiptap React version to 2.1.13. Update Tiptap table imports to use the new location in package @tiptap/pm/tables. Update AlertLabel component to use the new type definition for LucideIcon.
* updated lock file
* removed default exports from editor/core
* fixed injecting css into the core package itself
* seperated css code to have single source of origin wrt to the package
* removed default imports from document editor
* all instances using index as key while mapping fixed
* Update Lite Text Editor package.json to remove @plane/editor-types as a dependency.
Update Lite Text Editor index.ts to update the import of IMentionSuggestion and IMentionHighlight from @plane/editor-types to @plane/editor-core.
Update Lite Text Editor ui/index.tsx to update the import of UploadImage, DeleteImage, IMentionSuggestion, and RestoreImage from @plane/editor-types to @plane/editor-core.
Update Lite Text Editor ui/menus/fixed-menu/index.tsx to update the import of UploadImage from @plane/editor-types to @plane/editor-core.
Update turbo.json to remove @plane/editor-types#build as a dependency for @plane/lite-text-editor#build, @plane/rich-text-editor#build, and @plane/document-editor#build.
* Remove deprecated import and adjust tippy.js usage in the slash-commands.tsx file of the editor extensions package.
* Update dependencies in `rich-text-editor/package.json`, remove `@plane/editor-types` and add `@plane/editor-core` in `rich-text-editor/src/index.ts`, and update imports in `rich-text-editor/src/ui/extensions/index.tsx` and `rich-text-editor/src/ui/index.tsx` to use `@plane/editor-core` instead of `@plane/editor-types`.
* Update package.json dependencies and add new types for image deletion, upload, restore, mention highlight, mention suggestion, and slash command item.
* Update import statements in various files to use the new package "@plane/editor-core" instead of "@plane/editor-types".
* fixed document editor to follow conventions
* Refactor imports in the Rich Text Editor package to use relative paths instead of absolute paths.
- Updated imports in `index.ts`, `ui/index.tsx`, and `ui/menus/bubble-menu/index.tsx` to use relative paths.
- Updated `tsconfig.json` to include the `baseUrl` compiler option and adjust the `include` and `exclude` paths.
* Refactor Lite Text Editor code to use relative import paths instead of absolute import paths.
* Added LucideIconType to the exports in index.ts for use in other files.
Created a new file lucide-icon.ts which contains the type LucideIconType.
Updated the icon type in HeadingOneItem in menu-items/index.tsx to use LucideIconType.
Updated the Icon type in AlertLabel in alert-label.tsx to use LucideIconType.
Updated the Icon type in VerticalDropdownItemProps in vertical-dropdown-menu.tsx to use LucideIconType.
Updated the Icon type in BubbleMenuItem in fixed-menu/index.tsx to use LucideIconType.
Deleted the file tooltip.tsx since it is no longer used.
Updated the Icon type in BubbleMenuItem in bubble-menu/index.tsx to use LucideIconType.
* ♻️ refactor: simplify rendering logic in slash-commands.tsx
The rendering logic in the file "slash-commands.tsx" has been simplified. Previously, the code used inline positioning for the popup, but it has now been removed. Instead of appending the popup to the document body, it is now appended to the element with the ID "tiptap-container". The "flip" option has also been removed. These changes have improved the readability and maintainability of the code.
* fixed build errors caused due to core's internal imports
* regression: fixed pages not saving issue and not duplicating with proper content issue
* build: Update @tiptap dependencies
Updated the @tiptap dependencies in the package.json files of `document-editor`, `extensions`, and `rich-text-editor` packages to version 2.1.13.
* 🚑 fix: Correct appendTo selector in slash-commands.tsx
Update the `appendTo` function call in `slash-commands.tsx` to use the correct selector `#editor-container` instead of `#tiptap-container`. This ensures that the component is appended to the appropriate container in the editor extension.
Note: The commit message assumes that the change is a fix for an issue or error. If it's not a fix, please provide more context so that an appropriate commit type can be determined.
* style: email placeholder changed across the platform (#3206 )
* style: email placeholder changed across the platform
* fix: placeholder text
* dev: updated new filter endpoints and restructured issue and issue filters store
* implement issues and replace useMobxStore
* remove all store legacy references
* dev: updated the orderby and subgroupby filters data
* dev:added projectId in issue filters for consistency
* fix more build errors
* dev: updated profile issues
* dev: removed store legacy
* dev: active cycle issues in the cycle issue store
* fix additional build errors and memoize issueActions in each layout component
* change store enums
* remove all useMobxStore references
* fix more build errors
* dev: reverted workspace invitation
* fix: build errors and warnings
* fix: optimistic update for instant operations (#3221 )
* fix: update functions failed case
* fix: typo
* chore: revert back to optimistic update approach for all `update related actions` (#3219 )
* fix: merge conflicts resolved
* chore: update memberMap logic in components
* add assignees to kanban groups and properties
* dev: migration fixes
* final bit of optimization on list view
* change all TODOs that are to be done before this release to FIXME
* change base Kanban TODOs that are to be done before this release to FIXME
* dev: add fields and expand for app serializers
* dev: issue detail store
* dev: update issue serializer to return object ids
* fix: Instance key added in settings and converted issues list api to arry instead of dict
* fix: removing segway files
* dev: control expand through query parameters
* revert: github importer
* Revert "dev: segway intgegration (#3132 )"
This reverts commit 1cc18a0915 .
* dev: remove migrations for segway
* dev: issue structure change and created workspacebasemodel
* dev: issue detail serializer
* fix: changed workspace dict
* dev: updated new issue structure
* chore: build fix
* dev: issue detail store refactor
* dev: created list endpoint for issue-relation
* dev: added issue attachments in issue detail store
* dev: added issue activity computed
* fix: build error
* chore: peek overview modal context added
* chore: build error fix
* dev: added sub_issues in issue details store
* dev: added complete issue serializer for sub issues
* dev: resolved type errors in issue root store
* dev: changed the issue relation structure
* chore: new global dropdowns
* chore: build error fix
* chore: cycle and module selection if disabled
* dev: removed unnecessary code from the workspace root
* chore: build error fix
* chore: issue relation remove endpoint
* fix: build error
* dev: typos and implemented issue relation store
* fix: yarn lock updated
* style: update the UI of all the dropdowns
* fix: state store fixes
* fix: key issue
* fix: state store console logs removed
* refactor: member dropdowns
* fix: moving types to packages
* fix: dropdown arrow positioning
* dev: removed logs
* style: label dropdown
* chore: restrict description notifications
* chore: description changes
* chore: update spreadsheet layout dropdowns
* fix: build errors
* chore: duplicate key change
* fix: ui bugs
* chore: relation activity change
* chore: comment activity changes
* chore: blocking issue removal
* chore: added project_id for relation
* chore: issue relation store and component
* chore: issue redirection issue in the issue realtion in detail page
* chore: created activity changed
* chore: issue links new store implementation on the issue detail
* chore: issue relation deletion acitivity changed
* chore: issue attachments new store implementation on the issue detail
* chore: workspace level issues
* fix: build errors
---------
Co-authored-by: rahulramesha <rahulramesham@gmail.com >
Co-authored-by: gurusainath <gurusainath007@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
Co-authored-by: Lakhan Baheti <94619783+1akhanBaheti@users.noreply.github.com >
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com >
Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com >
Co-authored-by: Hoang Luan <luandnh98@gmail.com >
Co-authored-by: luanduongtel4vn <hoangluan@tel4vn.com >
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
Co-authored-by: M. Palanikannan <73993394+Palanikannan1437@users.noreply.github.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so >
2024-01-02 18:12:55 +05:30
Prateek Shourya and GitHub
1539340113
chore: date and time standardization all across the platform. ( #3283 )
...
* chore: date and time standardization all across the platform.
* chore: update `renderFormattedTime` function.
* remove unwanted code.
* fix: build errors
* chore: update `renderFormattedTime` function params.
2024-01-02 14:45:51 +05:30
Anmol Singh Bhatia and GitHub
d9ee692ce9
chore: gpt modal refactor ( #3276 )
...
* chore: gpt modal refactor
* chore: refactored gpt assistant modal to popover component
2024-01-02 13:07:12 +05:30
sriram veeraghanta and GitHub
c3ba9f61d8
Merge pull request #3290 from makeplane/develop
...
fix: project settings form not loading new data while switching between projects
2023-12-30 21:33:40 +05:30
sriram veeraghanta
6e702d6cc7
fix: project settings form not loading new data while switching between projects
2023-12-30 21:32:18 +05:30
sriram veeraghanta
447a8bc2f8
Merge branch 'master' of github.com:makeplane/plane into preview
2023-12-30 18:25:53 +05:30
sriram veeraghanta and GitHub
34d872beca
Merge pull request #3288 from makeplane/develop
...
Style: custom theme UI fixes (#3284 )
2023-12-30 11:07:04 +05:30
Prateek Shourya and GitHub
4263e9b507
Style: custom theme UI fixes ( #3284 )
...
* style: fix `background-color` inconsistency in issue layout when custom theme is applied.
* fix: theme dropdown overlapping with input color picker icons (z-index issue).
2023-12-30 11:05:15 +05:30
sriram veeraghanta and GitHub
768b4abf22
Merge pull request #3287 from makeplane/preview
...
promote: preview to master
2023-12-29 22:11:37 +05:30
sriram veeraghanta and GitHub
6f0af4689b
Merge pull request #3286 from makeplane/develop
...
promote: develop to preview
2023-12-29 22:10:24 +05:30
sriram veeraghanta
22bbdd5ab8
fix: add validations
2023-12-29 22:07:52 +05:30
sriram veeraghanta and GitHub
28a9c53202
Merge pull request #3281 from makeplane/preview
...
release: preview to master
2023-12-29 20:28:18 +05:30
sriram veeraghanta and GitHub
33d88f56da
Merge pull request #3280 from makeplane/develop
...
promote: develop changes to preview
2023-12-29 18:21:26 +05:30
sriram veeraghanta
23001d425f
Merge branch 'preview' of github.com:makeplane/plane into develop
2023-12-29 18:16:08 +05:30
sriram veeraghanta and GitHub
5de94c575a
fix: workspace invitation status fixes ( #3279 )
2023-12-29 17:49:39 +05:30
AbId KhAn and GitHub
f200acc1e8
fix websocket connection issue in docker makeplane/plane#3195 ( #3196 )
...
* fix websocket connection issue in docker makeplane/plane#3195
* fix websocket connection issue for local env with removing from the prod nginx conf template makeplane/plane#319
2023-12-29 16:49:09 +05:30
Prateek Shourya and GitHub
f132fe59ae
Chore/user role validation ( #3260 )
...
* chore: remove `Save View` option for guest/ viewer from project issues header.
* chore: allow guest/ viewer to clear applied filters in project issues.
* chore: disable `date`, `label` property access for guests/ viewer in all project issue views.
* chore: update `Workspace Issues` -> `All Issues` header.
* chore: refactor apply/ clear filter implementation in All Issues.
* Revert "chore: refactor apply/ clear filter implementation in All Issues."
This reverts commit 024822d54f .
* Revert "chore: allow guest/ viewer to clear applied filters in project issues."
This reverts commit 3dae871d23 .
* Revert "chore: update `Workspace Issues` -> `All Issues` header."
This reverts commit 03f90be188 .
* chore: remove `cursor-pointer` style from non actionable issue properties.
2023-12-29 16:35:03 +05:30
Nikhil and GitHub
e584259c04
feat: add external id and external source field to issue, cycle, module, label, comment, state and inbox issues ( #3277 )
2023-12-29 16:32:12 +05:30
sriram veeraghanta
a77ceb636f
Merge branches 'develop' and 'develop' of github.com:makeplane/plane into develop
2023-12-29 16:25:54 +05:30
10ab081a0b
chore: cycle current status ( #3270 )
...
* dev: cycle status
* chore: cycle status logic updated
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so >
2023-12-29 15:24:07 +05:30
Anmol Singh Bhatia and GitHub
1d5a3a02c1
fix: issue parent select ( #3267 )
2023-12-29 15:22:30 +05:30
sriram veeraghanta and GitHub
62b9b259c0
fix: adding issue title to the activity ( #3271 )
2023-12-28 18:53:06 +05:30
Anmol Singh Bhatia and GitHub
91e84aede1
fix: onboarding redirection loop and bug fixes ( #3250 )
...
* chore: try and catch added in handleSignInRedirection
* chore: remove unnecessary hooks
* fix: handleCopyIssueLink url updated
* chore: swap next_url with next_path and validate redirection logic for next_path url
2023-12-28 17:17:04 +05:30
Prateek Shourya and GitHub
71bf049e89
Style/UI improvements ( #3269 )
...
* style: update `Workspace Issues` -> `All Issues` header.
* style: fix issue activity text overflow issue.
2023-12-28 14:30:33 +05:30
sriram veeraghanta and GitHub
685e62a72f
fix: replacing onclick redirections with link tag. ( #3263 )
...
* fix: adding links to dashboard summary items
* fix: adding links to workspace sidebar dropdown
* fix: adding links to the sidebar
2023-12-28 14:29:20 +05:30
sriram veeraghanta
d9bd43f43c
fix: adding links to the sidebar
2023-12-28 11:54:16 +05:30
sriram veeraghanta
10bdcc906c
fix: adding links to workspace sidebar dropdown
2023-12-27 16:35:43 +05:30
sriram veeraghanta
54964924f0
fix: adding links to dashboard summary items
2023-12-27 16:15:56 +05:30
sriram veeraghanta
ff8008cbed
Merge branch 'preview' of github.com:makeplane/plane into develop
2023-12-27 15:37:03 +05:30
78428fb564
chore: estimates and issue parent id fixes ( #3188 )
...
* chore: validations and bug fixes
* chore: estimate point character limit validation
---------
Co-authored-by: LAKHAN BAHETI <lakhanbaheti9@gmail.com >
2023-12-27 15:35:15 +05:30
Bavisetti Narayan and GitHub
b2824366a8
fix: external api serializer ( #3259 )
...
* fix: passed workspace id and project id as context
* fix: issue activity
2023-12-27 15:33:31 +05:30
Anmol Singh Bhatia and GitHub
05eb728c40
chore: cycle & module sidebar improvement ( #3251 )
...
* chore: no lead option added in module lead select dropdown
* chore: module lead select dropdown code refactor
* chore: cycle sidebar improvement
* chore: module sidebar improvement
* style: cycle and module sidebar improvement
* style: app sidebar improvement
2023-12-27 15:16:13 +05:30
sriram veeraghanta and GitHub
ad2471c5a7
Merge pull request #3258 from makeplane/develop
...
fix: adding access token to build Pr (#3257 )
2023-12-26 19:00:10 +05:30
sriram veeraghanta and GitHub
440cfc0f20
fix: adding access token to build Pr ( #3257 )
2023-12-26 18:59:24 +05:30
sriram veeraghanta and GitHub
9a32d722dc
Merge pull request #3256 from makeplane/develop
...
promote: develop to preview
2023-12-26 18:22:04 +05:30
sriram veeraghanta and GitHub
37fe9a185c
fix: adding token to the build pr workflow ( #3254 )
...
* fix: adding token to the build pr workflow
* fix: using automatic github token
2023-12-26 18:13:13 +05:30
sriram veeraghanta
eabb31a764
fix: upgrading turbo repo changes
2023-12-26 17:04:59 +05:30
sriram veeraghanta
1e27c7936d
fix: eslint dependencies fixes
2023-12-26 17:03:43 +05:30
M. Palanikannan and GitHub
0a617eec26
🔧 fix: Pages mutation on component mount ( #3230 )
...
* 🔧 chore: Update revalidate option and add useEffect hook in PageDetailsPage component
- Set the `revalidate` option to `false` in the `commonSwrOptions` object.
- Add an `useEffect` hook that calls the `mutatePageDetails` function with specific options.
- Inside the `useEffect` hook, set `revalidate` to `true`, `populateCache` to `true`, and define a rollback function for error handling.
- If an error occurs during the rollback, display an error alert message using the `actionCompleteAlert` function.
- In the `updatePage` function, ensure that `workspaceSlug`, `projectId`, and `pageId` are all defined before proceeding.
* ♻️ refactor: Update code styling for inline code in CoreEditorExtensions
In the `packages/editor/core/src/ui/extensions/index.tsx` file, the code for inline code styling in the CoreEditorExtensions component has been updated. Previously, it was set to `false`, but now it is defined as an object with specific HTML attributes. The code styling includes a rounded-md background, custom primary color, margin, padding, font styling, and disabling spellcheck. This change improves the visual appearance and readability of inline code elements in the editor.
2023-12-26 16:45:00 +05:30
sriram veeraghanta and GitHub
ad20079e0c
Merge pull request #3249 from makeplane/develop
...
promote: moving stable changes from develop to preview
2023-12-26 14:25:01 +05:30
Lakhan Baheti and GitHub
e14baf17a7
style: create webhook page to modal ( #3223 )
...
* style: create webhook page to modal
* fix: create page removed
* fix: auto modal close on empty state
* fix: secret key heading removed from generated modal
2023-12-26 13:28:47 +05:30
Anmol Singh Bhatia and GitHub
542b18a585
fix: custom theme validation added ( #3246 )
2023-12-26 13:11:59 +05:30
sriram veeraghanta and GitHub
37d88cc05b
Merge pull request #3233 from makeplane/fix/types-slash-command
...
fix: Fixed types for slash commands by inspecting generics
2023-12-22 19:02:20 +05:30
Palanikannan1437
b652d1a8f1
fix: Fixed types for slash commands by inspecting generics
2023-12-22 18:52:00 +05:30
sriram veeraghanta
98b7a941f9
fix: yarn lock fixes
2023-12-22 18:37:14 +05:30
sriram veeraghanta and GitHub
dc131ee05b
Merge pull request #3232 from makeplane/release-0.15
...
fix: moving patch fixes from release 0.15 to 0.14.2
2023-12-22 18:19:47 +05:30
M. Palanikannan and sriram veeraghanta
0e3d15215d
[fix] Image insertion position at cursor position and Updated placeholder text. ( #3224 )
...
* Fix position bug in the UploadImagesPlugin widget decoration and adjust transaction to correctly insert image node and set meta data for image removal.
* Update CSS styles in editor.css to remove margin top and bottom on images and img placeholders and adjust the margin on the table in the editor container.
* Better typescript support for images extension.
Update the `Command` extension in `slash-commands.tsx` to include a `SlashCommandOptions` type for better TS support and allow spaces in the suggestion options and modify the `image` suggestion's search terms to include "img" in addition to "photo", "picture", and "media".
2023-12-22 18:10:21 +05:30
Lakhan Baheti and sriram veeraghanta
816b6abf3b
chore: allow non-latin characters to project identifier ( #3226 )
2023-12-22 18:10:21 +05:30
Lakhan Baheti and sriram veeraghanta
6ecaa661a7
style: email placeholder changed across the platform ( #3206 )
...
* style: email placeholder changed across the platform
* fix: placeholder text
2023-12-22 18:10:21 +05:30
M. Palanikannan and sriram veeraghanta
0b1efb173f
[refactor] Editor code refactoring ( #3194 )
...
* removed relative imports from editor core
* Update issue widget file paths and imports to use kebab case instead of camel case, to align with coding conventions and improve consistency.
* Update Tiptap core and extensions versions to 2.1.13 and Tiptap React version to 2.1.13. Update Tiptap table imports to use the new location in package @tiptap/pm/tables. Update AlertLabel component to use the new type definition for LucideIcon.
* updated lock file
* removed default exports from editor/core
* fixed injecting css into the core package itself
* seperated css code to have single source of origin wrt to the package
* removed default imports from document editor
* all instances using index as key while mapping fixed
* Update Lite Text Editor package.json to remove @plane/editor-types as a dependency.
Update Lite Text Editor index.ts to update the import of IMentionSuggestion and IMentionHighlight from @plane/editor-types to @plane/editor-core.
Update Lite Text Editor ui/index.tsx to update the import of UploadImage, DeleteImage, IMentionSuggestion, and RestoreImage from @plane/editor-types to @plane/editor-core.
Update Lite Text Editor ui/menus/fixed-menu/index.tsx to update the import of UploadImage from @plane/editor-types to @plane/editor-core.
Update turbo.json to remove @plane/editor-types#build as a dependency for @plane/lite-text-editor#build, @plane/rich-text-editor#build, and @plane/document-editor#build.
* Remove deprecated import and adjust tippy.js usage in the slash-commands.tsx file of the editor extensions package.
* Update dependencies in `rich-text-editor/package.json`, remove `@plane/editor-types` and add `@plane/editor-core` in `rich-text-editor/src/index.ts`, and update imports in `rich-text-editor/src/ui/extensions/index.tsx` and `rich-text-editor/src/ui/index.tsx` to use `@plane/editor-core` instead of `@plane/editor-types`.
* Update package.json dependencies and add new types for image deletion, upload, restore, mention highlight, mention suggestion, and slash command item.
* Update import statements in various files to use the new package "@plane/editor-core" instead of "@plane/editor-types".
* fixed document editor to follow conventions
* Refactor imports in the Rich Text Editor package to use relative paths instead of absolute paths.
- Updated imports in `index.ts`, `ui/index.tsx`, and `ui/menus/bubble-menu/index.tsx` to use relative paths.
- Updated `tsconfig.json` to include the `baseUrl` compiler option and adjust the `include` and `exclude` paths.
* Refactor Lite Text Editor code to use relative import paths instead of absolute import paths.
* Added LucideIconType to the exports in index.ts for use in other files.
Created a new file lucide-icon.ts which contains the type LucideIconType.
Updated the icon type in HeadingOneItem in menu-items/index.tsx to use LucideIconType.
Updated the Icon type in AlertLabel in alert-label.tsx to use LucideIconType.
Updated the Icon type in VerticalDropdownItemProps in vertical-dropdown-menu.tsx to use LucideIconType.
Updated the Icon type in BubbleMenuItem in fixed-menu/index.tsx to use LucideIconType.
Deleted the file tooltip.tsx since it is no longer used.
Updated the Icon type in BubbleMenuItem in bubble-menu/index.tsx to use LucideIconType.
* ♻️ refactor: simplify rendering logic in slash-commands.tsx
The rendering logic in the file "slash-commands.tsx" has been simplified. Previously, the code used inline positioning for the popup, but it has now been removed. Instead of appending the popup to the document body, it is now appended to the element with the ID "tiptap-container". The "flip" option has also been removed. These changes have improved the readability and maintainability of the code.
* fixed build errors caused due to core's internal imports
* regression: fixed pages not saving issue and not duplicating with proper content issue
* build: Update @tiptap dependencies
Updated the @tiptap dependencies in the package.json files of `document-editor`, `extensions`, and `rich-text-editor` packages to version 2.1.13.
* 🚑 fix: Correct appendTo selector in slash-commands.tsx
Update the `appendTo` function call in `slash-commands.tsx` to use the correct selector `#editor-container` instead of `#tiptap-container`. This ensures that the component is appended to the appropriate container in the editor extension.
Note: The commit message assumes that the change is a fix for an issue or error. If it's not a fix, please provide more context so that an appropriate commit type can be determined.
2023-12-22 18:10:18 +05:30
Lakhan Baheti and sriram veeraghanta
aceee7d2e2
fix: bugs & improvements ( #3189 )
...
* fix: workspace invitation modal form values reset
* fix: profile sidebar avatar letter
2023-12-22 18:09:41 +05:30
Anmol Singh Bhatia and sriram veeraghanta
0a41eff435
chore: bug fixes & improvement ( #3218 )
...
* chore: draft issue validation added to prevent saving empty or whitespace title
* chore: resolve scrolling issue in page empty state
* chore: kanban layout quick add issue improvement
2023-12-22 18:09:41 +05:30
Prateek Shourya and sriram veeraghanta
5f681973a0
style: instance admin email settings ui & ux update. ( #3186 )
2023-12-22 18:09:41 +05:30
9c65657a66
fix - file size limit not work on plane.settings.production ( #3160 )
...
* fix - file size limit not work on plane.settings.production
* fix - file size limit not work on plane.settings.production
* fix - file size limit not work on plane.settings.production, move to common.py
---------
Co-authored-by: luanduongtel4vn <hoangluan@tel4vn.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2023-12-22 18:09:39 +05:30
Manish Gupta and sriram veeraghanta
6fab75f9ab
fix: branch build fix ( #3214 )
...
* branch build fix for release-* in case of space,backend,proxy
* fixes
2023-12-22 18:08:36 +05:30
sriram veeraghanta and GitHub
111070bdb9
Merge pull request #3231 from makeplane/release-0.14.2
...
fix: branch build custom docker repo with suffix (#3182 )
2023-12-22 17:49:25 +05:30
David Chiang and GitHub
d76840ff6f
Fix spelling error in setting-label-list.tsx ( #3210 )
2023-12-22 17:24:02 +05:30
sriram veeraghanta and GitHub
d4b6f4faf1
Merge pull request #3227 from makeplane/develop
...
fix: posthog events trigger in staging (#3220 )
2023-12-22 14:05:51 +05:30
Ramesh Kumar Chandra and GitHub
fe9519314a
fix: posthog events trigger in staging ( #3220 )
...
* fix: posthog events trigger in staging
* refactor: cleared comment lines for warnings, added dependancy values
* refactor: removed unnecessary dependency
2023-12-22 14:05:17 +05:30
M. Palanikannan and GitHub
e141091e99
fix: Resolved page not saving/not copying contents bug ( #3203 )
...
This commit adds a duplicate_page function to the PageDetailsPage component, which allows users to duplicate a page. If the current page does not have a description_html value, it will be set to the default value from the pageDetails object. The formData object is updated with the necessary values for duplication, including the new page name and description. Additionally, the handleSubmit dependency is included in the useEffect hook to ensure proper form submission.
2023-12-20 18:54:16 +05:30
Lakhan Baheti and GitHub
40b8b0ac35
fix: role authorization for create project button in project empty state ( #3204 )
2023-12-20 18:53:35 +05:30
Manish Gupta and GitHub
47d6b152a0
branch build custom docker repo with suffix ( #3182 )
2023-12-20 16:58:04 +05:30
sriram veeraghanta
216a7c8fda
fix: adding additional headers to restrict iframe
2023-12-20 13:49:17 +05:30
sriram veeraghanta and GitHub
e7468292c7
Merge pull request #3175 from makeplane/preview
...
release: moving changes from preview to master
2023-12-18 19:29:43 +05:30
Anmol Singh Bhatia and GitHub
7bff8d2ec5
chore: cycle and module sidebar mutation fix ( #3174 )
...
* chore: issue action cycle sidebar mutation fix
* chore: issue action module sidebar mutation fix
2023-12-18 19:01:10 +05:30
sriram veeraghanta and GitHub
6f2cce081f
Merge pull request #3171 from makeplane/develop
...
Promote: develop change to preview
2023-12-18 15:37:53 +05:30
sriram veeraghanta and GitHub
a86dafc11c
Merge pull request #3170 from makeplane/preview
...
sync: moving contributions from preview to develop
2023-12-18 15:25:34 +05:30
Aaryan Khandelwal and GitHub
81256d6373
chore: add tooltips to issue properties with no value ( #3169 )
...
* chore: add tolltips to properties with no value
* chore: update property types
2023-12-18 15:17:38 +05:30
Lakhan Baheti and GitHub
c9792da4a1
fix: bug fixes & improvements ( #3159 )
...
* fix: on issue update updates_on not updating
* fix: on project change cycle update
* fix: update issue
2023-12-18 14:59:25 +05:30
Prateek Shourya and GitHub
37df0bcdd8
fix: issue with peek view properties not editable and options not being shown in all workspace issues. ( #3100 )
...
* fix: issue with peek view properties not editable and options not being shown in `all workspace issues`..
* refactor: use projectId from props instead of router query.
fix: issue in add to module/ cycle not working properly.
2023-12-18 14:47:40 +05:30
Prateek Shourya and GitHub
18c86bd8cc
chore: add email from address in Instance Admin Email Settings. ( #3155 )
2023-12-18 13:36:09 +05:30
0ee6c20272
chore(deps): bump cryptography in /apiserver/requirements ( #3166 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 41.0.5 to 41.0.6.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/41.0.5...41.0.6 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-18 13:26:21 +05:30
Prateek Shourya and GitHub
184db0156c
User role validation across workspace and projects. ( #3167 )
...
* chore: remove `add link` button for guests & viewer in modules sidebar.
* chore: remove `+` (add view) icon for guests & viewer in `All Issues`.
* chore: remove `Start Project` button from Dashboard & Projects empty state for guests & viewers.
* chore: project level user role validation for empty states.
2023-12-18 13:25:03 +05:30
Nikhil and GitHub
b7a0f3c693
fix: project cover list endpoint ( #3168 )
2023-12-18 13:19:04 +05:30
Ikko Eltociear Ashimine and GitHub
e40f38e2e1
fix: typo in install.sh ( #3136 )
...
availabe -> available
2023-12-18 12:17:15 +05:30
Lakhan Baheti and GitHub
05e7afab8d
fix: issue peek-overview delete functionality ( #3134 )
...
* fix: peek-overview delete issue
* refactor: removed unused variables
2023-12-18 12:14:57 +05:30
969a51f425
chore: issue click & peek overview improvement ( #3157 )
...
* improve issue popover to detect outside click
* chore: stopPropagation event added to prevent peekoverview triggering in action menu & issue properties
* chore: stopPropagation event added to prevent peekoverview triggering in issue properties
* chore: enable entire issue card clickability in list and kanban layout, introduce control-click functionality
to open issues in new tabs
* chore: build error fix and unused variable removed
* chore: build error fix
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2023-12-18 12:11:14 +05:30
sriram veeraghanta and GitHub
849bc92aea
Merge pull request #3121 from notpushkin/patch-1
...
Fix .vertical-lr in Firefox
2023-12-18 01:11:31 +05:30
Lakhan Baheti and GitHub
a37dec45d9
chore: made project-identifier rule consistent ( #3148 )
2023-12-17 00:39:23 +05:30
Lakhan Baheti and GitHub
e1793dda74
chore: role restriction to issue detail & peek-overview ( #3146 )
...
* chore: disabled interaction with title & description in peekview & issue detail
* chore: restriction to attachments delete for lower roles
* chore: kanban & calendar block drag restriction for lower roles
* fix: module/issue sidebar links access for lower roles
* fix: issue detail role validation
* fix: user role validation condition
2023-12-17 00:38:05 +05:30
Anmol Singh Bhatia and GitHub
31fdaf2659
fix: project members fetch fix ( #3145 )
...
* chore: all issues assignee fetch fix
* chore: assignee fetch logic updated
2023-12-17 00:36:56 +05:30
Aaryan Khandelwal and GitHub
8a1a6c6f62
chore: disable API calls for un-authorized users ( #3144 )
...
* fix: disable api calls if user doesn't have access
* chore: remove permissions from component level
* chore: rmeove console log and organize import statements
2023-12-17 00:35:53 +05:30
Prateek Shourya and GitHub
3d83101f69
fix: issue with cycle and module sidebar filter implementation. ( #3142 )
2023-12-17 00:34:42 +05:30
Lakhan Baheti and GitHub
d473ba9d0d
fix: create issue project ID ( #3131 )
2023-12-17 00:32:00 +05:30
Aaryan Khandelwal and GitHub
e5902152ab
fix: overflow issues in the profile settings layout ( #3163 )
2023-12-17 00:21:03 +05:30
sriram veeraghanta and GitHub
f03a9a6de8
fix: sync changes ( #3156 )
...
* fix: sync changes
* fix: sync changes
* fix: sync changes updated
2023-12-15 18:12:16 +05:30
Anmol Singh Bhatia and GitHub
b7e2f1e57a
chore: resolve priority sorting order ( #3141 )
2023-12-15 17:37:37 +05:30
sriram veeraghanta and GitHub
885de6f679
fix: sync changes ( #3154 )
2023-12-15 17:36:26 +05:30
sriram veeraghanta and GitHub
ce9714ff12
fix: sync pr changes ( #3153 )
2023-12-15 17:31:14 +05:30
sriram veeraghanta and GitHub
74b141eea2
fix: sync changes ( #3152 )
2023-12-15 17:24:24 +05:30
sriram veeraghanta and GitHub
08425c9614
fix: sync changes ( #3151 )
2023-12-15 17:21:06 +05:30
sriram veeraghanta and GitHub
ecfcc03ef0
fix: removing unneccessary checks ( #3150 )
2023-12-15 17:12:57 +05:30
sriram veeraghanta and GitHub
829c08f0ee
fix: making changes to sync job ( #3149 )
2023-12-15 17:08:37 +05:30
Anmol Singh Bhatia and GitHub
2edd2d947e
chore: implement validation for accepting 'http://' and 'https://' url in link modal ( #3147 )
2023-12-15 16:39:32 +05:30
Aaryan Khandelwal and GitHub
5b67f27345
fix: remove get requests from the catch block ( #3135 )
...
* fix: refetching project filters on error
* fix: get request in the catch block
2023-12-14 19:55:45 +05:30
Anmol Singh Bhatia and GitHub
7684a2c091
chore: sidebar quick action improvement ( #3133 )
2023-12-14 17:24:42 +05:30
Lakhan Baheti and GitHub
4e2bf24e8d
chore: filter edit operation in views is disabled for lower roles ( #3113 )
...
* chore: edit/delete view options hidden for lower roles
* chore: project -> views access restriction for lower roles
* refactor: allowance condition
2023-12-14 16:49:36 +05:30
Anmol Singh Bhatia and GitHub
aafac9ed1d
chore: state sequence ordering ( #3130 )
2023-12-14 16:45:39 +05:30
Prateek Shourya and GitHub
3adf48e429
chore: add new or existing issues validation for guest & viewers in cycles and modules empty state. ( #3126 )
2023-12-14 16:31:57 +05:30
Lakhan Baheti and GitHub
1c546e3cc5
fix: cycle & module sidebar date range picker ( #3127 )
...
* fix: cycle sidebar date range picker
* chore: cycle sidebar hover pointer
* fix: module sidebar date range picker
* fix: module sidebar state select popover pointer
2023-12-14 16:31:39 +05:30
5c7382d894
fix: environment file missing for space ( #3105 )
...
* fix: environment file missing for space
* dev: remove container name from the docker-compose local
* dockerfile.dev modified for volumes
* local dev fixes
---------
Co-authored-by: Manish Gupta <manish@mgupta.me >
2023-12-14 16:18:02 +05:30
Bavisetti Narayan and GitHub
1f8ae3a5ad
chore: project member list ( #3087 )
2023-12-14 16:14:50 +05:30
Bavisetti Narayan and GitHub
f1ed0c979c
chore: workspace project reinvite ( #3112 )
...
* chore: user can rejoin a project by invite
* chore: workspace member leave
2023-12-14 16:14:12 +05:30
Bavisetti Narayan and GitHub
78b29eb81b
chore: resolved the use tls error ( #3114 )
2023-12-14 16:11:46 +05:30
Anmol Singh Bhatia and GitHub
8d3a0a2eec
fix: build error ( #3128 )
2023-12-14 16:07:53 +05:30
sriram veeraghanta
910d1a1de3
Merge branch 'preview' of github.com:makeplane/plane into develop
2023-12-13 23:18:09 +05:30
Ehtesham Siddiqui and GitHub
6004f29bbc
Fix: update self-host docs link in README ( #3109 )
...
* Fix: update self-host docs link
* fix: update readme.md to link to self-hosting docker compose
2023-12-13 23:11:48 +05:30
Lakhan Baheti and GitHub
9d0056cfee
fix: spreadsheet layout sub-issues property update ( #3110 )
...
* fix: spreadsheet subissues property update
* fix: hover effect for sub-issues
* refactor: mutate sub-issues
2023-12-13 23:07:26 +05:30
Lakhan Baheti and GitHub
4bb99d5fbf
fix: cycle delete & active cycle loading ( #3088 )
2023-12-13 23:06:38 +05:30
Anmol Singh Bhatia and GitHub
6c61fbd102
chore: guest user profile access-related problem ( #3089 )
...
* fix: resolve guest user profile access-related problem
* chore: header and app sidebar permission validation added
2023-12-13 23:05:50 +05:30
Anmol Singh Bhatia and GitHub
2605b938f0
chore: empty state action button validation ( #3094 )
2023-12-13 23:05:23 +05:30
Anmol Singh Bhatia and GitHub
b4f51cb5af
chore: cycle and module sidebar permission validation ( #3095 )
2023-12-13 23:05:02 +05:30
Anmol Singh Bhatia and GitHub
fe80ca3e1c
chore: issue sidebar and project view improvement and validation ( #3098 )
...
* chore: project view header button validation
* chore: copy view link option added in project view list item and role action validation added
* chore: issue sidebar improvement
2023-12-13 23:04:33 +05:30
Anmol Singh Bhatia and GitHub
b78e83d81b
chore: image file update, icon consistency, bug fixes and code refactor ( #3107 )
...
* chore: workspace view icon consistency
* chore: icon added in breadcrumb dropdown
* chore: svg image replaced with webp
* fix: build fix
* chore: unused variables removed
* chore: module sidebar copy module link fix
2023-12-13 23:03:54 +05:30
sriram veeraghanta and GitHub
ee68c3ae86
Merge pull request #3111 from makeplane/chore/calendar_layout_improvement
...
chore: calendar layout improvement
2023-12-13 23:03:07 +05:30
sriram veeraghanta and GitHub
239f68e260
Merge pull request #3117 from makeplane/chore/issue_related_bug_and_improvement
...
chore: issue details related bug fixes and improvement
2023-12-13 23:01:19 +05:30
sriram veeraghanta and GitHub
f949d57fa0
Merge pull request #3119 from makeplane/chore/analytics_permission_validation
...
chore: analytics permission validation added
2023-12-13 23:00:05 +05:30
Alexander Pushkov and GitHub
dadd2cf39b
Fix .vertical-lr in Firefox
2023-12-13 19:04:12 +03:00
Anmol Singh Bhatia
13d7832d35
chore: app sidebar quick action permission validation added
2023-12-13 20:32:39 +05:30
Anmol Singh Bhatia
0f892d4670
chore: analytics permission validation added
2023-12-13 20:15:50 +05:30
Anmol Singh Bhatia
e8945f244d
chore: remove parent option added in issue sidebar and peek overview
2023-12-13 19:29:49 +05:30
Anmol Singh Bhatia
a0588be405
chore: remove parent option added in issue sidebar and peek overview
2023-12-13 18:57:50 +05:30
Anmol Singh Bhatia
29a0ba4ddc
chore: sub issue propery permission validation
2023-12-13 18:40:46 +05:30
Anmol Singh Bhatia
644073f063
chore: issue detail page title and indicator improvement
2023-12-13 18:32:21 +05:30
Anmol Singh Bhatia
63a15f2bf9
chore: calendar layout day tile improvement
2023-12-13 14:48:42 +05:30
sriram veeraghanta
936452758a
sync: preview to master
2023-12-12 17:51:09 +05:30
sriram veeraghanta and GitHub
4fdac437e9
Merge pull request #3097 from makeplane/develop
...
promote: develop to preview
2023-12-12 17:41:46 +05:30
Aaryan Khandelwal and GitHub
48fe6f9b9a
chore: update self hosted sign in form cta in the web and space apps ( #3096 )
...
* chore: update self hosted sign in form cta
* chore: update self hosted sign in form cta in the space app
2023-12-12 17:40:02 +05:30
sriram veeraghanta and GitHub
05d675c138
Merge pull request #3086 from makeplane/fix/issue_layout_permission_validation
...
chore: issue layout quick add issue button permission validation
2023-12-12 17:36:07 +05:30
sriram veeraghanta and GitHub
09b4f6dedd
Merge pull request #3091 from makeplane/chore/project-member-leave
...
chore: guest and viewer can leave project
2023-12-12 17:35:14 +05:30
sriram veeraghanta and GitHub
449ac06fd7
Merge pull request #3093 from makeplane/develop
...
promote: develop to preview
2023-12-12 17:01:57 +05:30
LAKHAN BAHETI
c7d50bb7ce
fix: member role project leave
2023-12-12 17:00:59 +05:30
NarayanBavisetti
90de11c08d
chore: guest and viewer can leave project
2023-12-12 16:22:33 +05:30
Anmol Singh Bhatia and GitHub
24c02495aa
chore: instance setup done image update ( #3090 )
2023-12-12 16:05:59 +05:30
Nikhil and GitHub
1795916042
fix: debug toolbar import error when running on production setting with DEBUG on ( #3085 )
2023-12-12 11:54:52 +05:30
Anmol Singh Bhatia
43cbe44a35
chore: issue layout quick add issue button permission validation
2023-12-12 11:49:43 +05:30
Aaryan Khandelwal and GitHub
361ee16567
fix: modal size not changing when switching between modes ( #3082 )
2023-12-12 00:44:58 +05:30
Nikhil and GitHub
de24b02a0a
fix: user login after account deactivation ( #3073 )
2023-12-11 22:44:37 +05:30
Anmol Singh Bhatia and GitHub
1d3745157d
style: cycle and module sidebar improvement ( #3076 )
...
* style: cycle and module sidebar improvement
* chore: issue attachment error message updated
2023-12-11 22:27:28 +05:30
Aaryan Khandelwal and GitHub
07c15fcc1f
fix: gantt issues not getting updated ( #3075 )
2023-12-11 22:26:57 +05:30
Anmol Singh Bhatia and GitHub
c33cfeb227
chore: issue link mobx integration ( #3072 )
...
* chore: issue link mobx integration
* chore: issue link code refactor and build fix
2023-12-11 22:26:29 +05:30
Aaryan Khandelwal and GitHub
f119d702c7
chore: set an expiry of 30 days for the access and refresh tokens ( #3071 )
2023-12-11 22:25:48 +05:30
Aaryan Khandelwal and GitHub
0f752f93b6
fix: pre-fill cycle and module details when editing an issue ( #3070 )
...
* fix: prefill cycle and module when editing an issue
* chore: remove console.log
2023-12-11 22:25:14 +05:30
Lakhan Baheti and GitHub
ae2e1a4b64
fix: delete issue mutation & toast ( #3079 )
...
* fix: delete issue mutation
* fix: toast on delete issue
* fix: activity to issue detail redirection
2023-12-11 22:24:41 +05:30
Lakhan Baheti and GitHub
472a5d8047
fix: spreadsheet layout alignment ( #3080 )
2023-12-11 22:23:49 +05:30
Prateek Shourya and GitHub
3b12332704
fix: issue with clear filter option not working for filter groups in create view modal. ( #3081 )
2023-12-11 22:23:20 +05:30
Aaryan Khandelwal and GitHub
c7cad452ab
fix: disable label combining for labels inside a group ( #3069 )
2023-12-11 17:31:22 +05:30
Anmol Singh Bhatia and GitHub
82c0ee00a3
chore: profile setting bug fixes ( #3068 )
...
* chore: change password page redirection fix
* chore: profile activity profile redirection fix
2023-12-11 17:30:17 +05:30
Lakhan Baheti and GitHub
8041b23a63
chore: access restriction for lower roles ( #3067 )
2023-12-11 17:29:43 +05:30
Anmol Singh Bhatia and GitHub
f38278f465
chore: user permission related fix ( #3066 )
...
* chore: page action user permission validation
* chore: cycle & module action user permission validation
* chore: issue quick action user permission validation
* chore: spreadsheet layout improvement
2023-12-11 17:29:10 +05:30
Lakhan Baheti and GitHub
73b58e91ee
fix: spreadsheet layout sub issues overlapping ( #3064 )
...
* fix: spreadsheet layout sub issues overlapping
* fix: logs
2023-12-11 17:28:44 +05:30
Prateek Shourya and GitHub
b515c0ffa6
fix: issue with GPT assistant response not updating on new requests. ( #3063 )
2023-12-11 17:27:52 +05:30
Aaryan Khandelwal and GitHub
b629263bc2
fix: icon consistency for issue properties ( #3065 )
2023-12-11 17:27:29 +05:30
sriram veeraghanta
1bf064df15
sync: preview with develop
2023-12-11 16:26:11 +05:30
Nikhil and GitHub
9918d5242c
dev: fix oauth configuration check ( #3062 )
2023-12-11 16:17:11 +05:30
Aaryan Khandelwal and GitHub
dd87bd0ee2
style: update OAuth buttons UI ( #3061 )
2023-12-11 15:52:21 +05:30
Lakhan Baheti and GitHub
26d37fbd38
chore: error handling for user permission while issue drag & drop ( #3060 )
...
* filx: gantt chart quick add permission
* fix: permission toast on drag & drop issues
2023-12-11 15:51:40 +05:30
Nikhil and GitHub
bf2c6e36ef
chore: configurations ( #3059 )
...
* fix: encrypt and decrypt function to check for None case.
* fix: google and github oauth login check when one of them is not configured.
* remove: NEXT_PUBLIC_ENABLE_OAUTH variable.
2023-12-11 14:32:28 +05:30
sriram veeraghanta and GitHub
62e66acc37
fix: upgrading lucide react dependency ( #3057 )
2023-12-10 17:54:36 +05:30
sriram veeraghanta and GitHub
0f28008fa5
Merge pull request #3056 from makeplane/promote/develop-preview
...
Promote: Develop to Preview
2023-12-10 15:51:41 +05:30
sriram veeraghanta and Aaryan Khandelwal
5b0066140f
chore: format all files in monorepo ( #3054 )
...
* chore: format all files in the project
* fix: removing @types/react from dependencies
* fix: adding prettier and eslint config
* chore: format files
* fix: upgrading turbo version
* chore: ignoring warnings and adding todos
* fix: updated the type of bubble menu item in the document editor
* chore: format files
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-12-10 15:50:45 +05:30
Aaryan Khandelwal and sriram veeraghanta
e5ae139178
chore: update lucide-react package to the latest version
2023-12-10 15:50:44 +05:30
Aaryan Khandelwal and sriram veeraghanta
02e2c6f848
style: update the ui of the slash command menu
2023-12-10 15:50:44 +05:30
8d15b9e7de
chore: format all files in monorepo ( #3054 )
...
* chore: format all files in the project
* fix: removing @types/react from dependencies
* fix: adding prettier and eslint config
* chore: format files
* fix: upgrading turbo version
* chore: ignoring warnings and adding todos
* fix: updated the type of bubble menu item in the document editor
* chore: format files
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-12-10 15:48:10 +05:30
sriram veeraghanta and GitHub
5eba682128
Merge pull request #3053 from makeplane/style/slash_command
...
style: update the ui of the slash command menu
2023-12-10 14:09:56 +05:30
Aaryan Khandelwal
457ed9bfe6
chore: update lucide-react package to the latest version
2023-12-10 01:10:59 +05:30
Aaryan Khandelwal
842048b2f2
style: update the ui of the slash command menu
2023-12-09 17:26:47 +05:30
sriram veeraghanta and GitHub
d16a6402cd
Merge pull request #3046 from makeplane/promote/dev-preview
...
promote: develop to preview
2023-12-08 19:53:57 +05:30
sriram veeraghanta
09253e3f55
Merge branch 'preview' of github.com:makeplane/plane into promote/dev-preview
2023-12-08 19:52:17 +05:30
sriram veeraghanta and GitHub
9538d9ee9b
Merge pull request #3039 from makeplane/promote/qa-preview
...
[FED-1116] bug: cycle and module change not working from the peek overview
2023-12-08 19:48:38 +05:30
Nikhil and GitHub
b487e2defe
fix: open api configuration ( #3044 )
...
* dev: fix openapi config default for docker setup
* dev: remove the default values from google client id and github client id
* dev: handle case for google and github client id
2023-12-08 19:46:46 +05:30
Henit Chobisa and rahulramesha
fffcb2d947
fix: debounce logic in issue detail and description
2023-12-08 18:31:40 +05:30
Henit Chobisa and rahulramesha
01874cb2db
fix: added useCallback for controlling debounce function triggering on every rerendeer
...
Added a useCallback function, which helps keeping only one version of the debounce function, what happens is that when we type in the editor, the rerenders produces multiple debounce function, which all triggers together after the specifier amount of time, making many request to backend, consiquently failing the debounce. Now useCallback will give only one function even if the rerenders are happening which fixes the issue
2023-12-08 18:31:40 +05:30
Henit Chobisa and rahulramesha
b82f04ea04
fix: document editor debounced
2023-12-08 18:31:40 +05:30
Palanikannan1437 and rahulramesha
29e8e6c997
added comments to prevent further changes
2023-12-08 18:31:25 +05:30
Palanikannan1437 and rahulramesha
c68ade11ec
regression: peek overview rerendering
2023-12-08 18:31:25 +05:30
gurusainath and sriram veeraghanta
cb2577d259
fix: handled undefined issue_id in list layout
2023-12-08 17:43:24 +05:30
Anmol Singh Bhatia and sriram veeraghanta
5ac2c17e53
chore: release version update
2023-12-08 16:34:15 +05:30
Anmol Singh Bhatia and sriram veeraghanta
f198d14cc7
chore: release version update
2023-12-08 16:34:15 +05:30
Anmol Singh Bhatia and sriram veeraghanta
3400e31d0a
chore: release version update
2023-12-08 16:34:15 +05:30
Aaryan Khandelwal and Aaryan Khandelwal
6c8c61c53b
bug: cycle and module change not working from the peek overview ( #3037 )
2023-12-08 15:57:42 +05:30
pablohashescobar and sriram veeraghanta
dd9056c165
dev: take configuration value for Github client secret from get_configuration
2023-12-08 15:55:15 +05:30
pablohashescobar and sriram veeraghanta
89d4851ff5
dev: change default value for Github and Google client id if it is not present
2023-12-08 15:55:15 +05:30
pablohashescobar and sriram veeraghanta
49a4c466b7
dev: update dockerfile.dev to install local requirements
2023-12-08 15:55:15 +05:30
pablohashescobar and sriram veeraghanta
aebf8daf08
fix: user deactivation if instance admin and remove auto assigning of workspace and projects
2023-12-08 15:55:15 +05:30
gurusainath and sriram veeraghanta
d4a4046cd3
fix: Handled navigation dates in week view in calendar layout
2023-12-08 15:46:04 +05:30
gurusainath and sriram veeraghanta
39d1916ab2
fix: calendar filters and handled kanban issue empty state dnd error
2023-12-08 15:46:04 +05:30
Aaryan Khandelwal and sriram veeraghanta
d0d106901e
bug: cycle and module change not working from the peek overview
2023-12-08 15:45:24 +05:30
sriram veeraghanta and GitHub
9147b58b99
Merge pull request #3030 from makeplane/qa-merge-fixes
...
Promote: QA to Preview
2023-12-07 20:07:39 +05:30
sriram veeraghanta
4ff3a34a65
fix: merge conflicts resolved
2023-12-07 20:03:21 +05:30
74ca187659
chore: workspace roles ( #3024 )
...
* chore: workspace project roles for the current user
* dev: workspace and project member
* chore: store implementation for workspace user projects role
* view changes for the project roles
* connect workspace member's project roles to assigned
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
Co-authored-by: rahulramesha <rahulramesham@gmail.com >
Co-authored-by: rahulramesha <71900764+rahulramesha@users.noreply.github.com >
2023-12-07 19:59:35 +05:30
M. Palanikannan and sriram veeraghanta
2a5ff3397f
[REGRESSION]: Inbox issue editor initialization ( #3025 )
...
* fixed core editor package build error
* reverting back changes such that editor doesn't rerender randomly in inbox issues
2023-12-07 19:59:35 +05:30
557fb2306b
chore: deploy code refactor ( #3019 )
...
* chore: deploy code refactor
* fix: next_path redirection
* fix: sanitized pathname
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
8409a84004
fix: kanban layout UI ( #3023 )
...
* fix: quick add placement
* fix: assignee avatar size in kanban header
* fix: issue detail sidebar scroll
* fix: extra margin around links
* formatting
2023-12-07 19:59:35 +05:30
539c7a3455
refactor: issue peek overview ( #3001 )
...
* refactor: peek overview components
* fix: issue reactions
* chore: update comment types
* fix: access sepcifier value
* chore: remove unused vars
* fix: build errors
* build-error: build error resolved
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: gurusainath <gurusainath007@gmail.com >
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
c455f03ced
fix: sub-issue properties not rendering and other sub-issue bugs ( #3020 )
...
* fix: sub-issue properties not rendering
* fix: delete sub-issue
* fix: delete issue modal on command k and the issue details page
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
68dcfcd451
fix: deactivate account post loading ( #3022 )
2023-12-07 19:59:35 +05:30
Bavisetti Narayan and sriram veeraghanta
151ec259d8
chore: removed ce ( #3021 )
2023-12-07 19:59:35 +05:30
e755ce3272
dev: instance refactor ( #3015 )
...
* dev: remove license engine communication
* dev: remove license engine base url
* dev: update instance configuration function
* chore: removed the print statement
* chore: changed config variables
* chore: cleanup
* chore: added SKIP_ENV_VAR
* chore: changed the EMAIL_FROM
* dev: patch endpoint for workspace
* dev: custom port for takeoff script
* chore: changed my sequence
* fix: update operaton for member invitations in workspace
* clean-up: remove logs
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: gurusainath <gurusainath007@gmail.com >
2023-12-07 19:59:35 +05:30
sriram veeraghanta
9d16b39c15
fix: adding sentry configs on space app and updated docker ignore ( #3018 )
2023-12-07 19:59:35 +05:30
rahulramesha and sriram veeraghanta
9c5bf47ace
Chore: Minify build for plane packages ( #3017 )
...
* minify @plane/ui build
* minify all the packages
2023-12-07 19:59:35 +05:30
b5ac2f8078
[ FEATURE ] New Issue Widget for displaying issues inside document-editor ( #2920 )
...
* feat: added heading 3 in the editor summary markings
* feat: fixed editor and summary bar sizing
* feat: added `issue-embed` extension
* feat: exposed issue embed extension
* feat: added main embed config configuration to document editor body
* feat: added peek overview and issue embed fetch function
* feat: enabled slash commands to take additonal suggestions from editors
* chore: replaced `IssueEmbedWidget` into widget extension
* chore: removed issue embed from previous places
* feat: added issue embed suggestion extension
* feat: added issue embed suggestion renderer
* feat: added issue embed suggestions into extensions module
* feat: added issues in issueEmbedConfiguration in document editor
* chore: package fixes
* chore: removed log statements
* feat: added title updation logic into document editor
* fix: issue suggestion items, not rendering issue widget on enter
* feat: added error card for issue widget
* feat: improved focus logic for issue search and navigate
* feat: appended transactionid for issueWidgetTransaction
* chore: packages update
* feat: disabled editing of title in readonly mode
* feat: added issueEmbedConfig in readonly editor
* fix: issue suggestions not loading after structure changed to object
* feat: added toast messages for success/error messages from doc editor
* fix: issue suggestions sorting issue
* fix: formatting errors resolved
* fix: infinite reloading of the readonly document editor
* fix: css in avatar of issue widget card
* feat: added show alert on pages reload
* feat: added saving state for the pages editor
* fix: issue with heading 3 in side bar view
* style: updated issue suggestions dropdown ui
* fix: Pages intiliazation and mutation with updated MobX store
* fixed image uploads being cancelled on refocus due to swr
* fix: issue with same description rerendering empty content fixed
* fix: scroll in issue suggestion view
* fix: added submission prop
* fix: Updated the comment update to take issue id in inbox issues
* feat:changed date representation in IssueEmbedCard
* fix: page details mutation with optimistic updates using swr
* fix: menu options in read only editor with auth fixed
* fix: add error handling for title and page desc
* fixed yarn.lock
* fix: read-only editor title wrapping
* fix: build error with rich text editor
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
Co-authored-by: Palanikannan1437 <73993394+Palanikannan1437@users.noreply.github.com >
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
95c7403efc
fix: spreadsheet layout bugs ( #3016 )
...
* fix: date picker z visibility
* fix: typo in empty issue screen
* fix: spread sheet column rightmost border
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
92cb1834a5
fix: remove all unused variables and added dependecies to useEffect and useCallback ( #3013 )
2023-12-07 19:59:35 +05:30
sriram veeraghanta
691666e5e2
fix: upgrading types react package ( #3014 )
2023-12-07 19:59:35 +05:30
e585255c4c
fix: issue layouts bugs and ui fixes ( #3012 )
...
* fix: initial issue creation issue in the list layout
* fix kanban drag n drop and updating properties
* reduce z index of spreadsheet bottom row to not overlap with other elements
* fix state update by using state id instead of state detail's id
* fix add default use state for description
* add create issue button for project views to be at par with production
* save draft issues from modal
* chore: added save view button in all layouts applied filters
* use useEffect instead of swr for fetching issue details for peek overview
* fix: resolved kanban dnd
---------
Co-authored-by: rahulramesha <rahulramesham@gmail.com >
2023-12-07 19:59:35 +05:30
Bavisetti Narayan and sriram veeraghanta
55ce748aa1
chore: Page auth and other improvements ( #3011 )
...
* chore: project query optimised
* chore: page permissions changed
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
c3f3578e8b
chore: remove unused fields from the god mode ( #3007 )
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
c4602951c9
fix: kanban board block's menu & drop delete. ( #2987 )
...
* fix: kanban board block menu click
* fix: menu active/disable
* fix: drag n drop delete modal
* fix: quick action button in all the layouts
* chore: toast for drag & drop api
2023-12-07 19:59:35 +05:30
Henit Chobisa and sriram veeraghanta
7a96e12523
feat: added custom blockquote extension for resolving enter key behaviour ( #2997 )
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
4c53157b0e
fix: custom analytic grouped bar tooltip value as ID ( #3003 )
...
* fix: tooltip value is coming as ID
* fix lint named module
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
1f860312c6
chore: added authorization to pages ( #3006 )
...
* chore: updated pages authorization
* chore: updated pages empty state image
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
13667d491b
chore: plane logo without text updated ( #3008 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
aba4592b73
fix: bug fixes ( #3010 )
...
* fix: project view modal auto close bug fix
* fix: issue peek overview label select permission validation added
2023-12-07 19:59:35 +05:30
Nikhil and sriram veeraghanta
c5cc706978
dev: user password reset management command ( #3000 )
2023-12-07 19:59:35 +05:30
Nikhil and sriram veeraghanta
b44dd26347
dev: remove unused packages ( #3009 )
...
* dev: remove unused packages
* dev: remove gunicorn config
2023-12-07 19:59:35 +05:30
b35874e294
chore: posthog event for workspace invite ( #2989 )
...
* chore: posthog event for workspace invite
* chore: updated event names, added all the existing events to workspace metrics group
* chore: seperated workspace invite
* fix: workspace invite accept event updated
---------
Co-authored-by: Ramesh Kumar Chandra <rameshkumar2299@gmail.com >
2023-12-07 19:59:35 +05:30
Jorge and sriram veeraghanta
37c03ff239
Add CodeQL workflow ( #1452 )
2023-12-07 19:59:35 +05:30
Manish Gupta and sriram veeraghanta
8486983aa9
modified docker image repo names ( #3004 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
24a28e44ff
chore: updated plane deploy sign-in workflows for cloud and self-hosted instances ( #2999 )
...
* chore: deploy onboarding workflow
* chore: sign in workflow improvement
* fix: build error
2023-12-07 19:59:35 +05:30
guru_sainath and sriram veeraghanta
a56e7b17f1
clean-up: removed labels in the filters and handled redirection issue from peek overview and ui changes ( #3002 )
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
97bc153ef9
fix: bugs & improvements ( #2998 )
...
* fix: create more toggle in update issue modal
* fix: spreadsheet estimate column hide
* fix: flickering in all the layouts
* fix: logs
2023-12-07 19:59:35 +05:30
be2cf2e842
chore: updated sign-in workflows for cloud and self-hosted instances ( #2994 )
...
* chore: update onboarding workflow
* dev: update user count tasks
* fix: forgot password endpoint
* dev: instance and onboarding updates
* chore: update sign-in workflow for cloud and self-hosted instances (#2993 )
* chore: updated auth services
* chore: new signin workflow updated
* chore: updated content
* chore: instance admin setup
* dev: update instance verification task
* dev: run the instance verification task every 4 hours
* dev: update migrations
* chore: update latest features image
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
f481957818
fix: bug fixes and improvement ( #2992 )
...
* chore: issue sidebar permission bug fix and not authorized page redirection added
* chore: unauthorized project setting page improvement
* fix: build error fix
2023-12-07 19:59:35 +05:30
M. Palanikannan and sriram veeraghanta
1bddaf75b2
fix: Image Resizing and PR ( #2996 )
...
* added image min width and height programatically
* fixed editor initialization for peek view and inbox issues
* fixed ts issues with issue id in inbox
2023-12-07 19:59:35 +05:30
rahulramesha and sriram veeraghanta
91cb15c2e3
fix: bugs related to issues ( #2995 )
...
* hide properties in list and kanban with 0 or nil values
* module and cycle mutation from peek overlay
* fix peek over view title change while switching
* fix create issue fetching
* fix build errors by mutating the values as well
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
a035cee165
[FED-1147] chore: module link mobx integration ( #2990 )
...
* chore: link type updated
* chore: mobx implementation for module link
* chore: update module mutation logic updated and toast alert added
2023-12-07 19:59:35 +05:30
guru_sainath and sriram veeraghanta
a4d7b2423e
chore: workspace profile issues, kanabn DND upgrade, implemented filters in plaen deploy ( #2991 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
e6eef7eb0b
chore: space ui component revamp and bug fixes ( #2980 )
...
* chore: replace space ui component with plane ui component
* fix: space project icon and user pic bug
* chore: code refactor
* fix: profile section navbar fix
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
dbc8150852
chore: email invite accept validation ( #2965 )
...
* fix: empty state flickering on accepting only invitation
* fix: redirection from workspace-invitaion to onboarding
* chore: onboarding step 1 skip on accepting invite from email
* fix: dashboard redirection path
2023-12-07 19:59:35 +05:30
sabith-tu and sriram veeraghanta
de9c1a60e0
style: image picker, spreadsheet view title, icons ( #2988 )
...
* style: image picker, spreadsheet view title, icons
* fix: build error fix
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
1b51892489
chore: issue update status in peekview & detail ( #2985 )
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
d12bd9507e
fix: leave project mutation ( #2976 )
2023-12-07 19:59:35 +05:30
Nikhil and sriram veeraghanta
41f0d55dab
fix: sentry dsn error ( #2981 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
eda0b32b97
chore: draft issue layout and permission validation ( #2982 )
...
* chore: create draft issue option added in draft issue layout and permission validation added
* chore: create draft issue option added in draft issue list layout and permission validation added
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
882cf91a91
chore: module and cycle sidebar date mutation fix ( #2986 )
2023-12-07 19:59:35 +05:30
Bavisetti Narayan and sriram veeraghanta
25b7e22b70
chore: html validation ( #2970 )
...
* chore: changed api serializers
* chore: state status code
* chore: removed sorted keys
2023-12-07 19:59:35 +05:30
rahulramesha and sriram veeraghanta
a36aa4d093
fix: Permission levels for project settings ( #2978 )
...
* fix add subgroup issue FED-1101
* fix subgroup by None assignee FED-1100
* fix grouping by asignee or labels FED-1096
* fix create view popup FED-1093
* fix subgroup exception in swimlanes
* fix show sub issue filter FED-1102
* use Enums instead of numbers
* fix Estimates setting permission for admin
* disable access to project settings for viewers and guests
* fix project unautorized flicker
* add observer to estimates
* add permissions to member list
2023-12-07 19:59:35 +05:30
rahulramesha and sriram veeraghanta
c346d82b0b
fix: mutation on transfer issues from cycle ( #2979 )
...
* fix cycle issues mutation on transfering issues
* fix transfer issues from cycle
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
054691d80e
refactor: custom hook for sign in redirection ( #2969 )
2023-12-07 19:59:35 +05:30
Nikhil and sriram veeraghanta
59a1b6ca77
chore: instance ( #2955 )
2023-12-07 19:59:35 +05:30
rahulramesha and sriram veeraghanta
979e6fe383
fix: sub display filter params for fetching issues ( #2972 )
...
* fix add subgroup issue FED-1101
* fix subgroup by None assignee FED-1100
* fix grouping by asignee or labels FED-1096
* fix create view popup FED-1093
* fix subgroup exception in swimlanes
* fix show sub issue filter FED-1102
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
6392a24098
chore: update instance admin sign in endpoint ( #2973 )
2023-12-07 19:59:35 +05:30
guru_sainath and sriram veeraghanta
f1b748947a
fix: global issues properties updation issue resolved ( #2974 )
2023-12-07 19:59:35 +05:30
rahulramesha and sriram veeraghanta
7bc05b0bdc
fix: V3 release blocker bugs ( #2968 )
...
* fix add subgroup issue FED-1101
* fix subgroup by None assignee FED-1100
* fix grouping by asignee or labels FED-1096
* fix create view popup FED-1093
* fix subgroup exception in swimlanes
2023-12-07 19:59:35 +05:30
sabith-tu and sriram veeraghanta
d7457ed5f4
style: empty state for analytics, views and pages ( #2967 )
2023-12-07 19:59:35 +05:30
guru_sainath and sriram veeraghanta
f969ed0662
fix: corrected rendering of workspace-level labels, members, and states in project view ( #2966 )
...
* fix: dynamic issue properties filters in project, workspace and profile level
* clean-up: removed logs from the project store
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
1296b6af42
style: updated the UI of the instance admin setup and the sign in workflow ( #2962 )
...
* style: updated the UI of the signin and instance setups
* fix: form validations and mutations
* fix: updated Link tags in accordance to next v14
* chore: latest features image, reset password redirection
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
a515c59518
fix: create workspace form validation ( #2958 )
...
* fix: create workspace form validation
* fix: textfield placeholder typo
* fix: name field onchange
2023-12-07 19:59:35 +05:30
guru_sainath and sriram veeraghanta
a276bd2301
chore: workspace global issues ( #2964 )
...
* dev: global issues store
* build-error: all issues render
* build-error: build error resolved in global view store
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
83026e8b2f
chore: profile issue display filters content updated ( #2963 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
1ef0a86c9d
chore: create issue modal improvement ( #2960 )
2023-12-07 19:59:35 +05:30
Manish Gupta and sriram veeraghanta
f3f71f4f9e
branch build fixes ( #2961 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
43cd0554fb
fix: view modal overlapping ( #2956 )
2023-12-07 19:59:35 +05:30
sriram veeraghanta
ff03f8badb
fix: upgrading to nextjs 14 ( #2959 )
2023-12-07 19:59:35 +05:30
Manish Gupta and sriram veeraghanta
df647cc82a
fix: branch build 2 ( #2957 )
...
* branch build fix
* removed quotes
2023-12-07 19:59:35 +05:30
Manish Gupta and sriram veeraghanta
a96edca190
branch build fix ( #2954 )
2023-12-07 19:59:35 +05:30
Bavisetti Narayan and sriram veeraghanta
abd6e32fca
chore: removed django settings module ( #2953 )
2023-12-07 19:59:35 +05:30
Nikhil and sriram veeraghanta
46c7f98c9d
dev: update email templates ( #2948 )
...
* dev: update magic link email
* dev: forgot password mail
* dev: workspace invitation update
* dev: update email templates and task
* dev: remove email verification template
* dev: change all conversation links to issues
2023-12-07 19:59:35 +05:30
rahulramesha and sriram veeraghanta
c95a6522ab
fix: quick add positioning ( #2949 )
...
* fix quick add posutioning for kanban and spreadsheet
* fix kanban quick add project identifier
2023-12-07 19:59:35 +05:30
Nikhil and sriram veeraghanta
c598d458f6
chore: status code changed ( #2947 )
2023-12-07 19:59:35 +05:30
Nikhil and sriram veeraghanta
344ae5d551
dev: transactional emails ( #2946 )
2023-12-07 19:59:35 +05:30
5ccc226498
dev: instance registration ( #2912 )
...
* dev: remove auto script for registration
* dev: make all of the instance admins as owners when adding a instance admin
* dev: remove sign out endpoint
* dev: update takeoff script to register the instance
* dev: reapply instance model
* dev: check none for instance configuration encryptions
* dev: encrypting secrets configuration
* dev: user workflow for registration in instances
* dev: add email automation configuration
* dev: remove unused imports
* dev: reallign migrations
* dev: reconfigure license engine registrations
* dev: move email check to background worker
* dev: add sign up
* chore: signup error message
* dev: updated onboarding workflows and instance setting
* dev: updated template for magic login
* chore: page migration changed
* dev: updated migrations and authentication for license and update template for workspace invite
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
fd5b7d20a8
dev: instance setup workflow ( #2935 )
...
* chore: instance type updated
* chore: instance not ready screen added
* chore: instance layout added
* chore: instance magic sign in endpoint and type added
* chore: instance admin password endpoint added
* chore: instance setup page added
* chore: instance setup form added
* chore: instance layout updated
* fix: instance admin workflow setup
* fix: admin workflow setup
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2023-12-07 19:59:35 +05:30
sriram veeraghanta and Anmol Singh Bhatia
ee30eb0590
fix: removed unused packages and upgraded to next 14 ( #2944 )
...
* fix: upgrading next package and removed unused deps
* chore: unused variable removed
* chore: next image icon fix
* chore: unused component removed
* chore: next image icon fix
* chore: replace use-debounce with lodash debounce
* chore: unused component removed
* resolved: fixed issue with next link component
* fix: updates in next config
* fix: updating types pages
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so >
2023-12-07 19:59:35 +05:30
804313413b
chore: replaced v3 issues endpoints ( #2945 )
...
* chore: removed v3 endpoints
* chore: replace v3 issues to normal issues endpoints
* build-error: Bulid error is new issue structure
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
b2a948dcae
chore: cycle and module status indicator improvement ( #2942 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
468e117492
style: empty state improvement ( #2943 )
2023-12-07 19:59:35 +05:30
rahulramesha and sriram veeraghanta
90ca459b4a
fix: v3 issues for the layouts ( #2941 )
...
* fix drag n drop exception error
* fix peek overlay close buttons
* fix project empty state view
* fix cycle and module empty state view
* add ai options to inbox issue creation
* fix inbox filters for viewers
* fix inbox filters for viewers for project
* disable editing permission for members and viewers
* define accurate types for drag and drop
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
f7fa4d8b65
style: deactivate acount modal ( #2940 )
2023-12-07 19:59:35 +05:30
Bavisetti Narayan and sriram veeraghanta
56fb9414f1
chore: v3 global issues ( #2938 )
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
ffa74e21ac
chore: updated sign in workflow ( #2939 )
...
* chore: new sign in workflow
* chore: request new code button added
* chore: create new password form added
* fix: build errors
* chore: remove unused components
* chore: update submitting state texts
* fix: oauth sign in process
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
c2b90df498
chore: redirection to profile after workpace delete/leave ( #2937 )
2023-12-07 19:59:35 +05:30
Manish Gupta and sriram veeraghanta
a477161fca
fix: Branch Build and Self hosting fixes ( #2930 )
...
* Branch build yml modified to create preview and latest tags
* self host install modified to handle public image only
* testing update-docker
* testing
* wip
* rolled back to orignal
* selfhosting readme updated
2023-12-07 19:59:35 +05:30
220389e74e
chore: issue peek overview ( #2918 )
...
* chore: autorun for the issue detail store
* fix: labels mutation
* chore: remove old peek overview code
* chore: move add to cycle and module logic to store
* fix: build errors
* chore: add peekProjectId query param for the peek overview
* chore: update profile layout
* fix: multiple workspaces
* style: Issue activity and link design improvements in Peek overview.
* fix issue with labels not occupying full widht.
* fix links overflow issue.
* add tooltip in links to display entire link.
* add functionality to copy links to clipboard.
* chore: peek overview for all the layouts
* fix: build errors
---------
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
b30e41f324
fix: spreadsheet layout issue properties ( #2936 )
...
* fix: spredsheet layout state column state name & tootltip
* fix: label select dropdown first item auto active state
* fix: priority column padding & tooltip position
2023-12-07 19:59:35 +05:30
Bavisetti Narayan and sriram veeraghanta
53950f0684
chore: api rate limiting ( #2933 )
2023-12-07 19:59:35 +05:30
Bavisetti Narayan and sriram veeraghanta
e060a4dbf0
chore: api webhooks validation ( #2928 )
...
* chore: api webhooks update
* chore: webhooks signature validation
2023-12-07 19:59:35 +05:30
rahulramesha and sriram veeraghanta
926643e597
fix issue sorting and add sorting to other properties ( #2931 )
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
7f6d59559d
chore: update the content of webhooks form ( #2932 )
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
d71ba47262
chore: update profile settings layout ( #2925 )
...
* chore: update profile layout
* fix: multiple workspaces
* chore: removed breadcrumbs
* chore: fix sidebar collapsed state
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
44bc199385
style: workspace sidebar scroll fix and improvement ( #2934 )
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
621cf7b83d
fix: google auth button content alignment ( #2929 )
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
c2c0dde824
style: switch or delete account modal ( #2926 )
...
* style: switch or delete account modal
* fix: popover text color
* fix: typo
2023-12-07 19:59:35 +05:30
011db50da6
fix: drag and drop implementation in calendar layout and kanban layout ( #2921 )
...
* fix profile issue filters and kanban
* chore: calendar drag and drop
* chore: kanban drag and drop
* dev: remove issue from the kanban layout and resolved build errors
---------
Co-authored-by: rahulramesha <rahulramesham@gmail.com >
2023-12-07 19:59:35 +05:30
sabith-tu and sriram veeraghanta
e16e468b8f
style: new empty state ui ( #2923 )
2023-12-07 19:59:35 +05:30
rahulramesha and sriram veeraghanta
d2a3d00e82
fix: all functionalities for profile, archived and draft issues ( #2922 )
...
* fix profile issue filters and kanban
* fix profile draft and archived issues
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
72b592b9ec
style: member role visibility ( #2919 )
...
* style: member role visibility
* fix: build errors
2023-12-07 19:59:35 +05:30
Bavisetti Narayan and sriram veeraghanta
18587395c9
chore: deactivated user workflow change ( #2888 )
...
* chore: deactivated user workflow change
* chore: removed archived and draft from v3 by default
* chore: draft and archive update
* chore: bool field
* chore: fall back workspace updated
* chore: workspace member active
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
eb366887d7
fix: workspace settings pages authorization ( #2915 )
...
* fix: workspace settings pages authorization
* chore: user cannot add a member with a higher role than theirs
* chore: update workspace general settings auth
2023-12-07 19:59:35 +05:30
rahulramesha and sriram veeraghanta
03387848fe
add functionality for addition of existing issues to modules and cycles ( #2913 )
...
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2023-12-07 19:59:35 +05:30
Manish Gupta and sriram veeraghanta
accdd02ce7
migration script added ( #2914 )
2023-12-07 19:59:35 +05:30
M. Palanikannan and sriram veeraghanta
e01ca97fc9
fix: Image restoration fixed (marks/unmarks an image to be deleted after a week) ( #2859 )
...
* image restoration fixed (marks an image to be deleted after a week)
* removed clgs
* added image constraints
* formatted editor-core package using yarn format
* lite-text-editor nothing to format
* rich-text-editor nothing to format
* formatted document-editor with prettier
* modified file service to follow api change
* fixed more formatting in document editor
* fixed all instances of types with that from the package
* fixed delete to work consistently (minor optimizations turned off)
* stop duplicate images inside editor
* restore image on editor creation
say if user A deletes image number 2, user B was also in the same issue and in their screen the image was there, if user B makes certain changes and that gets saved in backend, according to user B image 2 should exist but since user A deleted it, it'll not get restored and get deleted in 7 days, hence I've added a check such that whenever a issue loads we restore all images by default
* added restore image function with types
* replaced all instances to have restore image logic
* fixed issue detail for peek view
* disabled option to insert table inside a table
2023-12-07 19:59:35 +05:30
Manish Gupta and sriram veeraghanta
0fcadca53a
removed container names for selfhosting ( #2907 )
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
ad22ff222f
chore: update get invitation details endpoint ( #2902 )
2023-12-07 19:59:35 +05:30
Prateek Shourya and sriram veeraghanta
c4fb543372
Fix: bug fixes and UI / UX improvements ( #2906 )
...
* Fix: issue with project publish modal data not updating immediately.
* fix: issue with workspace list not scrollable in profile settings.
* fix: update redirect workspace slug logic to redirect to prev workspace instead of `/`.
* style: update API tokens and webhooks empty state designs.
2023-12-07 19:59:35 +05:30
sriram veeraghanta and Aaryan Khandelwal
d84e043c93
fix: adding ai assistance to pages ( #2905 )
...
* fix: adding ai modal to pages
* fix: pages overflow
* chore: update pages UI
* fix: updating page description while using ai assistance
* fix: gpt assistant modal height and position
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-12-07 19:59:35 +05:30
M. Palanikannan and sriram veeraghanta
10cde58363
image can't be inserted inside table ( #2904 )
...
* image can't be inserted inside table
Now we've diabled image icon from showing up if the cursor is inside a table node or if a table cell is selected
* added drag drop support for document editor
* fixed missing dependencies
2023-12-07 19:59:35 +05:30
Prateek Shourya and sriram veeraghanta
041c3af35a
refactor: Instance admin setting and UI updates. ( #2889 )
...
* refactor: shift instance admin restriction content to seperate component.
fix: instance components export logic.
* style: fix sidebar dropdown `God Mode` icon padding.
* style: update profile settings user dropdown menu width.
* fix: update input type to `password` for Client Secret and API/ Access Key fields.
* style: update loader design for all forms.
* fix: typo
* style: ui updates.
* chore: add show/ hide button for all password fields.
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
3a1b722d31
refactor: keyboard shortcuts modal ( #2822 )
...
* refactor: keyboard shortcuts modal
* chore: updated search logic
* refactor: divided the modal component into granular components
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
2e3476ab3c
fix: workspace dropdown scroll ( #2900 )
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
27478ee4bd
fix: profile layout flicker ( #2898 )
...
* fix: user profile layout flicker
* chore: update import statements
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
bdc85ae10d
fix: progress panel default open ( #2894 )
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
983b0debcd
chore: signup removed ( #2890 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
8062800bd9
[FED-1018] chore: workspace dropdown improvement ( #2891 )
...
* fix: workspace dropdown improvement
* style: sidebar workspace icon alignment
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
21e32ce863
[FED-1054] fix: join project mutation ( #2892 )
...
* fix: join project mutation
* chore: code refactor
2023-12-07 19:59:35 +05:30
srinivas pendem and sriram veeraghanta
0887d35596
Update README.md ( #2893 )
...
./setup.sh removed
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
726f4668e0
refactor: webhooks ( #2896 )
...
* refactor: webhooks workflow
* chore: update delete modal content
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
6e940399cb
chore: instance admins endpoint added and ui/ux improvement ( #2895 )
...
* style: sidebar improvement
* style: header height consistency
* chore: layout consistency and general page improvement
* chore: layout, email form and image form improvement
* chore: instance admins endpoint intergrated and code refactor
* chore: code refactor
* chore: google client secret section removed
2023-12-07 19:59:35 +05:30
f79bd9df60
issues rendering in all issue layouts fir profile and project issues and global issues store implementation ( #2886 )
...
* dev: draft and archived issue store
* connect draft and archived issues
* kanban for draft issues
* fix filter store for calendar and kanban
* dev: profile issues store and draft issues filters in header
* disble issue creation for draft issues
* dev: profile issues store filters
* disable kanban properties in draft issues
* dev: profile issues store filters
* dev: seperated adding issues to the cycle and module as seperate methds in cycle and module store
* dev: workspace profile issues store
* dev: sub group issues in the swimlanes
* profile issues and create issue connection
* fix profile issues
* fix spreadsheet issues
* fix dissapearing project from create issue modal
* page level modifications
* fix additional bugs
* dev: issues profile and global iisues and filters update
* fix issue related bugs
* fix project views for list and kanban
* fix build errors
---------
Co-authored-by: rahulramesha <rahulramesham@gmail.com >
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
70994d1da7
fix: resolve modal overlapping issue ( #2885 )
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
6d46771109
fix: bug fixes & UI improvements ( #2884 )
...
* chore: access restriction for api tokens
* fix: on create module total issues undefined
* fix: cycle board card typo
* chore: fetch modules after creation
* fix: peek module on delete
* fix: peek cycle on delete
* fix: cycle detail sidebar copy link toast
* chore: router replace -> push
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
7ad0360920
chore: revamp the API tokens workflow ( #2880 )
...
* chore: added getLayout method to api tokens pages
* revamp: api tokens workflow
* chore: add title validation and update types
* chore: minor UI updates
* chore: update route
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
7b5eea8722
fix: user state after logout ( #2849 )
...
* fix: user state after logout
* chore: user state handle with mobx
* chore: signout update for profile setting
* fix: minor fixes
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2023-12-07 19:59:35 +05:30
sriram veeraghanta
a7e446f134
fix: remove slack notification on build branch workflow ( #2881 )
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
1c29f0b0a9
fix: workspace & user avatar tooltip ( #2851 )
...
* fix: workspace & user avatar tooltip
* chore: user name update while typing on top right avatar
* chore: imports placement
* fix: rendering condition
* chore: component re-arrangement
* fix: imports
2023-12-07 19:59:35 +05:30
Bavisetti Narayan and sriram veeraghanta
acc6b5ed5c
chore: seperated delete endpoint for file upload ( #2870 )
2023-12-07 19:59:35 +05:30
20fe27e086
fix: track events updated, extra parameters added, added events for issues, pages, states, cycles ( #2875 )
...
* fix: event tracking method updated to store, chore: updated and added events for workspace, projects and create issue
* fix: posthog auth event tracking
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2023-12-07 19:59:35 +05:30
Prateek Shourya and sriram veeraghanta
398f35d36d
Feat: God Mode UI Updates and More Config Settings ( #2877 )
...
* feat: Images in Plane config screen.
* feat: Enable/ Disable Magic Login config toggle.
* style: UX copy and design updates across all screens.
* style: SSO and OAuth Screen revamp.
* style: Enter God Mode button for Profile Settings sidebar.
* fix: update input type to password for password fields.
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
bf060cc8eb
dev: badge component added in planu ui package ( #2876 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
a9ea5b6d90
fix: issue peek overview state select dropdown overflow fix ( #2873 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
1c2761000a
fix: module sidebar date select fix and code refactor ( #2872 )
2023-12-07 19:59:35 +05:30
sriram veeraghanta
ecea744657
fix: remove slack notify ( #2871 )
...
* fix: remove slack notifications on workflows
* fix: bugfix
2023-12-07 19:59:35 +05:30
1bd38ad4c7
refactor: image upload modals, file size limit added to config ( #2868 )
...
* chore: add file size limit as config in the config api
* refactor: image upload modals
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-12-07 19:59:35 +05:30
Manish Gupta and sriram veeraghanta
af3267ac5a
Updated the slack notification message to PR Title ( #2869 )
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
192fe9b057
chore: added error toast for invitation ( #2853 )
2023-12-07 19:59:35 +05:30
Bavisetti Narayan and sriram veeraghanta
0669dab1c4
chore: user deactivation and login restriction ( #2855 )
...
* chore: user deactivation
* chore: deactivation and login disabled
* chore: added get configuration value
* chore: serializer message change
* chore: instance admin passowrd change
* chore: removed triage
* chore: v3 endpoint for user profile
* chore: added enable signin
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2023-12-07 19:59:35 +05:30
34e6ef0d8d
chore: api and webhook refactor ( #2861 )
...
* chore: bug fix
* dev: changes in api endpoints for invitations and inbox
* chore: improvements
* dev: update webhook send
* dev: webhook validation and fix webhook flow for app
* dev: error messages for deactivation
* chore: api fixes
* dev: update webhook and workspace leave
* chore: issue comment
* dev: default values for environment variables
* dev: make the user active if he was already part of project member
* chore: webhook cycle and module event
* dev: disable ssl for emails
* dev: webhooks restructuring
* dev: updated webhook configuration
* dev: webhooks
* dev: state get object
* dev: update workspace slug validation
* dev: remove deactivation flag if max retries exceeded
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2023-12-07 19:59:35 +05:30
sriram veeraghanta and Manish Gupta
c305cf2c72
fix: adding slack notification when build is failed to upload to docker ( #2862 )
...
* fix: removing logs
* fix: adding slack notification when build is failed to upload to docker
* minor changes
---------
Co-authored-by: Manish Gupta <59428681+manishg3@users.noreply.github.com >
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
267cf75004
chore: update profile and God mode routes ( #2860 )
...
* chore: update profile and god mode routes
* fix: profile activity loader
* chore: update profile route in the change password page
2023-12-07 19:59:35 +05:30
Bavisetti Narayan and sriram veeraghanta
86de38d3a0
chore: user activity in profile page ( #2856 )
...
* chore: user activity endpoint change
* chore: added workspace detail in activity serializer
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
910bd11e86
fix: view date filter select fix ( #2858 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
77af7311ba
style: module ui improvement ( #2838 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
f56067f372
style: issue activity section improvement ( #2836 )
2023-12-07 19:59:35 +05:30
Ramesh Kumar Chandra and sriram veeraghanta
0530410201
feat: change password page ( #2847 )
2023-12-07 19:59:35 +05:30
sabith-tu and sriram veeraghanta
1e104e85a4
style: removing extra options heading and drop down icon ( #2852 )
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
dfffa63151
fix: page scroll area ( #2850 )
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
bf525aa2c4
dev: added tailwind merge helper function ( #2844 )
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
fc523c6485
fix: archived issues infinite call ( #2848 )
2023-12-07 19:59:35 +05:30
sriram veeraghanta
8c1f9e720a
fix: updated document editor package in web and space apps ( #2846 )
2023-12-07 19:59:35 +05:30
sriram veeraghanta
fa8ae6b8ce
chore: optimizations and file name changes ( #2845 )
...
* fix: deepsource antipatterns
* fix: deepsource exclude file patterns
* chore: file name changes and removed unwanted variables
* fix: changing version number for editor
2023-12-07 19:59:35 +05:30
d6abb87a3a
chore: implemented new store and issue layouts for issues and updated new data structure for issues ( #2843 )
...
* fix: Implemented new workflow in the issue store and updated the quick add workflow in list layout
* fix: initial load and mutaion of issues in list layout
* dev: implemented the new project issues store with grouped, subGrouped and unGrouped issue computed functions
* dev: default display properties data made as a function
* conflict: merge conflict resolved
* dev: implemented quick add logic in kanban
* chore: implemented quick add logic in calendar and spreadsheet layout
* fix: spreadsheet layout quick add fix
* dev: optimised the issues workflow and handled the issues order_by filter
* dev: project issue CRUD operations in new issue store architecture
* dev: issues filtering in calendar layout
* fix: build error
* dev/issue_filters_store
* chore: updated filters computed structure
* conflict: merge conflicts resolved in project issues
* dev: implemented gantt chart for project issues using the new mobx store
* dev: initialized cycle and module issue filters store
* dev: issue store and list layout store updates
* dev: quick add and update, delete issue in the list
* refactor list root changes
* dev: store new structure
* refactor spreadsheet and gnatt project roots
* fix errors for base gantt and spreadsheet roots
* connect Calendar project view
* minor house keeping
* connect Kanban View to th enew store
* generalise base calendar issue actions
* dev: store project issues and issue filters
* dev: store project issues and filters
* dev: updated undefined with displayFilters in project issue store
* Add Quick add to all the layouts
* connect module views to store
* dev: Rendering list issues in project issues
* dev: removed console log
* dev: module filters store
* fix errors and connect modules list and quick add for list
* dev: module issue store
* dev: modle filter store issue fixed and updates cycle issue filters
* minor house keeping changes
* dev: cycle issues and cycle filters
* connecty cycles to teh store
* dev: project view issues and issue filtrs
* connect project views
* dev: updated applied filters in layouts
* dev: replaced project id with view id in project views
* dev: in cycle and module store made cycledId and moduleId as optional
* fix minor issues and build errots
* dev: project draft and archived issues store and filters
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so >
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
Co-authored-by: rahulramesha <rahulramesham@gmail.com >
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
db75eced0a
chore: deactivate user option added ( #2841 )
...
* dev: deactivate user option added
* chore: new layout for profile settings
* fix: build errors
* fix: user profile activity
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
3c89ef8cc3
fix: onboarding bugs & improvements ( #2839 )
...
* fix: terms & condition alignment
* fix: onboarding page scrolling
* fix: create workspace name clear
* fix: setup profile sidebar workspace name
* fix: invite team screen button text
* fix: inner div min height
* fix: allow single invite also in invite member
* fix: UI clipping in invite members
* fix: signin screen scroll
* fix: sidebar notification icon
* fix: sidebar project name & icon
* fix: user detail bottom image alignment
* fix: step indicator in invite member
* fix: try different account modal state
* fix: setup profile remove image
* fix: workspace slug clear
* fix: invite member UI & focus
* fix: step indicator size
* fix: inner div placement
* fix: invite member validation logic
* fix: cuurent user data persistency
* fix: sidebar animation colors
* feat: signup & resend
* fix: sign out theme persist from popover
* fix: imports
* chore: signin responsiveness
* fix: sign-in, sign-up top padding
2023-12-07 19:59:35 +05:30
Bavisetti Narayan and sriram veeraghanta
f9590929dc
chore: change password endpoint ( #2842 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
7169463ee7
[FED-888] fix: parent issue select modal improvement ( #2837 )
...
This PR include improvement for parent issue select modal.
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
152a920788
fix: project setting ui consistency ( #2835 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
a1a9015df2
fix: profile setting overflow ( #2834 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
37559fd69f
fix: cycle and module create/update modal fix ( #2833 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
1559822a1b
fix: module and cycle sidebar loading state ( #2831 )
2023-12-07 19:59:35 +05:30
sabith-tu and sriram veeraghanta
9215134e32
style: new empty project screen ( #2832 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
51cf93c9a8
fix: custom analytics project dropdown fix ( #2828 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
3dd3499b3e
style: project card improvement ( #2827 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
20f3d7ce09
fix: module sidebar link section ( #2830 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
b106e15268
chore: dashboard redirection fix ( #2826 )
2023-12-07 19:59:35 +05:30
sriram veeraghanta
666d46de58
fix: AI Assistance hide/unhide depending on the configuration ( #2825 )
...
* fix: gpt error handlijng
* fix: enabling ai assistance only when it is configured.
2023-12-07 19:59:35 +05:30
Prateek Shourya and sriram veeraghanta
734f27122b
Style: UI improvements ( #2824 )
...
* style: update notification Read status toast alert description.
* style: update issue subscribe button design.
* fix: remove group_by `none` display filter from the kanban view in profile and draft issues.
* style: design improvement in members settings.
* style: add display name for all user role.
* style: remove email for user roles other than admin.
* style: fix border color as per designs.
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
d43db7fc88
style: revamped page details UI ( #2823 )
...
* style: revamp page details UI
* chore: updated the info popover date format
* fix: page actions mutation
* style: made the page content responsive
2023-12-07 19:59:35 +05:30
Bavisetti Narayan and sriram veeraghanta
e57b95f99e
chore: file asset update ( #2816 )
...
* chore: endpoint to update file asset
* chore: aws storage endpoint change
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
e21acf1341
fix: sidebar project section hover ( #2818 )
...
* fix: sidebar project section hover
* fix: icons alignment
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
7825dd7f77
fix: bug fixes & UI improvements ( #2819 )
...
* fix: profile setting fields border
* fix: webhooks empty state UI
* fix: cycle delete redirection from cycle detail
* fix: integration access restriction
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
cfbb4c9579
chore: update join project endpoint ( #2821 )
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
7200cbf58e
fix: complete pages editor not clickable, recent pages calculation logic ( #2820 )
...
* fix: whole editor not clickable
* fix: recent pages calculation
* chore: update older pages calculation logic in recent pages list
* fix: archived pages computed function
* chore: add type for older pages
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
aea9a40a73
refactor: command k modal ( #2803 )
...
* refactor: command palette file structure
* fix: identifier search
2023-12-07 19:59:35 +05:30
Nikhil and sriram veeraghanta
d14ca3a141
dev: change url for the license engine instance registration ( #2810 )
2023-12-07 19:59:35 +05:30
Bavisetti Narayan and sriram veeraghanta
88ef24788e
chore: removed DOCKERIZED value and changed REDIS_SSL ( #2813 )
...
* chore: removed DOCKERIZED value
* chore: changed redis ssl
2023-12-07 19:59:35 +05:30
4416419c9b
feat: New Pages with Enhanced Document Editor Packages made over Editor Core 📝 ( #2784 )
...
* fix: page transaction model
* fix: page transaction model
* feat: updated ui for page route
* chore: initailized `document-editor` package for plane
* fix: format persistence while pasting markdown in editor
* feat: Inititalized Document-Editor and Editor with Ref
* feat: added tooltip component and slash command for editor
* feat: added `document-editor` extensions
* feat: added custom search component for embedding labels
* feat: added top bar menu component
* feat: created document-editor exposed components
* feat: integrated `document-editor` in `pages` route
* chore: updated dependencies
* feat: merge conflict resolution
* chore: modified configuration for document editor
* feat: added content browser menu for document editor summary
* feat: added fixed menu and editor instances
* feat: added document edittor instances and summary table
* feat: implemented document-editor in PageDetail
* chore: css and export fixes
* fix: migration and optimisation
* fix: added `on_create` hook in the core editor
* feat: added conditional menu bar action in document-editor
* feat: added menu actions from single page view
* feat: added services for archiving, unarchiving and retriving archived pages
* feat: added services for page archives
* feat: implemented page archives in page list view
* feat: implemented page archives in document-editor
* feat: added editor marking hook
* chore: seperated editor header from the main content
* chore: seperated editor summary utilities from the main editor
* chore: refactored necessary components from the document editor
* chore: removed summary sidebar component from the main content editor
* chore: removed scrollSummaryDependency from Header and Sidebar
* feat: seperated page renderer as a seperate component
* chore: seperated page_renderer and sidebar as component from index
* feat: added locked property to IPage type
* feat: added lock/unlock services in page service
* chore: seperated DocumentDetails as exported interface from index
* feat: seperated document editor configs as seperate interfaces
* chore: seperated menu options from the editor header component
* fix: fixed page_lock performing lock/unlock operation on queryset instead of single instance
* fix: css positioning changes
* feat: added archive/lock alert labels
* feat: added boolean props in menu-actions/options
* feat: added lock/unlock & archive/unarchive services
* feat: added on update mutations for archived pages in page-view
* feat: added archive/lock on_update mutations in single page vieq
* feat: exported readonly editor for locked pages
* chore: seperated kanban menu props and saved over passing redundant data
* fix: readonly editor not generating markings on first render
* fix: cheveron overflowing from editor-header
* chore: removed unused utility actions
* fix: enabled sidebar view by default
* feat: removed locking on pages in archived state
* feat: added indentation in heading component
* fix: button classnames in vertical dropdowns
* feat: added `last_archived_at` and `last_edited_at` details in editor-header
* feat: changed types for archived updates and document last updates
* feat: updated editor and header props
* feat: updated queryset according to new page query format
* feat: added parameters in page view for shared / private pages
* feat: updated other-page-view to shared page view && same with private pages
* feat: added page-view as shared / private
* fix: replaced deleting to archiving for pages
* feat: handle restoring of page from archived section from list view
* feat: made previledge based option render for pages
* feat: removed layout view for page list view
* feat: linting changes
* fix: adding mobx changes to pages
* fix: removed uneccessary migrations
* fix: mobx store changes
* fix: adding date-fns pacakge
* fix: updating yarn lock
* fix: removing unneccessary method params
* chore: added access specifier to the create/update page modal
* fix: tab view layout changes
* chore: delete endpoint for page
* fix: page actions, including- archive, favorite, access control, delete
* chore: remove archive page modal
* fix: build errors
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-12-07 19:59:35 +05:30
Prateek Shourya and sriram veeraghanta
2a2e504ebb
feat: Instance Admin Panel: Configuration Settings ( #2800 )
...
* feat: Instance Admin Panel: Configuration Settings
* refactor: seprate Google and Github form into independent components.
* feat: add admin auth wrapper and access denied page.
* style: design updates.
2023-12-07 19:59:35 +05:30
sabith-tu and sriram veeraghanta
7978c8277c
style: changing profile screen title ( #2814 )
2023-12-07 19:59:35 +05:30
sriram veeraghanta
28c4703bf4
fix: minor fix ( #2815 )
2023-12-07 19:59:35 +05:30
6512b8205f
chore: onboarding ( #2790 )
...
* style: onboarding light version
* style: dark mode
* fix: onboarding gradient
* refactor: imports
* chore: add use case field in users api
* feat: delete account
* fix: delete modal points alignment
* feat: usecase in profile
* fix: build error
* fix: typos & hardcoded strings
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2023-12-07 19:59:35 +05:30
Prashant Indurkar and sriram veeraghanta
9d5f835bea
Fixed: while creating new Add Labels the field should be auto focus #2437 ( #2438 )
...
* bug:fix recent page hiding last item on scroll #1468
* bug:fix recent page hiding last item on scroll #1468 (#2411 )
* fixed add label autofocuse
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2023-12-07 19:59:35 +05:30
Lakhan Baheti and sriram veeraghanta
3ea926a908
fix: bug fixes & ui improvements. ( #2772 )
...
* fix: create project modal member select
* fix: overflow in workspace activity
* fix: memeber selected state
2023-12-07 19:59:35 +05:30
Bavisetti Narayan and sriram veeraghanta
8e9f9cf6df
chore: ams url name changed ( #2808 )
2023-12-07 19:59:35 +05:30
Nikhil and sriram veeraghanta
97c50b2957
dev: open ai configuration ( #2807 )
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
af8804eb12
refactor: project estimates store ( #2801 )
...
* refactor: remove estimates from project store
* chore: update all the instances of the old store
* chore: update store declaration structure
2023-12-07 19:59:35 +05:30
Nikhil and sriram veeraghanta
d3c85b1336
dev: external apis ( #2806 )
...
* dev: new proxy api setup
* dev: updated endpoints with serializers and structure
* dev: external apis for cycles, modules and inbox
issue
* dev: order by for all the apis
* dev: enable webhooks for external apis
* dev: fields and expand for the apis
* dev: move authentication to proxy middleware
* dev: fix imports
* dev: api serializer updates and paginator
* dev: renamed api to app
* dev: renamed proxy to api
* dev: validation for project, issues, modules and cycles
* dev: remove favourites from project apis
* dev: states api
* dev: rewrite the url endpoints
* dev: exception handling for the apis
* dev: merge updated structure
* dev: remove attachment apis
* dev: issue activities endpoints
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal and sriram veeraghanta
a5ee049692
chore: update exception detected screen action button ( #2805 )
2023-12-07 19:59:35 +05:30
Bavisetti Narayan and sriram veeraghanta
2f75611662
fix: file asset delete ( #2804 )
2023-12-07 19:59:35 +05:30
b210fc8032
fix: newly added cycle doesnt appear unlelss the page is manually reloaded ( #2673 )
...
* fix: newly added cycle doesnt appear unlelss the page is manually reloaded
* Delete \
* Delete web/layouts/profile-layout/profile-sidebar.tsx
* Update cycles.store.ts
* fix: remove duplicate type declaration
---------
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com >
2023-12-07 19:59:35 +05:30
sriram veeraghanta and Ramesh Kumar Chandra
78fee22fec
feat: event tracking using posthog and created application provider to render multiple wrappers ( #2757 )
...
* fix: event tracker changes
* fix: App provider implementation using wrappers
* fix: updating packages
* fix: handling warning
* fix: wrapper fixes and minor optimization changes
* fix: chore app-provider clearnup
* fix: cleanup
* fix: removing jitsu tracking
* fix: minor updates
* fix: adding event to posthog event tracker (#2802 )
* dev: posthog event tracker update intitiate
* fix: adding events for posthog integration
* fix: event payload
---------
Co-authored-by: Ramesh Kumar Chandra <31303617+rameshkumarchandra@users.noreply.github.com >
2023-12-07 19:59:35 +05:30
Dakshesh Jain and sriram veeraghanta
33be52792f
fix: archive issue bugs ( #2712 )
...
* fix: blur on side/modal peek view
* fix: delete archive not working on list layout with group by is none
* fix: show empty group has no effect
* fix: filter/display options same as production
* fix: disabling full-screen peek-overview for archive issues
* fix: truncate in calendar view
2023-12-07 19:59:35 +05:30
Nikhil and sriram veeraghanta
bd5ebc2760
fix: self hosted instance ( #2795 )
...
* dev: update create bucket script
* dev: update patch endpoint for instance configuration
* dev: add google client secret and default values for ADMIN_EMAIL and LICENSE_ENGINE_BASE_URL
2023-12-07 19:59:35 +05:30
2abc5eb68c
fix: delete issues in spreadsheet doesn't work ( #2718 )
...
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com >
2023-12-07 19:59:35 +05:30
Bavisetti Narayan and sriram veeraghanta
ced5bfd930
fix: file structuring ( #2797 )
...
* fix: file structure changes
* fix: pages update
* fix: license imports changed
2023-12-07 19:59:35 +05:30
Nikhil and sriram veeraghanta
728213e3fd
dev: environment settings ( #2794 )
...
* dev: update environment configuration
* dev: update the takeoff script for instance registration
2023-12-07 19:59:35 +05:30
63b6150b9c
fix: Labels delete & reordering ( #2729 )
...
* fix: Labels reordering inconsistency
* fix: Delete child labels
* feat: multi-select while grouping labels
* refactor: label sorting in mobx computed function
* feat: drag & drop label grouping, un-grouping
* chore: removed label select modal
* fix: moving labels from project store to project label store
* fix: typo changes and build tree function added
* labels feature
* disable dropping group into a group
* fix build errors
* fix more issues
* chore: added combining state UI, fixed scroll issue for label groups
* chore: group icon for label groups
* fix: group cannot be dropped in another group
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: rahulramesha <rahulramesham@gmail.com >
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-12-07 19:59:35 +05:30
Bavisetti Narayan and sriram veeraghanta
d933c73343
feat: v3 endpoint for module and cycle ( #2786 )
...
* feat: v3 endpoint for module and cycle
* fix: removed the str
2023-12-07 19:59:35 +05:30
M. Palanikannan and sriram veeraghanta
2cca0b1e76
fix: Task List Behaviour in Editor ( #2789 )
...
* better variable names and comments
* drag drop migrated
* custom horizontal rule created
* init transaction hijack
* fixed code block with better contrast, keyboard tripple enter press disabled and syntax highlighting
* fixed link selector closing on open behaviour
* added better keymaps and syntax highlights
* made drag and drop working for code blocks
* fixed drag drop for code blocks
* moved drag drop only to rich text editor
* fixed drag and drop only for description
* enabled drag handles for peek overview and main issues
* got images to old state
* fixed task lists to be smaller
* removed validate image functions and uncessary imports
* table icons svg attributes fixed
* custom list keymap extension added
* more uncessary imports of validate image removed
* removed console logs
* fixed drag-handle styles
* space styles updated for the editor
* removed showing quotes from blockquotes
* removed validateImage for now
* added better comments and improved redundant renders
* removed uncessary console logs
* created util for creating the drag handle element
* fixed file names
2023-12-07 19:59:35 +05:30
Nikhil and sriram veeraghanta
3d8da99eec
chore: user onboarding workflow ( #2791 )
2023-12-07 19:59:35 +05:30
eb53876af3
feat: Instance Registration and Configuration ( #2793 )
...
* dev: remove default user
* dev: initiate licensing
* dev: remove migration file 0046
* feat: self hosted licensing initialize
* dev: instance licenses
* dev: change license response structure
* dev: add default properties and issue mention migration
* dev: reset migrations
* dev: instance configuration
* dev: instance configuration migration
* dev: update instance configuration model to take null and empty values
* dev: instance configuration variables
* dev: set default values
* dev: update instance configuration load
* dev: email configuration settings moved to database
* dev: instance configuration on instance bootup
* dev: auto instance registration script
* dev: instance admin
* dev: enable instance configuration and instance admin roles
* dev: instance owner fix
* dev: instance configuration values
* dev: fix instance permissions and serializer
* dev: fix email senders
* dev: remove deprecated variables
* dev: fix current site domain registration
* dev: update cors setup and local settings
* dev: migrate instance registration and configuration to manage commands
* dev: check email validity
* dev: update script to use manage command
* dev: default bucket creation script
* dev: instance admin routes and initial set of screens
* dev: admin api to check if the current user is admin
* dev: instance admin unique constraints
* dev: check magic link login
* dev: fix email sending for ssl
* dev: create instance activation route if the instance is not activated during startup
* dev: removed DJANGO_SETTINGS_MODULE from environment files and deleted auto bucket create script
* dev: environment configuration for backend
* dev: fix access token variable error
* feat: Instance Admin Panel: General Settings (#2792 )
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
2023-12-07 19:59:35 +05:30
M. Palanikannan and sriram veeraghanta
34ab188a99
[feat]: Drag and Drop Handles for all Data Structures ( #2745 )
...
* better variable names and comments
* drag drop migrated
* custom horizontal rule created
* init transaction hijack
* fixed code block with better contrast, keyboard tripple enter press disabled and syntax highlighting
* fixed link selector closing on open behaviour
* added better keymaps and syntax highlights
* made drag and drop working for code blocks
* fixed drag drop for code blocks
* moved drag drop only to rich text editor
* fixed drag and drop only for description
* enabled drag handles for peek overview and main issues
* got images to old state
2023-12-07 19:59:35 +05:30
Manish Gupta and sriram veeraghanta
1f61ad141e
dev: Self Hosting with private repo fixes ( #2787 )
...
* fixes to self hosting
* self hosting fixes
* removed .temp
* wip
* wip
* self install private repo
* folder change
* fix
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2023-12-07 19:59:35 +05:30
Manish Gupta and sriram veeraghanta
3a1b64d8f8
Dev/mg selfhosting fix ( #2782 )
...
* fixes to self hosting
* self hosting fixes
* removed .temp
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2023-12-07 19:59:35 +05:30
Bavisetti Narayan and sriram veeraghanta
eb6809c015
fix: pages revamping ( #2760 )
...
* fix: page transaction model
* fix: page transaction model
* fix: migration and optimisation
* fix: back migration of page blocks
* fix: added issue embed
* fix: migration fixes
* fix: resolved changes
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
ca899b2ac7
style: workspace sidebar dropdown improvement ( #2783 )
2023-12-07 19:59:35 +05:30
Nikhil and sriram veeraghanta
eead64ba49
dev: squashed migrations ( #2779 )
...
* dev: migration squash
* dev: migrations squashed for apis and webhooks
* dev: packages updated and move dj-database-url for local settings
* dev: update package changes
2023-12-07 19:59:35 +05:30
870c4403e4
feat: api webhooks ( #2543 )
...
* dev: initiate external apis
* dev: external api
* dev: external public api implementation
* dev: add prefix to all api tokens
* dev: flag to enable disable api token api access
* dev: webhook model create and apis
* dev: webhook settings
* fix: webhook logs
* chore: removed drf spectacular
* dev: remove retry_count and fix api logging for get requests
* dev: refactor webhook logic
* fix: celery retry mechanism
* chore: event and action change
* chore: migrations changes
* dev: proxy setup for apis
* chore: changed retry time and cleanup
* chore: added issue comment and inbox issue api endpoints
* fix: migration files
* fix: added env variables
* fix: removed issue attachment from proxy
* fix: added new migration file
* fix: restricted wehbook access
* chore: changed urls
* chore: fixed porject serializer
* fix: set expire for api token
* fix: retrive endpoint for api token
* feat: Api Token screens & api integration
* dev: webhook endpoint changes
* dev: add fields for webhook updates
* feat: Download Api secret key
* chore: removed BASE API URL
* feat: revoke token access
* dev: migration fixes
* feat: workspace webhooks (#2748 )
* feat: workspace webhook store, services integeration and rendered webhook list and create
* chore: handled webhook update and rengenerate token in workspace webhooks
* feat: regenerate key and delete functionality
---------
Co-authored-by: Ramesh Kumar <rameshkumar@rameshs-MacBook-Pro.local >
Co-authored-by: gurusainath <gurusainath007@gmail.com >
Co-authored-by: Ramesh Kumar Chandra <rameshkumar2299@gmail.com >
* fix: url validation added
* fix: seperated env for webhook and api
* Web hooks refactoring
* add show option for generated hook key
* Api token restructure
* webhook minor fixes
* fix build errors
* chore: improvements in file structring
* dev: rate limiting the open apis
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: LAKHAN BAHETI <lakhanbaheti9@gmail.com >
Co-authored-by: rahulramesha <71900764+rahulramesha@users.noreply.github.com >
Co-authored-by: Ramesh Kumar <rameshkumar@rameshs-MacBook-Pro.local >
Co-authored-by: gurusainath <gurusainath007@gmail.com >
Co-authored-by: Ramesh Kumar Chandra <rameshkumar2299@gmail.com >
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: rahulramesha <rahulramesham@gmail.com >
2023-12-07 19:59:35 +05:30
Nikhil and sriram veeraghanta
20fd57b793
dev: update bucket script to make the bucket public ( #2767 )
...
* dev: update bucket script to make the bucket public
* dev: remove auto bucket script from docker compose
2023-12-07 19:59:35 +05:30
Nikhil and sriram veeraghanta
bdbdacd68c
chore: user workflow ( #2762 )
...
* dev: workspace member deactivation and leave endpoints and filters
* dev: deactivated for project members
* dev: project members leave
* dev: project member check on workspace deactivation
* dev: project member queryset update and remove leave project endpoint
* dev: rename is_deactivated to is_active and user deactivation apis
* dev: check if the user is already part of workspace then make them active
* dev: workspace and project save
* dev: update project members to make them active
* dev: project invitation
* dev: automatic user workspace and project member create when user sign in/up
* dev: fix member invites
* dev: rename deactivation variable
* dev: update project member invitation
* dev: additional permission layer for workspace
* dev: update the url for workspace invitations
* dev: remove invitation urls from users
* dev: cleanup workspace invitation workflow
* dev: workspace and project invitation
2023-12-07 19:59:35 +05:30
sabith-tu and sriram veeraghanta
1f904e88e1
fix: Delete estimate popup is not closing automatically ( #2777 )
2023-12-07 19:59:35 +05:30
Nikhil and sriram veeraghanta
a675cd5755
dev: API settings ( #2594 )
...
* dev: update settings file structure and added extra settings for CORS
* dev: remove WEB_URL variable and add celery integration for sentry
* dev: aws and minio settings
* dev: add cors origins to env
* dev: update settings
2023-12-07 19:59:35 +05:30
ad3e511328
enhancement: label sort order ( #2763 )
...
* chore: label sort ordering
* dev: ordering
* fix: sort order
* fix: save of labels
* dev: remove ordering by name
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2023-12-07 19:59:35 +05:30
Prateek Shourya and sriram veeraghanta
d158fe8193
Fix: Custom menu item not automatically closing, affecting delete popup behavior. ( #2771 )
2023-12-07 19:59:35 +05:30
Ankush Deshmukh and sriram veeraghanta
2d1536e44d
Standarding priority icons across the platform ( #2776 )
2023-12-07 19:59:35 +05:30
Prateek Shourya and sriram veeraghanta
002dc7a5f3
style: text overflow fix and border color update ( #2769 )
...
* style: fix text overflow in:
* Issue activity
* Cycle and Module Select in Create Issue form
* Delete Module modal
* Join Project modal
* style: update assignee select border as per design.
2023-12-07 19:59:35 +05:30
Dakshesh Jain and sriram veeraghanta
e96f059f65
fix: bugs ( #2761 )
...
* fix: semicolon on estimate settings page
* refactor: project settings automations store implementation
* fix: active cycle stuck on infinite loading
* fix: removed delete project option from sidebar
* fix: discloser not opening when navigating to project
* fix: clear filter not working & filter appearing even if nothing is selected
* refactor: select label store implementation
* refactor: select state store implementation
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
964e880fc4
style: create update view modal consistency ( #2775 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
93abff5a4b
chore: no lead option added in lead select dropdown ( #2774 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
4fcc66fd54
chore: spreadsheet layout column responsiveness ( #2768 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
4c09e46de7
chore: create update issue modal improvement ( #2765 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
4e37916616
fix: breadcrumb project icon improvement ( #2764 )
2023-12-07 19:59:35 +05:30
sabith-tu and sriram veeraghanta
48ed439523
style: ui fixes for pages and views ( #2770 )
2023-12-07 19:59:35 +05:30
Nikhil and sriram veeraghanta
794bfd6e3b
dev: create bucket through application ( #2720 )
2023-12-07 19:59:35 +05:30
Prateek Shourya and sriram veeraghanta
16292de8d3
style: ui improvements and bug fixes ( #2758 )
...
* style: add transition to favorite projects dropdown.
* style: update project integration settings borders.
* style: fix text overflow issue in project views.
* fix: issue with non-functional cancel button in leave project modal.
2023-12-07 19:59:35 +05:30
Dakshesh Jain and sriram veeraghanta
21988e8528
fix: workspace settings bugs ( #2743 )
...
* fix: double layout in exports
* fix: typo in jira email address section
* fix: workspace members not mutating
* fix: removed un-used variable
* fix: workspace members can't be filtered using email
* fix: autocomplete in workspace delete
* fix: autocomplete in project delete modal
* fix: update member function in store
* fix: sidebar link not active when in github/jira
* style: margin top & icon inconsistency
* fix: typo in create workspace
* fix: workspace leave flow
* fix: redirection to delete issue
* fix: autocomplete off in jira api token
* refactor: reduced api call, added optional chaining & removed variable with low scope
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
4d35c931cd
fix: peek overview comment ordering and comment icon alignment fix ( #2753 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
5cbec23d5e
fix: cycle card title responsiveness added ( #2752 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia and sriram veeraghanta
942323f81c
fix: app sidebar dropdown fix ( #2751 )
2023-12-07 19:59:35 +05:30
sriram veeraghanta and GitHub
ee2ad400ba
Merge pull request #2754 from makeplane/develop
...
sync: develop to release
2023-11-10 19:06:22 +05:30
Anmol Singh Bhatia and GitHub
00e61a8753
fix: peek overview comment ordering and comment icon alignment fix ( #2753 )
2023-11-10 18:45:41 +05:30
Anmol Singh Bhatia and GitHub
733fed76cc
fix: cycle card title responsiveness added ( #2752 )
2023-11-10 18:43:48 +05:30
Anmol Singh Bhatia and GitHub
e78dd4b1c0
fix: app sidebar dropdown fix ( #2751 )
2023-11-10 18:43:16 +05:30
Anmol Singh Bhatia and GitHub
d479781fce
style: header consistency ( #2750 )
2023-11-10 18:30:43 +05:30
Bavisetti Narayan and GitHub
c449b46bf4
fix: added external folder in urls ( #2749 )
2023-11-10 16:00:55 +05:30
Prateek Shourya and GitHub
fd6430c3e3
style: Update modal appearance for UI consistency ( #2747 )
2023-11-10 15:48:34 +05:30
Ramesh Kumar Chandra and GitHub
6f580ce2d9
fix: project settings layout render in export ( #2746 )
2023-11-10 13:07:18 +05:30
Ankush Deshmukh and GitHub
2748133bd0
Fix: Show Priority icon in custom analytics table. ( #2744 )
2023-11-10 13:06:23 +05:30
Aaryan Khandelwal and GitHub
884b219508
refactor: cycles store ( #2716 )
...
* refactor: cycles store
* refactor: active cycle details
2023-11-09 18:37:45 +05:30
Anmol Singh Bhatia and GitHub
162faf8339
fix: date select tooltip fix ( #2740 )
2023-11-09 18:29:45 +05:30
Anmol Singh Bhatia and GitHub
c291ff05ee
fix: fliter list item clear button alignment fix ( #2741 )
2023-11-09 18:27:19 +05:30
Nikhil and GitHub
446981422e
feat: issues v2 endpoint ( #2713 )
...
* feat: issue v2 listing endpoint
* dev: issues v3 endpoint
* dev: add permission in the grouped endpoint
* dev: update grouped endpoint
2023-11-09 18:24:26 +05:30
Bavisetti Narayan and GitHub
630e21b954
fix: favourite cycle and modules displayed at top ( #2719 )
2023-11-09 18:22:38 +05:30
894ffb6c21
fix: mention notification ( #2670 )
...
* fix: mention notification
* feat: updated mentions for comments in the notification background task
* feat: added subscription for issue_comment_mentions as well
* fix: removed the print statement
* fix: double notification popup for mentioned assignees
* fix: added issue subscriber
* fix: removed creator for subscribed
* fix: creator will not be subscribed to issue
* fix: double notification removed
---------
Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com >
2023-11-09 18:22:13 +05:30
Nikhil and GitHub
515dba02d3
chore: configuration add tracker variables ( #2709 )
...
* chore: configuration add tracker variables
* dev: unsplash configuration
2023-11-09 18:20:03 +05:30
Dakshesh Jain and GitHub
34bccd7e06
refactor: gantt sidebar ( #2705 )
...
* refactor: gantt sidebar
* fix: exception error
fix: file placement
* refactor: not passing sidebar block as props
2023-11-09 17:57:41 +05:30
sriram veeraghanta and GitHub
79df59f618
fix: spliting out the project members from project store and service ( #2739 )
2023-11-09 17:56:55 +05:30
Prateek Shourya and GitHub
7676aab773
fix: UI improvements. ( #2734 )
...
* style: update check icon colors to match our design.
* fix: automatically focus input box in pages `add label` modal.
2023-11-09 17:37:45 +05:30
Prateek Shourya and GitHub
8832d8e00e
style: sidebar UI improvements ( #2735 )
...
* updated font weight and color as per designs.
* removed background color from workspace with logo.
* updated dropdown design.
2023-11-09 17:01:48 +05:30
d733a53ea6
fix: Add horizontal scroll bar to views ( #2736 )
...
* add errors for duplicate labels
* adding horizonatal scroll bar to views
---------
Co-authored-by: rahulramesha <rahul@appsmith.com >
2023-11-09 15:12:00 +05:30
Lakhan Baheti and GitHub
96862e06ef
fix: cystom analytics bar graph index alignment ( #2737 )
2023-11-09 14:36:22 +05:30
sriram veeraghanta and GitHub
a6567bbce4
fix: workspace members store added and implemented across the app ( #2732 )
...
* fix: minor changes
* fix: workspace members store added and implemnted across the app
2023-11-09 00:35:12 +05:30
Nikhil and GitHub
556b2d2617
feat: state list endpoint ( #2717 )
...
* feat: state list endpoint
* dev: update states endpoint
* dev: mark default state endpoint
2023-11-08 22:38:53 +05:30
Lakhan Baheti and GitHub
10037222b6
fix: Tooltip content on assignee hover in all layouts ( #2724 )
...
* fix: Tooltip content on assignee hover in all layouts
* chore: comments added
2023-11-08 22:35:30 +05:30
sabith-tu and GitHub
931f9d288a
fix: toast alert inconsistency ( #2730 )
2023-11-08 20:37:47 +05:30
sriram veeraghanta and GitHub
20fb79567f
fix: project states fixes ( #2731 )
...
* fix: project states fixes
* fix: states fixes
* fix: formating all files
2023-11-08 20:31:46 +05:30
Ramesh Kumar Chandra and GitHub
bd1a850f35
style: kanban card label overflow ( #2722 )
...
* chore: kanban card lable drop down items overflow
* style: kaban card label text overflow, tool tip, hover cursor
* style: label overflow in list layout
2023-11-08 18:12:36 +05:30
206f5744a3
[fix]: Error Handling for Images and Table Fix for Form Submissions in Editor ( #2710 )
...
* cancellable uploads and image limits with better error handling
* fixed table row/column picker behaviour on modals
* Merge branch 'rerender-debounce-editor-fix' into editor-draggable-nodes
* fix: added mention suggestions and highlights in `create-issue-modal`
* removed uncessary files
* solved lint error of trailing spaces
* added plane/ui dependency for tooltips
---------
Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com >
2023-11-08 18:00:53 +05:30
sabith-tu and GitHub
faaba45e59
fix: all issues values not changeable and assignee image not rendering ( #2707 )
...
* fix: all issues values are not changeable and assignee image not rendering
* chore: removed console log
2023-11-08 17:56:09 +05:30
sabith-tu and GitHub
f8002852e0
fix: issue property height and peek view date picker border radius ( #2726 )
2023-11-08 17:55:28 +05:30
Lakhan Baheti and GitHub
2d71377722
fix: added empty project state when no project exists. ( #2727 )
...
* fix: added empty project state when no project exists
* fix: duplicate import
2023-11-08 17:54:59 +05:30
Lakhan Baheti and GitHub
6ebee05951
fix: unwanted go back button in onboarding step 2 ( #2714 )
2023-11-08 17:53:06 +05:30
Lakhan Baheti and GitHub
5a3bac998e
fix: bug fixes and ui improvements ( #2703 )
...
* fix: gantt chart duration in decimal
* fix: Loading text instead Spinner in peek view
* fix: cycle more popover typo & icon overlapping
* fix: list layout properties alignment
* fix: project search empty state
* fix: calendar layout issue text overflow & redirection inconsistency
* style: urgent priority hover background color
* fix: Cycle issues kanban layout empty state missing
* style: custom snooze modal placeholder text color
* refactor: replaced unwanted anchor tag with div
* chore: removed empty state for cycle kanban layout
2023-11-08 17:52:34 +05:30
Anmol Singh Bhatia and GitHub
4096136b44
style: ui consistency and improvement ( #2725 )
...
* style: create/update issue modal properties ui improvement
* style: create update issue modal improvement
* style: modal ui consistency
2023-11-08 17:51:32 +05:30
Aaryan Khandelwal and GitHub
83e0c4ebbd
chore: remove active ids from the MobX stores if not present in the route ( #2681 )
...
* chore: remove active ids if not present in the route
* refactor: set active id logic
2023-11-08 17:35:45 +05:30
Aaryan Khandelwal and GitHub
df8bdfd5b9
fix: project automation settings flickering ( #2680 )
...
* fix: cycle and module sidebar z-index
* fix: project automation settings flickering
2023-11-08 17:34:42 +05:30
Ankush Deshmukh and GitHub
da799b5a63
Fix: Render bar chart axis labels in lighter color when dark theme applied ( #2721 )
2023-11-08 17:34:09 +05:30
Dakshesh Jain and GitHub
621d551c4a
fix: project select validation ( #2723 )
2023-11-08 17:33:26 +05:30
Aaryan Khandelwal and GitHub
5a84ed279d
refactor: replace keyboard events with command palette store ( #2688 )
2023-11-08 13:51:55 +05:30
Dakshesh Jain and GitHub
53e7da08e4
fix: quick add not working for labels & assignee ( #2689 )
...
* fix: quick add not working for labels & assignee
* fix: build error on spreadsheet view
2023-11-08 12:28:02 +05:30
Anmol Singh Bhatia and GitHub
9f206331bc
style: spinner component improvement ( #2708 )
2023-11-07 18:35:05 +05:30
b56d188a83
add errors for duplicate labels ( #2706 )
...
Co-authored-by: rahulramesha <rahul@appsmith.com >
2023-11-07 18:22:52 +05:30
Bavisetti Narayan and GitHub
8d3853b129
fix: issue draft delete functionality ( #2696 )
2023-11-07 18:19:32 +05:30
Bavisetti Narayan and GitHub
30d6235108
fix: add issues to cycles and modules ( #2659 )
...
* fix: able to add issue in cycle and module
* fix: issue activity message
2023-11-07 18:18:51 +05:30
Prateek Shourya and GitHub
6e461dd8c3
style: update user profile button alignment. ( #2695 )
2023-11-07 18:17:44 +05:30
Nikhil and GitHub
86379c51b7
dev: worker count ( #2573 )
...
* dev: workers count
* dev: update the worker count variable to GUNICORN_WORKERS
2023-11-07 18:05:38 +05:30
Manish Gupta and GitHub
f7cc2eca36
dev: Modified the branch-build action yaml ( #2704 )
...
* cherrypicked code
* removed PUSH event
2023-11-07 17:41:26 +05:30
Prateek Shourya and GitHub
63d1ad286b
style: update font weight in project general setting section. ( #2697 )
2023-11-07 17:39:12 +05:30
Manish Gupta and GitHub
1412c1c94a
dev: modified the branch wise build ( #2702 )
...
* cherrypicked branch build code
* trigger on pull request
* branch filter
* checking branch filter
* checking push
* checking push again
* code cleanup before PR
2023-11-07 17:23:32 +05:30
26de35bd8d
fix: environment config changes in the API are replicated in web and space app ( #2699 )
...
* fix: envconfig type changes
* chore: configuration variables (#2692 )
* chore: update avatar group logic (#2672 )
* chore: configuration variables
---------
* fix: replacing slack client id with env config
---------
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com >
2023-11-07 17:17:10 +05:30
Aaryan Khandelwal and GitHub
1986c0dfd4
fix: state icon ( #2678 )
2023-11-07 16:15:34 +05:30
Anmol Singh Bhatia and GitHub
25f3a5b2e4
chore: peek overview improvement and bug fixes ( #2683 )
...
* style: issue peek overview improvement
* style: peek overview improvement
* fix: subscribe issue from peek overview fix and validation added
* fix: build error
2023-11-07 15:58:42 +05:30
Anmol Singh Bhatia and GitHub
f30b16e9d8
chore: user profile issue improvement ( #2679 )
...
* fix: user profile filters z-index
* chore: user profile issue state group heading fix
* fix: build error
2023-11-07 15:58:19 +05:30
Anmol Singh Bhatia and GitHub
93d03f82b4
chore: spreadsheet layout improvement ( #2677 )
...
* style: spreadsheet column width fix
* style: spreadsheet label column styling
* chore: spreadsheet layout issue properties improvement
* fix: build error
2023-11-07 15:58:00 +05:30
Anmol Singh Bhatia and GitHub
98974fdc50
fix: cycle and module bug fixes and improvement ( #2691 )
...
* fix: cycle and module card issue count fix
* fix: cycle and module list progress icon fix
* fix: module card progress fix
* style: cycle & module empty date label updated
* fix: build error
2023-11-07 15:14:47 +05:30
sriram veeraghanta and GitHub
040563d148
fix: replacing jira importer image ( #2685 )
2023-11-07 14:35:04 +05:30
Nikhil and GitHub
4de64f112f
fix: slack project integration ( #2684 )
2023-11-07 14:34:30 +05:30
Ramesh Kumar Chandra and GitHub
0afb900678
fix: kanban card state name and drop down items text overflow ( #2686 )
2023-11-07 14:31:29 +05:30
Prateek Shourya and GitHub
baf17a109b
style: update project description as per design. ( #2682 )
2023-11-07 13:13:14 +05:30
Prateek Shourya and GitHub
37bf465fcd
style: update border across workspace and project settings. ( #2669 )
...
* style: update border across workspace and project settings.
* update border width
2023-11-07 13:12:05 +05:30
Anmol Singh Bhatia and GitHub
d8c96536f0
fix: bug fixes and ui improvement ( #2674 )
...
* chore: peekoverview edit permission updated
* chore: tab index added in create project modal
* chore: project card improvement
* style: avatar component improvement
* chore: create issue modal improvement
* style: global style sidebar border variable name fix
2023-11-06 21:08:01 +05:30
b372ccfdb3
fix: slack integration workflow ( #2675 )
...
* fix: slack integration workflow
* dev: add slack client id as configuration
* fix: clean up
* fix: added env to turbo
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2023-11-06 21:00:49 +05:30
guru_sainath and GitHub
984b36f45a
fix: In kanban issues can be shifted between the column in order_by ( #2676 )
2023-11-06 21:00:36 +05:30
Aaryan Khandelwal and GitHub
46f307fed5
chore: update avatar group logic ( #2672 )
2023-11-06 20:43:54 +05:30
Aaryan Khandelwal and GitHub
1dce72cb3c
style: updated layouts UI in the space app ( #2671 )
...
* style: updated layouts UI in space
* fix: build error
2023-11-06 20:43:34 +05:30
Aaryan Khandelwal and GitHub
a6dea3af23
fix: render the estimate select if estimate is enabled for the project ( #2663 )
2023-11-06 20:43:10 +05:30
Henit Chobisa and GitHub
6eb0bf4785
Fix/mentions spaces fix ( #2667 )
...
* feat: add mentions store to the space project
* fix: added mentions highlights in read only comment cards
* feat: added mention highlights in richtexteditor in space app
2023-11-06 20:42:24 +05:30
13389d1b2b
dev: On Demand Code Build for any branch ( #2668 )
...
* wip
* wip
* testing
* wip
* wip
* wip
* wip
* image push fix
* wip
* wip
* dynamic branch name and tag
* workflow_dispatch modified
* job splitting
* file sharing
* wip
* checking
* wip
* wip
* wip
* wip
* build fixes
* code upload download fixes
* image name change
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2023-11-06 19:05:20 +05:30
Aaryan Khandelwal and GitHub
742143766f
fix: existing issues modal for cycle and module ( #2664 )
...
* fix: existing issues modal for cycle and module
* refactor: existing issues modal code
* fix: build errors
2023-11-06 16:30:09 +05:30
sriram veeraghanta and GitHub
1ed72c51df
fix: package version fixes and mentions build error fixes ( #2665 )
2023-11-06 16:28:15 +05:30
Aaryan Khandelwal and GitHub
a03e0c788f
fix: notifications option in the sidebar menu not collapsing ( #2662 )
2023-11-06 14:53:26 +05:30
guru_sainath and GitHub
0c8a867565
fix: handled drag and drop issue, gantt hover issue for issue peek overview ( #2660 )
2023-11-06 13:52:33 +05:30
Aaryan Khandelwal and GitHub
3a07bb6060
refactor: removed unused packages ( #2658 )
2023-11-06 13:17:02 +05:30
Aaryan Khandelwal and GitHub
bf48d93a25
fix: product tour modal bugs ( #2657 )
...
* fix: product tour
* style: product tour navigation buttons
* refactor: step logic
2023-11-06 13:06:00 +05:30
14ac885e55
[feat]: Extended Tables Support ( #2596 )
...
* migrated table to new project structure
* fixed range errors while deleting table nodes with no nodes below and removed console logs
* fixed css for rendering table menu
* removed old table menu
* added support for read only editors as well
* text-black removed
* added design colors
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2023-11-05 18:54:00 +05:30
Henit Chobisa and GitHub
f0335751b3
fix: mentions enter error ( #2646 )
...
* fix: fixed readonly lite text editor not rendering highlights
* fix: removed enter extension in lite text editor
2023-11-04 01:57:57 +05:30
Anmol Singh Bhatia and GitHub
52395d0563
chore : dropdown loading state added and project card avatar fix ( #2643 )
...
* chore: project card avatar rendering fix
* chore: state, assignee and label dropdown loading state added
2023-11-04 01:56:23 +05:30
Dakshesh Jain and GitHub
ad558833af
refactor: archive issue ( #2628 )
...
* dev: archived issue store
* dev: archived issue layouts and store binding
* dev: archived issue detail store
* dev: is read only
* fix: archived issue delete
* fix: build error
2023-11-03 20:20:05 +05:30
sriram veeraghanta and GitHub
ff258c60fd
fix: open changelog in new tab ( #2645 )
2023-11-03 19:49:02 +05:30
Bavisetti Narayan and GitHub
db2a1b8033
fix: custom analytics graph display issue ( #2637 )
...
* chore: fixed custom analytics
* chore: typo changes
2023-11-03 19:23:35 +05:30
Dakshesh Jain and GitHub
91878fb3dd
fix: notification read and snooze bugs ( #2639 )
...
* fix: marking notification as read doesn't remove it from un-read list
* refactor: arranged imports
* fix: past snooze notifications coming in snooze tab
2023-11-03 19:21:35 +05:30
Lakhan Baheti and GitHub
c233e6e3b6
style: custom analytics bar graph label overlapping ( #2636 )
...
* style: custom analytics bar graph label overlapping
fix: Bar graph avatar image rendering & tooltip
* fix: import
2023-11-03 19:18:24 +05:30
0d2c399555
style: quick add issue UI improvements in all the layouts ( #2615 )
...
* style: quick add issue UI improvements in all the layouts
* style: ui improvements
* style: quick add icon size
* chore: static sizes to tailwind classes
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-11-03 19:17:50 +05:30
Aaryan Khandelwal and GitHub
79cad16aba
chore: update all layout selections ( #2641 )
2023-11-03 19:17:13 +05:30
Aaryan Khandelwal and GitHub
41e9d5d7e3
chore: added missing columns to the spreadsheet layout ( #2640 )
2023-11-03 19:15:09 +05:30
Aaryan Khandelwal and GitHub
992cf79031
chore: peek overview authorization ( #2632 )
...
* chore: peek overview authorization
* chore: comment access specifier validation
2023-11-03 19:13:10 +05:30
Aaryan Khandelwal and GitHub
d48f13416f
Update readme content ( #2635 )
2023-11-03 19:12:46 +05:30
Aaryan Khandelwal and GitHub
cf19afa707
fix: string helper function ( #2633 )
2023-11-03 19:11:28 +05:30
sriram veeraghanta and GitHub
cc26f604aa
fix: next image fixes for selfhosted instances ( #2642 )
2023-11-03 19:09:40 +05:30
Anmol Singh Bhatia and GitHub
8919b724c5
chore: breadcrumbs ui revamp and refactor ( #2634 )
2023-11-03 18:01:49 +05:30
Anmol Singh Bhatia and GitHub
7eeac188d7
chore: peek overview improvement and bug fixes ( #2627 )
...
* chore: peekoverview issue properties text size fix
* chore: peekoverview icon updated and active view indicator added
* chore: peekoverview and issue sidebar improvement
2023-11-03 18:01:34 +05:30
Anmol Singh Bhatia and GitHub
f639e467f8
refactor: replace ui components with plane ui components ( #2626 )
...
* refactor: replace button component with plane ui component and remove old button component
* refactor: replace dropdown component with plane ui component
* refactor: replace tooltip, input, textarea, spinner and loader component with plane ui component
* refactor: plane ui code refactor
2023-11-03 17:21:38 +05:30
Anmol Singh Bhatia and GitHub
737fea28c6
chore: refactor and improve project member settings ( #2625 )
...
* fix: project member setting improvement and refactor
* fix: typo fix in automations setting
2023-11-03 17:20:49 +05:30
4c1aee0cfc
fix: resolve z-index and peek overview component bug ( #2624 )
...
* fix: resolved z-index issue on peek overview component
* fix: fix issue with peekover view in spreadsheet view
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
2023-11-03 17:20:14 +05:30
guru_sainath and GitHub
1352c200dd
fix: Project Rendering Error in Kanban Layout and Layout Rendering Fixes in Subscribed Profile Issues ( #2629 )
...
* fix: rendering projects error in kanabn layout in profile issues and resolved multiplr layout rendering in subscribed profile issues
* fix: implemented spinner loader in profile issues and remove logs in kanban layout
2023-11-03 13:17:52 +05:30
Aaryan Khandelwal and GitHub
dd2ba2ec6f
fix: slug field not working ( #2622 )
2023-11-03 13:17:01 +05:30
Aaryan Khandelwal and GitHub
c66d76df26
chore: set sub group by to null if group by and sub group by are same ( #2621 )
2023-11-03 13:15:50 +05:30
Bavisetti Narayan and GitHub
7a11161cd0
dev: migrations for 0.14 ( #2630 )
...
* chore: migration files
* dev: deleted the old migration
2023-11-03 13:00:37 +05:30
260974b0de
fix: user authentication on the index page ( #2619 )
...
* fix: user authentication on the index page
* fix: login redirection cleanup
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2023-11-03 12:42:43 +05:30
sriram veeraghanta and GitHub
5efc6993cd
fix: Update analytics page layout fixes ( #2623 )
2023-11-03 00:09:13 +05:30
sriram veeraghanta and GitHub
3c884fd46e
fix: implementing layouts using _app.tsx get layout method. ( #2620 )
...
* fix: implementing layouts in all pages
* fix: layout fixes, implemting using standard nextjs parctice
2023-11-02 23:57:44 +05:30
Anmol Singh Bhatia and GitHub
a582021f2c
fix: active cycle fix ( #2618 )
2023-11-02 22:17:10 +05:30
Bavisetti Narayan and GitHub
caca2bb548
chore: bug fixes ( #2609 )
...
* chore: sub issue activity task
* fix: mentions and issue comment
* chore: added string for issue
* chore: changed sub issue id
2023-11-02 19:32:44 +05:30
da391064aa
[FIX] Minor bug fixes in MentionList and MentionNode UI ( #2600 )
...
* fix: removed text color in peek view
* fix: fixed list view UI bugs and node view colors
* feat: update imports in suggestions for mentionSuggestion type
* fix: updated mention list css
* fix: updated mention node UI according to the design provided
* style: update the mentions dropdown UI
* style: mentioned users UI in the editor
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-11-02 19:31:25 +05:30
Aaryan Khandelwal and GitHub
a9b72fa1d2
chore: implemented MobX in the onboarding screens ( #2617 )
...
* fix: wrap the onboarding route with the UserWrapper
* chore: implement mobx in the onboarding screens
2023-11-02 19:27:25 +05:30
Anmol Singh Bhatia and GitHub
b0397dfd74
fix: module sidebar status select ( #2614 )
2023-11-02 18:48:57 +05:30
02d4d32f7a
chore: Improved Handling of Empty Properties for Labels and Assignees ( #2616 )
...
* fix: show empty group
* chore: handled None values for lables and assignees in list and kanban layouts
---------
Co-authored-by: dakshesh14 <dakshesh.jain14@gmail.com >
2023-11-02 18:44:02 +05:30
Anmol Singh Bhatia and GitHub
43e42f1896
fix: project view item edit action fix ( #2612 )
2023-11-02 17:12:04 +05:30
Aaryan Khandelwal and GitHub
d5fd69354e
chore: removed unused hooks and components ( #2611 )
...
* chore: remove unused hooks
* chore: removed useProjectMembers hook
* chore: removed issue hooks
* fix: build errors
2023-11-02 17:11:33 +05:30
Aaryan Khandelwal and GitHub
c987c6f308
fix: calendar layout not being rendered ( #2610 )
2023-11-02 17:08:48 +05:30
Anmol Singh Bhatia and GitHub
56e4152756
fix: select label dropdown fix for list view ( #2608 )
2023-11-02 16:28:07 +05:30
Aaryan Khandelwal and GitHub
7b5ed252ef
chore: updated the contact email ( #2605 )
...
Updated the contact email to squawk@plane.so
2023-11-02 16:27:23 +05:30
Aaryan Khandelwal and GitHub
c394a4f64e
style: lite text editor editor toolbar ( #2601 )
...
* style: comment editor toolbar
* style: updated icon styling
2023-11-02 16:26:57 +05:30
Dakshesh Jain and GitHub
5b808571e5
fix: exception error ( #2606 )
...
* fix: exception error
* fix: invitation type
2023-11-02 16:26:16 +05:30
Dakshesh Jain and GitHub
2cda47dc8a
refactor: user profile store setup and bug fixes ( #2586 )
...
* fix: autorun not working when filters are changed
* fix: filter/display on overview page
* refactor: store implementation & loader in 'created' & 'subscribed' page
2023-11-02 16:25:44 +05:30
Anmol Singh Bhatia and GitHub
7f3dbe298c
fix: bug fixes ( #2607 )
...
* fix: module card issue count fix
* fix: project kanban view add issue bug fix
* fix: draft issue modal button alignment fix
2023-11-02 16:03:03 +05:30
Anmol Singh Bhatia and GitHub
0072160891
fix: peekoverview ( #2603 )
...
* fix: peekoverview mutation fix
* fix: peekoverview mutation fix
* fix: sub-issue peekoverview
2023-11-02 16:02:34 +05:30
Anmol Singh Bhatia and GitHub
4512651f8b
fix: spreadsheet view properties fix ( #2599 )
2023-11-02 16:01:49 +05:30
guru_sainath and GitHub
f6b95b8d31
fix: Issue properties dropdown overflow issue for date and labels ( #2604 )
2023-11-02 15:59:43 +05:30
Anmol Singh Bhatia and GitHub
325fb4a377
chore: fixes and improvement ( #2595 )
...
* fix: project card fix
* chore: bug fixes and ui improvement
2023-11-02 14:01:56 +05:30
guru_sainath and GitHub
ba7b7d6f8b
chore: implemented module and cycle select dropdown in issue create modal ( #2602 )
2023-11-02 13:55:45 +05:30
Nikhil and GitHub
7249f84e18
dev: code improvements and minor performance upgrades ( #2201 )
...
* dev: remove len for empty comparison
* dev: using in instead of multiple ors
* dev: assign expression to empty variables
* dev: use f-string
* dev: remove list comprehension and use generators
* dev: remove assert from paginator
* dev: use is for identity comparison with singleton
* dev: remove unnecessary else statements
* dev: fix does not exists error for both project and workspace
* dev: remove reimports
* dev: iterate a dictionary
* dev: remove unused commented code
* dev: remove redefinition
* dev: remove unused imports
* dev: remove unused imports
* dev: remove unnecessary f strings
* dev: remove unused variables
* dev: use literal structure to create the data structure
* dev: add empty lines at the end of the file
* dev: remove user middleware
* dev: remove unnecessary default None
2023-11-01 20:35:06 +05:30
d63e7cf254
chore: filters view more and less buttons ( #2583 )
...
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2023-11-01 20:34:02 +05:30
Aaryan Khandelwal and GitHub
36152ea2fa
chore: loading state for all layouts ( #2588 )
...
* chore: add loading states to layouts
* chore: don't show count for 0 inbox issues
2023-11-01 20:24:57 +05:30
Lakhan Baheti and GitHub
1a46c6c399
feat: search project & workspace members ( #2590 )
...
* feat: search project & workspace members
* chore: formatting
2023-11-01 20:23:21 +05:30
Bavisetti Narayan and GitHub
4f09a89f5e
chore: unarchived issue and date format changes ( #2598 )
...
* chore: unarchived issue message corrected
* chore: passing the date in archived at
2023-11-01 20:11:40 +05:30
sriram veeraghanta and GitHub
8c620c4f96
fix: store level fixes ( #2597 )
2023-11-01 19:22:10 +05:30
Anmol Singh Bhatia and GitHub
d46eb9c59a
chore: add issue option added in header group ( #2592 )
...
* chore: add issue option added in list view group header
* chore: add issue option added in kanban view group header
2023-11-01 19:10:29 +05:30
Bavisetti Narayan and GitHub
e9321a66e7
chore: added validation for archived issue ( #2593 )
...
* chore: added validation for archived issue
* fix: optimised code
2023-11-01 17:20:55 +05:30
sriram veeraghanta and GitHub
0121a4ab51
[FED-594] fix: user change theme interface bug fixes ( #2587 )
...
* fix: user change theme interface bugfixes
* fix: handling error case
2023-11-01 17:11:29 +05:30
Anmol Singh Bhatia and GitHub
548e95c7e0
fix: bug fixes ( #2581 )
...
* fix: module sidebar fix for kanban layout
* chore: cycle & module sidebar improvement
* chore: join project content updated
* chore: project empty state header fix
* chore: create project modal dropdown consistency
* chore: list view group header overlapping issue fix
* chore: popover code refactor
* chore: module sidebar fix for cycle kanban view
* chore: add existing issue option added in module empty state
* chore: add existing issue option added in cycle empty state
2023-11-01 17:11:07 +05:30
Aaryan Khandelwal and GitHub
13ead7c314
fix: project wrapper ( #2589 )
...
* fix: project wrapper
* fix: project wrapper for unjoined project
* chore: update store structure
2023-11-01 17:10:10 +05:30
sriram veeraghanta and GitHub
4fcc4b4a01
fix: build fixes ( #2591 )
2023-11-01 16:56:44 +05:30
d511799f31
[FEATURE] Enabled User @mentions and @mention-filters in core editor package ( #2544 )
...
* feat: created custom mention component
* feat: added mention suggestions and suggestion highlights
* feat: created mention suggestion list for displaying mention suggestions
* feat: created custom mention text component, for handling click event
* feat: exposed mention component
* feat: integrated and exposed `mentions` componenet with `editor-core`
* feat: integrated mentions extension with the core editor package
* feat: exposed suggestion types from mentions
* feat: added `mention-suggestion` parameters in `r-t-e` and `l-t-e`
* feat: added `IssueMention` model in apiserver models
* chore: updated activities background job and added bs4 in requirements
* feat: added mention removal logic in issue_activity
* chore: exposed mention types from `r-t-e` and `l-t-e`
* feat: integrated mentions in side peek view description form
* feat: added mentions in issue modal form
* feat: created custom react-hook for editor suggestions
* feat: integrated mention suggestions block in RichTextEditor
* feat: added `mentions` integration in `lite-text-editor` instances
* fix: tailwind loading nodemodules from packages
* feat: added styles for the mention suggestion list
* fix: update module import to resolve build failure
* feat: added mentions as an issue filter
* feat: added UI Changes to Implement `mention` filters
* feat: added `mentions` as a filter option in the header
* feat: added mentions in the filter list options
* feat: added mentions in default display filter options
* feat: added filters in applied and issue params in store
* feat: modified types for adding mentions as a filter option
* feat: modified `notification-card` to display message when it exists in object
* feat: rewrote user mention management upon the changes made in develop
* chore: merged debounce PR with the current PR for tracing changes
* fix: mentions_filters updated with the new setup
* feat: updated requirements for bs4
* feat: modified `mentions-filter` to remove many to many dependency
* feat: implemented list manipulation instead of for loop
* feat: added readonly functionality in `read-only` editor core
* feat: added UI Changes for read-only mode
* feat: added mentions store in web Root Store
* chore: renamed `use-editor-suggestions` hook
* feat: UI Improvements for conditional highlights w.r.t readonly in mentionNode
* fix: removed mentions from `filter_set` parameters
* fix: minor merge fixes
* fix: package lock updates
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2023-11-01 16:36:37 +05:30
Aaryan Khandelwal and GitHub
490e032ac6
style: new avatar and avatar group components ( #2584 )
...
* style: new avatar components
* chore: bug fixes
* chore: add pixel to size
* chore: add comments to helper functions
* fix: build errors
2023-11-01 15:24:11 +05:30
Bavisetti Narayan and GitHub
1a24f9ec25
chore: removed start date and target date filter ( #2582 )
2023-11-01 14:34:03 +05:30
Bavisetti Narayan and GitHub
2cb94b4105
chore: added permission for importer ( #2577 )
2023-11-01 14:32:33 +05:30
Bavisetti Narayan and GitHub
ecde7edf09
fix: removed numbers from magic code ( #2570 )
2023-11-01 14:31:42 +05:30
Bavisetti Narayan and GitHub
02f4916e49
chore: workspace members and project members endpoint ( #2560 )
...
* fix: removed members endpoint
* fix: changed project permisson class for project member
* fix: permission changed in workspace and project
* fix: added project filter in members
2023-11-01 14:30:45 +05:30
1be82814fc
style: issue peek overview ui improvement ( #2574 )
...
* style: issue peek overview ui improvement
* chore: implemented issue subscription in peek overview
* chore: issue properties dropdown refactor
* fix: build error
* chore: label select refactor
* chore: issue peekoverview revamp and refactor
* chore: issue peekoverview properties added and code refactor
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
2023-11-01 14:22:29 +05:30
sriram veeraghanta and GitHub
10e35d9a06
chore: delete unused files ( #2585 )
2023-11-01 13:45:04 +05:30
Dakshesh Jain and GitHub
2d64caef90
refactor: project settings ( #2575 )
...
* refactor: project setting estimate
* refactor: project setting label
* refactor: project setting state
* refactor: project setting integration
* refactor: project settings member
* fix: estimate not updating
* fix: estimate not in observable
* fix: build error
2023-11-01 13:42:51 +05:30
80e6d7e1ea
refactor: remove true from boolean attribute ( #2579 )
...
When using a boolean attribute in JSX, you can set the attribute value to true or omit the value. This helps to keep consistency in code.
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
2023-11-01 12:30:21 +05:30
sriram veeraghanta and GitHub
b7d5a42d45
fix: added deepsource config file ( #2578 )
2023-10-31 19:52:13 +05:30
sriram veeraghanta and GitHub
2b1e1557ca
fix: upgrading to turbo new version ( #2576 )
2023-10-31 19:27:56 +05:30
Aaryan Khandelwal and GitHub
705b33377c
fix: members list endpoint authorization ( #2571 )
...
* fix: members list endpoint authorization
* chore: update user types
2023-10-31 13:11:13 +05:30
Nikhil and GitHub
49fd4427c8
chore: user settings endpoint ( #2557 )
...
* chore: user settings endpoint
* dev: fix the user settings
2023-10-31 13:08:13 +05:30
Bavisetti Narayan and GitHub
bdbb64f385
fix: changed assignees and labels in pages and modules ( #2553 )
2023-10-31 13:06:57 +05:30
Aaryan Khandelwal and GitHub
98716859d5
chore: reove unused files ( #2567 )
2023-10-31 12:43:08 +05:30
M. Palanikannan and GitHub
8072bbb559
fix: Debounce title and Editor initialization ( #2530 )
...
* fixed debounce logic and extracted the same
* fixed editor mounting with custom hook
* removed console logs and improved structure
* fixed comment editor behavior on Shift-Enter
* fixed editor initialization behaviour for new peek view
* fixed button type to avoid reload while editing comments
* fixed initialization of content in peek overview
* improved naming variables in updated title debounce logic
* added react-hook-form support to the issue detail in peek view with save states
* delete image plugin's ts support improved
2023-10-31 12:26:10 +05:30
Aaryan Khandelwal and GitHub
442c83eea2
style: spreadsheet columns ( #2554 )
...
* style: spreadsheet columns
* fix: build errors
2023-10-31 12:18:04 +05:30
Aaryan Khandelwal and GitHub
cb533849e8
chore: update members endpoint ( #2569 )
2023-10-31 12:16:40 +05:30
Aaryan Khandelwal and GitHub
59c52023fb
style: list layout ( #2566 )
2023-10-31 12:14:06 +05:30
Aaryan Khandelwal and GitHub
08ca016f65
fix: custom theme form validations ( #2565 )
2023-10-31 12:12:24 +05:30
Aaryan Khandelwal and GitHub
1c2ea6da5e
fix: edit project button redirection ( #2564 )
...
* fix: redirect to project settings
* fix: 404 page button alignment
2023-10-31 12:06:55 +05:30
Aaryan Khandelwal and GitHub
8b7b5c54b9
fix: global views bugs ( #2563 )
2023-10-31 12:06:11 +05:30
guru_sainath and GitHub
52474715de
chore: handled next_url redirection issue ( #2562 )
2023-10-31 12:04:36 +05:30
Aaryan Khandelwal and GitHub
dcf81e28e4
dev: implemented MobX in workspace settings and create workspace form ( #2561 )
...
* dev: implement mobx store for workspace settings
* chore: workspace general settings mobx integration
* chore: workspace members settings mobx integration
2023-10-30 20:38:50 +05:30
Aaryan Khandelwal and GitHub
050406b8a4
chore: add empty state for list and spreadsheet layouts ( #2531 )
...
* chore: add empty state for list and spreadsheet layouts
* fix: build errors
2023-10-30 20:09:04 +05:30
Anmol Singh Bhatia and GitHub
8eaac60aa5
style: cycle ui revamp, and chore: code refactor ( #2558 )
...
* chore: cycle custom svg icon added and code refactor
* chore: module code refactor
* style: cycle ui revamp and code refactor
* chore: cycle card view layout fix
* chore: layout fix
* style: module and cycle title tooltip position
2023-10-30 19:22:27 +05:30
Nikhil and GitHub
7edaa49c21
revert: issues endpoint ( #2555 )
2023-10-30 15:05:25 +05:30
Dakshesh Jain and GitHub
8cc61bc427
fix: html sensitization function ( #2552 )
2023-10-30 13:59:00 +05:30
Anmol Singh Bhatia and GitHub
fc82d6fc23
style: module ui revamp ( #2548 )
...
* chore: module constant and helper function added
* style: module card ui revamp
* chore: custom media query added
* chore: circular progress indicator added
* chore: module card item ui improvement
* chore: module list view added
* chore: module sidebar added in list and card view
* chore: module list and card ui improvement
* chore: module sidebar select, avatar and link list component improvement
* chore: sidebar improvement and refactor
* style: module sidebar revamp
* style: module sidebar ui improvement
* chore: module sidebar lead and member select improvement
* style: module sidebar progress section empty state added
* chore: module card issue count validation added
* style: module card and list item ui improvement
2023-10-27 18:45:10 +05:30
080b5a29ae
refactor: issue activity ( #2503 )
...
* dev: update project and workspace save in issue activity
* chore: issue activity structuring
* chore: added workspace id
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2023-10-27 15:38:54 +05:30
Bavisetti Narayan and GitHub
9ee3fb9c6c
chore: removed duplicate issues ( #2418 )
2023-10-27 15:37:26 +05:30
Bavisetti Narayan and GitHub
b0a24ab57b
fix: issue filters validation ( #2417 )
2023-10-27 15:36:27 +05:30
Nikhil and GitHub
3e706f9653
chore: project create/update endpoint to be simillar to list ( #2476 )
...
* chore: project create endpoint to be simillar to list
* dev: make project create and update response same
2023-10-27 15:35:15 +05:30
Nikhil and GitHub
4e86110123
chore: database configuration ( #2497 )
2023-10-27 15:34:01 +05:30
6bebb8a93b
chore: user issue display properties ( #2258 )
...
* chore: user issue display properties
* chore: added issue property
* fix: migrations and url change
* dev: add a default condition on get for issue properties
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2023-10-27 15:32:42 +05:30
Nikhil and GitHub
c8f98a9bc2
chore: make module create and list endpoint response structure simillar ( #2524 )
2023-10-27 15:31:15 +05:30
55b2927a17
chore: total issues count for issue listing endpoint ( #2534 )
...
* chore: total issues count for issue listing endpoint
* dev: add print for DEBUG mode
* fix: changed assignees_list and label_list
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2023-10-27 15:30:28 +05:30
sriram veeraghanta and GitHub
597ea26d7b
fix: enabling the nextjs static site generation for web and space ( #2547 )
2023-10-27 13:14:03 +05:30
Dakshesh Jain and GitHub
4aad35e007
refactor: quick add ( #2541 )
...
* refactor: store and helper setup for quick-add
* refactor: kanban quick add with optimistic issue create
* refactor: added function definition
* refactor: list quick add with optimistic issue create
* refactor: spreadsheet quick add with optimistic issue create
* refactor: calender quick add with optimistic issue create
* refactor: gantt quick add with optimistic issue create
* refactor: input component and pre-loading data logic
* style: calender quick-add height and content shift
* feat: sub-group quick-add issue
* feat: displaying loading state when issue is being created
* fix: setting string null to null
2023-10-27 12:32:24 +05:30
Aaryan Khandelwal and GitHub
d95ea463b2
chore: implement mobx in project features settings ( #2533 )
2023-10-26 14:58:00 +05:30
Henit Chobisa and GitHub
993b388f00
chore: added missing dependencies in packages ( #2540 )
2023-10-26 12:37:24 +05:30
Aaryan Khandelwal and GitHub
a49f00bd39
chore: refactor and beautify issue properties ( #2539 )
...
* chore: update all issue property components
* style: issue properties
2023-10-25 19:47:58 +05:30
guru_sainath and GitHub
ca2da41dd2
chore: issue comment reaction workflow and mutation update ( #2537 )
2023-10-25 19:24:14 +05:30
guru_sainath and GitHub
a6d741e784
chore: implemented drag and drop between dates for project issues, cycle, module, and project views for calendar layout ( #2535 )
2023-10-25 16:09:50 +05:30
Anmol Singh Bhatia and GitHub
cea39c758e
chore: layout refactor ( #2532 )
...
* chore: layout refactor
* fix: profile auth issue
* chore: project setting layout refactor
* chore: workspace layout refactor
* chore: profile layout refactor
* chore: layout import refactor
2023-10-25 15:48:57 +05:30
Aaryan Khandelwal and GitHub
d72d3da6de
refactor: modules list page ( #2521 )
...
* refactor: modules list page
* chore: update handle favorites logic for modules
* fix: build errors
2023-10-23 19:17:42 +05:30
sriram veeraghanta and GitHub
07d548ea43
fix: cycle modal redendent component fix ( #2528 )
2023-10-23 18:38:01 +05:30
Anmol Singh Bhatia and GitHub
08f7ac6da7
chore: sidebar fix and ui improvement ( #2527 )
...
* fix: cycle sidebar overlapping fix
* style: issue sidebar related to and duplicate icon fix
2023-10-23 18:07:38 +05:30
Anmol Singh Bhatia and GitHub
fcf9851ee4
style: command modal style ( #2526 )
2023-10-23 17:40:59 +05:30
Aaryan Khandelwal and GitHub
f6c1dad342
fix: extend custom tailwind valiables instead of overwriting ( #2525 )
2023-10-23 17:40:17 +05:30
Anmol Singh Bhatia and GitHub
4c54d826ba
fix: command palette fix ( #2523 )
2023-10-23 17:24:43 +05:30
Anmol Singh Bhatia and GitHub
1786a395dc
chore: layout refactor ( #2522 )
...
* chore: pages layout refactor
* chore: view layout refactor
* chore: view layout refactor
* chore: inbox layout refactor
* chore: draft issue layout refactor
* chore: archived issue layout refactor
* chore: draft issue header layout fix
* chore: layout code refactor
* chore: code refactor
* chore: project setting layout fix
2023-10-23 16:54:26 +05:30
d7a36f5b04
dev: Self Hosting simplified with shell script ( #2484 )
...
* bug:fix recent page hiding last item on scroll #1468 (#2411 )
* dev: hub compose file update (#2376 ) (#2444 ) (#2445 )
* docker-compose-hub modified for envs
* bug:fix recent page hiding last item on scroll #1468 (#2411 )
* wip
* fixed the AMD build on ARM
---------
Co-authored-by: Manish Gupta <59428681+manishg3@users.noreply.github.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
* selfhosting fixes
* wip
* checking selfhost
* checking selfhost
* selfhost
* selfhosting script fix
* wip
* self hosting fixes
* folder structure modified
* replica config
* self host specific version
* fix
* fix
* fixes
* docker compose modifications
* fixed install.sh
* fixed install.sh
* install.sh modified
---------
Co-authored-by: Prashant Indurkar <32466796+PrashantIndurkar@users.noreply.github.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2023-10-23 15:56:19 +05:30
Aaryan Khandelwal and GitHub
edc5a38973
chore: removed material icons package ( #2518 )
2023-10-23 15:07:09 +05:30
Aaryan Khandelwal and GitHub
38421e8106
refactor: layout roots ( #2517 )
2023-10-23 15:06:28 +05:30
Aaryan Khandelwal and GitHub
05a76c5ee3
fix: gantt chart blocks drag and resize logic ( #2516 )
2023-10-23 15:06:02 +05:30
Aaryan Khandelwal and GitHub
c739b7235d
refactor: publish project modal ( #2514 )
...
* chore: add publish badge to the header
* refactor: project oublish components
* chore: remove link tag
2023-10-23 12:12:42 +05:30
guru_sainath and GitHub
914657334d
chore: peekoverview issue comments and comment reactions ( #2507 )
2023-10-20 17:55:20 +05:30
Aaryan Khandelwal and GitHub
4b03802d22
chore: removed heroicons package ( #2506 )
2023-10-20 17:51:01 +05:30
9f1fd2327a
fix: auth redirection issue fixes when user is logged in ( #2499 )
...
* fix: auth redirection issues
* fix: redirect flickering fix
* chore: sign in page ui improvement and redirection fix (#2501 )
* style: sign in page ui improvement
* chore: sign up redirection added and ui improvement
* chore: redirection validation and create workspace form fix (#2504 )
* chore: sign in redirection validation
* fix: create workspace form input fix
* chore: code refactor
---------
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
2023-10-20 17:10:17 +05:30
Aaryan Khandelwal and GitHub
d78b4dccf3
chore: implemented CRUD operations in all the layouts ( #2505 )
...
* chore: basic crud operations added to the list view
* refactor: cycle details page
* refactor: module details page
* chore: added quick actions to kanban issue block
* chore: implement quick actions in calendar layout
* fix: custom menu component
* chore: separate quick action dropdowns implemented
* style: loader for calendar
* fix: build errors
2023-10-20 17:07:46 +05:30
guru_sainath and GitHub
9bddd2eb67
chore: impleted store for issue reaction, comments, and comment reactions. implemented ui and compoennts for issue reactions in issue peek overview ( #2498 )
2023-10-20 12:33:39 +05:30
Anmol Singh Bhatia and GitHub
2dd46be287
fix: create workspace page improvement ( #2495 )
2023-10-20 12:29:18 +05:30
Anmol Singh Bhatia and GitHub
1b8f6e2129
fix: project page link error fix ( #2494 )
2023-10-19 18:09:25 +05:30
Aaryan Khandelwal and GitHub
5f014d204c
fix: workspaces list not being fetched, display properties endpoint updated ( #2493 )
...
* fix: workspaces list not being fetched
* style: truncate workspace name if length exceeds
2023-10-19 17:24:10 +05:30
Anmol Singh Bhatia and GitHub
fda0a6791f
style: project select dropdown & modals ui improvement ( #2491 )
...
* style: project select dropdown ui improvement
* style: create/update cycle modal ui improvement
* style: create/update module modal ui improvement
* fix: build error
* style: input and textarea border improvement
* cycle and module modal ui improvement
* style: cycle and module modal ui improvement
2023-10-19 16:38:36 +05:30
guru_sainath and GitHub
082e48c9cf
chore: Issue poprties options in kanban are passing through props ( #2490 )
2023-10-19 16:23:30 +05:30
Anmol Singh Bhatia and GitHub
c0793ec8a5
chore: swap dropdown component with plane/ui component ( #2480 )
...
* chore: swap custom menu component with plane/ui component
* chore: swap custom select component with plane/ui component
* chore: swap custom search select component with plane/ui component
2023-10-19 15:24:51 +05:30
Aaryan Khandelwal and GitHub
0b8367a262
fix: issues mutation on changing filters ( #2485 )
...
* chore: refetch issues on filters and display filters change
* fix: issues list mutation after creating an issue
* fix: module issues fetch
* fix: build error
2023-10-19 15:04:22 +05:30
Aaryan Khandelwal and GitHub
85a471305a
fix: inbox issue activity not being rendered ( #2487 )
2023-10-19 14:53:29 +05:30
Aaryan Khandelwal and GitHub
861ff4ae94
chore: updated display properties endpoint ( #2486 )
2023-10-19 14:53:01 +05:30
Anmol Singh Bhatia and GitHub
3a44d4bf35
chore: bulk delete modal alignment fix ( #2483 )
2023-10-19 14:02:42 +05:30
15f621ad91
fix: command palette fixes and sidebar fixes ( #2482 )
...
* fix: project fav changes
* fix: project create workspace member
* style: member select dropdown ui and command k modal alignment fix (#2473 )
* style: member select dropdown fix
* style: command k modal alignment fix
* fix: project create modal changes
* fix: sidebar shortcut fixes
* fix: minor console issues
---------
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
2023-10-18 20:29:56 +05:30
guru_sainath and GitHub
9b96e297b3
chore: created new issue peek overview component and implemented in project issues list view ( #2481 )
...
* chore: created new issue peek overview component and implemented in project issues list view
* build: default project props in project, cycles, modules and view layout
2023-10-18 19:58:05 +05:30
Aaryan Khandelwal and GitHub
704fe155af
chore: fetch cycles, modules and views in the project wrapper ( #2479 )
2023-10-18 19:26:15 +05:30
Aaryan Khandelwal and GitHub
b3b79c51bb
refactor: spreadsheet layout ( #2478 )
...
* refactor: spreadsheet column components
* refactor: spreadsheet layout components
* fix: unique key for each cell
2023-10-18 19:18:01 +05:30
Anmol Singh Bhatia and GitHub
c270c8689f
chore: settings page refactoring ( #2477 )
...
* chore: implemented project layout and integrated sidebar component
* chore: implemented workspace layout and integrated sidebar component
2023-10-18 19:17:02 +05:30
Aaryan Khandelwal and GitHub
0ec0ca133a
refactor: remove unused hooks ( #2474 )
...
* chore: remove useProjects hook
* chore: remove useWorkspaces hook
* chore: remove useWorkspaceDetails hook
* chore: remove useTheme hook
2023-10-18 16:59:53 +05:30
Anmol Singh Bhatia and GitHub
98367f540c
fix: svg icon properties naming convention fix ( #2475 )
2023-10-18 16:59:15 +05:30
Aaryan Khandelwal and GitHub
b4f32ced43
chore: add emoji to projects list ( #2472 )
2023-10-18 14:55:26 +05:30
Aaryan Khandelwal and GitHub
f54a9502f8
fix: global view filters dropdown overflow issue ( #2469 )
...
* fix: global view filters dropdown overflow issue
* chore: rename View to Display
* fix: gap between dropdowns in header
2023-10-18 13:56:52 +05:30
Aaryan Khandelwal and GitHub
baa2621fe2
chore: implemented autorun for inbox issues ( #2470 )
...
* fix: inbox issues not loading
* chore: implemented autorun for inbox issues
* chore: don't revalidate inbox list
2023-10-18 13:56:19 +05:30
Aaryan Khandelwal and GitHub
3197dd484c
dev: implemented the new spreadsheet layout using MobX ( #2463 )
...
* refactor: spreadsheet layout components
* refactor: spreadsheet properties
* refactor: folder structure
* chore: issue property update
* chore: spreadsheet layout in the global views
* style: quick actions menu
* fix: build errors
2023-10-18 12:32:02 +05:30
Anmol Singh Bhatia and GitHub
e9cc578cca
style: project card ui improvement ( #2466 )
...
* style: project card ui improvement
* style: project card ui improvement
2023-10-17 20:43:25 +05:30
sriram veeraghanta and GitHub
90776237f3
fix: command palette changes ( #2465 )
2023-10-17 20:34:16 +05:30
Anmol Singh Bhatia and GitHub
d689c63368
style: create/update issue modal ui improvement ( #2453 )
2023-10-17 17:26:40 +05:30
Anmol Singh Bhatia and GitHub
4b51d9ed6c
style: project list and setting page ui improvement ( #2464 )
2023-10-17 17:25:32 +05:30
Anmol Singh Bhatia and GitHub
b0c1af2b25
chore: breadcrumbs ui component ( #2458 )
...
* chore: swap breadcrumbs component with plane/ui component
* chore: breadcrumb refactor
2023-10-17 17:25:02 +05:30
guru_sainath and GitHub
123634f5e8
chore: implemented assigned profiles issues and filters and updated workflow in list layout ( #2462 )
2023-10-17 16:23:54 +05:30
Aaryan Khandelwal and GitHub
4bd73630d1
fix: font sizes and sidebar icons ( #2461 )
...
* fix: font sizes
* fix: sidebar icons
2023-10-17 15:59:11 +05:30
Aaryan Khandelwal and GitHub
732e33fefc
fix: wrap the project auth wrapper with observer ( #2459 )
2023-10-17 15:30:17 +05:30
Anmol Singh Bhatia and GitHub
a49fedf69e
chore: popper js integration for color picker input ( #2460 )
2023-10-17 15:28:09 +05:30
Anmol Singh Bhatia and GitHub
399af30b9a
chore: icon improvement ( #2456 )
...
* style: app sidebar icon improvement
* style: profile section icon improvement
* style: notification popover icon improvement
* style: shortcut modal icon improvement
2023-10-17 15:27:38 +05:30
0b79f8687e
refactor: exception handling ( #2454 )
...
* chore: implemented global exception handler
* dev: remove something went wrong
* chore: exception handling cleanup
* chore: changed the status code
* chore: added status 500 internal server error
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2023-10-17 14:38:06 +05:30
Bavisetti Narayan and GitHub
46d34263f0
chore: removed notification for draft issues ( #2426 )
2023-10-17 13:07:40 +05:30
sriram veeraghanta and GitHub
98b1a078de
fix: project layout added and theming fixes ( #2455 )
...
* fix: project layout added and theme fixes
* feat: input color picker component added to ui package
* fix: layout fixes
* fix: conflicts and build issues resolved
* fix: layout headers fixes
2023-10-17 12:46:38 +05:30
Anmol Singh Bhatia and GitHub
e496cec49f
chore: code refactor ( #2450 )
2023-10-17 12:19:34 +05:30
Aaryan Khandelwal and GitHub
fc99615875
fix: sidebar collapse state not working ( #2452 )
2023-10-17 12:18:36 +05:30
Anmol Singh Bhatia and GitHub
8cd13e94d5
fix: profile pic dimension bug fix ( #2449 )
2023-10-17 12:15:46 +05:30
Anmol Singh Bhatia and GitHub
7f06d5a30d
style: project list page revamp ( #2448 )
2023-10-17 12:14:55 +05:30
Aaryan Khandelwal and GitHub
5a4e9f42f0
chore: scale down tailwind default spacing and font sizes to 90% ( #2451 )
2023-10-17 11:55:00 +05:30
Lakhan Baheti and GitHub
ceb878e72f
fix: webview redirection logs & description rendering ( #2433 )
...
* fix: redirection console logs
* fix: sub issues overflow
* fix: cycle bottom sheet typo
* fix: description rendering
* fix: formatting
2023-10-16 20:27:55 +05:30
Anmol Singh Bhatia and GitHub
651b252c23
chore: icon revamp and refactor ( #2447 )
...
* chore: svg icons added in plane/ui package
* chore: swap priority and state icon with plane/ui icons
* chore: replace core folder icons with lucide and plane ui icons
* style: priority icon size
* chore: replace icons with lucide and plane/ui icons
* chore: replace cycle folder icons with lucide and plane/ui icons
* chore: replace existing icons with lucide and plane/ui icons
* chore: replace existing icons with lucide and plane/ui icons
* chore: replace existing icons with lucide and plane/ui icons
* chore: replace existing icons with lucide and plane/ui icons
* chore: replace existing icons with lucide and plane/ui icons
* fix: build error
* fix: build error
* fix: build error
2023-10-16 20:27:22 +05:30
1fc5d2bd45
chore: api endpoints ( #2407 )
...
* refactor: folder structure for urls
* chore: deleted the urls file
* chore: proper naming for urls
* chore: reset password url
* dev: create refresh token endpoint and endpoint to get settings for user
* dev: workspace member me serializer
* dev: remove extra fields from project list and retrieve endpoints
* dev: update the project list endpoint with member details and deploy boolean
* dev: enable user favorite project endpoint and remove is_favorite from project list
* dev: analytics refactoring
* dev: revert is_favorite settings
* dev: create new serializer for project list and add pagination from projects
* dev: fix analytics api
* dev: module and cycle
* dev: update error message, fix module analytics and add null check for labels
* dev: member serializer
* dev: dynamic base serializer
* dev: remove view issues endpoint
* dev: url pattern updates
* dev: add comments to delete this file
* dev: last workspace id
* dev: analytics export
* dev: export analytics validation
* dev: update python runtime
* dev: update notification endpoints
* dev: cycle and validation fix
* dev: issue activity validation when creating updating and deleting issue and comments
* dev: update issue activity logging for link and reactions
* dev: update module issue activity logging
* dev: update module issue activity
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2023-10-16 19:18:45 +05:30
+8
cb80c98413
dev: implemented inbox using MobX ( #2440 )
...
* chore: kanban refactoring
* chore: Implemented new kanaban board UX and implemented draggable using react beautiful dnd
* chore: updated yarn lock
* chore: updated the store for issues and issue filters
* chore: resolved build error
* chore: created filters and updated the issue filters, display_filter and display_properties in mobx and components
* chore: implemented filters for issues
* chore: UI theming updates
* chore: handled single and multi select in filter cards
* chore: implemented filters and views in kanaban
* chore: updating filters, display_filter and display properties
* chore: filter, layout, display filters, extra filters and display properties render validation
* chore: clean up and resolved import warnings
* chore: type check
* chore: renamed gantt key to gantt_chart
* chore: filter render UI and Functionality implementation
* chore: filter empty state handling in issue filter selection
* Implementing list view
* chore: kanban drag drop logic
* filtering
* chore: store setup
* chore: handled build issues
* chore: store setup
* user filter
* chore: store setup
* chore: store fixes and static data setup
* chore: store setup for build fixes
* fix: merge conflicts (#2231 )
* chore: dynamic position dropdown (#2138 )
* chore: dynamic position state dropdown for issue view
* style: state select dropdown styling
* fix: state icon attribute names
* chore: state select dynamic dropdown
* chore: member select dynamic dropdown
* chore: label select dynamic dropdown
* chore: priority select dynamic dropdown
* chore: label select dropdown improvement
* refactor: state dropdown location
* chore: dropdown improvement and code refactor
* chore: dynamic dropdown hook type added
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
* fix: fields not getting selected in the create issue form (#2212 )
* fix: hydration error and draft issue workflow
* fix: build error
* fix: properties getting de-selected after create, module & cycle not getting auto-select on the form
* fix: display layout, props being updated directly
* chore: sub issues count in individual issue (#2221 )
* fix: service imports
* chore: rename csv service file
---------
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com >
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
* chore: store fixes
* chore: update issue detail store to handle peek overview (#2237 )
* chore: dynamic position dropdown (#2138 )
* chore: dynamic position state dropdown for issue view
* style: state select dropdown styling
* fix: state icon attribute names
* chore: state select dynamic dropdown
* chore: member select dynamic dropdown
* chore: label select dynamic dropdown
* chore: priority select dynamic dropdown
* chore: label select dropdown improvement
* refactor: state dropdown location
* chore: dropdown improvement and code refactor
* chore: dynamic dropdown hook type added
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
* fix: fields not getting selected in the create issue form (#2212 )
* fix: hydration error and draft issue workflow
* fix: build error
* fix: properties getting de-selected after create, module & cycle not getting auto-select on the form
* fix: display layout, props being updated directly
* chore: sub issues count in individual issue (#2221 )
* Implemented nested issues in the sub issues section in issue detail page (#2233 )
* feat: subissues infinte level
* feat: updated UI for sub issues
* feat: subissues new ui and nested sub issues in issue detail
* chore: removed repeated code
* refactor: product updates modal layout (#2225 )
* fix: handle no issues in custom analytics (#2226 )
* fix: activity label color (#2227 )
* fix: profile issues layout switch (#2228 )
* chore: update service imports
* chore: update issue detail store to handle peek overview
---------
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com >
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
Co-authored-by: guru_sainath <gurusainath007@gmail.com >
* chore: minor fixes
* workspace project fixes
* feat: project issues topbar (#2256 )
* chore: project issues topbar
* style: theming and minor UI fixes
* refactor: file structure
* chore: layout wise authorization added
* style: filter dropdowns
* chore: add fetch keys
* chore: minor fixes
* chore: filters dropdown (#2260 )
* chore: project issues topbar
* style: theming and minor UI fixes
* refactor: file structure
* chore: layout wise authorization added
* style: filter dropdowns
* chore: add fetch keys
* feat: search option for filters
* fix: sticky headers
* chore: sub_group_by section added
* fix: leave project fixes
* refactor: project card component refactor
* Implemented swimlanes and kanban view (#2262 )
* chore: issue store for kanban and calendar
* chore: updated ui for kanba and swimlanes
* chore: yarn.lock updated
* fix: computed filters logic
* chore: added sub_group_by in params and handled sub-group-by render error in display filter's
* fix: ui package setup and project update form refactor
* fix: ui package setup
* fix: minor ui fixes
* dev: calendar view layout revamp (#2293 )
* dev: calendar view init
* chore: new render logic
* chore: implement calendar view
* chore: calendar view
* refactor: calendar payload
* chore: remove active month logic from backend
* chore: setup new store for calendar
* refactor: issues fetching structure
* chore: months dropdown
* chore: modify request query params for calendar layout
* refactor: remove console logs and add comments
* chore: removed demo m-store routes
* cycles changes
* chore: issues grouped kanban and swimlanes UI and functionality (#2294 )
* chore: updated the all the group_by and sub_group_by UI and functionality render in kanban
* chore: kanban sorting in mobx and ui updates
* chore: ui changes and drag and drop functionality changes in kanban
* chore: issues count render in kanban default and swimlanes
* chore: Added icons to the group_by and sub_group_by in kanban and swimlanes
* refactor: filter components, constants and helper functions (#2297 )
* refactor: filters and display filters to accept handlers as props
* refactor: filters and display filters folder structure
* refactor: change issue layout options constant structure
* chore: display filters validations
* chore: view less filters functionality
* fix: display filters validation
* refactor: wrap functions around useCallback
* chore: start and target date filter options added
* refactor: query params generator function
* fix: query params generator function
* dev: gantt chart implementation using MobX (#2302 )
* dev: fetch project gantt issues using mobx
* chore: handle group by options in the kanban layout
* dev: spreadsheet layout implementation using MobX (#2306 )
* dev: implement spreadsheet view using mobx
* refactor: remove console logs and props
* chore: refactoring cycles list
* feat: adding additional ui components
* dev: applied filters list implementation using MobX (#2325 )
* dev: applied filters list UI
* fix: filter item height
* chore: remove unnecessary classes
* fix: params generator
* fix: cycles views list and board
* fix: cycles list rendering fixes
* fix: layout fixes
* refactor: filter components (#2359 )
* fix: calendar layout dividers
* refactor: filter selection components
* fix: dropdown closing after selection
* refactor: filters components
* chore: issue properties for list and kanban layouts and implemented estimates in project store (#2363 )
* chore: issue properties for state, priorit, labels and members
* feat: implemented assignee, labels properties
* fix: implemented estimates in project store and issue properties
* chore: staer_date and due_date and validation properties in kanban
* chore: filters import conflict
* dev: setup module and module filter store (#2364 )
* dev: implement module issues using mobx store
* dev: module filter store setup
* chore: module store crud operations
* chore: issue list layout (#2367 )
* chore: merge develop (#2388 )
* fix: build erros
* chore: cycles, modules store integration, list and kanban layouts and updated kanban logic (#2399 )
* chore: cycle, cycle-issue, cycle-filters, cycle-kanban, cycle layout setup
* chore: cycles kanban and list view store
* chore: cycles, modules kanban and list, kanban view store
* refactor: change naming convention (#2383 )
* fix:auth layer revamp
* chore: Implemented list and kanban views in project modules (#2402 )
* chore: updated kanban logic in project cycles and modules
* chore: updated list and kanban in module
* dev: implement global views using MobX (#2404 )
* fix: selfhosted fixes (#2154 )
* fix: selfhosted fixes
* fix: updated env example
* chore: dynamic position dropdown (#2138 )
* chore: dynamic position state dropdown for issue view
* style: state select dropdown styling
* fix: state icon attribute names
* chore: state select dynamic dropdown
* chore: member select dynamic dropdown
* chore: label select dynamic dropdown
* chore: priority select dynamic dropdown
* chore: label select dropdown improvement
* refactor: state dropdown location
* chore: dropdown improvement and code refactor
* chore: dynamic dropdown hook type added
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
* fix: fields not getting selected in the create issue form (#2212 )
* fix: hydration error and draft issue workflow
* fix: build error
* fix: properties getting de-selected after create, module & cycle not getting auto-select on the form
* fix: display layout, props being updated directly
* chore: sub issues count in individual issue (#2221 )
* Implemented nested issues in the sub issues section in issue detail page (#2233 )
* feat: subissues infinte level
* feat: updated UI for sub issues
* feat: subissues new ui and nested sub issues in issue detail
* chore: removed repeated code
* refactor: product updates modal layout (#2225 )
* fix: handle no issues in custom analytics (#2226 )
* fix: activity label color (#2227 )
* fix: profile issues layout switch (#2228 )
* fix: issues resolved in sub issues (#2238 )
* fix: aws region name (#2234 )
* chore: updated docker naming conventions (#2239 )
* naming convention changes
* dev: update docker-compose-hub in consistent with docker-compose
* dev: updated docker container name
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
* chore: added state and priority order in workspace user profile (#2241 )
* fix: changed priority from None to none (#2229 )
* fix: cycle and module stats when issues are archived (#2185 )
* fix: cycle and module stats when issues are archived
* fix: added draft filter
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
* feat: quick add (#2240 )
* feat: quick add
* style: made text color muted
* chore: added epoch in draft (#2244 )
* chore: added epoch in draft
* chore: removed extra spaces
* fix: resolved pending issue graph in analytics, user wishes in dashboard, and typo in projects list (#2247 )
* style: settings page improvement (#2211 )
* style: settings page improvement
* style: toggle switch styling
---------
Co-authored-by: Anmol Singh Bhatia <asb@Anmols-MacBook-Pro.local >
* chore: changed priority props in workspace and project (#2253 )
* fix: bug fix related to fetching dropdown options for the profile issue (#2246 )
* fix: sub issue state and member select build error (#2254 )
* rename view to layout (#2255 )
Co-authored-by: Your Name <you@example.com >
* fix: bug fixes and ui improvement (#2250 )
* dev: remove auto filter endpoint
* feat: quick-add placement in spreadsheet and gantt (#2259 )
* feat: sticking quick-add at the bottom of the screen
fix: opening create issue modal instead of quick-add in draft-issues, my-issue and profile page
* fix: build error due to dynamic import
* fix: draft issue delete not working (#2249 )
* fix: draft issue not deleting, project can't be changed in draft issue modal
* fix: removed mutation for view where draft issues are not shown
* fix: inline create issue for draft issue
* fix: clearing data from localstorage on discard click
* feat: Add peek overview in sub issues and updated UI for empty states. (#2263 )
* chore: add tooltip to show full time on activity logs (#2235 )
* fix: issue automation iterable error (#2208 )
* fix: n+1 queries for cycle list and project member endpoints (#2257 )
* [fix] nginx continuously rewriting and reloading on index page of spaces app (#2236 )
* chore: shifted index page to /home route
* chore: added rewrite logic, to rewrite index to /home
* chore: routed home to login route as login page
* chore: updated nginx config to route to login
* chore: updated path for home
* dev: migration for 0.13 (#2266 )
* dev: updated migrations
* dev: migration for 0.13
* dev: re-split migrations into two different files (#2268 )
* dev: split issue activity migration separate files
* dev: resplit migrations into two different files
* dev: changed the batch size
* chore: udpate date filters to support dynamic options
* fix: bugs in quick-add and draft issues (#2269 )
* fix: 'Last Drafted Issue' making sidebar look weird on collapsed
* feat: scroll to the bottom when issue is created
* fix: 'Add Issue' button overlapping issue card in spreadsheet view
* fix: wrong placement of quick-add in calender layout
* fix: spacing for issue card in spreadsheet view
* chore: add instructions to contributing guide (#2270 )
* chore: add instructions to contributing guide
* dev: update contributing.md to use the new configuration
---------
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com >
* fix: user dashboard greeting timezone (#2267 )
* chore: user greeting timezone
* fix: group by labels not working on workspace level
* feat: workspace global view, style: spreadsheet view revamp (#2273 )
* chore: workspace view types, services and hooks added
* style: spreadsheet view revamp and code refactor
* feat: workspace view
* fix: build fix
* chore: sidebar workspace issues redirection updated
* style: gantt layout quick-add padding (#2272 )
* fix: 'Last Drafted Issue' making sidebar look weird on collapsed
* feat: scroll to the bottom when issue is created
* fix: 'Add Issue' button overlapping issue card in spreadsheet view
* fix: wrong placement of quick-add in calender layout
* fix: spacing for issue card in spreadsheet view
* style: gantt layout quick-add padding
style: removed 'State group' from draft issue
* style: decrese shadow, quick-add position on calender layout, and 'add issue' sticky
* style: button color
* fix: block click happening while moving (#2275 )
* dev: refactor date filters to a single function
* chore: handle calendar date range in frontend (#2277 )
* chore: gantt chart empty state (#2279 )
* chore: gantt empty state
* chore: Add heading to the gantt sidebar
* style: calender quick-add same width as single date (#2280 )
* style: calender quick-add same width as single date
* style: margin bottom in quick-add in spreadsheet view
* fix: quick add opening in list-layout
* style: reduced margin left
* chore: updated created at in draft issue (#2278 )
* chore: make target dates inclusive when filtering (#2276 )
* chore: sort order and issue props for global views (#2283 )
* chore: removed project filter (#2284 )
* fix: inbox issue deletes (#2290 )
* chore: views (#2288 )
* chore: global views order by
* chore: update permissions for global views
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
* chore: fetch issues from previous and next month in the calendar view (#2282 )
* fix: issue activity estimate value bug fix (#2281 )
* fix: issue activity estimate value bug fix
* fix: activity typo fix
* fix: ui and bugs (#2289 )
* fix: 24 character limit on first & last name in onboarding page
* fix: no option: 'Add Issue' in archive issue page
* fix: in archive issue directly sending to issue detail page
* fix: issue type showing in archive issue
* fix: custom menu overflowing
* fix: changing subscriber in filters has no effect
* style: border in quick-add
* fix: on onboarding member role overflowing
* fix: inconsistent icons in issue detail
* style: spacing, borders and shadows in quick-add
* fix: custom menu truncate
* fix: notifications for created by me and assigned to me (#2292 )
* chore: workspace view display filters and properties , code refactor (#2295 )
* chore: spreadsheet view context
* chore: spreadsheet context provider
* chore: spreadsheet view context
* chore: display filters and properties added in workspace view and code refactor
* fix: build error fix
* chore: set sub-issue display option to false for global views
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
* chore: label create error (#2299 )
* chore: global issues ui improvement and bug fixes (#2300 )
* chore: workspace view mutation fix ,bug fixes and code refactor (#2301 )
* chore: workspace view mutation fix ,bug fixes and code refactor
* chore: update workspace view toast alert added
* chore: workspace view order by removed (#2303 )
* dev: updated migrations for 0.13-dev (#2305 )
* chore: epoch migration batch size changed
* chore: reoredered the migration files
* dev: updated migrations for 0.13-dev
* chore: added epoch field
* dev: merged the migration files
* fix: workspace view filters count fix (#2307 )
* fix: unsplash api fix (#2310 )
* fix: workspace view redirection fix, style: spreadsheet view shadow scroll fix (#2314 )
* fix: workspace view redirection fix
* style: spreadsheet view scroll shadow fix
* fix: update build workflow for the deploy app (#2315 )
* fix: workspace view add issue mutation fix (#2317 )
* dev: create action to sync PR changes to the repo (#2333 )
* fix: ui package readme added (#2334 )
* fix: variable name for token (#2336 )
* dev: update add permissions to the action (#2337 )
* dev: rename token variables (#2338 )
* fix: updated readme fixes (#2339 )
* dev: update sync workflow to run only when the source repo is configured (#2346 )
* dev: update sync workflow to run only when the source repo is configured
* fix: naming convention changes
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
* fix: issue relation mutation and draft issue (#2340 )
* fix: issue relation mutation and draft issue
* fix: 'New Issue' in gantt view
fix: emoji select going under
* fix: profile page typo
* fix: sync workflow fixes (#2365 )
* fix: sync job pr description escaped values fix (#2366 )
* Update index.tsx (#2343 )
Fixes #2342
* dev: update apiserver configuration files (#2348 )
* dev: update apiserver configuration files
* dev: add email and minio redirection urls
* fix: themening validation in store init. (#2350 )
* chore: member can change role (#2371 )
* chore: removed the issue draft log from my profile (#2368 )
* adding sync info in pr title (#2373 )
* chore: layout access validation and switch in plane deploy issues route (#2351 )
* chore: handled route validation and layout access validation in plane deploy issues
* chore: impoved validation condition
* show current version in the help section dropdown (#2353 )
* fix: table menu positioning (#2354 )
* fix: handle cross project issues in the sub-issues. (#2357 )
* fix: login process validation based on api config (#2361 )
* dev: configuration endpoint for frontend client (#2355 )
* dev: configuration endpoint for frontend clients
* dev: configuration enable magic and email/password signup
* dev: update unsplash keys
* dev: add unsplash API and add env for magic login
* fix: 404 when redirecting user clicks on Sign In button (#2349 )
* fix: 404 when redirecting user to login page
* fix: next_path redirection not working
* fix: authentication workflow update in plane deploy
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
* fix: project setting member role validation (#2369 )
* fix: project setting member role validation
* chore: opacity removed from member setting page
* chore: member setting page validation
* chore: project covers endpoint (#2370 )
* chore: project covers endpoint
* dev: remove print logs
* dev: formatting
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
* feat: default project cover images tab on the change cover popover (#2375 )
* feat: default project cover images tab
* chore: remove unnecessary env vars from turbo.json
* chore: remove unnecessary OAuth envs (#2378 )
* chore: remove unnecessary oauth envs
* merge conflicts resolved
* fix: adding new service
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
* fix: added user store variables in mobx store observable (#2380 )
* fix: state group icons (#2381 )
* fix: removed default theme setting in the index page (#2382 )
* fix: removed default theme setting in the index page
* fix: empty space
* dev: global views and workspace filters store implemented
* sync CE Master to EE Develop
* refactor: create update view modal
* chore: static issue global views
* refactor: remove old code
* refactor: filters select dropdown
* chore: fix calendar layout
* chore: mobx store for new applied filters
* chore: dded search functionality
---------
Co-authored-by: Vamsi Kurama <vamsi.kurama@gmail.com >
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com >
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
Co-authored-by: guru_sainath <gurusainath007@gmail.com >
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Anmol Singh Bhatia <asb@Anmols-MacBook-Pro.local >
Co-authored-by: Rhea Jain <65884341+rhea0110@users.noreply.github.com >
Co-authored-by: Your Name <you@example.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com >
Co-authored-by: Thomas <git@thomasync.dev >
Co-authored-by: Luis Cruz <55716036+luis-cruzt@users.noreply.github.com >
Co-authored-by: Manish Gupta <manish@mgupta.me >
* fix: Auth fixes and Layout fixes (#2408 )
* fix: auth fixes and layout improvements
* fix: layout fixes
* fix: analytics page fixes
* dev: implemented project views using MobX (#2410 )
* dev: implemented project views list using mobx
* style: views list UI
* dev: implemented view issues page using mobx
* refactor: project view issues fetching
* chore: plane ui library component and code refactor (#2406 )
* chore: swap input component with plane/ui package
* chore: swap textarea component with plane/ui package
* chore: swap button component with plane/ui package
* chore: button component revamp
* fix: button type fix
* chore: secondary button revamp
* chore: button props updated
* chore: swap loader component with plane/ui package
* fix: build error fix
* chore: button component refactor
* chore: code refactor
* chore: swap toggle switch component with plane/ui package
* chore: swap spinner component with plane/ui package
* chore: swap progress bar componenet with plan/ui package
* chore: code refactor
* fix: gitignore fixes
* fix: project card fixes
* chore: ui component revamp (#2415 )
* chore: swap tooltip component with plane ui package
* chore: swap linear progress component with plane ui package
* fix: login button fix
* chore: implement new worksapace wrapper for global views (#2412 )
* chore: implement new worksapace wrapper for global views pages
* fix: merge conflicts
* fix: merge conflicts
* dev: add remaining layouts to cycle (#2413 )
* fix: workspace auth wrapper changes
* chore: project card revamp and refactor (#2416 )
* removing dist from ui
* refactor: analytics (#2419 )
* refactor: helper functions
* chore: updated all the page headers
* refactor: custom analytics
* refactor: project analytics modal
* refactor: folder structure, remove junk code (#2423 )
* refactor: folder structure
* chore: ad order by target date option
* refactor: remove old layout components
* refactor: inbox folder structure
* dev: inbox stores init
* fix: services fixes
* fix: store imports changes
* fix: services export fixes
* fix: services implementation fixes
* fix: build issue fixes
* fix: react library fixes
* refactor: MobX store folder structure (#2435 )
* refactor: store folder structure
* chore: update import statements
* fix: service import errors (#2436 )
* fix: service imports
* chore: update service imports in store
* chore: fix remianing service imports
* build fixes
* editor ts config fixes
* dev: implemented mobx logic in inbox components
* fix: inbox crud operations
* fix: build errors
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com >
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
Co-authored-by: Vamsi Kurama <vamsi.kurama@gmail.com >
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com >
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Anmol Singh Bhatia <asb@Anmols-MacBook-Pro.local >
Co-authored-by: Rhea Jain <65884341+rhea0110@users.noreply.github.com >
Co-authored-by: Your Name <you@example.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com >
Co-authored-by: Thomas <git@thomasync.dev >
Co-authored-by: Luis Cruz <55716036+luis-cruzt@users.noreply.github.com >
Co-authored-by: Manish Gupta <manish@mgupta.me >
2023-10-16 17:10:37 +05:30
+9
a361dae185
chore: cycles revamp using MobX ( #2443 )
...
* chore: kanban refactoring
* chore: Implemented new kanaban board UX and implemented draggable using react beautiful dnd
* chore: updated yarn lock
* chore: updated the store for issues and issue filters
* chore: resolved build error
* chore: created filters and updated the issue filters, display_filter and display_properties in mobx and components
* chore: implemented filters for issues
* chore: UI theming updates
* chore: handled single and multi select in filter cards
* chore: implemented filters and views in kanaban
* chore: updating filters, display_filter and display properties
* chore: filter, layout, display filters, extra filters and display properties render validation
* chore: clean up and resolved import warnings
* chore: type check
* chore: renamed gantt key to gantt_chart
* chore: filter render UI and Functionality implementation
* chore: filter empty state handling in issue filter selection
* Implementing list view
* chore: kanban drag drop logic
* filtering
* chore: store setup
* chore: handled build issues
* chore: store setup
* user filter
* chore: store setup
* chore: store fixes and static data setup
* chore: store setup for build fixes
* fix: merge conflicts (#2231 )
* chore: dynamic position dropdown (#2138 )
* chore: dynamic position state dropdown for issue view
* style: state select dropdown styling
* fix: state icon attribute names
* chore: state select dynamic dropdown
* chore: member select dynamic dropdown
* chore: label select dynamic dropdown
* chore: priority select dynamic dropdown
* chore: label select dropdown improvement
* refactor: state dropdown location
* chore: dropdown improvement and code refactor
* chore: dynamic dropdown hook type added
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
* fix: fields not getting selected in the create issue form (#2212 )
* fix: hydration error and draft issue workflow
* fix: build error
* fix: properties getting de-selected after create, module & cycle not getting auto-select on the form
* fix: display layout, props being updated directly
* chore: sub issues count in individual issue (#2221 )
* fix: service imports
* chore: rename csv service file
---------
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com >
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
* chore: store fixes
* chore: update issue detail store to handle peek overview (#2237 )
* chore: dynamic position dropdown (#2138 )
* chore: dynamic position state dropdown for issue view
* style: state select dropdown styling
* fix: state icon attribute names
* chore: state select dynamic dropdown
* chore: member select dynamic dropdown
* chore: label select dynamic dropdown
* chore: priority select dynamic dropdown
* chore: label select dropdown improvement
* refactor: state dropdown location
* chore: dropdown improvement and code refactor
* chore: dynamic dropdown hook type added
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
* fix: fields not getting selected in the create issue form (#2212 )
* fix: hydration error and draft issue workflow
* fix: build error
* fix: properties getting de-selected after create, module & cycle not getting auto-select on the form
* fix: display layout, props being updated directly
* chore: sub issues count in individual issue (#2221 )
* Implemented nested issues in the sub issues section in issue detail page (#2233 )
* feat: subissues infinte level
* feat: updated UI for sub issues
* feat: subissues new ui and nested sub issues in issue detail
* chore: removed repeated code
* refactor: product updates modal layout (#2225 )
* fix: handle no issues in custom analytics (#2226 )
* fix: activity label color (#2227 )
* fix: profile issues layout switch (#2228 )
* chore: update service imports
* chore: update issue detail store to handle peek overview
---------
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com >
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
Co-authored-by: guru_sainath <gurusainath007@gmail.com >
* chore: minor fixes
* workspace project fixes
* feat: project issues topbar (#2256 )
* chore: project issues topbar
* style: theming and minor UI fixes
* refactor: file structure
* chore: layout wise authorization added
* style: filter dropdowns
* chore: add fetch keys
* chore: minor fixes
* chore: filters dropdown (#2260 )
* chore: project issues topbar
* style: theming and minor UI fixes
* refactor: file structure
* chore: layout wise authorization added
* style: filter dropdowns
* chore: add fetch keys
* feat: search option for filters
* fix: sticky headers
* chore: sub_group_by section added
* fix: leave project fixes
* refactor: project card component refactor
* Implemented swimlanes and kanban view (#2262 )
* chore: issue store for kanban and calendar
* chore: updated ui for kanba and swimlanes
* chore: yarn.lock updated
* fix: computed filters logic
* chore: added sub_group_by in params and handled sub-group-by render error in display filter's
* fix: ui package setup and project update form refactor
* fix: ui package setup
* fix: minor ui fixes
* dev: calendar view layout revamp (#2293 )
* dev: calendar view init
* chore: new render logic
* chore: implement calendar view
* chore: calendar view
* refactor: calendar payload
* chore: remove active month logic from backend
* chore: setup new store for calendar
* refactor: issues fetching structure
* chore: months dropdown
* chore: modify request query params for calendar layout
* refactor: remove console logs and add comments
* chore: removed demo m-store routes
* cycles changes
* chore: issues grouped kanban and swimlanes UI and functionality (#2294 )
* chore: updated the all the group_by and sub_group_by UI and functionality render in kanban
* chore: kanban sorting in mobx and ui updates
* chore: ui changes and drag and drop functionality changes in kanban
* chore: issues count render in kanban default and swimlanes
* chore: Added icons to the group_by and sub_group_by in kanban and swimlanes
* refactor: filter components, constants and helper functions (#2297 )
* refactor: filters and display filters to accept handlers as props
* refactor: filters and display filters folder structure
* refactor: change issue layout options constant structure
* chore: display filters validations
* chore: view less filters functionality
* fix: display filters validation
* refactor: wrap functions around useCallback
* chore: start and target date filter options added
* refactor: query params generator function
* fix: query params generator function
* dev: gantt chart implementation using MobX (#2302 )
* dev: fetch project gantt issues using mobx
* chore: handle group by options in the kanban layout
* dev: spreadsheet layout implementation using MobX (#2306 )
* dev: implement spreadsheet view using mobx
* refactor: remove console logs and props
* chore: refactoring cycles list
* feat: adding additional ui components
* dev: applied filters list implementation using MobX (#2325 )
* dev: applied filters list UI
* fix: filter item height
* chore: remove unnecessary classes
* fix: params generator
* fix: cycles views list and board
* fix: cycles list rendering fixes
* fix: layout fixes
* refactor: filter components (#2359 )
* fix: calendar layout dividers
* refactor: filter selection components
* fix: dropdown closing after selection
* refactor: filters components
* chore: issue properties for list and kanban layouts and implemented estimates in project store (#2363 )
* chore: issue properties for state, priorit, labels and members
* feat: implemented assignee, labels properties
* fix: implemented estimates in project store and issue properties
* chore: staer_date and due_date and validation properties in kanban
* chore: filters import conflict
* dev: setup module and module filter store (#2364 )
* dev: implement module issues using mobx store
* dev: module filter store setup
* chore: module store crud operations
* chore: issue list layout (#2367 )
* chore: merge develop (#2388 )
* fix: build erros
* chore: cycles, modules store integration, list and kanban layouts and updated kanban logic (#2399 )
* chore: cycle, cycle-issue, cycle-filters, cycle-kanban, cycle layout setup
* chore: cycles kanban and list view store
* chore: cycles, modules kanban and list, kanban view store
* refactor: change naming convention (#2383 )
* fix:auth layer revamp
* chore: Implemented list and kanban views in project modules (#2402 )
* chore: updated kanban logic in project cycles and modules
* chore: updated list and kanban in module
* dev: implement global views using MobX (#2404 )
* fix: selfhosted fixes (#2154 )
* fix: selfhosted fixes
* fix: updated env example
* chore: dynamic position dropdown (#2138 )
* chore: dynamic position state dropdown for issue view
* style: state select dropdown styling
* fix: state icon attribute names
* chore: state select dynamic dropdown
* chore: member select dynamic dropdown
* chore: label select dynamic dropdown
* chore: priority select dynamic dropdown
* chore: label select dropdown improvement
* refactor: state dropdown location
* chore: dropdown improvement and code refactor
* chore: dynamic dropdown hook type added
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
* fix: fields not getting selected in the create issue form (#2212 )
* fix: hydration error and draft issue workflow
* fix: build error
* fix: properties getting de-selected after create, module & cycle not getting auto-select on the form
* fix: display layout, props being updated directly
* chore: sub issues count in individual issue (#2221 )
* Implemented nested issues in the sub issues section in issue detail page (#2233 )
* feat: subissues infinte level
* feat: updated UI for sub issues
* feat: subissues new ui and nested sub issues in issue detail
* chore: removed repeated code
* refactor: product updates modal layout (#2225 )
* fix: handle no issues in custom analytics (#2226 )
* fix: activity label color (#2227 )
* fix: profile issues layout switch (#2228 )
* fix: issues resolved in sub issues (#2238 )
* fix: aws region name (#2234 )
* chore: updated docker naming conventions (#2239 )
* naming convention changes
* dev: update docker-compose-hub in consistent with docker-compose
* dev: updated docker container name
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
* chore: added state and priority order in workspace user profile (#2241 )
* fix: changed priority from None to none (#2229 )
* fix: cycle and module stats when issues are archived (#2185 )
* fix: cycle and module stats when issues are archived
* fix: added draft filter
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
* feat: quick add (#2240 )
* feat: quick add
* style: made text color muted
* chore: added epoch in draft (#2244 )
* chore: added epoch in draft
* chore: removed extra spaces
* fix: resolved pending issue graph in analytics, user wishes in dashboard, and typo in projects list (#2247 )
* style: settings page improvement (#2211 )
* style: settings page improvement
* style: toggle switch styling
---------
Co-authored-by: Anmol Singh Bhatia <asb@Anmols-MacBook-Pro.local >
* chore: changed priority props in workspace and project (#2253 )
* fix: bug fix related to fetching dropdown options for the profile issue (#2246 )
* fix: sub issue state and member select build error (#2254 )
* rename view to layout (#2255 )
Co-authored-by: Your Name <you@example.com >
* fix: bug fixes and ui improvement (#2250 )
* dev: remove auto filter endpoint
* feat: quick-add placement in spreadsheet and gantt (#2259 )
* feat: sticking quick-add at the bottom of the screen
fix: opening create issue modal instead of quick-add in draft-issues, my-issue and profile page
* fix: build error due to dynamic import
* fix: draft issue delete not working (#2249 )
* fix: draft issue not deleting, project can't be changed in draft issue modal
* fix: removed mutation for view where draft issues are not shown
* fix: inline create issue for draft issue
* fix: clearing data from localstorage on discard click
* feat: Add peek overview in sub issues and updated UI for empty states. (#2263 )
* chore: add tooltip to show full time on activity logs (#2235 )
* fix: issue automation iterable error (#2208 )
* fix: n+1 queries for cycle list and project member endpoints (#2257 )
* [fix] nginx continuously rewriting and reloading on index page of spaces app (#2236 )
* chore: shifted index page to /home route
* chore: added rewrite logic, to rewrite index to /home
* chore: routed home to login route as login page
* chore: updated nginx config to route to login
* chore: updated path for home
* dev: migration for 0.13 (#2266 )
* dev: updated migrations
* dev: migration for 0.13
* dev: re-split migrations into two different files (#2268 )
* dev: split issue activity migration separate files
* dev: resplit migrations into two different files
* dev: changed the batch size
* chore: udpate date filters to support dynamic options
* fix: bugs in quick-add and draft issues (#2269 )
* fix: 'Last Drafted Issue' making sidebar look weird on collapsed
* feat: scroll to the bottom when issue is created
* fix: 'Add Issue' button overlapping issue card in spreadsheet view
* fix: wrong placement of quick-add in calender layout
* fix: spacing for issue card in spreadsheet view
* chore: add instructions to contributing guide (#2270 )
* chore: add instructions to contributing guide
* dev: update contributing.md to use the new configuration
---------
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com >
* fix: user dashboard greeting timezone (#2267 )
* chore: user greeting timezone
* fix: group by labels not working on workspace level
* feat: workspace global view, style: spreadsheet view revamp (#2273 )
* chore: workspace view types, services and hooks added
* style: spreadsheet view revamp and code refactor
* feat: workspace view
* fix: build fix
* chore: sidebar workspace issues redirection updated
* style: gantt layout quick-add padding (#2272 )
* fix: 'Last Drafted Issue' making sidebar look weird on collapsed
* feat: scroll to the bottom when issue is created
* fix: 'Add Issue' button overlapping issue card in spreadsheet view
* fix: wrong placement of quick-add in calender layout
* fix: spacing for issue card in spreadsheet view
* style: gantt layout quick-add padding
style: removed 'State group' from draft issue
* style: decrese shadow, quick-add position on calender layout, and 'add issue' sticky
* style: button color
* fix: block click happening while moving (#2275 )
* dev: refactor date filters to a single function
* chore: handle calendar date range in frontend (#2277 )
* chore: gantt chart empty state (#2279 )
* chore: gantt empty state
* chore: Add heading to the gantt sidebar
* style: calender quick-add same width as single date (#2280 )
* style: calender quick-add same width as single date
* style: margin bottom in quick-add in spreadsheet view
* fix: quick add opening in list-layout
* style: reduced margin left
* chore: updated created at in draft issue (#2278 )
* chore: make target dates inclusive when filtering (#2276 )
* chore: sort order and issue props for global views (#2283 )
* chore: removed project filter (#2284 )
* fix: inbox issue deletes (#2290 )
* chore: views (#2288 )
* chore: global views order by
* chore: update permissions for global views
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
* chore: fetch issues from previous and next month in the calendar view (#2282 )
* fix: issue activity estimate value bug fix (#2281 )
* fix: issue activity estimate value bug fix
* fix: activity typo fix
* fix: ui and bugs (#2289 )
* fix: 24 character limit on first & last name in onboarding page
* fix: no option: 'Add Issue' in archive issue page
* fix: in archive issue directly sending to issue detail page
* fix: issue type showing in archive issue
* fix: custom menu overflowing
* fix: changing subscriber in filters has no effect
* style: border in quick-add
* fix: on onboarding member role overflowing
* fix: inconsistent icons in issue detail
* style: spacing, borders and shadows in quick-add
* fix: custom menu truncate
* fix: notifications for created by me and assigned to me (#2292 )
* chore: workspace view display filters and properties , code refactor (#2295 )
* chore: spreadsheet view context
* chore: spreadsheet context provider
* chore: spreadsheet view context
* chore: display filters and properties added in workspace view and code refactor
* fix: build error fix
* chore: set sub-issue display option to false for global views
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
* chore: label create error (#2299 )
* chore: global issues ui improvement and bug fixes (#2300 )
* chore: workspace view mutation fix ,bug fixes and code refactor (#2301 )
* chore: workspace view mutation fix ,bug fixes and code refactor
* chore: update workspace view toast alert added
* chore: workspace view order by removed (#2303 )
* dev: updated migrations for 0.13-dev (#2305 )
* chore: epoch migration batch size changed
* chore: reoredered the migration files
* dev: updated migrations for 0.13-dev
* chore: added epoch field
* dev: merged the migration files
* fix: workspace view filters count fix (#2307 )
* fix: unsplash api fix (#2310 )
* fix: workspace view redirection fix, style: spreadsheet view shadow scroll fix (#2314 )
* fix: workspace view redirection fix
* style: spreadsheet view scroll shadow fix
* fix: update build workflow for the deploy app (#2315 )
* fix: workspace view add issue mutation fix (#2317 )
* dev: create action to sync PR changes to the repo (#2333 )
* fix: ui package readme added (#2334 )
* fix: variable name for token (#2336 )
* dev: update add permissions to the action (#2337 )
* dev: rename token variables (#2338 )
* fix: updated readme fixes (#2339 )
* dev: update sync workflow to run only when the source repo is configured (#2346 )
* dev: update sync workflow to run only when the source repo is configured
* fix: naming convention changes
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
* fix: issue relation mutation and draft issue (#2340 )
* fix: issue relation mutation and draft issue
* fix: 'New Issue' in gantt view
fix: emoji select going under
* fix: profile page typo
* fix: sync workflow fixes (#2365 )
* fix: sync job pr description escaped values fix (#2366 )
* Update index.tsx (#2343 )
Fixes #2342
* dev: update apiserver configuration files (#2348 )
* dev: update apiserver configuration files
* dev: add email and minio redirection urls
* fix: themening validation in store init. (#2350 )
* chore: member can change role (#2371 )
* chore: removed the issue draft log from my profile (#2368 )
* adding sync info in pr title (#2373 )
* chore: layout access validation and switch in plane deploy issues route (#2351 )
* chore: handled route validation and layout access validation in plane deploy issues
* chore: impoved validation condition
* show current version in the help section dropdown (#2353 )
* fix: table menu positioning (#2354 )
* fix: handle cross project issues in the sub-issues. (#2357 )
* fix: login process validation based on api config (#2361 )
* dev: configuration endpoint for frontend client (#2355 )
* dev: configuration endpoint for frontend clients
* dev: configuration enable magic and email/password signup
* dev: update unsplash keys
* dev: add unsplash API and add env for magic login
* fix: 404 when redirecting user clicks on Sign In button (#2349 )
* fix: 404 when redirecting user to login page
* fix: next_path redirection not working
* fix: authentication workflow update in plane deploy
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
* fix: project setting member role validation (#2369 )
* fix: project setting member role validation
* chore: opacity removed from member setting page
* chore: member setting page validation
* chore: project covers endpoint (#2370 )
* chore: project covers endpoint
* dev: remove print logs
* dev: formatting
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
* feat: default project cover images tab on the change cover popover (#2375 )
* feat: default project cover images tab
* chore: remove unnecessary env vars from turbo.json
* chore: remove unnecessary OAuth envs (#2378 )
* chore: remove unnecessary oauth envs
* merge conflicts resolved
* fix: adding new service
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
* fix: added user store variables in mobx store observable (#2380 )
* fix: state group icons (#2381 )
* fix: removed default theme setting in the index page (#2382 )
* fix: removed default theme setting in the index page
* fix: empty space
* dev: global views and workspace filters store implemented
* sync CE Master to EE Develop
* refactor: create update view modal
* chore: static issue global views
* refactor: remove old code
* refactor: filters select dropdown
* chore: fix calendar layout
* chore: mobx store for new applied filters
* chore: dded search functionality
---------
Co-authored-by: Vamsi Kurama <vamsi.kurama@gmail.com >
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com >
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
Co-authored-by: guru_sainath <gurusainath007@gmail.com >
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Anmol Singh Bhatia <asb@Anmols-MacBook-Pro.local >
Co-authored-by: Rhea Jain <65884341+rhea0110@users.noreply.github.com >
Co-authored-by: Your Name <you@example.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com >
Co-authored-by: Thomas <git@thomasync.dev >
Co-authored-by: Luis Cruz <55716036+luis-cruzt@users.noreply.github.com >
Co-authored-by: Manish Gupta <manish@mgupta.me >
* fix: Auth fixes and Layout fixes (#2408 )
* fix: auth fixes and layout improvements
* fix: layout fixes
* fix: analytics page fixes
* dev: implemented project views using MobX (#2410 )
* dev: implemented project views list using mobx
* style: views list UI
* dev: implemented view issues page using mobx
* refactor: project view issues fetching
* chore: plane ui library component and code refactor (#2406 )
* chore: swap input component with plane/ui package
* chore: swap textarea component with plane/ui package
* chore: swap button component with plane/ui package
* chore: button component revamp
* fix: button type fix
* chore: secondary button revamp
* chore: button props updated
* chore: swap loader component with plane/ui package
* fix: build error fix
* chore: button component refactor
* chore: code refactor
* chore: swap toggle switch component with plane/ui package
* chore: swap spinner component with plane/ui package
* chore: swap progress bar componenet with plan/ui package
* chore: code refactor
* chore: cycles revamp
* fix: gitignore fixes
* chore: updated cycles view adn layout mutation
* fix: project card fixes
* chore: ui component revamp (#2415 )
* chore: swap tooltip component with plane ui package
* chore: swap linear progress component with plane ui package
* fix: login button fix
* chore: implement new worksapace wrapper for global views (#2412 )
* chore: implement new worksapace wrapper for global views pages
* fix: merge conflicts
* fix: merge conflicts
* dev: add remaining layouts to cycle (#2413 )
* fix: workspace auth wrapper changes
* chore: project card revamp and refactor (#2416 )
* removing dist from ui
* chore: handled edit and delete operation in cycle board view, and gantt view
* refactor: analytics (#2419 )
* refactor: helper functions
* chore: updated all the page headers
* refactor: custom analytics
* refactor: project analytics modal
* refactor: folder structure, remove junk code (#2423 )
* refactor: folder structure
* chore: ad order by target date option
* refactor: remove old layout components
* refactor: inbox folder structure
* fix: services fixes
* fix: store imports changes
* fix: services export fixes
* fix: services implementation fixes
* fix: build issue fixes
* fix: react library fixes
* refactor: MobX store folder structure (#2435 )
* refactor: store folder structure
* chore: update import statements
* fix: service import errors (#2436 )
* fix: service imports
* chore: update service imports in store
* chore: fix remianing service imports
* build fixes
* editor ts config fixes
* fix: turbo and build fixes
* fix: Auth screen loading implementation
* fix: build issues
* fix: turbo settings for ui package
* chore: project active cycles requestes changed from swr to mobx
* chore: imports and structuring codebase in cycles
* chore: removed legacy code from cycles
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com >
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com >
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
Co-authored-by: Vamsi Kurama <vamsi.kurama@gmail.com >
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com >
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Anmol Singh Bhatia <asb@Anmols-MacBook-Pro.local >
Co-authored-by: Rhea Jain <65884341+rhea0110@users.noreply.github.com >
Co-authored-by: Your Name <you@example.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com >
Co-authored-by: Thomas <git@thomasync.dev >
Co-authored-by: Luis Cruz <55716036+luis-cruzt@users.noreply.github.com >
Co-authored-by: Manish Gupta <manish@mgupta.me >
2023-10-16 13:26:18 +05:30
0ceb9974f6
dev: hub compose file update ( #2376 ) ( #2444 ) ( #2445 )
...
* docker-compose-hub modified for envs
* bug:fix recent page hiding last item on scroll #1468 (#2411 )
* wip
* fixed the AMD build on ARM
---------
Co-authored-by: Manish Gupta <59428681+manishg3@users.noreply.github.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2023-10-16 13:00:58 +05:30
e684bda8b2
dev: hub compose file update ( #2376 )
...
* docker-compose-hub modified for envs
* bug:fix recent page hiding last item on scroll #1468 (#2411 )
* wip
* fixed the AMD build on ARM
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2023-10-16 12:41:26 +05:30
+9
d80a593520
fix: Implementing mobx, refactoring service layer and rewriting components ( #2441 )
...
* chore: kanban refactoring
* chore: Implemented new kanaban board UX and implemented draggable using react beautiful dnd
* chore: updated yarn lock
* chore: updated the store for issues and issue filters
* chore: resolved build error
* chore: created filters and updated the issue filters, display_filter and display_properties in mobx and components
* chore: implemented filters for issues
* chore: UI theming updates
* chore: handled single and multi select in filter cards
* chore: implemented filters and views in kanaban
* chore: updating filters, display_filter and display properties
* chore: filter, layout, display filters, extra filters and display properties render validation
* chore: clean up and resolved import warnings
* chore: type check
* chore: renamed gantt key to gantt_chart
* chore: filter render UI and Functionality implementation
* chore: filter empty state handling in issue filter selection
* Implementing list view
* chore: kanban drag drop logic
* filtering
* chore: store setup
* chore: handled build issues
* chore: store setup
* user filter
* chore: store setup
* chore: store fixes and static data setup
* chore: store setup for build fixes
* fix: merge conflicts (#2231 )
* chore: dynamic position dropdown (#2138 )
* chore: dynamic position state dropdown for issue view
* style: state select dropdown styling
* fix: state icon attribute names
* chore: state select dynamic dropdown
* chore: member select dynamic dropdown
* chore: label select dynamic dropdown
* chore: priority select dynamic dropdown
* chore: label select dropdown improvement
* refactor: state dropdown location
* chore: dropdown improvement and code refactor
* chore: dynamic dropdown hook type added
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
* fix: fields not getting selected in the create issue form (#2212 )
* fix: hydration error and draft issue workflow
* fix: build error
* fix: properties getting de-selected after create, module & cycle not getting auto-select on the form
* fix: display layout, props being updated directly
* chore: sub issues count in individual issue (#2221 )
* fix: service imports
* chore: rename csv service file
---------
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com >
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
* chore: store fixes
* chore: update issue detail store to handle peek overview (#2237 )
* chore: dynamic position dropdown (#2138 )
* chore: dynamic position state dropdown for issue view
* style: state select dropdown styling
* fix: state icon attribute names
* chore: state select dynamic dropdown
* chore: member select dynamic dropdown
* chore: label select dynamic dropdown
* chore: priority select dynamic dropdown
* chore: label select dropdown improvement
* refactor: state dropdown location
* chore: dropdown improvement and code refactor
* chore: dynamic dropdown hook type added
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
* fix: fields not getting selected in the create issue form (#2212 )
* fix: hydration error and draft issue workflow
* fix: build error
* fix: properties getting de-selected after create, module & cycle not getting auto-select on the form
* fix: display layout, props being updated directly
* chore: sub issues count in individual issue (#2221 )
* Implemented nested issues in the sub issues section in issue detail page (#2233 )
* feat: subissues infinte level
* feat: updated UI for sub issues
* feat: subissues new ui and nested sub issues in issue detail
* chore: removed repeated code
* refactor: product updates modal layout (#2225 )
* fix: handle no issues in custom analytics (#2226 )
* fix: activity label color (#2227 )
* fix: profile issues layout switch (#2228 )
* chore: update service imports
* chore: update issue detail store to handle peek overview
---------
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com >
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
Co-authored-by: guru_sainath <gurusainath007@gmail.com >
* chore: minor fixes
* workspace project fixes
* feat: project issues topbar (#2256 )
* chore: project issues topbar
* style: theming and minor UI fixes
* refactor: file structure
* chore: layout wise authorization added
* style: filter dropdowns
* chore: add fetch keys
* chore: minor fixes
* chore: filters dropdown (#2260 )
* chore: project issues topbar
* style: theming and minor UI fixes
* refactor: file structure
* chore: layout wise authorization added
* style: filter dropdowns
* chore: add fetch keys
* feat: search option for filters
* fix: sticky headers
* chore: sub_group_by section added
* fix: leave project fixes
* refactor: project card component refactor
* Implemented swimlanes and kanban view (#2262 )
* chore: issue store for kanban and calendar
* chore: updated ui for kanba and swimlanes
* chore: yarn.lock updated
* fix: computed filters logic
* chore: added sub_group_by in params and handled sub-group-by render error in display filter's
* fix: ui package setup and project update form refactor
* fix: ui package setup
* fix: minor ui fixes
* dev: calendar view layout revamp (#2293 )
* dev: calendar view init
* chore: new render logic
* chore: implement calendar view
* chore: calendar view
* refactor: calendar payload
* chore: remove active month logic from backend
* chore: setup new store for calendar
* refactor: issues fetching structure
* chore: months dropdown
* chore: modify request query params for calendar layout
* refactor: remove console logs and add comments
* chore: removed demo m-store routes
* cycles changes
* chore: issues grouped kanban and swimlanes UI and functionality (#2294 )
* chore: updated the all the group_by and sub_group_by UI and functionality render in kanban
* chore: kanban sorting in mobx and ui updates
* chore: ui changes and drag and drop functionality changes in kanban
* chore: issues count render in kanban default and swimlanes
* chore: Added icons to the group_by and sub_group_by in kanban and swimlanes
* refactor: filter components, constants and helper functions (#2297 )
* refactor: filters and display filters to accept handlers as props
* refactor: filters and display filters folder structure
* refactor: change issue layout options constant structure
* chore: display filters validations
* chore: view less filters functionality
* fix: display filters validation
* refactor: wrap functions around useCallback
* chore: start and target date filter options added
* refactor: query params generator function
* fix: query params generator function
* dev: gantt chart implementation using MobX (#2302 )
* dev: fetch project gantt issues using mobx
* chore: handle group by options in the kanban layout
* dev: spreadsheet layout implementation using MobX (#2306 )
* dev: implement spreadsheet view using mobx
* refactor: remove console logs and props
* chore: refactoring cycles list
* feat: adding additional ui components
* dev: applied filters list implementation using MobX (#2325 )
* dev: applied filters list UI
* fix: filter item height
* chore: remove unnecessary classes
* fix: params generator
* fix: cycles views list and board
* fix: cycles list rendering fixes
* fix: layout fixes
* refactor: filter components (#2359 )
* fix: calendar layout dividers
* refactor: filter selection components
* fix: dropdown closing after selection
* refactor: filters components
* chore: issue properties for list and kanban layouts and implemented estimates in project store (#2363 )
* chore: issue properties for state, priorit, labels and members
* feat: implemented assignee, labels properties
* fix: implemented estimates in project store and issue properties
* chore: staer_date and due_date and validation properties in kanban
* chore: filters import conflict
* dev: setup module and module filter store (#2364 )
* dev: implement module issues using mobx store
* dev: module filter store setup
* chore: module store crud operations
* chore: issue list layout (#2367 )
* chore: merge develop (#2388 )
* fix: build erros
* chore: cycles, modules store integration, list and kanban layouts and updated kanban logic (#2399 )
* chore: cycle, cycle-issue, cycle-filters, cycle-kanban, cycle layout setup
* chore: cycles kanban and list view store
* chore: cycles, modules kanban and list, kanban view store
* refactor: change naming convention (#2383 )
* fix:auth layer revamp
* chore: Implemented list and kanban views in project modules (#2402 )
* chore: updated kanban logic in project cycles and modules
* chore: updated list and kanban in module
* dev: implement global views using MobX (#2404 )
* fix: selfhosted fixes (#2154 )
* fix: selfhosted fixes
* fix: updated env example
* chore: dynamic position dropdown (#2138 )
* chore: dynamic position state dropdown for issue view
* style: state select dropdown styling
* fix: state icon attribute names
* chore: state select dynamic dropdown
* chore: member select dynamic dropdown
* chore: label select dynamic dropdown
* chore: priority select dynamic dropdown
* chore: label select dropdown improvement
* refactor: state dropdown location
* chore: dropdown improvement and code refactor
* chore: dynamic dropdown hook type added
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
* fix: fields not getting selected in the create issue form (#2212 )
* fix: hydration error and draft issue workflow
* fix: build error
* fix: properties getting de-selected after create, module & cycle not getting auto-select on the form
* fix: display layout, props being updated directly
* chore: sub issues count in individual issue (#2221 )
* Implemented nested issues in the sub issues section in issue detail page (#2233 )
* feat: subissues infinte level
* feat: updated UI for sub issues
* feat: subissues new ui and nested sub issues in issue detail
* chore: removed repeated code
* refactor: product updates modal layout (#2225 )
* fix: handle no issues in custom analytics (#2226 )
* fix: activity label color (#2227 )
* fix: profile issues layout switch (#2228 )
* fix: issues resolved in sub issues (#2238 )
* fix: aws region name (#2234 )
* chore: updated docker naming conventions (#2239 )
* naming convention changes
* dev: update docker-compose-hub in consistent with docker-compose
* dev: updated docker container name
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
* chore: added state and priority order in workspace user profile (#2241 )
* fix: changed priority from None to none (#2229 )
* fix: cycle and module stats when issues are archived (#2185 )
* fix: cycle and module stats when issues are archived
* fix: added draft filter
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
* feat: quick add (#2240 )
* feat: quick add
* style: made text color muted
* chore: added epoch in draft (#2244 )
* chore: added epoch in draft
* chore: removed extra spaces
* fix: resolved pending issue graph in analytics, user wishes in dashboard, and typo in projects list (#2247 )
* style: settings page improvement (#2211 )
* style: settings page improvement
* style: toggle switch styling
---------
Co-authored-by: Anmol Singh Bhatia <asb@Anmols-MacBook-Pro.local >
* chore: changed priority props in workspace and project (#2253 )
* fix: bug fix related to fetching dropdown options for the profile issue (#2246 )
* fix: sub issue state and member select build error (#2254 )
* rename view to layout (#2255 )
Co-authored-by: Your Name <you@example.com >
* fix: bug fixes and ui improvement (#2250 )
* dev: remove auto filter endpoint
* feat: quick-add placement in spreadsheet and gantt (#2259 )
* feat: sticking quick-add at the bottom of the screen
fix: opening create issue modal instead of quick-add in draft-issues, my-issue and profile page
* fix: build error due to dynamic import
* fix: draft issue delete not working (#2249 )
* fix: draft issue not deleting, project can't be changed in draft issue modal
* fix: removed mutation for view where draft issues are not shown
* fix: inline create issue for draft issue
* fix: clearing data from localstorage on discard click
* feat: Add peek overview in sub issues and updated UI for empty states. (#2263 )
* chore: add tooltip to show full time on activity logs (#2235 )
* fix: issue automation iterable error (#2208 )
* fix: n+1 queries for cycle list and project member endpoints (#2257 )
* [fix] nginx continuously rewriting and reloading on index page of spaces app (#2236 )
* chore: shifted index page to /home route
* chore: added rewrite logic, to rewrite index to /home
* chore: routed home to login route as login page
* chore: updated nginx config to route to login
* chore: updated path for home
* dev: migration for 0.13 (#2266 )
* dev: updated migrations
* dev: migration for 0.13
* dev: re-split migrations into two different files (#2268 )
* dev: split issue activity migration separate files
* dev: resplit migrations into two different files
* dev: changed the batch size
* chore: udpate date filters to support dynamic options
* fix: bugs in quick-add and draft issues (#2269 )
* fix: 'Last Drafted Issue' making sidebar look weird on collapsed
* feat: scroll to the bottom when issue is created
* fix: 'Add Issue' button overlapping issue card in spreadsheet view
* fix: wrong placement of quick-add in calender layout
* fix: spacing for issue card in spreadsheet view
* chore: add instructions to contributing guide (#2270 )
* chore: add instructions to contributing guide
* dev: update contributing.md to use the new configuration
---------
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com >
* fix: user dashboard greeting timezone (#2267 )
* chore: user greeting timezone
* fix: group by labels not working on workspace level
* feat: workspace global view, style: spreadsheet view revamp (#2273 )
* chore: workspace view types, services and hooks added
* style: spreadsheet view revamp and code refactor
* feat: workspace view
* fix: build fix
* chore: sidebar workspace issues redirection updated
* style: gantt layout quick-add padding (#2272 )
* fix: 'Last Drafted Issue' making sidebar look weird on collapsed
* feat: scroll to the bottom when issue is created
* fix: 'Add Issue' button overlapping issue card in spreadsheet view
* fix: wrong placement of quick-add in calender layout
* fix: spacing for issue card in spreadsheet view
* style: gantt layout quick-add padding
style: removed 'State group' from draft issue
* style: decrese shadow, quick-add position on calender layout, and 'add issue' sticky
* style: button color
* fix: block click happening while moving (#2275 )
* dev: refactor date filters to a single function
* chore: handle calendar date range in frontend (#2277 )
* chore: gantt chart empty state (#2279 )
* chore: gantt empty state
* chore: Add heading to the gantt sidebar
* style: calender quick-add same width as single date (#2280 )
* style: calender quick-add same width as single date
* style: margin bottom in quick-add in spreadsheet view
* fix: quick add opening in list-layout
* style: reduced margin left
* chore: updated created at in draft issue (#2278 )
* chore: make target dates inclusive when filtering (#2276 )
* chore: sort order and issue props for global views (#2283 )
* chore: removed project filter (#2284 )
* fix: inbox issue deletes (#2290 )
* chore: views (#2288 )
* chore: global views order by
* chore: update permissions for global views
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
* chore: fetch issues from previous and next month in the calendar view (#2282 )
* fix: issue activity estimate value bug fix (#2281 )
* fix: issue activity estimate value bug fix
* fix: activity typo fix
* fix: ui and bugs (#2289 )
* fix: 24 character limit on first & last name in onboarding page
* fix: no option: 'Add Issue' in archive issue page
* fix: in archive issue directly sending to issue detail page
* fix: issue type showing in archive issue
* fix: custom menu overflowing
* fix: changing subscriber in filters has no effect
* style: border in quick-add
* fix: on onboarding member role overflowing
* fix: inconsistent icons in issue detail
* style: spacing, borders and shadows in quick-add
* fix: custom menu truncate
* fix: notifications for created by me and assigned to me (#2292 )
* chore: workspace view display filters and properties , code refactor (#2295 )
* chore: spreadsheet view context
* chore: spreadsheet context provider
* chore: spreadsheet view context
* chore: display filters and properties added in workspace view and code refactor
* fix: build error fix
* chore: set sub-issue display option to false for global views
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
* chore: label create error (#2299 )
* chore: global issues ui improvement and bug fixes (#2300 )
* chore: workspace view mutation fix ,bug fixes and code refactor (#2301 )
* chore: workspace view mutation fix ,bug fixes and code refactor
* chore: update workspace view toast alert added
* chore: workspace view order by removed (#2303 )
* dev: updated migrations for 0.13-dev (#2305 )
* chore: epoch migration batch size changed
* chore: reoredered the migration files
* dev: updated migrations for 0.13-dev
* chore: added epoch field
* dev: merged the migration files
* fix: workspace view filters count fix (#2307 )
* fix: unsplash api fix (#2310 )
* fix: workspace view redirection fix, style: spreadsheet view shadow scroll fix (#2314 )
* fix: workspace view redirection fix
* style: spreadsheet view scroll shadow fix
* fix: update build workflow for the deploy app (#2315 )
* fix: workspace view add issue mutation fix (#2317 )
* dev: create action to sync PR changes to the repo (#2333 )
* fix: ui package readme added (#2334 )
* fix: variable name for token (#2336 )
* dev: update add permissions to the action (#2337 )
* dev: rename token variables (#2338 )
* fix: updated readme fixes (#2339 )
* dev: update sync workflow to run only when the source repo is configured (#2346 )
* dev: update sync workflow to run only when the source repo is configured
* fix: naming convention changes
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
* fix: issue relation mutation and draft issue (#2340 )
* fix: issue relation mutation and draft issue
* fix: 'New Issue' in gantt view
fix: emoji select going under
* fix: profile page typo
* fix: sync workflow fixes (#2365 )
* fix: sync job pr description escaped values fix (#2366 )
* Update index.tsx (#2343 )
Fixes #2342
* dev: update apiserver configuration files (#2348 )
* dev: update apiserver configuration files
* dev: add email and minio redirection urls
* fix: themening validation in store init. (#2350 )
* chore: member can change role (#2371 )
* chore: removed the issue draft log from my profile (#2368 )
* adding sync info in pr title (#2373 )
* chore: layout access validation and switch in plane deploy issues route (#2351 )
* chore: handled route validation and layout access validation in plane deploy issues
* chore: impoved validation condition
* show current version in the help section dropdown (#2353 )
* fix: table menu positioning (#2354 )
* fix: handle cross project issues in the sub-issues. (#2357 )
* fix: login process validation based on api config (#2361 )
* dev: configuration endpoint for frontend client (#2355 )
* dev: configuration endpoint for frontend clients
* dev: configuration enable magic and email/password signup
* dev: update unsplash keys
* dev: add unsplash API and add env for magic login
* fix: 404 when redirecting user clicks on Sign In button (#2349 )
* fix: 404 when redirecting user to login page
* fix: next_path redirection not working
* fix: authentication workflow update in plane deploy
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
* fix: project setting member role validation (#2369 )
* fix: project setting member role validation
* chore: opacity removed from member setting page
* chore: member setting page validation
* chore: project covers endpoint (#2370 )
* chore: project covers endpoint
* dev: remove print logs
* dev: formatting
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
* feat: default project cover images tab on the change cover popover (#2375 )
* feat: default project cover images tab
* chore: remove unnecessary env vars from turbo.json
* chore: remove unnecessary OAuth envs (#2378 )
* chore: remove unnecessary oauth envs
* merge conflicts resolved
* fix: adding new service
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
* fix: added user store variables in mobx store observable (#2380 )
* fix: state group icons (#2381 )
* fix: removed default theme setting in the index page (#2382 )
* fix: removed default theme setting in the index page
* fix: empty space
* dev: global views and workspace filters store implemented
* sync CE Master to EE Develop
* refactor: create update view modal
* chore: static issue global views
* refactor: remove old code
* refactor: filters select dropdown
* chore: fix calendar layout
* chore: mobx store for new applied filters
* chore: dded search functionality
---------
Co-authored-by: Vamsi Kurama <vamsi.kurama@gmail.com >
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com >
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
Co-authored-by: guru_sainath <gurusainath007@gmail.com >
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Anmol Singh Bhatia <asb@Anmols-MacBook-Pro.local >
Co-authored-by: Rhea Jain <65884341+rhea0110@users.noreply.github.com >
Co-authored-by: Your Name <you@example.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com >
Co-authored-by: Thomas <git@thomasync.dev >
Co-authored-by: Luis Cruz <55716036+luis-cruzt@users.noreply.github.com >
Co-authored-by: Manish Gupta <manish@mgupta.me >
* fix: Auth fixes and Layout fixes (#2408 )
* fix: auth fixes and layout improvements
* fix: layout fixes
* fix: analytics page fixes
* dev: implemented project views using MobX (#2410 )
* dev: implemented project views list using mobx
* style: views list UI
* dev: implemented view issues page using mobx
* refactor: project view issues fetching
* chore: plane ui library component and code refactor (#2406 )
* chore: swap input component with plane/ui package
* chore: swap textarea component with plane/ui package
* chore: swap button component with plane/ui package
* chore: button component revamp
* fix: button type fix
* chore: secondary button revamp
* chore: button props updated
* chore: swap loader component with plane/ui package
* fix: build error fix
* chore: button component refactor
* chore: code refactor
* chore: swap toggle switch component with plane/ui package
* chore: swap spinner component with plane/ui package
* chore: swap progress bar componenet with plan/ui package
* chore: code refactor
* fix: gitignore fixes
* fix: project card fixes
* chore: ui component revamp (#2415 )
* chore: swap tooltip component with plane ui package
* chore: swap linear progress component with plane ui package
* fix: login button fix
* chore: implement new worksapace wrapper for global views (#2412 )
* chore: implement new worksapace wrapper for global views pages
* fix: merge conflicts
* fix: merge conflicts
* dev: add remaining layouts to cycle (#2413 )
* fix: workspace auth wrapper changes
* chore: project card revamp and refactor (#2416 )
* removing dist from ui
* refactor: analytics (#2419 )
* refactor: helper functions
* chore: updated all the page headers
* refactor: custom analytics
* refactor: project analytics modal
* refactor: folder structure, remove junk code (#2423 )
* refactor: folder structure
* chore: ad order by target date option
* refactor: remove old layout components
* refactor: inbox folder structure
* fix: services fixes
* fix: store imports changes
* fix: services export fixes
* fix: services implementation fixes
* fix: build issue fixes
* fix: react library fixes
* refactor: MobX store folder structure (#2435 )
* refactor: store folder structure
* chore: update import statements
* fix: service import errors (#2436 )
* fix: service imports
* chore: update service imports in store
* chore: fix remianing service imports
* build fixes
* editor ts config fixes
* fix: turbo and build fixes
* fix: Auth screen loading implementation
* fix: build issues
* fix: turbo settings for ui package
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com >
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com >
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
Co-authored-by: Vamsi Kurama <vamsi.kurama@gmail.com >
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com >
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Anmol Singh Bhatia <asb@Anmols-MacBook-Pro.local >
Co-authored-by: Rhea Jain <65884341+rhea0110@users.noreply.github.com >
Co-authored-by: Your Name <you@example.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com >
Co-authored-by: Thomas <git@thomasync.dev >
Co-authored-by: Luis Cruz <55716036+luis-cruzt@users.noreply.github.com >
Co-authored-by: Manish Gupta <manish@mgupta.me >
2023-10-15 23:50:12 +05:30
Manish Gupta and GitHub
c6e021d41f
dev: Docker Compose for Local Dev Environment Setup ( #2409 )
...
* local dev environment setup
* api image fixes
* yaml changed to yml
* Readme & EnvSetup MD updates
* Update README.md
2023-10-13 12:16:08 +05:30
0a8b99a074
feat: Editor Core Packaging and Restructuring ( #2358 )
...
* initialized tiptap component with common tailwind config
* added common tailwind config to web
* abstracted upload and delete functions
* removed tiptap pro extension
* fixed types
* removed old tailwind config and fixed plane package imports
* exported tiptap editor with and without ref
* updated package name to @plane/editor
* finally fixed import errors
* added turbo dependency for tiptap
* reverted back types and fixed tailwind
* migrated all components to use the common package
* removed old tiptap dependency
* improved dev experience to build the tiptap package before starting dev server
* resolved lock life and missing deps
* fixed dependency issue with react type resolution
* chore: updated pulls build CI for using turbo builds
* comment editor basic version added
* new structure of editor components
* refactored editor to not require workspace slug
* added seperation of extensions and props
* refactoring to LiteTextEditor and RichTextEditor
* fixed global css issue with highlight js
* refactoring tiptap to core/lite/rich text editor
* read only editor support added
* replaced all read-only instances
* trimming html at start and end of content added
* onSubmit on enterkey captured
* removed absolute imports from editor/core package
* removed absolute imports from lite-text-editor
* removed absolute imports from rich-text-editor
* fixed dependencies in editor package
* fixed tailwind config for editor
* Enter key behaviour added for Comments
* fixed modal form issue
* added comment editor with fixed menu
* added support for range commands
* modified turbo config for build pipeline of space and web projects
* fixed shift enter behavior for lists
* removed extra margin from access specifiers
* removed tiptap instance from web
* fixed bugs returning empty editor boxes
* fixed toggle Underline behvaiour
* updated bubble menu to use core package's utilities
* added editor/core readme and fixed imports
* fixed ts issues with link plugin
* added usage of common dependance for slash commands
* completed core package's documentation
* fixed tsconfig by removing path aliases
* Completed readme for rich-text-editor
* Added rich text editor documentation
* changed readme title of core package
---------
Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com >
2023-10-13 12:05:49 +05:30
930a20ea7f
bug:fix recent page hiding last item on scroll #1468 ( #2411 ) ( #2422 )
...
Co-authored-by: Prashant Indurkar <32466796+PrashantIndurkar@users.noreply.github.com >
2023-10-12 17:56:04 +05:30
sriram veeraghanta and GitHub
0a95713911
fix: updated gitignore with dist folder ( #2421 )
2023-10-12 17:09:18 +05:30
Prashant Indurkar and GitHub
e0fcc0c876
bug:fix recent page hiding last item on scroll #1468 ( #2411 )
2023-10-12 16:35:00 +05:30
Dakshesh Jain and GitHub
892a30c3a8
fix: web-view action permission, logs, archive issue, and more ( #2356 )
...
* fix: web-view
* feat: select module
* dev: select cycle & module
* fix: permissions, logs and archive issue
* fix: logs for issue select
fix: hard-coded web-view validation
* fix: attachment confirm delete workflow
* fix: typo
* fix: logging link instead of redirecting to the link
* fix: made editor height 100%
* style: due-date select
* fix: update comment not working
* fix: changed button text
style: spacing
* fix: due date select not working for today's date
* fix: typography
* fix: spacing in select parent
2023-10-12 12:28:36 +05:30
Anmol Singh Bhatia and GitHub
58ea4d6ec9
chore: integrate popper js ( #2398 )
...
* chore: react-popper-js added
* chore: integrate popper js in issue properties dropdown
* chore: integrate popper js in custom menu component
* chore: integrate popper js in custom select component
* chore: integrate popper js in custom search select component
* chore: popper js placement type added
* chore: popper js placement type added
2023-10-11 12:05:53 +05:30
sriram veeraghanta and GitHub
d88eb09fad
Merge pull request #2271 from makeplane/chore/date_filters
...
chore: date filters
2023-10-09 16:01:56 +05:30
Nikhil and GitHub
0f31585620
Merge branch 'develop' into chore/date_filters
2023-10-09 16:00:52 +05:30
sriram veeraghanta and GitHub
0252734e00
Merge pull request #2400 from makeplane/dev/sync-ce-master-to-ee-develop
...
dev: sync CE master changes
2023-10-09 15:56:42 +05:30
Manish Gupta
4a380ae242
sync CE Master to EE Develop
2023-10-09 15:09:27 +05:30
sriram veeraghanta and GitHub
5ac2c270f7
Merge pull request #2385 from makeplane/stage-release
...
release: stage release to master
2023-10-05 14:52:59 +05:30
sriram veeraghanta and GitHub
af61054c0b
Merge pull request #2384 from makeplane/develop
...
promote: develop to stage release
2023-10-05 14:03:37 +05:30
guru_sainath and GitHub
67922f9c5d
fix: removed default theme setting in the index page ( #2382 )
...
* fix: removed default theme setting in the index page
* fix: empty space
2023-10-05 13:47:51 +05:30
Aaryan Khandelwal and GitHub
85147db85f
fix: state group icons ( #2381 )
2023-10-05 13:08:27 +05:30
guru_sainath and GitHub
62035f3bad
fix: added user store variables in mobx store observable ( #2380 )
2023-10-05 12:04:09 +05:30
1c43d313d1
chore: remove unnecessary OAuth envs ( #2378 )
...
* chore: remove unnecessary oauth envs
* merge conflicts resolved
* fix: adding new service
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
2023-10-04 20:43:05 +05:30
Aaryan Khandelwal and GitHub
77c1b90e6b
feat: default project cover images tab on the change cover popover ( #2375 )
...
* feat: default project cover images tab
* chore: remove unnecessary env vars from turbo.json
2023-10-04 20:04:35 +05:30
64af5e2e75
chore: project covers endpoint ( #2370 )
...
* chore: project covers endpoint
* dev: remove print logs
* dev: formatting
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
2023-10-04 19:53:58 +05:30
Anmol Singh Bhatia and GitHub
4ec2811388
fix: project setting member role validation ( #2369 )
...
* fix: project setting member role validation
* chore: opacity removed from member setting page
* chore: member setting page validation
2023-10-04 19:24:13 +05:30
9482cc3a73
fix: 404 when redirecting user clicks on Sign In button ( #2349 )
...
* fix: 404 when redirecting user to login page
* fix: next_path redirection not working
* fix: authentication workflow update in plane deploy
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
2023-10-04 19:21:04 +05:30
Nikhil and GitHub
18bcf55f78
dev: configuration endpoint for frontend client ( #2355 )
...
* dev: configuration endpoint for frontend clients
* dev: configuration enable magic and email/password signup
* dev: update unsplash keys
* dev: add unsplash API and add env for magic login
2023-10-04 19:06:38 +05:30
sriram veeraghanta and GitHub
ea2c1e2d06
fix: login process validation based on api config ( #2361 )
2023-10-04 18:55:29 +05:30
guru_sainath and GitHub
48c65c9c95
fix: handle cross project issues in the sub-issues. ( #2357 )
2023-10-04 18:44:36 +05:30
Aaryan Khandelwal and GitHub
d0a51d75f6
fix: table menu positioning ( #2354 )
2023-10-04 18:36:14 +05:30
Aaryan Khandelwal and GitHub
7bdca9c73a
show current version in the help section dropdown ( #2353 )
2023-10-04 18:31:28 +05:30
guru_sainath and GitHub
05920a72a5
chore: layout access validation and switch in plane deploy issues route ( #2351 )
...
* chore: handled route validation and layout access validation in plane deploy issues
* chore: impoved validation condition
2023-10-04 18:17:34 +05:30
sriram veeraghanta and GitHub
7a3b556ae0
adding sync info in pr title ( #2373 )
2023-10-04 18:03:22 +05:30
Bavisetti Narayan and GitHub
c2f0ae1ec5
chore: removed the issue draft log from my profile ( #2368 )
2023-10-04 17:47:46 +05:30
Bavisetti Narayan and GitHub
fb6f6454df
chore: member can change role ( #2371 )
2023-10-04 17:47:01 +05:30
guru_sainath and GitHub
1e9149d872
fix: themening validation in store init. ( #2350 )
2023-10-04 17:44:54 +05:30
Nikhil and GitHub
eacf543439
dev: update apiserver configuration files ( #2348 )
...
* dev: update apiserver configuration files
* dev: add email and minio redirection urls
2023-10-04 17:39:12 +05:30
Luis Cruz and GitHub
981e2aafdd
Update index.tsx ( #2343 )
...
Fixes #2342
2023-10-04 17:37:01 +05:30
sriram veeraghanta and GitHub
4017f6bc55
fix: sync job pr description escaped values fix ( #2366 )
2023-10-04 15:29:45 +05:30
sriram veeraghanta and GitHub
db1bcdb54f
fix: sync workflow fixes ( #2365 )
2023-10-04 15:07:01 +05:30
Dakshesh Jain and GitHub
cecdf890de
fix: issue relation mutation and draft issue ( #2340 )
...
* fix: issue relation mutation and draft issue
* fix: 'New Issue' in gantt view
fix: emoji select going under
* fix: profile page typo
2023-10-04 14:55:41 +05:30
d9bd07886f
dev: update sync workflow to run only when the source repo is configured ( #2346 )
...
* dev: update sync workflow to run only when the source repo is configured
* fix: naming convention changes
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
2023-10-03 18:41:26 +05:30
sriram veeraghanta and GitHub
0d0cf3052a
fix: updated readme fixes ( #2339 )
2023-10-02 16:13:27 +05:30
Nikhil and GitHub
6d463ded1c
dev: rename token variables ( #2338 )
2023-10-02 14:50:30 +05:30
Nikhil and GitHub
de33e6775f
dev: update add permissions to the action ( #2337 )
2023-10-02 14:40:31 +05:30
Nikhil and GitHub
c96960955b
fix: variable name for token ( #2336 )
2023-10-02 14:31:25 +05:30
sriram veeraghanta and GitHub
7eba4a5032
fix: ui package readme added ( #2334 )
2023-10-02 13:40:28 +05:30
Nikhil and GitHub
c56aacdd13
dev: create action to sync PR changes to the repo ( #2333 )
2023-10-02 13:28:43 +05:30
sriram veeraghanta and GitHub
3ff47b38f4
Merge pull request #2319 from makeplane/stage-release
...
release: stage release to master
2023-09-29 20:12:15 +05:30
sriram veeraghanta and GitHub
25a973aaf9
Merge pull request #2318 from makeplane/develop
...
promote: develop to stage release
2023-09-29 20:10:41 +05:30
Anmol Singh Bhatia and GitHub
ebf79ee2aa
fix: workspace view add issue mutation fix ( #2317 )
2023-09-29 20:02:56 +05:30
sriram veeraghanta and GitHub
f001852f69
Merge pull request #2316 from makeplane/develop
...
promote: develop to stage release
2023-09-29 19:25:02 +05:30
Nikhil and GitHub
6b5fe0fff1
fix: update build workflow for the deploy app ( #2315 )
2023-09-29 19:14:07 +05:30
Anmol Singh Bhatia and GitHub
f73135c504
fix: workspace view redirection fix, style: spreadsheet view shadow scroll fix ( #2314 )
...
* fix: workspace view redirection fix
* style: spreadsheet view scroll shadow fix
2023-09-29 19:03:36 +05:30
sriram veeraghanta and GitHub
f751619759
Merge pull request #2312 from makeplane/stage-release
...
release: stage release to production
2023-09-29 18:08:04 +05:30
sriram veeraghanta and GitHub
adf49782ba
Merge pull request #2311 from makeplane/develop
...
promote: develop to stage release
2023-09-29 18:07:14 +05:30
sriram veeraghanta and GitHub
843ba5bb63
fix: unsplash api fix ( #2310 )
2023-09-29 18:06:33 +05:30
sriram veeraghanta and GitHub
8d4ac9b430
Merge pull request #2309 from makeplane/stage-release
...
release: stage release to production
2023-09-29 17:40:17 +05:30
sriram veeraghanta and GitHub
7c125075b1
Merge pull request #2308 from makeplane/develop
...
promote: develop to stage release
2023-09-29 16:43:11 +05:30
Anmol Singh Bhatia and GitHub
4cab00ec79
fix: workspace view filters count fix ( #2307 )
2023-09-29 16:40:02 +05:30
Bavisetti Narayan and GitHub
f1879a404d
dev: updated migrations for 0.13-dev ( #2305 )
...
* chore: epoch migration batch size changed
* chore: reoredered the migration files
* dev: updated migrations for 0.13-dev
* chore: added epoch field
* dev: merged the migration files
2023-09-29 16:12:54 +05:30
sriram veeraghanta and GitHub
26bb51e686
Merge pull request #2304 from makeplane/develop
...
promote: develop to stage release
2023-09-29 15:31:31 +05:30
Anmol Singh Bhatia and GitHub
1b28125919
chore: workspace view order by removed ( #2303 )
2023-09-29 15:29:50 +05:30
Anmol Singh Bhatia and GitHub
2a770e4a95
chore: workspace view mutation fix ,bug fixes and code refactor ( #2301 )
...
* chore: workspace view mutation fix ,bug fixes and code refactor
* chore: update workspace view toast alert added
2023-09-29 15:05:27 +05:30
sriram veeraghanta and GitHub
fbf88c3196
Merge pull request #2296 from makeplane/develop
...
promote: develop to stage release
2023-09-29 12:52:23 +05:30
Anmol Singh Bhatia and GitHub
459999e8c9
chore: global issues ui improvement and bug fixes ( #2300 )
2023-09-29 12:36:38 +05:30
Nikhil and GitHub
6cb4b222d0
chore: label create error ( #2299 )
2023-09-29 12:27:19 +05:30
a048e513b7
chore: workspace view display filters and properties , code refactor ( #2295 )
...
* chore: spreadsheet view context
* chore: spreadsheet context provider
* chore: spreadsheet view context
* chore: display filters and properties added in workspace view and code refactor
* fix: build error fix
* chore: set sub-issue display option to false for global views
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
2023-09-28 20:34:57 +05:30
Nikhil and GitHub
4503810aeb
fix: notifications for created by me and assigned to me ( #2292 )
2023-09-28 15:37:42 +05:30
Dakshesh Jain and GitHub
ec91a0d2e5
fix: ui and bugs ( #2289 )
...
* fix: 24 character limit on first & last name in onboarding page
* fix: no option: 'Add Issue' in archive issue page
* fix: in archive issue directly sending to issue detail page
* fix: issue type showing in archive issue
* fix: custom menu overflowing
* fix: changing subscriber in filters has no effect
* style: border in quick-add
* fix: on onboarding member role overflowing
* fix: inconsistent icons in issue detail
* style: spacing, borders and shadows in quick-add
* fix: custom menu truncate
2023-09-28 14:02:03 +05:30
Anmol Singh Bhatia and GitHub
60a69e28e3
fix: issue activity estimate value bug fix ( #2281 )
...
* fix: issue activity estimate value bug fix
* fix: activity typo fix
2023-09-28 13:18:35 +05:30
Aaryan Khandelwal and GitHub
34af666b5f
chore: fetch issues from previous and next month in the calendar view ( #2282 )
2023-09-28 13:17:46 +05:30
6afbd3f1ba
chore: views ( #2288 )
...
* chore: global views order by
* chore: update permissions for global views
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2023-09-28 13:16:31 +05:30
Nikhil and GitHub
32d2f912f7
fix: inbox issue deletes ( #2290 )
2023-09-28 13:14:37 +05:30
Bavisetti Narayan and GitHub
9dd22f07f4
chore: removed project filter ( #2284 )
2023-09-27 19:16:22 +05:30
Bavisetti Narayan and GitHub
7404fe71b1
chore: sort order and issue props for global views ( #2283 )
2023-09-27 17:30:52 +05:30
sriram veeraghanta and GitHub
dc2b4de95e
Merge pull request #2265 from makeplane/stage/dev-release-0-13
...
promote: Develop to Stage
2023-09-27 15:16:06 +05:30
sriram veeraghanta
62ba8d5e9f
Merge branch 'develop' of github.com:makeplane/plane into stage/dev-release-0-13
2023-09-27 15:08:15 +05:30
Nikhil and GitHub
7b453dd6b5
chore: make target dates inclusive when filtering ( #2276 )
2023-09-27 15:06:23 +05:30
Bavisetti Narayan and GitHub
191aecaaac
chore: updated created at in draft issue ( #2278 )
2023-09-27 15:05:49 +05:30
Dakshesh Jain and GitHub
e00ae0b48a
style: calender quick-add same width as single date ( #2280 )
...
* style: calender quick-add same width as single date
* style: margin bottom in quick-add in spreadsheet view
* fix: quick add opening in list-layout
* style: reduced margin left
2023-09-27 15:02:35 +05:30
Aaryan Khandelwal and GitHub
a243bb6a15
chore: gantt chart empty state ( #2279 )
...
* chore: gantt empty state
* chore: Add heading to the gantt sidebar
2023-09-27 14:53:26 +05:30
Aaryan Khandelwal and GitHub
b3be363b00
chore: handle calendar date range in frontend ( #2277 )
2023-09-27 14:41:32 +05:30
pablohashescobar
42d3919459
dev: refactor date filters to a single function
2023-09-27 14:33:41 +05:30
Aaryan Khandelwal and GitHub
5298f1e53c
fix: block click happening while moving ( #2275 )
2023-09-27 13:08:35 +05:30
Dakshesh Jain and GitHub
2d8cbccfbc
style: gantt layout quick-add padding ( #2272 )
...
* fix: 'Last Drafted Issue' making sidebar look weird on collapsed
* feat: scroll to the bottom when issue is created
* fix: 'Add Issue' button overlapping issue card in spreadsheet view
* fix: wrong placement of quick-add in calender layout
* fix: spacing for issue card in spreadsheet view
* style: gantt layout quick-add padding
style: removed 'State group' from draft issue
* style: decrese shadow, quick-add position on calender layout, and 'add issue' sticky
* style: button color
2023-09-27 08:51:29 +05:30
Anmol Singh Bhatia and GitHub
3a6d72e4b6
feat: workspace global view, style: spreadsheet view revamp ( #2273 )
...
* chore: workspace view types, services and hooks added
* style: spreadsheet view revamp and code refactor
* feat: workspace view
* fix: build fix
* chore: sidebar workspace issues redirection updated
2023-09-26 19:56:59 +05:30
sriramveeraghanta
698b42768e
Merge branch 'develop' of github.com:makeplane/plane into stage/dev-release-0-13
2023-09-26 19:49:44 +05:30
Aaryan Khandelwal and GitHub
a187e7765c
fix: user dashboard greeting timezone ( #2267 )
...
* chore: user greeting timezone
* fix: group by labels not working on workspace level
2023-09-26 18:08:01 +05:30
4c333d5767
chore: add instructions to contributing guide ( #2270 )
...
* chore: add instructions to contributing guide
* dev: update contributing.md to use the new configuration
---------
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com >
2023-09-26 18:06:48 +05:30
Dakshesh Jain and GitHub
b317a14983
fix: bugs in quick-add and draft issues ( #2269 )
...
* fix: 'Last Drafted Issue' making sidebar look weird on collapsed
* feat: scroll to the bottom when issue is created
* fix: 'Add Issue' button overlapping issue card in spreadsheet view
* fix: wrong placement of quick-add in calender layout
* fix: spacing for issue card in spreadsheet view
2023-09-26 17:35:51 +05:30
pablohashescobar
608ba9d5cb
chore: udpate date filters to support dynamic options
2023-09-26 16:33:49 +05:30
Bavisetti Narayan and GitHub
6e0999c35a
dev: re-split migrations into two different files ( #2268 )
...
* dev: split issue activity migration separate files
* dev: resplit migrations into two different files
* dev: changed the batch size
2023-09-26 16:25:52 +05:30
Bavisetti Narayan and GitHub
52b57b1e37
dev: migration for 0.13 ( #2266 )
...
* dev: updated migrations
* dev: migration for 0.13
2023-09-26 14:18:06 +05:30
Henit Chobisa and GitHub
88a35efa06
[fix] nginx continuously rewriting and reloading on index page of spaces app ( #2236 )
...
* chore: shifted index page to /home route
* chore: added rewrite logic, to rewrite index to /home
* chore: routed home to login route as login page
* chore: updated nginx config to route to login
* chore: updated path for home
2023-09-26 13:46:38 +05:30
sriramveeraghanta
ab028a317b
chore: dev merge fixes
2023-09-26 13:32:13 +05:30
Nikhil and GitHub
d38594376b
fix: n+1 queries for cycle list and project member endpoints ( #2257 )
2023-09-26 13:11:23 +05:30
Nikhil and GitHub
dae8ca6053
fix: issue automation iterable error ( #2208 )
2023-09-26 13:11:00 +05:30
Aaryan Khandelwal and GitHub
6d3bd78052
chore: add tooltip to show full time on activity logs ( #2235 )
2023-09-26 13:10:28 +05:30
guru_sainath and GitHub
1ad99873a9
feat: Add peek overview in sub issues and updated UI for empty states. ( #2263 )
2023-09-26 13:09:08 +05:30
Dakshesh Jain and GitHub
7db78594dc
fix: draft issue delete not working ( #2249 )
...
* fix: draft issue not deleting, project can't be changed in draft issue modal
* fix: removed mutation for view where draft issues are not shown
* fix: inline create issue for draft issue
* fix: clearing data from localstorage on discard click
2023-09-25 19:11:10 +05:30
Dakshesh Jain and GitHub
5e8d523ed4
feat: quick-add placement in spreadsheet and gantt ( #2259 )
...
* feat: sticking quick-add at the bottom of the screen
fix: opening create issue modal instead of quick-add in draft-issues, my-issue and profile page
* fix: build error due to dynamic import
2023-09-25 19:08:26 +05:30
pablohashescobar
d47efaa0f0
dev: remove auto filter endpoint
2023-09-25 16:51:59 +05:30
Anmol Singh Bhatia and GitHub
de7a672b79
fix: bug fixes and ui improvement ( #2250 )
2023-09-25 16:15:49 +05:30
0e96eddb57
rename view to layout ( #2255 )
...
Co-authored-by: Your Name <you@example.com >
2023-09-25 13:38:49 +05:30
Anmol Singh Bhatia and GitHub
afa10d7195
fix: sub issue state and member select build error ( #2254 )
2023-09-25 13:18:03 +05:30
Anmol Singh Bhatia and GitHub
68c8741f93
fix: bug fix related to fetching dropdown options for the profile issue ( #2246 )
2023-09-25 12:18:35 +05:30
Bavisetti Narayan and GitHub
e8d303dd10
chore: changed priority props in workspace and project ( #2253 )
2023-09-22 19:48:07 +05:30
c9a6380636
style: settings page improvement ( #2211 )
...
* style: settings page improvement
* style: toggle switch styling
---------
Co-authored-by: Anmol Singh Bhatia <asb@Anmols-MacBook-Pro.local >
2023-09-22 18:47:10 +05:30
guru_sainath and GitHub
1aadbee7e2
fix: resolved pending issue graph in analytics, user wishes in dashboard, and typo in projects list ( #2247 )
2023-09-22 17:43:23 +05:30
Bavisetti Narayan and GitHub
02060f654c
chore: added epoch in draft ( #2244 )
...
* chore: added epoch in draft
* chore: removed extra spaces
2023-09-22 16:32:53 +05:30
Dakshesh Jain and GitHub
771ca585db
feat: quick add ( #2240 )
...
* feat: quick add
* style: made text color muted
2023-09-22 15:31:54 +05:30
daa0b16960
fix: cycle and module stats when issues are archived ( #2185 )
...
* fix: cycle and module stats when issues are archived
* fix: added draft filter
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2023-09-22 15:17:31 +05:30
Bavisetti Narayan and GitHub
0005ff5f99
fix: changed priority from None to none ( #2229 )
2023-09-22 14:44:53 +05:30
Bavisetti Narayan and GitHub
0c7b7c4e94
chore: added state and priority order in workspace user profile ( #2241 )
2023-09-22 14:43:55 +05:30
4d835c5b4a
chore: updated docker naming conventions ( #2239 )
...
* naming convention changes
* dev: update docker-compose-hub in consistent with docker-compose
* dev: updated docker container name
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2023-09-22 13:21:55 +05:30
Bavisetti Narayan and GitHub
c7092edb61
fix: aws region name ( #2234 )
2023-09-22 13:00:13 +05:30
guru_sainath and GitHub
73afb8f4d8
fix: issues resolved in sub issues ( #2238 )
2023-09-21 19:12:20 +05:30
Aaryan Khandelwal and GitHub
978909c021
fix: profile issues layout switch ( #2228 )
2023-09-21 16:04:57 +05:30
Aaryan Khandelwal and GitHub
de9f34cac3
fix: activity label color ( #2227 )
2023-09-21 16:04:05 +05:30
Aaryan Khandelwal and GitHub
e3793f4464
fix: handle no issues in custom analytics ( #2226 )
2023-09-21 16:03:33 +05:30
Aaryan Khandelwal and GitHub
1621125f6d
refactor: product updates modal layout ( #2225 )
2023-09-21 16:03:06 +05:30
guru_sainath and GitHub
bd077e6500
Implemented nested issues in the sub issues section in issue detail page ( #2233 )
...
* feat: subissues infinte level
* feat: updated UI for sub issues
* feat: subissues new ui and nested sub issues in issue detail
* chore: removed repeated code
2023-09-21 15:39:45 +05:30
Bavisetti Narayan and GitHub
60ae940d40
chore: sub issues count in individual issue ( #2221 )
2023-09-20 17:00:03 +05:30
Dakshesh Jain and GitHub
cdfff12f4f
fix: fields not getting selected in the create issue form ( #2212 )
...
* fix: hydration error and draft issue workflow
* fix: build error
* fix: properties getting de-selected after create, module & cycle not getting auto-select on the form
* fix: display layout, props being updated directly
2023-09-20 13:06:51 +05:30
e01a0d20fe
chore: dynamic position dropdown ( #2138 )
...
* chore: dynamic position state dropdown for issue view
* style: state select dropdown styling
* fix: state icon attribute names
* chore: state select dynamic dropdown
* chore: member select dynamic dropdown
* chore: label select dynamic dropdown
* chore: priority select dynamic dropdown
* chore: label select dropdown improvement
* refactor: state dropdown location
* chore: dropdown improvement and code refactor
* chore: dynamic dropdown hook type added
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-09-20 12:24:52 +05:30
Bavisetti Narayan and GitHub
63c4792e70
fix: changed time to timestamp ( #2217 )
2023-09-19 21:36:39 +05:30
Bavisetti Narayan and GitHub
ce562fa3ea
fix: migration files ( #2215 )
2023-09-19 20:15:02 +05:30
Bavisetti Narayan and GitHub
a6a0eb9774
chore: added epoch in issue activity ( #2187 )
2023-09-19 19:46:57 +05:30
Bavisetti Narayan and GitHub
d603c1e8f0
fix: tracking logs for issue activity ( #2213 )
2023-09-19 19:46:03 +05:30
Bavisetti Narayan and GitHub
405ef9314f
feat: workspace views ( #2005 )
...
* feat: workspace views
* fix: added project member filter
* fix: added pagination in workspace views
* fix: filters and group up by for workspace issues
* fix: changed name workspace view to global view
* fix: reordered the urls
2023-09-19 19:45:37 +05:30
Nikhil and GitHub
926d2ae0a0
dev: self hosted settings file ( #2202 )
...
* dev: self hosted settings file
* dev: add analytics and dockerized variable in settings
* dev: update .env.example and docker compose file also
* dev: self hosted setup minio
2023-09-19 18:30:56 +05:30
11258686ad
[fix]: Removing dependency on tiptap pro extension ( #2209 )
...
* removing dependency on tiptap pro extension
* updated docs to remove tiptap pro setup instructions
* chore: removed pro extension promt from setup.sh
* chore: Removed Pro Extension Setup from CI
---------
Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com >
2023-09-19 16:44:12 +05:30
Dakshesh Jain and GitHub
f6b92fc953
fix: activity not coming for blocking/blocked, 'related to' and duplicate ( #2189 )
...
* fix: activity not coming for duplicate, relatesd to and for blocked/blocking
refactor: mutation logic to use relation id instead of issue id
* fix: mutation logic and changed keys to be aligned with api
* fix: build error
2023-09-19 12:58:00 +05:30
Dakshesh Jain and GitHub
79bf7d4c0c
fix: hydration error and draft issue workflow ( #2199 )
...
* fix: hydration error and draft issue workflow
* fix: build error
2023-09-19 12:56:32 +05:30
Anmol Singh Bhatia and GitHub
5d331477ef
chore: settings bug fixes and ui improvement ( #2198 )
...
* fix: settings bug fixes and ui improvement
* chore: setting sidebar scroll fix & code refactor
2023-09-15 19:30:53 +05:30
sriram veeraghanta and GitHub
3d72279edb
Merge pull request #2196 from makeplane/fix/bug_fix
...
fix: document bug fix
2023-09-15 15:42:43 +05:30
Anmol Singh Bhatia
c107b36d34
fix: document bug fix
2023-09-15 15:41:10 +05:30
Anmol Singh Bhatia and GitHub
ccffbe1b4e
style: workspace and profile setting revamp ( #2193 )
...
* chore: custom theme mode svg added
* style: workspace settings ui revamp
* style: project settings and image upload modal improvement
* style: profile setting ui revamp
* chore: settings ui improvement and bug fixes
2023-09-15 15:03:32 +05:30
Bavisetti Narayan and GitHub
9bfdcff44d
chore: changed old values ( #2194 )
2023-09-15 14:18:30 +05:30
Bavisetti Narayan and GitHub
b274a21ca5
chore: changed issue relation history logs ( #2192 )
...
* chore: changed issue relation history logs
* chore: change field name
2023-09-15 13:12:28 +05:30
Dakshesh Jain and GitHub
32d945be0d
fix: edit/delete for draft issue ( #2190 )
...
* fix: edit/delete
* fix: build issue
* fix: draft issue modal opening in kanban card
2023-09-15 12:51:10 +05:30
Dakshesh Jain and GitHub
eda4da8aed
feat: draft issues ( #2188 )
...
* feat: draft issue
issues can be saved as draft
* style: modal position
2023-09-14 18:38:31 +05:30
sriram veeraghanta and GitHub
759a604cb8
fix: posthog integration ( #2186 )
2023-09-14 16:38:41 +05:30
sriram veeraghanta and GitHub
6659cfc8b0
fix: track events issue and env variables fixes ( #2184 )
...
* fix: track event fixes
* fix: adding env variables to trubo
2023-09-14 16:05:31 +05:30
Bavisetti Narayan and GitHub
a53b428bbd
chore: endpoints and history logs for issue draft ( #2180 )
...
* chore: history logs for issue draft
* fix: created seperated endpoints for issue drafts
* fix: fixed the typo
2023-09-14 15:38:11 +05:30
Bavisetti Narayan and GitHub
4e0e02522f
fix: changed payload for issue subgroups ( #2181 )
...
* fix: sub groups in cycle module and my issues
* fix: changed payload for issue subgroups
2023-09-14 15:29:35 +05:30
sriram veeraghanta and GitHub
f983d787b4
env and docker fixes ( #2182 )
2023-09-14 12:26:07 +05:30
Anmol Singh Bhatia and GitHub
87abf3ccb1
style: project setting ui revamp ( #2177 )
...
* style: project settings navigation sidebar added
* chore: emoji and image picker close on outside click added
* style: project setting general page revamp
* style: project setting member page revamp
* style: project setting features page revamp
* style: project setting state page revamp
* style: project setting integrations page revamp
* style: project setting estimates page revamp
* style: project setting automation page revamp
* style: project setting label page revamp
* chore: member select improvement for member setting page
* chore: toggle switch component improvement
* style: project automation setting ui improvement
* style: module icon added
* style: toggle switch improvement
* style: ui and spacing consistency
* style: project label setting revamp
* style: project state setting ui improvement
* chore: integration setting repo select validation
* chore: code refactor
* fix: build fix
2023-09-13 23:09:55 +05:30
d0f6ca3bac
[chore] Update setup.sh, with removed replacement script & added project-level ENVs ( #2115 )
...
* chore: Updated Setup Script for Splitting Env File
* chore: updated dockerfile for using inproject env varaibles
* chore: removed husky replacement script
* chore: updated shell script using sed
* chore: updated dockerfiles with removed cp statement
* chore: added example env for apiserver
* chore: refactored secret generation for backend
* chore: removed replacement script
* chore: updated docker-compose with removed env variables
* chore: resolved comments in setup.sh and docker-compose
* chore: removed secret key placeholder in apiserver example env
* chore: updated root env for project less env variables
* chore: removed project level env update from root env logic
* chore: updated API_BASE_URL in .env.example
* chore: restored docker argument as env NEXT_PUBLIC_API_BASE_URL
* chore: added pg missing env variables
* [chore] Updated web and deploy backend configuration for reverse proxy & decoupled Plane Deploy URL generation for web (#2135 )
* chore: removed api url build arg from compose
* chore: set public api default argument to black string for self hosted
* chore: updated web services to accept blank string as API URL
* chore: added env variables for pg compose service
* chore: modified space app services to use accept empty string as api base
* chore: conditionally trigger web url value based on argument
* fix: made web to use identical host with spaces suffix on absense of Deploy URL for deploy
* chore: added example env for PUBLIC_DEPLOY Env
* chore: updated web dockerfile with addition as PLANE_DEPLOY Argument
* API BASE URL global update
* API BASE URL replace with api server
* api base url fixes
* typo fixes
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
* dev: remove API_BASE_URL from environment variable
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2023-09-13 20:21:02 +05:30
af73bbe718
typo: changed customize to customise in project automation settings ( #2153 )
...
Co-authored-by: Neo <neo@Neos-MacBook-Pro.local >
2023-09-13 20:15:48 +05:30
Bavisetti Narayan and GitHub
9033ceb03c
fix: sub groups in cycle module and my issues ( #2176 )
2023-09-13 19:50:34 +05:30
Dakshesh Jain and GitHub
9bac7cb036
feat: issue link to create relation between issues ( #2171 )
...
* feat: issue linking
* fix: search params to filter out selected issue
* style: changed icons
* fix: build error on web-view
* fix: build error
* fix: build error on web-view component
2023-09-13 19:41:11 +05:30
Anmol Singh Bhatia and GitHub
32d08570e7
chore: peek overview for issue view and my issue view ( #2172 )
...
* chore: peak overview for issue view and my issue view
* fix: profile issue peak overview mutation fix
* chore: code refactor
* fix: image prefix url fix
2023-09-13 19:33:58 +05:30
Bavisetti Narayan and GitHub
1b1ed37405
chore: changed default props for worskpace and project members ( #2175 )
2023-09-13 19:13:31 +05:30
Bavisetti Narayan and GitHub
42d38f7531
feat: changed payload for swimlanes ( #2173 )
2023-09-13 18:25:57 +05:30
Bavisetti Narayan and GitHub
61672f47ac
fix: migration files ( #2169 )
2023-09-13 13:23:40 +05:30
Dakshesh Jain and GitHub
23e62c83eb
refactor: switched priority null -> 'none' ( #2166 )
2023-09-13 13:22:31 +05:30
sriram veeraghanta and GitHub
e58b76c8a6
fix: tailwind common config ( #2168 )
2023-09-13 12:50:04 +05:30
Anmol Singh Bhatia and GitHub
4ce01ca4f8
fix: calendar issues display filters loop fix ( #2167 )
2023-09-13 12:37:58 +05:30
Bavisetti Narayan and GitHub
a34b0b059d
feat: add a relation to an issue ( #1995 )
...
* feat: add issue relation to an issue
* fix: deleted the migration file
* fix: changed link to relates to in choice fields
* fix: added the migration file
* fix: changed migration file
* fix: project id issue fixed
* fix: added issue in the payload
* fix: changed the query param for blocker
2023-09-13 12:25:10 +05:30
Bavisetti Narayan and GitHub
164e0b9301
chore: changed view props ( #2146 )
...
* chore: changed view props
* fix: changed the keywords
2023-09-13 12:12:21 +05:30
Bavisetti Narayan and GitHub
5a91031243
feat: issue drafts ( #2161 )
2023-09-13 12:10:22 +05:30
Bavisetti Narayan and GitHub
47bec7704b
chore: priority migration ( #2162 )
2023-09-13 12:06:38 +05:30
sriram veeraghanta and GitHub
b9c935092a
chore: eslint config package fixes ( #2165 )
...
* eslint fixes
* lint rules added
2023-09-13 12:06:17 +05:30
Aaryan Khandelwal and GitHub
3a2a329000
fix: view props undefined ( #2160 )
2023-09-12 22:51:13 +05:30
Aaryan Khandelwal and GitHub
8e9a4dca78
refactor: view props structure ( #2159 )
...
* chore: update view_props types
* refactor: view props structure
2023-09-12 22:27:15 +05:30
sriram veeraghanta and GitHub
2bc05cc7b7
Merge pull request #2157 from makeplane/stage-release
...
release: self hosting fixes
2023-09-12 21:50:34 +05:30
sriram veeraghanta and GitHub
14fe545709
Merge pull request #2156 from makeplane/stage/self-hosted-fixes
...
fix: selfhosted fixes
2023-09-12 21:06:01 +05:30
sriram veeraghanta
bc99ec0f1d
fix: selfhosted fixes ( #2154 )
...
* fix: selfhosted fixes
* fix: updated env example
2023-09-12 21:03:42 +05:30
sriram veeraghanta and GitHub
cdb888c23e
fix: selfhosted fixes ( #2154 )
...
* fix: selfhosted fixes
* fix: updated env example
2023-09-12 20:32:26 +05:30
Dakshesh Jain and GitHub
2186db8bba
feat: users can select timezone during onboarding ( #2148 )
...
feat: using Intl timezone will be automatically selected but they have the option to change it
2023-09-12 13:35:15 +05:30
Bavisetti Narayan and GitHub
9bff10de6d
chore: changed issue priority from NULL to none ( #2142 )
...
* chore: changed issue priority from NULL to none
* fix: deleted the migration file
2023-09-12 13:06:49 +05:30
sriram veeraghanta and GitHub
cc63f67654
Merge pull request #2143 from makeplane/stage-release
...
promote: stage-release to master
2023-09-11 18:21:51 +05:30
sriram veeraghanta and GitHub
b8dd9ca729
Merge pull request #2144 from makeplane/develop
...
promote: develop to stage release
2023-09-11 18:11:30 +05:30
Henit Chobisa and GitHub
6867154963
chore: added pre-release tag for workflow publications ( #2133 )
...
* chore: added pre-release tag for workflow publications
* chore: added backend services under a single image
* chore: exposed backend port for compose hub
* chore: removed backend exposed ports
2023-09-11 18:02:56 +05:30
Nikhil and GitHub
73b360c2fd
Merge pull request #2140 from makeplane/develop
...
promote: develop to stage-release
2023-09-11 14:39:11 +05:30
Aaryan Khandelwal and GitHub
7bb73b74ba
refactor: priority icon component ( #2132 )
2023-09-11 14:35:58 +05:30
Dakshesh Jain and GitHub
991258084e
fix: query checking ( #2137 )
...
fix: the logic should be to check if object exist not if it's true or false
2023-09-11 13:21:50 +05:30
Thomas and GitHub
1a37668f0b
fix: husky was removed in commit #2086 , but prepare still uses it ( #2128 )
2023-09-11 13:05:09 +05:30
4447a4b519
fix: Tiptap comment card fix for space ( #2129 )
...
* fix:(space) fixed comment card's editor integration
* regression: removed content being set twice
* chore: added controller to manage tiptap editor
* chore: remove unused functions
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-09-11 12:54:19 +05:30
Dakshesh Jain and GitHub
7842c4b2ea
fix: authorize editor ( #2122 )
2023-09-11 12:24:46 +05:30
Aaryan Khandelwal and GitHub
8de93d0081
chore: remove getServerSideProps ( #2130 )
2023-09-11 12:13:00 +05:30
Aaryan Khandelwal and GitHub
5b228bd1eb
chore: update state icons and colors ( #2126 )
...
* chore: update state icons and colors
* chore: update icons
2023-09-11 11:45:28 +05:30
Dakshesh Jain and GitHub
ad8a011bb9
fix: issue activity ( #2127 )
2023-09-11 11:44:16 +05:30
Aaryan Khandelwal and GitHub
49d0b3f4a1
fix: handleClose function of the export modal ( #2124 )
2023-09-08 13:29:06 +05:30
Aaryan Khandelwal and GitHub
1872dff00d
fix: custom date filter not working on my issues and profile issues ( #2123 )
2023-09-08 13:28:32 +05:30
Dakshesh Jain and GitHub
faa6a2bcbc
feat: select blocker, blocking, and parent ( #2121 )
...
* feat: update, delete link
refactor: using old fetch-key
* feat: issue activity with ability to view & add comment
feat: click on view more to view more options in the issue detail
* fix: upload image not working on mobile
* feat: select blocker, blocking, and parent
dev: auth layout for web-view, console.log callback for web-view
* style: made design consistant
* fix: displaying page only on web-view
* style: removed overflow hidden
2023-09-07 18:42:24 +05:30
sriram veeraghanta and GitHub
6d52707ff5
editor fixes for space ( #2119 )
2023-09-07 15:09:16 +05:30
Nikhil and GitHub
8ba482bc9c
chore: response status for project views update ( #2111 )
...
* chore: response status for project views update
* dev: remove 200 OK response from empty contents
2023-09-07 14:49:45 +05:30
Aaryan Khandelwal and GitHub
5989f2476a
fix: update plane logo ( #2118 )
2023-09-07 13:41:29 +05:30
Aaryan Khandelwal and GitHub
8ea6dd4e84
fix: onboarding role select dropdown text color ( #2117 )
2023-09-07 13:40:50 +05:30
Nikhil and GitHub
39bc975994
fix: remove triage issue status from public boards ( #2110 )
2023-09-07 13:21:58 +05:30
Nikhil and GitHub
866eead35f
fix: issue comment ordering for public boards ( #2108 )
2023-09-07 13:21:05 +05:30
Nikhil and GitHub
9c3510851d
dev: update python packages ( #2095 )
2023-09-07 13:20:32 +05:30
Aaryan Khandelwal and GitHub
81436902a3
chore: option to switch access of a comment ( #2116 )
2023-09-07 12:54:30 +05:30
Aaryan Khandelwal and GitHub
d26aa1b2da
chore: render proper icons for due dates ( #2114 )
2023-09-07 12:53:49 +05:30
M. Palanikannan and GitHub
b47c7d363f
fix: Improved Image Deletion Logic, Image ID Issue in Modals and Performance Optimization in Editor ( #2092 )
...
* added improved delete logic in modals
* added better ts support
* impoved complexity to O(1) from O(n) for large docs
* regression: removed ts nocheck
2023-09-07 12:22:02 +05:30
Aaryan Khandelwal and GitHub
85f797058d
fix: edit issue comment mutation ( #2109 )
2023-09-06 19:02:59 +05:30
Dakshesh Jain and GitHub
1655d0cb1c
feat: view, create, update and delete comment ( #2106 )
...
* feat: update, delete link
refactor: using old fetch-key
* feat: issue activity with ability to view & add comment
feat: click on view more to view more options in the issue detail
* fix: upload image not working on mobile
2023-09-06 17:08:19 +05:30
Anmol Singh Bhatia and GitHub
58562dc4b7
fix: ui improvement and bug fixes ( #2105 )
...
* chore: workspace level typo fix
* fix: setting opacity fix
2023-09-06 16:15:21 +05:30
Nikhil and GitHub
2ad46d7bfa
fix: public issue list endpoint n+1 ( #2099 )
2023-09-06 16:04:12 +05:30
Nikhil and GitHub
4f0cac37db
fix: issue object for filtering ( #2102 )
2023-09-06 16:03:41 +05:30
sriram veeraghanta and GitHub
b46a7481ae
Merge pull request #2101 from makeplane/fix/gantt_issues
...
fix: don't render invalid dated blocks on the gantt chart
2023-09-06 15:00:03 +05:30
sriram veeraghanta and GitHub
f11ae00201
Merge pull request #2100 from makeplane/feat/comment_reactions
...
feat: plane space comment reactions
2023-09-06 14:52:55 +05:30
Aaryan Khandelwal
c5612ee7a3
fix: don't render invalid dated cycles and modules
2023-09-06 12:26:51 +05:30
Aaryan Khandelwal
0dd336aec8
fix: don't render invalid dated issues
2023-09-06 12:25:34 +05:30
sriram veeraghanta and GitHub
4b364f72b5
Merge pull request #2096 from makeplane/fix/login_redirection
...
fix: redirection after signing in on space
2023-09-06 12:21:08 +05:30
Aaryan Khandelwal
6d13332818
style: add shadow to reaction selector
2023-09-06 12:17:47 +05:30
Aaryan Khandelwal
ac4127c93d
chore: add tooltip for user info
2023-09-06 12:04:18 +05:30
Aaryan Khandelwal
60c3d1a6e9
feat: comment reactions
2023-09-06 11:59:57 +05:30
sriram veeraghanta and GitHub
70ed3c1fdf
Merge pull request #2097 from makeplane/feat/issue_detail_for_webview
...
feat: issue detail for web-view
2023-09-05 17:56:33 +05:30
dakshesh14
b40059ea21
feat: add links and permission to perform actions
...
refactor: divided file into components
2023-09-05 17:06:17 +05:30
Bavisetti Narayan and GitHub
90276073cd
fix: validation in automation task ( #2094 )
2023-09-05 16:53:53 +05:30
Aaryan Khandelwal
8d5ff1a628
fix: redirection after signing in on space
2023-09-05 16:12:17 +05:30
dakshesh14
065a4a3cf7
feat: issue detail for web view
2023-09-05 14:42:34 +05:30
MengYX and GitHub
928ae775f4
fix: replace Completion with ChatCompletion to use gpt-3.5-turbo model ( #2066 )
...
According to https://platform.openai.com/docs/guides/gpt/chat-completions-vs-completions , GPT-3.5 Turbo & GPT-4 is not working on **Legacy** Completions API
2023-09-05 13:11:31 +05:30
sriram veeraghanta and GitHub
80bcca71ff
Merge pull request #2091 from makeplane/stage-release
...
promote: stage release to master
2023-09-04 19:14:29 +05:30
sriram veeraghanta and GitHub
3db0ec819a
Merge pull request #2090 from makeplane/develop
...
Promote: Develop to Stage Release
2023-09-04 18:53:41 +05:30
Aaryan Khandelwal and GitHub
900a4fcb0e
fix: profile time according to the user timezone ( #2089 )
2023-09-04 18:48:33 +05:30
19c65b26d6
dev: docker environment deploy fixes ( #2087 )
...
* chore: updated space and web dockerfiles
* chore: updated compose file params
* updated nextjs config for basepath
* chore: updated package.json with new packages
* chore: modified space and web dockerfiles
* dev: update deploy configuration for deploy images
* dev: update docker folder for web
* dev: add semi colon for module exports
---------
Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com >
2023-09-04 18:46:10 +05:30
Anmol Singh Bhatia and GitHub
71394d3316
chore: add issue option removed from subscribed issue page ( #2088 )
...
* chore: condition for subscribed page add issue option
* chore: condition for subscribed page add issue option
2023-09-04 18:42:31 +05:30
sriram veeraghanta and GitHub
414ea7371d
Merge pull request #2085 from makeplane/develop
...
Promote: Develop to Stage Release
2023-09-04 18:16:47 +05:30
sriram veeraghanta and GitHub
9423472838
Env Fixes ( #2086 )
...
* fixing env issues
* removing husky
2023-09-04 18:03:31 +05:30
sriram veeraghanta and GitHub
729eabdd3f
next config fixes in space app ( #2084 )
2023-09-04 17:55:40 +05:30
Aaryan Khandelwal and GitHub
03f204a71c
chore: invalid url content ( #2082 )
2023-09-04 17:27:29 +05:30
guru_sainath and GitHub
faf5a274cb
fix: mutation latency in sidebar projects when user leaves the project ( #2083 )
...
* fix: mutation latency in sidebar projects when user leaves the project
* chore: remove console
2023-09-04 17:24:52 +05:30
Aaryan Khandelwal and GitHub
2c9c8d5a89
feat: landing page after logging in ( #2081 )
2023-09-04 16:55:43 +05:30
Aaryan Khandelwal and GitHub
5e02ad8104
fix: project invite modal members filter function ( #2080 )
2023-09-04 16:35:28 +05:30
f554ad95e9
fix: favicon path on Plane space ( #2077 )
...
* fix: favicon path
* chore: add webmanifest file
* favicon fixes with nginx
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2023-09-04 16:34:53 +05:30
Aaryan Khandelwal and GitHub
59b69d3072
chore: add the env example files ( #2078 )
2023-09-04 15:59:51 +05:30
ccbb54bb87
feat: Leaving from project for viewer and guest roles has implemented ( #2079 )
...
* feat: leave project services and components
* feat: Leaving from project for viewer and guest roles has implemented
---------
Co-authored-by: dakshesh14 <dakshesh.jain14@gmail.com >
2023-09-04 15:53:46 +05:30
sriram veeraghanta and GitHub
2b84b7c18d
Merge pull request #2076 from makeplane/develop
...
Promote: Develop to Stage Release
2023-09-04 14:48:53 +05:30
Aaryan Khandelwal and GitHub
8f46492c42
fix: copy link button not working on the peek overview ( #2075 )
...
* fix: copy issue link from the peek overview
* refactor: peek overview layout
2023-09-04 14:47:28 +05:30
Nikhil and GitHub
58e23304a7
fix: state ordering for projects ( #2073 )
2023-09-04 14:38:39 +05:30
Nikhil and GitHub
dc26e1ea50
chore: cycle update errors ( #2070 )
2023-09-04 14:37:29 +05:30
Aaryan Khandelwal and GitHub
f583789584
chore: add authorization to the gantt chart ( #2074 )
2023-09-04 13:08:49 +05:30
Aaryan Khandelwal and GitHub
9d9c1a86bf
fix: state group icon ( #2072 )
2023-09-04 13:02:47 +05:30
Aaryan Khandelwal and GitHub
4559a1bd5d
refactor: publish project store ( #2068 )
2023-09-04 12:34:12 +05:30
sriram veeraghanta and GitHub
0de62b3b0c
removing gitpod config ( #2071 )
2023-09-04 12:08:58 +05:30
sriram veeraghanta and GitHub
d3a9a764dc
fix: space redirections ( #2069 )
2023-09-04 01:50:49 +05:30
sriram veeraghanta and GitHub
4ea52302ba
fixing vercel deployments by switching next config using env ( #2067 )
2023-09-03 20:55:37 +05:30
1e152c666c
New Directory Setup ( #2065 )
...
* chore: moved app & space from apps to root
* chore: modified workspace configuration
* chore: modified dockerfiles for space and web
* chore: modified icons for space
* feat: updated files for new svg icons supported by next-images
* chore: added /spaces base path for next
* chore: added compose config for space
* chore: updated husky configuration
* chore: updated workflows for new configuration
* chore: changed app name to web
* fix: resolved build errors with web
* chore: reset file tracing root for both projects
* chore: added nginx config for deploy
* fix: eslint and tsconfig settings for space app
* husky setup fixes based on new dir
* eslint fixes
* prettier formatting
---------
Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com >
2023-09-03 18:50:30 +05:30
Aaryan Khandelwal and GitHub
20e36194b4
fix: peek overview layout switch ( #2064 )
2023-09-03 11:25:37 +05:30
Nikhil and GitHub
874d6e951b
dev: updated error handling for project deploy board attributes ( #2062 )
...
* dev: updated error handling for project deploy board attributes
* dev: reaction integrity handling
2023-09-02 19:43:17 +05:30
Henit Chobisa and GitHub
63d799310b
[chore] Added Husky for Automating Building and Linting Projects Before Push ( #2032 )
...
* chore: Added Husky as Root Dependency
* chore: Added Husky Prepush Script
* chore: Modified Husky Pre-Push Script to Conditionally Build Projects
* chore: added husky as dev dependency
2023-09-02 13:47:21 +05:30
M. Palanikannan and GitHub
abe8df4eca
added table-icons for left,right columns and top,bottom rows ( #2061 )
2023-09-02 00:45:34 +05:30
sriram veeraghanta and GitHub
674347c99e
Merge pull request #2060 from makeplane/develop
...
Promote: Develop to Stage Release
2023-09-01 20:56:31 +05:30
Aaryan Khandelwal and GitHub
0196fee7e3
fix: sidebar cycle and module select ( #2056 )
2023-09-01 20:54:14 +05:30
sriram veeraghanta and GitHub
c1102180e6
Merge pull request #2059 from makeplane/develop
...
Promote: Develop to Stage Release
2023-09-01 20:53:35 +05:30
sriram veeraghanta and GitHub
a6cd0809fa
Merge pull request #2058 from makeplane/dev-deploy-fixes
...
fix: speeding up reactions and votes 🚀
2023-09-01 20:52:42 +05:30
sriram veeraghanta
2155a336ed
peekover mutation fixes
2023-09-01 20:52:12 +05:30
sriram veeraghanta
1732945ec6
fix: speeding up reactions and votes 🚀
2023-09-01 20:38:53 +05:30
Nikhil and GitHub
71c8f79276
fix: issue vote constraints ( #2057 )
2023-09-01 18:46:38 +05:30
sriram veeraghanta and GitHub
650c0c3b78
promote: develop to stage-release ( #2045 )
...
promote: develop to stage-release
2023-09-01 17:23:26 +05:30
Aaryan Khandelwal and GitHub
f71a62f142
style: sign in page bg color ( #2055 )
2023-09-01 17:21:52 +05:30
Aaryan Khandelwal and GitHub
54d781ef91
fix: auth screens ( #2054 )
2023-09-01 17:10:06 +05:30
Anmol Singh Bhatia and GitHub
441e83eba6
fix: notification count mutation fix ( #2053 )
2023-09-01 17:08:02 +05:30
Anmol Singh Bhatia and GitHub
74bf9062b4
chore: bug fixes and ui/ux enhancements ( #2036 )
2023-09-01 16:52:44 +05:30
8a95a41100
feat: Converting space app to pages dir ( #2052 )
...
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Bavisetti Narayan <narayan@Bavisettis-MacBook-Pro.local >
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com >
Co-authored-by: M. Palanikannan <73993394+Palanikannan1437@users.noreply.github.com >
Co-authored-by: Lakhan Baheti <94619783+1akhanBaheti@users.noreply.github.com >
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com >
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com >
2023-09-01 16:42:30 +05:30
Nikhil and GitHub
c03550656a
chore: vote actor details ( #2047 )
...
* chore: vote actor details
* dev: add field in serializer
* dev: remove _id in workspace and project
2023-09-01 15:58:25 +05:30
Nikhil and GitHub
82a48d4805
chore: reaction serializers ( #2046 )
...
* dev: chore reaction serializers
* fix: remove issue reaction lite serializer
2023-09-01 15:55:21 +05:30
Nikhil and GitHub
f4fa2e011a
feat: leave project and workspace endpoint ( #2042 )
...
* feat: leave project and workspace endpoint
* fix: argument error
* dev: update endpoint status
2023-09-01 15:55:06 +05:30
Kritika Upadhyay and GitHub
42ece0d784
chore: updates project invite placeholder ( #2049 )
2023-09-01 15:37:27 +05:30
Bavisetti Narayan and GitHub
1e9f0823f8
fix: imported uuid ( #2048 )
2023-09-01 14:41:20 +05:30
Aaryan Khandelwal and GitHub
4ba3ef5c24
fix: peek overview bugs ( #2043 )
...
* fix: side peek modal shaking
* refactor: peek overview layout
* fix: date selector, activity mutation
* fix: delete issue handler
* fix: assignees mutation
2023-09-01 13:52:55 +05:30
Nikhil and GitHub
c6d9ace6a2
dev: migrations for v0.12 release ( #2044 )
2023-09-01 13:20:52 +05:30
Aaryan Khandelwal and GitHub
0d4bcd2758
fix: Gantt chart bugs ( #2024 )
...
* fix: only left mouse button should trigger all the events
* fix: extra block shadow
2023-09-01 11:23:43 +05:30
Nikhil and GitHub
3a0d96a48d
chore: cycle endpoint to return display name as well in the assignee distribution ( #2041 )
...
* chore: cycle endpoint to return display name as well in the assignee distribution
* fix: value error
2023-09-01 11:21:34 +05:30
Lakhan Baheti and GitHub
eab1d9329b
feat: editor for issue description ( #2038 )
2023-09-01 10:59:17 +05:30
Nikhil and GitHub
099bce87b5
chore: public board endpoints ( #2030 )
2023-09-01 00:08:40 +05:30
Nikhil and GitHub
b496a62540
fix: subscribed issues are filtering ( #2037 )
2023-08-31 19:07:56 +05:30
Aaryan Khandelwal and GitHub
af929ab741
style: tiptap table ( #2033 )
2023-08-31 16:30:28 +05:30
M. Palanikannan and GitHub
38b7f4382f
[feat]: Tiptap table integration ( #2008 )
...
* added basic table support
* fixed table position at bottom
* fixed image node deletion logic's regression issue
* added compatible styles
* enabled slash commands
* disabled slash command and bubble menu's node selector for table cells
* added dropcursor support to type below the table/image
* blocked image uploads for handledrop and paste actions
2023-08-31 13:41:41 +05:30
Nikhil and GitHub
320608ea73
chore: return issue votes in public issue list endpoint ( #2026 )
2023-08-31 11:32:58 +05:30
Aaryan Khandelwal and GitHub
5e00ffee05
fix: bugs on the user profile page ( #2018 )
2023-08-30 17:28:17 +05:30
Aaryan Khandelwal and GitHub
54527cc2bb
dev: revamp publish project modal ( #2022 )
...
* dev: revamp publish project modal
* chore: sidebar dropdown text
2023-08-30 17:27:49 +05:30
Bavisetti Narayan and GitHub
6c6b81bea7
chore: tracking the history of issue reactions and votes. ( #2020 )
...
* chore: tracking the issues reaction and vote history
* fix: changed the keywords for vote and reaction
* chore: added validation
2023-08-30 16:38:04 +05:30
Aaryan Khandelwal and GitHub
f5a076e9a9
dev: revamp peek overview ( #2021 )
...
* dev: mobx for issues store
* refactor: peek overview component
* chore: update open issue button
* fix: issue mutation after any crud action
* chore: remove peek overview from gantt
* chore: refactor code
2023-08-30 13:26:28 +05:30
17aff1f369
fix: asset key validation ( #1938 )
...
* fix: asset key validation
* chore: asset key validation in user assets
---------
Co-authored-by: Bavisetti Narayan <narayan@Bavisettis-MacBook-Pro.local >
2023-08-30 12:20:13 +05:30
Nikhil and GitHub
761a1eb41a
fix: user created by stats ( #2016 )
2023-08-30 12:18:56 +05:30
Nikhil and GitHub
426f65898b
feat: user timezones ( #2009 )
...
* dev: user timezones
* feat: user timezones
2023-08-30 12:18:18 +05:30
Nikhil and GitHub
23f5d5d172
chore: track public board comments and reaction users for public deploy boards ( #1972 )
...
* chore: track project deploy board comment and reaction users for public deploy boards
* dev: remove tracking from project viewsets
2023-08-30 12:15:08 +05:30
Aaryan Khandelwal and GitHub
2e5ade05fe
chore: update module status icons and colors ( #2011 )
...
* chore: update module status icons and colors
* refactor: import statements
* fix: add default alue to module status
2023-08-30 11:43:47 +05:30
Aaryan Khandelwal and GitHub
168e79d6df
style: revamp of the issue details sidebar ( #2014 )
2023-08-29 20:15:12 +05:30
Aaryan Khandelwal and GitHub
d8bbdc14ac
feat: access selector for comment ( #2012 )
...
* dev: access specifier for comment
* chore: change access order
2023-08-29 20:14:13 +05:30
Aaryan Khandelwal and GitHub
fd0efb0242
fix: start date filter not working on the platform ( #2007 )
2023-08-29 20:11:38 +05:30
Aaryan Khandelwal and GitHub
38a5623c43
dev: user timezone select option ( #2002 )
2023-08-29 20:11:06 +05:30
Nikhil and GitHub
90cf39cf59
fix: access creation in comments ( #2013 )
2023-08-29 16:40:28 +05:30
Bavisetti Narayan and GitHub
b2a41d3bf6
fix: issue votes ( #2006 )
...
* fix: issue votes
* fix: added default as 1 in vote
* fix: issue vote migration file
2023-08-29 15:02:29 +05:30
Bavisetti Narayan and GitHub
1cf5e8d80a
fix: only external comments will show in deploy boards ( #2010 )
2023-08-29 15:01:18 +05:30
Nikhil and GitHub
1d30a9a0a8
chore: project public board issue retrieve ( #2003 )
...
* chore: project public board issue retrieve
* dev: project issues list endpoint
* fix: issue public retrieve endpoint
2023-08-29 15:00:26 +05:30
Bavisetti Narayan and GitHub
91c10930a4
feat: mark all read notifications ( #1963 )
...
* feat: mark all read notifications
* fix: changed string to boolean
* fix: changed snoozed condition
2023-08-29 14:57:27 +05:30
Nikhil and GitHub
5ad5da4fd7
dev: remove gunicorn config ( #1999 )
2023-08-29 13:45:25 +05:30
e1ad385688
fix: issue exports in self hosted instances ( #1996 )
...
* fix: issue exports in self hosted instances
* dev: remove print logs
* dev: update url creation function
* fix: changed the presigned url for self hosted exports
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2023-08-29 13:45:04 +05:30
Nikhil and GitHub
abcdebef85
fix: n+1 in issue history and issue automation tasks ( #1994 )
2023-08-29 13:35:36 +05:30
Nikhil and GitHub
3a41ec7442
chore: update user activity endpoint to return only workspace activities ( #1980 )
2023-08-29 13:35:13 +05:30
8581226e60
chore: improve access field for comments for public boards ( #1956 )
...
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
2023-08-29 13:34:38 +05:30
sriram veeraghanta and GitHub
c65bbf865d
fix: tiptap editor export fixes ( #2001 )
2023-08-28 15:54:49 +05:30
b2e5760391
bugfix: Export download next link changed to anchor ( #2000 )
...
* bugfix: Export download next link changd to anchot
* bugfix: user workspace service name update
---------
Co-authored-by: srinivaspendem <you@example.comsrinivaspendem2612 @gmail.com>
2023-08-28 15:54:20 +05:30
Henit Chobisa and GitHub
8a3b65a740
[chore] Update development workflows with every PR build and removed image update on every merge ( #1985 )
...
* chore: Combined Github Workflows for Release
* chore: Added Workflows for Building and Testing Changes
2023-08-28 13:36:08 +05:30
sriram veeraghanta and GitHub
293d90ddda
fix: Cycles and Modules Cards view responsiveness ( #1997 )
...
* fix: modules cards fixes
* fix:cycles responsive cards
2023-08-28 13:34:05 +05:30
Aaryan Khandelwal and GitHub
485e56bcdf
fix: my profile activity endpoint ( #1983 )
...
* fix: my profile activity endpoint
* chore: update service name
2023-08-28 13:29:48 +05:30
Aaryan Khandelwal and GitHub
6e7701d854
chore: don't show completion percentage if user has no assigned issues ( #1984 )
2023-08-28 13:29:07 +05:30
Aaryan Khandelwal and GitHub
a1acd2772e
feat: mark all as read ( #1982 )
2023-08-28 13:26:38 +05:30
47abe9db5e
dev: gantt chart revamp ( #1900 )
...
* style: gantt chart polishing
* chore: sidebar y-axis drag and drop
* chore: remove y-axis drag and drop from the main content
* refactor: drop end function
* refactor: resizing logic
* chore: x-axis block move
* chore: x-axis block move flag
* chore: update scroll end logic
* style: modules gantt chart
* style: block background tint
* refactor: context dispatcher types
* refactor: draggable component
* chore: filters added to gantt chart
* refactor: folder structure
* style: cycle blocks
* chore: move to block arrow
* chore: move to block on the right side arrow
* chore: added proper comments for functions
* refactor: blocks render logic
* fix: x-axis drag and drop
* chore: minor ui fixes
* chore: remove link tag from blocks
---------
Co-authored-by: Aaryan Khandelwal <aaryan610@Aaryans-MacBook-Pro.local >
2023-08-28 13:25:47 +05:30
sriram veeraghanta and GitHub
a61e8370b5
fix: workspace accepted invitation redirects to the workspace ( #1971 )
...
* fix: workspace accepted invitation redirects to the workspace
* chore: removing logs
* fix: updating user last workspace id with newly joined one
* adding error toast
2023-08-28 13:25:09 +05:30
sriram veeraghanta and GitHub
9f420a00d7
fix: create new project as fav ( #1993 )
2023-08-28 13:09:27 +05:30
Nikhil and GitHub
a9ff4b8c93
fix: project members n+1 ( #1975 )
2023-08-27 20:31:32 +05:30
2b168edd99
feat: peek overview for spreadsheet issues ( #1979 )
...
* feat: peak overview for issues
* fix: peek spelling
* chore: truncate issue property labels
* style: full screen view designed
* chore: add comment section
* chore: copy link and delete options added
* chore: update icons
---------
Co-authored-by: Aaryan Khandelwal <aaryan610@Aaryans-MacBook-Pro.local >
2023-08-25 17:41:23 +05:30
Nikhil and GitHub
93fa093a79
dev: update python runtime ( #1981 )
2023-08-25 17:23:07 +05:30
Nikhil and GitHub
fd8c368c97
fix: add member role and member status in project create response ( #1962 )
2023-08-25 15:16:15 +05:30
sriram veeraghanta and GitHub
0525e7d6b3
fix: workspace members reordering ( #1978 )
2023-08-25 13:38:50 +05:30
1530993b84
fix: tiptap editor max width ( #1968 )
...
Co-authored-by: Aaryan Khandelwal <aaryan610@Aaryans-MacBook-Pro.local >
2023-08-25 12:42:12 +05:30
d8b8c903f2
fix: issue activity redirection to cycle and module ( #1973 )
...
Co-authored-by: Aaryan Khandelwal <aaryan610@Aaryans-MacBook-Pro.local >
2023-08-25 12:21:11 +05:30
bf0d0503b2
fix: redirection after deleting a project ( #1970 )
...
Co-authored-by: Aaryan Khandelwal <aaryan610@Aaryans-MacBook-Pro.local >
2023-08-25 12:17:17 +05:30
Henit Chobisa and GitHub
fe1b0c1d73
[chore] Fixed Github Workflows for Building and Pushing, frontend, backend, proxy & plane-deploy ( #1959 )
...
* chore: modified frontend github workflow
* chore: modified backend github workflows
* chore: added github workflow for build and push for plane-deploy
* chore: added github workflow for plane-proxy
2023-08-25 12:12:07 +05:30
ab4a17c178
chore: custom CSS shadow variables added ( #1969 )
...
* chore: custom shadow variables added
* fix: 2xs shade
---------
Co-authored-by: Aaryan Khandelwal <aaryan610@Aaryans-MacBook-Pro.local >
2023-08-24 23:07:20 +05:30
38934e8b99
chore: group by assignees option for project issues ( #1957 )
...
* dev: group by assignees option for project issues
* fix: no assignee title
---------
Co-authored-by: Aaryan Khandelwal <aaryan610@Aaryans-MacBook-Pro.local >
2023-08-24 19:46:12 +05:30
d18ac83909
feat: start date filter added across the platform ( #1955 )
...
Co-authored-by: Aaryan Khandelwal <aaryan610@Aaryans-MacBook-Pro.local >
2023-08-24 19:45:23 +05:30
sriram veeraghanta and GitHub
802e6b3e8e
fix: project member mutate issue ( #1967 )
2023-08-24 19:43:50 +05:30
sriram veeraghanta and GitHub
489ef6a3cc
Merge pull request #1966 from makeplane/fix/workspace-members-mutate
...
fix: workspace members mutate issue
2023-08-24 18:26:11 +05:30
sriram veeraghanta
bce8cae0da
fix: mutate fixes
2023-08-24 18:21:57 +05:30
sriram veeraghanta
f97597958a
fix: workspace memebers mutate issue
2023-08-24 17:44:20 +05:30
Nikhil and GitHub
7fca01d8c9
feat: project deploy board endpoint ( #1943 )
2023-08-23 22:13:37 +05:30
Bavisetti Narayan and GitHub
529ab19747
chore: removed extra exporter function ( #1953 )
2023-08-23 22:13:04 +05:30
sriram veeraghanta and GitHub
6f397710ce
Merge pull request #1951 from makeplane/stage-release
...
Promote: Stage release to Production
2023-08-23 16:18:08 +05:30
sriram veeraghanta and GitHub
e6bd6b6a8c
Merge pull request #1950 from makeplane/develop
...
Promote: Develop to Stage Release
2023-08-23 15:49:14 +05:30
2d1406953e
fix: mutate projects list after joining ( #1944 )
...
Co-authored-by: Aaryan Khandelwal <aaryan610@Aaryans-MacBook-Pro.local >
2023-08-23 15:44:27 +05:30
a8fdd42cb9
fix: label color select popover overflow ( #1949 )
...
Co-authored-by: Aaryan Khandelwal <aaryan610@Aaryans-MacBook-Pro.local >
2023-08-23 15:43:09 +05:30
sriram veeraghanta and GitHub
9d3952006b
Merge pull request #1948 from makeplane/stage-release
...
Promot: Stage Release to Production
2023-08-23 14:51:27 +05:30
sriram veeraghanta and GitHub
b75473a684
Merge pull request #1947 from makeplane/develop
...
Promote: Develop to Stage Release
2023-08-23 12:37:25 +05:30
561fb9815b
chore: update export services icons ( #1946 )
...
Co-authored-by: Aaryan Khandelwal <aaryan610@Aaryans-MacBook-Pro.local >
2023-08-23 12:29:59 +05:30
Bavisetti Narayan and GitHub
2cc67f6498
fix: date validation in cycle and module ( #1945 )
2023-08-23 12:17:20 +05:30
Nikhil and GitHub
2f5bd58c61
Merge pull request #1941 from makeplane/stage-release
...
promote: stage-release to master
2023-08-22 19:37:49 +05:30
Nikhil and GitHub
e833fccf61
Merge pull request #1940 from makeplane/develop
...
dev: deploy docker containers (#1939 )
2023-08-22 19:34:13 +05:30
Nikhil and GitHub
eee6658cc2
dev: deploy docker containers ( #1939 )
2023-08-22 19:33:29 +05:30
Nikhil and GitHub
62ba9abdb4
Merge pull request #1936 from makeplane/stage-release
...
promote: stage-release to master
2023-08-22 13:57:57 +05:30
Nikhil and GitHub
46b138eb0b
Merge pull request #1934 from makeplane/develop
...
fix: aws region changed for exporter (#1933 )
2023-08-22 13:51:20 +05:30
68b438ab1a
fix: aws region changed for exporter ( #1933 )
...
Co-authored-by: Bavisetti Narayan <narayan@Bavisettis-MacBook-Pro.local >
2023-08-22 13:18:15 +05:30
Nikhil and GitHub
59bdf222f5
Merge pull request #1932 from makeplane/stage-release
...
promote: stage release to master
2023-08-22 01:34:37 +05:30
Nikhil and GitHub
eb50ade5e3
Merge pull request #1931 from makeplane/develop
...
fix: access environment variables is changed in services (#1930 )
2023-08-22 01:14:56 +05:30
b406a70e72
fix: access environment variables is changed in services ( #1930 )
...
Co-authored-by: Sainath <sainath@Sainaths-MacBook-Pro.local >
2023-08-22 01:13:51 +05:30
Vamsi Kurama and GitHub
85a08e4abd
Merge pull request #1929 from makeplane/stage-release
2023-08-22 00:17:29 +05:30
Nikhil and GitHub
aa2e1697b0
Merge pull request #1928 from makeplane/develop
...
promote: develop to stage-release
2023-08-21 20:51:46 +05:30
Aaryan Khandelwal and GitHub
b02417120b
chore: hide new issue button from my subscribed issues page ( #1927 )
2023-08-21 20:50:17 +05:30
Aaryan Khandelwal and GitHub
d040394826
fix: create project button not appearing on the sidebar ( #1926 )
2023-08-21 20:44:51 +05:30
Nikhil and GitHub
f7682c57ba
fix: plane space start up command ( #1925 )
2023-08-21 20:25:12 +05:30
Nikhil and GitHub
3beab9de6f
Merge pull request #1923 from makeplane/develop
...
promote: develop to stage-release
2023-08-21 18:18:14 +05:30
guru_sainath and GitHub
9bb6254515
chore: updated default api base_url ( #1922 )
2023-08-21 18:17:32 +05:30
Aaryan Khandelwal and GitHub
ae052f1890
chore: update restricted workspace slugs ( #1920 )
2023-08-21 18:13:08 +05:30
cfc7049343
Dockerrizing space project ( #1921 )
...
* chore: Added Dockerfile for Space Project
* fix: next js config to standalone mode
* fix: workedaround build error with rename 404 page
* chore: modified dockerfile with new conventions
* chore: modified dockercompose file for new plane-deploy
* fix: handled ts errors with possibly undefined states
* chore: updated main dockerfile with plane-deploy
* feat: included space project to start.sh
* chore: modified space project port while running in production
* chore: restored changes inside space project
* chore: added ngnix config for space project running :4000
* fix: Updated docker-compose files
* chore: added space url for ngnix config
* chore: Updated ngnix template
* chore: updated space url in compose hub file
* dev: updated dockerfile.space and start and replace script
* dev: equate hub and build docker files
* dev: revert workspace space page
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2023-08-21 18:12:41 +05:30
guru_sainath and GitHub
41e55dff85
fix: build error for 404 and search params null check ( #1919 )
2023-08-21 12:43:41 +05:30
Aaryan Khandelwal and GitHub
0bccb63a9f
fix: module start and target date validations ( #1914 )
2023-08-21 11:46:02 +05:30
Aaryan Khandelwal and GitHub
2eb956e97e
refactor: project and workspace delete modals ( #1915 )
2023-08-21 11:44:59 +05:30
M. Palanikannan and GitHub
d470adf262
fix: Image resize, Link selector in Modals, Delete/ sync images and so much more ( #1896 )
...
* added image-resizing support
* link form removed
* updated image upload logic and 35% default width on upload
* removed shadow, added alert if not saved and ts errors
* prevent enter key on Link selector to trigger modal submit
* added workspace slug to all tiptap instances
* added delete plugin with loading indicator
* added better syncing of "Saved" state of editor and Image uploads
* removed redundant description_html check
2023-08-19 18:58:54 +05:30
Aaryan Khandelwal and GitHub
cebc8bdc8d
fix: context menu dynamic positioning, multiple context menus opening issue ( #1913 )
...
* fix: context menu positioning
* fix: close already opened context menu on outside click
2023-08-19 18:50:12 +05:30
Anmol Singh Bhatia and GitHub
64b5ba196f
style: responsive empty state for profile stats ( #1911 )
2023-08-18 20:18:03 +05:30
Nikhil and GitHub
13d21e752d
Merge pull request #1910 from makeplane/develop
...
promote: develop to stage-release
2023-08-18 19:29:11 +05:30
Anmol Singh Bhatia and GitHub
8d5018318d
chore: add favorite project from sidebar ( #1909 )
2023-08-18 18:42:50 +05:30
Anmol Singh Bhatia and GitHub
0fbdc0b157
style: consistent ui for create update issue modal ( #1907 )
2023-08-18 18:42:04 +05:30
Bavisetti Narayan and GitHub
2f39181eb7
fix: priority ordering ( #1908 )
2023-08-18 18:27:29 +05:30
Dakshesh Jain and GitHub
d825dc5579
style: showing first name for bot profile ( #1894 )
2023-08-18 17:15:20 +05:30
Aaryan Khandelwal and GitHub
1f8117c987
fix: dashboard upcoming issues list ( #1904 )
2023-08-18 17:10:12 +05:30
Bavisetti Narayan and GitHub
125e9090ea
chore: module link model ( #1905 )
...
* chore: module link model
* chore: added migration
2023-08-18 15:50:48 +05:30
Bavisetti Narayan and GitHub
02ac4cee22
chore: renamed target date to start date ( #1902 )
2023-08-18 15:25:42 +05:30
Anmol Singh Bhatia and GitHub
93164755e2
style: analytics stats empty state ( #1903 )
2023-08-18 15:15:33 +05:30
Aaryan Khandelwal and GitHub
6344f6f562
chore: set order by to manual on gantt chart ( #1886 )
2023-08-18 15:12:12 +05:30
Aaryan Khandelwal and GitHub
b67e30fd9c
chore: analytics start date property for x-axis and group ( #1888 )
2023-08-18 15:11:25 +05:30
Anmol Singh Bhatia and GitHub
93fec2c678
fix: completed cycle validation , style: assignee count alignment fix ( #1901 )
...
* style: assignee count alignment fix
* fix: completed cycle validation
2023-08-18 14:23:13 +05:30
Anmol Singh Bhatia and GitHub
c3c6ba9e34
chore: link edit functionality ( #1895 )
2023-08-18 12:03:31 +05:30
Anmol Singh Bhatia and GitHub
d74ec7bda9
fix: ui improvement and bug fixes ( #1883 )
2023-08-18 12:01:51 +05:30
Henit Chobisa and GitHub
e593a8d4bd
chore: Edited Setup Script to take TipTap Auth Token and Generate .npmrc ( #1897 )
2023-08-18 11:47:58 +05:30
guru_sainath and GitHub
abb8782c44
fix: handled default view on plane deploy ( #1893 )
...
* fix: handled default view on plane deploy
* fix: handled default view on refresh
2023-08-17 14:24:33 +05:30
guru_sainath and GitHub
0afd72db95
fix: updated theming in workspace preferences ( #1890 )
2023-08-16 20:35:17 +05:30
guru_sainath and GitHub
65295f6c6f
chore: updating the theme using MobX from command k ( #1879 )
...
* chore: updating the theme using mobx from command k
* feat: Showing the project published status in the app header
* dev: updated validation and redirection the project publish modal and added redirection on the app header
2023-08-16 18:26:36 +05:30
Aaryan Khandelwal and GitHub
5b6b43fb83
fix: quick action buttons: ( #1884 )
2023-08-16 18:25:11 +05:30
Dakshesh Jain and GitHub
f8497125db
style: fixed display name coming twice on profile page ( #1889 )
2023-08-16 18:18:57 +05:30
Bavisetti Narayan and GitHub
b24622e5ef
fix: validation for issue activity description ( #1887 )
2023-08-16 17:12:09 +05:30
guru_sainath and GitHub
10dface85d
chore: updated error pages 404 and project-not-found in plane deploy ( #1885 )
...
* dev: custom error messages.
* dev: updated next version in yarn.lock
* dev: updated project-not-published icon
2023-08-16 17:05:40 +05:30
Aditi Patel and GitHub
2b6debaa3e
Updated setup document to include tiptap pro install ( #1871 )
2023-08-16 14:42:37 +05:30
1750ba344b
fix: my issue duplication ( #1882 )
...
Co-authored-by: Plane Team <planeteam@srirams-Mac-mini.local >
2023-08-16 14:40:10 +05:30
Nikhil and GitHub
550473bb02
Merge pull request #1876 from makeplane/stage/merge-fixes
...
Promote: Develop to Stage Release
2023-08-16 13:18:26 +05:30
sriramveeraghanta
fde978861c
Merge branch 'develop' of github.com:makeplane/plane into stage/merge-fixes
2023-08-16 13:17:21 +05:30
guru_sainath and GitHub
f44d142f2c
chore: tip-tap editor update in workspace user activity ( #1877 )
2023-08-16 13:16:20 +05:30
guru_sainath and GitHub
1ded8f486f
chore: updated meta tags for project issues ( #1875 )
...
* dev: updated meta tags for project issues
* dev: updated project description in meta tags in plane deploy.
2023-08-16 13:15:57 +05:30
2c43a15515
chore: added new filed in serializer ( #1874 )
...
Co-authored-by: NarayanBavisetti <narayan311@gmail.com >
2023-08-16 13:10:03 +05:30
Dakshesh Jain and GitHub
0979acc1a4
fix: notification card not redirecting to archive issue detail for archived issue ( #1861 )
2023-08-16 13:09:56 +05:30
sriramveeraghanta
9003c58d89
merge conflicts resolved
2023-08-16 13:00:58 +05:30
Nikhil and GitHub
55e2f00ffe
fix: members list filtering for workspace and projects ( #1872 )
2023-08-16 12:21:56 +05:30
Nikhil and GitHub
08382f88b4
chore: updated migration files for 0.11 ( #1851 )
2023-08-16 10:37:22 +05:30
72419447ec
fix: added slug in filename for export issues ( #1870 )
...
* chore: file name changed for exported issues
* fix: added slug in filename for export issues
---------
Co-authored-by: NarayanBavisetti <narayan311@gmail.com >
2023-08-16 09:39:17 +05:30
Nikhil and GitHub
b554087b1f
chore: deploy board status for project ( #1866 )
2023-08-16 01:00:22 +05:30
07717e9a93
chore: file name changed for exported issues ( #1865 )
...
Co-authored-by: NarayanBavisetti <narayan311@gmail.com >
2023-08-15 19:49:17 +05:30
Nikhil and GitHub
df46a45afc
fix: analytics export ( #1862 )
...
* fix: analytics export
* dev: export analytics assignee indexing
* dev: total counts
2023-08-15 15:48:22 +05:30
e1ae0d3b56
feat : Tiptap integration ( #1832 )
...
* remirror instances commented out to avoid prosemirror conflicts
* styles migrated for remirror to tiptap transition
* added bubblemenu support with extensions
* fixed css for task lists and code with syntax highlighting
* added support for slash command
* fixed bubble menu to match styles and added better seperation in UI
* saving with debounce logic added and it's stored in backend
* added migration support by updating to html
* Image uploads done
* improved file structure and delete image function implemented
* Integrated tiptap with Issue Modal
* added additional props and Tiptap Integration with Comments
* added tiptap integration with user activity feeds
* added ref control support and bubble menu support for readonly editor
* added tiptap support for plane pages
* added tiptap support to gpt assistant modal (yet to be tested)
* removed remirror instances and cleaned up code
* improved code structure for extracting props in Tiptap
* fixing ts errors for next build
* fixing node ts error for Horizontal Rule
* added ts fix for node types
* temp fix
* temp fix
* added min height for issue description in modal
* added resolutions to prosemirror-model version
* trying pnpm overrides
* explicitly added prosemirror deps
* bugfixes
* removed extra gap at the top and moved saved indicator to the bottom
* fix: slash command scroll position
* chore: update custom css variables
* matched theme colours
* fixed gpt-assistant modal
* updated yarn lock
* added debounced updates for the title and removed saved state after timeout
* added css animations for saved state
* build fixes and remove remirror instances
* minor commenting fixes
---------
Co-authored-by: Palanikannan1437 <73993394+Palanikannan1437@users.noreply.github.com >
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-08-15 15:04:46 +05:30
guru_sainath and GitHub
daa8f7d79b
feat / public deploy settings workflow ( #1863 )
...
* Feat: Implemented project publish settings
* dev: updated the env dependancy in turbo and enabling the publish access to admin
2023-08-14 19:18:38 +05:30
Nikhil and GitHub
d2cdaaccb9
fix: slack queryset ( #1860 )
2023-08-14 18:53:09 +05:30
Anmol Singh Bhatia and GitHub
6774eddb66
style: sidebar select date width ( #1859 )
2023-08-14 18:10:21 +05:30
Dakshesh Jain and GitHub
8ccc1b3fcc
fix: gray background on png image ( #1856 )
2023-08-14 16:23:10 +05:30
Anmol Singh Bhatia and GitHub
5e76e03a55
style: profile activity loader ( #1858 )
2023-08-14 16:20:53 +05:30
srinivas pendem and GitHub
77fb50faa4
fix: route fix in imports and exports ( #1857 )
2023-08-14 16:19:13 +05:30
5ddfee12bc
fix: changed the display of date format ( #1855 )
...
Co-authored-by: NarayanBavisetti <narayan311@gmail.com >
2023-08-14 16:10:57 +05:30
Aaryan Khandelwal and GitHub
f7a596c113
fix: gantt chart block left drag flicker ( #1854 )
...
* fix: left drag flicker
* fix: opposite side manual scroll
2023-08-14 14:27:02 +05:30
Dakshesh Jain and GitHub
f73239be92
refactor: using webp image format instead of svg ( #1852 )
2023-08-14 13:26:16 +05:30
Anmol Singh Bhatia and GitHub
dc2438b2d3
style: image upload modal aspect ratio ( #1853 )
2023-08-14 13:06:00 +05:30
ddd3301d17
feat: csv, json and, xlsx exporter ( #1840 )
...
* feat : csv, jason and, xlxs exporter
* handeling the export fail
* adding expired state to exports
* typo update
* header change
* improvement: added validation for the expired date
---------
Co-authored-by: srinivaspendem <you@example.comsrinivaspendem2612 @gmail.com>
2023-08-14 11:44:17 +05:30
Vamsi Kurama and GitHub
816f00d956
Merge pull request #1848 from ryota-murakami/fix/license
2023-08-12 17:12:14 +05:30
ryota-murakami
70e2509d52
package.json; fix license
2023-08-12 20:30:01 +09:00
1a9faa025a
fix: export issues in CSV, JSON and XLSX ( #1794 )
...
* fix: file name change
* feat: added xml json and csv export
* chore: added openpyxl package
* fix: added initiated_by field
* fix: added initiated by details
* dev: refactoring
* fix: rendering assignee name and labels in sheet
* fix: handeled exception in label
* feat: implemented link expiration scheduler(8 days)
* fix: removed the expired field
---------
Co-authored-by: NarayanBavisetti <narayan311@gmail.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2023-08-11 20:09:52 +05:30
Nikhil and GitHub
feba1cc4d0
feat: project public boards ( #1772 )
...
* feat: project public boards
* dev: public issue and comment reactions
* dev: public issue comments
* dev: public comments
* dev: inbox for public boards
* dev: inbox issues for public board
* dev: public inbox issue
* dev: migrations
* dev: update api endpoints
* dev: project boards and views
* dev: state and label details
* dev: public issue voting
* dev: issue voting
* dev: workspace details
* dev: project icon and emoji
2023-08-11 19:27:44 +05:30
Anmol Singh Bhatia and GitHub
079a5b28d8
style: custom theming color picker position ( #1846 )
2023-08-11 19:17:59 +05:30
Aaryan Khandelwal and GitHub
c6eea9c7a9
fix: empty groups not appearing in the kanban view ( #1843 )
2023-08-11 19:17:02 +05:30
Anmol Singh Bhatia and GitHub
5f5790ebf9
chore: start date option added in spreadsheet view ( #1824 )
2023-08-11 19:14:54 +05:30
Anmol Singh Bhatia and GitHub
a3d99100ee
fix: sub issue progress indicator fix ( #1847 )
2023-08-11 19:05:13 +05:30
Anmol Singh Bhatia and GitHub
ac6d2b0139
chore: updated user permission for project and workspace settings ( #1807 )
...
* fix: updated user permission for project and workspace settings
* chore: workspace delete modal fix
2023-08-11 18:29:24 +05:30
Dakshesh Jain and GitHub
7becec4ee9
feat: randomize color on label create ( #1839 )
...
fix: create label state being persisted after edit label
2023-08-11 17:42:47 +05:30
guru_sainath and GitHub
cd5e5b96da
feat: Mobx integration, List and Kanban boards implementation in plane space ( #1844 )
...
* feat: init mobx and issue filter
* feat: Implemented list and kanban views in plane space and integrated mobx.
* feat: updated store type check
2023-08-11 17:18:33 +05:30
Dakshesh Jain and GitHub
ad4cdcc512
fix: cmdk modal not closing when choosing an option ( #1833 )
2023-08-11 17:16:37 +05:30
Nikhil and GitHub
6617049983
fix: sub issue endpoint for state distribution ( #1845 )
2023-08-11 16:38:03 +05:30
Dakshesh Jain and GitHub
abec46a725
fix: cmdk not changing theme if active theme is custom-theme ( #1842 )
2023-08-11 16:16:20 +05:30
Nikhil and GitHub
88e987b902
feat: cycle and module sort order ( #1841 )
...
* dev: cycle and module ordering
* dev: sort order for smallest
2023-08-11 16:03:15 +05:30
Aaryan Khandelwal and GitHub
785a6e8871
chore: gantt chart resizable blocks, y-axis drag and drop ( #1810 )
...
* chore: gantt chart resizable blocks
* chore: right scroll added
* chore: left scroll added
* fix: build errors
* chore: remove unnecessary console logs
* chore: add block type and remove info toggle
* feat: gantt chart blocks y-axis drag and drop
* chore: disable drag flag
* fix: y-axis drag mutation
* fix: scroll container undefined error
* fix: negative scroll
* fix: negative scroll
* style: blocks tooltip consistency
2023-08-11 15:59:13 +05:30
Anmol Singh Bhatia and GitHub
762ef422ca
chore: project search added in project list page ( #1837 )
2023-08-11 15:57:11 +05:30
Anmol Singh Bhatia and GitHub
e2b5657c3e
chore: profile cover photo ( #1836 )
2023-08-11 15:56:26 +05:30
Anmol Singh Bhatia and GitHub
dbb53a663e
style: sidebar ui improvement ( #1816 )
...
* style: sidebar ui improvement
* style: sidebar menu spacing
* style: sidebar consistent spacing
* style: notification improvement
* style: remove from favorite filled icon added
* chore: settings option added in sidebar context menu
* chore: update delete project option visibility for sidebar
* style: sidebar project list display border top on scroll
2023-08-11 15:53:10 +05:30
Anmol Singh Bhatia and GitHub
5c964d144a
style: ui improvement ( #1806 )
...
* style: kanban board theming
* style: assignee ui revamp
* style: kanban board header, label , priority , state and avatar ui revamp
* style: kanban card state dropdown
* style: sidebar profile dropdown
* style: sidebar dropdown icon
* style: sidebar workspace dropdown
* style: assignee select component
* fix: state select
* style: consistent app header button
2023-08-11 15:50:05 +05:30
Anmol Singh Bhatia and GitHub
289e81d6eb
chore: issue activity user redirection added ( #1805 )
...
* feat: issue activity user redirection added
* feat: analytics page user redirection
2023-08-11 15:48:52 +05:30
Nikhil and GitHub
def10af1e2
fix: issue date filtering ( #1834 )
2023-08-11 12:48:30 +05:30
Nikhil and GitHub
edaeae1b69
chore: sort order for cycle and modules ( #1835 )
2023-08-11 12:48:02 +05:30
Nikhil and GitHub
e06ee25800
fix: project states create ( #1830 )
2023-08-11 12:46:50 +05:30
Nikhil and GitHub
be86a7d38e
feat: project member role ( #1828 )
2023-08-11 12:46:29 +05:30
Nikhil and GitHub
0a1483c482
chore: issue list date filters and properties ( #1820 )
...
* dev: start date and target date validation and filter for null dated issues
* dev: remove print logs
* dev: issue property dates
2023-08-11 12:45:51 +05:30
Nikhil and GitHub
11abd3cadf
fix: user id for default analytics ( #1808 )
2023-08-11 12:45:04 +05:30
Nikhil and GitHub
085cd1960e
fix: project members endpoint email ( #1804 )
...
* fix: project members endpoint email
* dev: cycle and module assignee display name
2023-08-11 12:44:20 +05:30
Nikhil and GitHub
2769a73898
remove: auto start date configuration ( #1799 )
2023-08-11 12:43:43 +05:30
Nikhil and GitHub
8373f20944
fix: issues n plus 1 ( #1785 )
2023-08-11 12:43:00 +05:30
Dakshesh Jain and GitHub
f562fcd466
refactor: both delete or backspace can be used to open modal ( #1829 )
...
* refactor: both delete or backspace can be used to open modal
* fix: 'Bulk Issue Delete' modal will open on single click
2023-08-10 16:02:10 +05:30
Dakshesh Jain and GitHub
8c8668a3e6
refactor: not making calls to member's endpoint to get membership status ( #1831 )
...
* refactor: not making call to members endpoint to get membership status
* refactor: type for IProject
2023-08-10 15:39:32 +05:30
Dakshesh Jain and GitHub
9ce85cdf21
refactor: if/else conditions ( #1822 )
...
* refactor: shortcuts if/else
* fix: merge conflict
2023-08-10 13:12:17 +05:30
Dakshesh Jain and GitHub
1c6cdb8328
refactor: added validation for display_name ( #1823 )
2023-08-10 13:05:03 +05:30
guru_sainath and GitHub
005b42cb8d
dev: Updating themening worfkflow ( #1827 )
2023-08-10 13:03:42 +05:30
Dakshesh Jain and GitHub
be062ccd34
fix: import user using endpoint with email ( #1819 )
2023-08-09 17:49:25 +05:30
Dakshesh Jain and GitHub
c9d0c5353d
style: displaying email in members page depending on user role ( #1817 )
...
* style: displaying email in members page depending on user role
* refactor: added null safety
2023-08-09 17:23:57 +05:30
Dakshesh Jain and GitHub
2a6eb5fe23
style: option to edit display name in profile page ( #1818 )
2023-08-09 16:44:35 +05:30
Aaryan Khandelwal and GitHub
d9ccce41bc
chore: profile and my issues page start date option ( #1815 )
...
* chore: profile and my issues page start date option
* fix: properties order in my profile view options
2023-08-09 15:46:47 +05:30
Anmol Singh Bhatia and GitHub
3db69a3a71
style: profile empty state ( #1811 )
...
* style: profile empty state
* style: priority empty state padding
2023-08-09 15:45:20 +05:30
Dakshesh Jain and GitHub
faa50b0bbb
fix: analytics showing user id instead of display name ( #1812 )
...
* fix: replacing first, last name and email with display name
* fix: different endpoint for workspace & project member
* fix: falling back to email if display_name doesn't exist
* fix: analytics showing user id instead of display name
2023-08-09 15:20:29 +05:30
Dakshesh Jain and GitHub
1991e09035
refactor: removed escape keydown listener ( #1814 )
2023-08-09 15:18:26 +05:30
Aaryan Khandelwal and GitHub
4fcd081d27
chore: select start date option for issue ( #1813 )
2023-08-09 15:17:32 +05:30
5f1209f1db
chore: empty state for multi-level dropdown ( #1802 )
...
* fix :label filter should show something if there is no label #1779 (#1795 )
* style: children empty state
---------
Co-authored-by: Pankaj Chotaliya <34762752+pankajvc@users.noreply.github.com >
2023-08-08 14:13:26 +05:30
Aaryan Khandelwal and GitHub
88e5a05253
chore: subscribed by me tab on my issues page ( #1800 )
...
* chore: add subscribed by me tab in my issues
* chore: update tab titles
* fix: build error
2023-08-08 13:15:25 +05:30
Dakshesh Jain and GitHub
981acc81c1
fix: replaced first name, last name or email to display name ( #1796 )
...
* fix: replacing first, last name and email with display name
* fix: different endpoint for workspace & project member
* fix: falling back to email if display_name doesn't exist
2023-08-08 13:01:43 +05:30
Nikhil and GitHub
cf306ee605
feat: user display name ( #1179 )
...
* feat: user display name for the entire system
* feat: update issue activity to remove emails
* dev: update to display name wherever assignees__email and member__email
* dev: update display names on issue activity and the user script
* dev: update display_name function to generate display_name from email
* dev: add email for test purpose
* dev: set default display name for the user
* dev: add migration script and default value
* dev: annotate with assignees_id
* dev: return assignees id
* dev: display name for the profile
* dev: project members endpoint
* dev: url update
* dev: trailing /
* dev: update workspace member serializer
* fix: activity for assignees
2023-08-08 12:59:04 +05:30
guru_sainath and GitHub
9df0ba6e3a
feat: initiated plane space ( #1801 )
2023-08-08 12:55:42 +05:30
guru_sainath and GitHub
b6744dcd29
Chore: mobx setup and app sidebar and theme management ( #1798 )
...
* dev: Mobx integration for app sidebar and custom theme
* dev: Handled edge case and conditional rendering for mobx store
2023-08-08 12:50:27 +05:30
DevMiner and GitHub
a164dfd532
chore(frontend): add sharp ( #1451 )
2023-08-07 15:52:08 +05:30
2b46e5f977
feat: issue export csv ( #1781 )
...
* feat: created issue export csv
* fix: optimized the queries
---------
Co-authored-by: NarayanBavisetti <narayan311@gmail.com >
2023-08-07 11:59:04 +05:30
Vamsi Kurama and GitHub
9ff8994c0e
Merge pull request #1784 from makeplane/stage-release
...
promote: stage-release to master v0.10.1-patch
2023-08-03 18:55:24 +05:30
9b4aebc385
promote: develop to stage-release v0.10-patch ( #1783 )
...
* chore: show message if dragging unjoined project (#1763 )
* fix: invalid project selection in create issue modal (#1766 )
* style: sidebar project list improvement (#1767 )
* fix: comment reaction mutation (#1768 )
* fix: user profiles n plus 1 (#1765 )
* fix: bulk issue import (#1773 )
* style: profile activity (#1771 )
* style: profile activity comment log styling
* chore: profile feed activity refactor
* style: sidebar project list
* chore: add non existing states for project entities (#1770 )
* fix: notification read status being toggled when click on link (#1769 )
* fix: custom theme persisting after signing out (#1780 )
* fix: custom theme persistence
* chore: remove console logs
* fix: build error
* fix: change theme from command k
---------
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com >
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com >
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
2023-08-03 15:28:22 +05:30
Aaryan Khandelwal and GitHub
97c3fb40e7
fix: custom theme persisting after signing out ( #1780 )
...
* fix: custom theme persistence
* chore: remove console logs
* fix: build error
* fix: change theme from command k
2023-08-03 15:01:31 +05:30
Dakshesh Jain and GitHub
5aad6c71da
fix: notification read status being toggled when click on link ( #1769 )
2023-08-02 17:23:55 +05:30
Aaryan Khandelwal and GitHub
a1ae338c37
chore: add non existing states for project entities ( #1770 )
2023-08-02 16:47:36 +05:30
Anmol Singh Bhatia and GitHub
c16b0daa22
style: profile activity ( #1771 )
...
* style: profile activity comment log styling
* chore: profile feed activity refactor
* style: sidebar project list
2023-08-02 16:45:34 +05:30
Nikhil and GitHub
9a29896291
fix: bulk issue import ( #1773 )
2023-08-02 16:42:47 +05:30
Nikhil and GitHub
a66dcb9419
fix: user profiles n plus 1 ( #1765 )
2023-08-02 16:42:24 +05:30
Dakshesh Jain and GitHub
87a920174e
fix: comment reaction mutation ( #1768 )
2023-08-02 14:21:48 +05:30
Anmol Singh Bhatia and GitHub
584192faba
style: sidebar project list improvement ( #1767 )
2023-08-02 14:21:26 +05:30
Dakshesh Jain and GitHub
b61adbed4b
fix: invalid project selection in create issue modal ( #1766 )
2023-08-02 13:38:45 +05:30
Aaryan Khandelwal and GitHub
7434800999
chore: show message if dragging unjoined project ( #1763 )
2023-08-02 12:09:53 +05:30
Vamsi Kurama and GitHub
3488001197
Merge pull request #1762 from makeplane/stage-release
...
promote: stage-release to master
2023-08-01 22:38:20 +05:30
Nikhil and GitHub
9828d2332a
Merge pull request #1761 from makeplane/develop
...
promote: develop to stage-release
2023-08-01 22:07:03 +05:30
Nikhil and GitHub
78095e3823
Merge pull request #1760 from makeplane/fix/project_member_invite
...
fix: project invite
2023-08-01 22:05:48 +05:30
pablohashescobar
f41086fd26
fix: typeerror
2023-08-01 22:00:56 +05:30
pablohashescobar
0866dc3494
fix: project invite
2023-08-01 21:42:48 +05:30
Vamsi Kurama and GitHub
2ced7e4911
Merge pull request #1758 from makeplane/stage-release
...
promote: stage-release to master v0.10
2023-08-01 20:04:40 +05:30
Nikhil and GitHub
9f69fe6060
Merge pull request #1750 from makeplane/develop
...
promote: develop to stage-release
2023-08-01 19:35:54 +05:30
Nikhil and GitHub
6ea15ced02
fix: project identifier length ( #1757 )
2023-08-01 19:25:04 +05:30
Nikhil and GitHub
11525f26d0
fix: project identifier migration ( #1755 )
2023-08-01 19:11:32 +05:30
Anmol Singh Bhatia and GitHub
f3bd1691ce
style: sidebar project list styling ( #1756 )
2023-08-01 19:11:09 +05:30
Anmol Singh Bhatia and GitHub
d83a76a3aa
style: my issue and profile page view dropdown ( #1754 )
2023-08-01 19:04:53 +05:30
Aaryan Khandelwal and GitHub
2cd431b4a4
fix: my issues mutation ( #1753 )
...
* fix: my issues mutation
* fix: activity message and icon return value
2023-08-01 18:40:04 +05:30
Aaryan Khandelwal and GitHub
d22e4b8212
fix: profile activity workspace slug ( #1752 )
2023-08-01 18:38:33 +05:30
Anmol Singh Bhatia and GitHub
0e0e09c4fd
style: profile dropdown updated ( #1751 )
2023-08-01 18:25:13 +05:30
Aaryan Khandelwal and GitHub
a8816ef473
refactor: issue activity component ( #1749 )
2023-08-01 17:07:11 +05:30
Anmol Singh Bhatia and GitHub
d315a24c1c
style: primary color variable added in global ( #1748 )
2023-08-01 17:04:23 +05:30
Nikhil and GitHub
e73a4bef4e
chore: issue and project details in activity ( #1747 )
...
* chore: issue and project details in activity
* dev: update capture log
2023-08-01 17:03:19 +05:30
Aaryan Khandelwal and GitHub
d9339b8f8e
Merge pull request #1729 from makeplane/develop
...
promote: develop to stage-release
2023-08-01 15:46:56 +05:30
Dakshesh Jain and GitHub
a66a0680df
fix: showing alert on error while deleting workspace member or invited member ( #1746 )
...
style: showing 'Leave' for current user
2023-08-01 15:32:42 +05:30
Anmol Singh Bhatia and GitHub
98c7453741
style: view dropdown ( #1742 )
2023-08-01 14:16:43 +05:30
Nikhil and GitHub
1a5faca77c
chore: show created by empty for viewers and guests ( #1740 )
...
* chore: show created by empty for viewers and guests
* dev: return empty queryset
2023-08-01 14:16:21 +05:30
Nikhil and GitHub
6e7fa1a39c
chore: project create to return sort order ( #1738 )
...
* chore: project create retun sort order
* chore: project create return sort order
2023-08-01 14:15:40 +05:30
Nikhil and GitHub
7a6e742362
dev: fix migrations ( #1735 )
...
* dev: fix migrations
* dev: migrations for issue comment reactions and preference and cover image fields
2023-08-01 14:15:09 +05:30
Anmol Singh Bhatia and GitHub
8a9ff31009
style: sidebar project disclosure list open by default ( #1744 )
2023-08-01 14:13:42 +05:30
Dakshesh Jain and GitHub
d310b8f86f
style: style if user doesn't have profile pic ( #1745 )
2023-08-01 14:12:57 +05:30
4e297d92f3
chore: update empty states, fix: delete issue modal ( #1743 )
...
* chore: update empty states
* fix: delete issue modal
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-08-01 13:58:58 +05:30
Anmol Singh Bhatia and GitHub
e48147f87e
style: create project modal ( #1741 )
2023-08-01 13:34:54 +05:30
Aaryan Khandelwal and GitHub
85a7a7df2b
chore: profile dropdown in the sidebar ( #1737 )
...
* chore: profile dropdown in the sidebar
* style: update spacing and font sizes
2023-08-01 13:31:16 +05:30
Dakshesh Jain and GitHub
92b22dc99e
style: showing 'Created by me' tab to all user ( #1739 )
...
* style: showing 'Created by me' tab to all user
* refactor: removed unnecessary imports
2023-08-01 13:30:51 +05:30
Aaryan Khandelwal and GitHub
cb4d294608
style: sidebar projects design ( #1736 )
...
* chore: disclosure menu for sidebar projects
* fix: projects list spacing
* style: new design
2023-08-01 12:24:34 +05:30
Aaryan Khandelwal and GitHub
df8504e6f7
fix: issue redirection ( #1733 )
2023-08-01 11:22:47 +05:30
Dakshesh Jain and GitHub
7287c27b73
refactor: changed per_page to 30 ( #1734 )
2023-08-01 11:19:06 +05:30
Nikhil and GitHub
cc2e6182b6
feat: user project sorting ( #1719 )
...
* feat: user project sorting
* dev: migration typo fix and query member fix
* feat: project member sort order update
* fix: project sorting per members
2023-07-31 18:12:02 +05:30
Nikhil and GitHub
40fd7790eb
fix: my issues duplication ( #1726 )
2023-07-31 18:11:46 +05:30
Aaryan Khandelwal and GitHub
d733fb92cd
fix: show project drag handle only when uncollapsed ( #1727 )
...
* fix: show project drag handle only when uncollapsed
* chore: fetch profile issues auth
* chore: update theme colors
* chore: update profile page redirection
2023-07-31 18:11:25 +05:30
Nikhil and GitHub
1ae78e55c9
chore: profile page permission ( #1728 )
...
* chore: profile page permission
* dev: change the default type
2023-07-31 18:04:01 +05:30
Nikhil and GitHub
ff3f1897bc
feat: user cycle stats ( #1723 )
...
* feat: user cycle stats
* dev: revert capture exception
2023-07-31 17:49:07 +05:30
Sai Phanindra and GitHub
f42f2465a9
Changed alt text for badges in Readme ( #1686 )
2023-07-31 17:25:37 +05:30
Aaryan Khandelwal and GitHub
7ad0466d65
refactor: new onboarding workflow ( #1724 )
...
* refactor: new onboarding workflow
* refactor: new onboarding workflow
2023-07-31 17:23:49 +05:30
Anmol Singh Bhatia and GitHub
e8f748a67d
style: responsive title ( #1683 )
...
* style: responsive issue title added
* style: responsive breadcrumbs and app-header layout
* style: breadcrumbs styling
* fix: app header dropdown issue and limit app header title to 32 characters
2023-07-31 17:22:48 +05:30
Dakshesh Jain and GitHub
81b1405448
refactor: moved mutate to 'finally' block ( #1722 )
...
* refactor: moved mutate to 'finally' block
fix: content for success
* fix: invited -> added
2023-07-31 17:21:37 +05:30
Anmol Singh Bhatia and GitHub
98d9763f8e
feat: sidebar project ordering functionality added ( #1725 )
2023-07-31 17:10:23 +05:30
Dakshesh Jain and GitHub
c9498fa54d
fix: workspace member invitation mutate ( #1721 )
...
* fix: workspace member invitation mutate
* fix: mutate on finally
2023-07-31 16:58:45 +05:30
Aaryan Khandelwal and GitHub
0586d30a33
style: profile page responsiveness added ( #1710 )
...
* refactor: folder structure
* style: mobile responsiveness added
* chore: add user profile redirection
* chore: profile page authorization
2023-07-31 16:57:28 +05:30
Dakshesh Jain and GitHub
406b323e8e
fix: image upload accepting non-image format ( #1720 )
...
* fix: image upload accepting non-image format
* style: showing all the valid for image upload
2023-07-31 14:17:51 +05:30
Anmol Singh Bhatia and GitHub
47838a506a
fix: workspace name validation added ( #1702 )
2023-07-31 12:03:16 +05:30
d9ce042dff
handle email invitation urls in outlook clients properly ( #1671 )
...
Co-authored-by: Ankur Singh <ankur.singh@epfl.ch >
2023-07-31 11:48:29 +05:30
Dakshesh Jain and GitHub
4fb11cb388
fix: project cover image upload ( #1704 )
...
* fix: popover close on image upload
* fix: removed comments
2023-07-31 11:47:45 +05:30
Anmol Singh Bhatia and GitHub
6769d1139e
feat: project user preference for pages ( #1673 )
...
* feat: project user preference for pages
* feat: page block description improvement
* fix: create block input box
2023-07-31 11:47:22 +05:30
Anmol Singh Bhatia and GitHub
89e7975821
style: ui improvements ( #1699 )
...
* style: sibling issues ui
* style: view dropdown
2023-07-31 11:45:10 +05:30
Nikhil and GitHub
89bf24bd64
Merge pull request #1718 from makeplane/stage-release
...
dev: equate stage-release and develop branch
2023-07-31 11:42:18 +05:30
Nikhil and GitHub
922735e5f2
feat: issue and comments reaction ( #1674 )
...
* dev: initialize issue reactions
* dev: issue reactions
* dev: comment reactions and update in urls
* dev: reactions in issue and comment list
* dev: reaction filtering
* dev: comment reaction lite serializer
* fix: reaction delete endpoint query
2023-07-31 10:42:17 +05:30
Nikhil and GitHub
ed75163ec4
chore: project preferences ( #1669 )
2023-07-31 10:42:00 +05:30
Nikhil and GitHub
8e0124be91
feat: project ordering ( #1701 )
...
* dev: project ordering
* dev: add ordering for projects list
2023-07-31 10:41:25 +05:30
Anmol Singh Bhatia and GitHub
c98edd4a91
style: reactions ui improvement ( #1705 )
2023-07-30 02:08:52 +05:30
Dakshesh Jain and GitHub
35bb71303e
refactor: fetching notification only when popover is open ( #1706 )
2023-07-30 02:05:30 +05:30
Aaryan Khandelwal and GitHub
e5a3bec28c
Merge pull request #1709 from makeplane/stage-release
...
promote: stage-release to master
2023-07-28 19:47:04 +05:30
Aaryan Khandelwal and GitHub
30054f71a8
Merge pull request #1708 from makeplane/fix/google_authentication
...
fix: google not accepting width as string
2023-07-28 19:35:10 +05:30
Dakshesh Jain
f40eb1add1
fix: google not accepting width as string
2023-07-28 19:21:55 +05:30
Nikhil and GitHub
e0affa21c4
feat: profile page endpoints ( #1682 )
...
* dev: profile page endpoints
* dev: workspace projects endpoint
* dev: user profile page endpoints
* dev: profile page endpoints
* dev: project filters
* dev: fix priority distribution
* dev: issue subscriptions
* dev: issue priority distribution and issue activity api optimization
* dev: user data in profile endpoints
* dev: profile page data
* dev: project list endpoint
* dev: project emojis
* dev: capture exception
* dev: update workspace user profile urls
* dev: user profile endpoints rename and activity filter
* dev: fix subscriber issues filtering
2023-07-28 14:35:45 +05:30
Nikhil and GitHub
b14c70df71
fix: workspace member only admin delete ( #1700 )
2023-07-28 14:29:40 +05:30
Nikhil and GitHub
4c54ca5494
dev: revert issue filters query parameters ( #1703 )
2023-07-28 14:29:05 +05:30
Aaryan Khandelwal and GitHub
10f145f85c
feat: user profile analytics, views and filters ( #1698 )
...
* feat: user profile overview
* chore: profile sidebar designed
* feat: user issues filters and view options
* refactor: filters
* refactor: mutation logic
* fix: percentage calculation logic and sidebar shadow
2023-07-28 13:39:42 +05:30
Dakshesh Jain and GitHub
8930840a76
style: text color & position ( #1692 )
...
* feat: developed reaction selector component
* feat add reaction on issue & issue comment
refactor: reaction selector component, made hooks to abstracted reaction logic & state by making custom hook
* fix: emoji.helper.tsx function
* refactor: reaction not working on inbox issue
* fix: user not been passed to create/delete function
* style: text position & color
2023-07-28 10:46:35 +05:30
Vamsi Kurama and GitHub
e930f8cc7b
Merge pull request #1697 from makeplane/stage-release
...
promote: stage-release to master
2023-07-28 00:55:32 +05:30
Vihar Kurama and GitHub
865698bcb4
Merge pull request #1696 from makeplane/remove-events
...
chore: remove events
2023-07-28 00:33:12 +05:30
Aaryan Khandelwal
a3678b490a
chore: update .env.example
2023-07-28 00:32:34 +05:30
Aaryan Khandelwal
5117859142
chore: update .env.example
2023-07-28 00:29:47 +05:30
Aaryan Khandelwal
05c923a97f
chore: remove events
2023-07-28 00:26:35 +05:30
Aaryan Khandelwal and GitHub
bedc3ab5a1
fix: create view form ( #1691 )
2023-07-27 21:38:16 +05:30
Dakshesh Jain and GitHub
0cc4468091
feat: issue & comment reaction ( #1690 )
...
* feat: developed reaction selector component
* feat add reaction on issue & issue comment
refactor: reaction selector component, made hooks to abstracted reaction logic & state by making custom hook
* fix: emoji.helper.tsx function
* refactor: reaction not working on inbox issue
2023-07-27 18:55:03 +05:30
Nikhil and GitHub
5cfea3948f
fix: issue filters ( #1688 )
2023-07-27 17:30:39 +05:30
Nikhil and GitHub
c947a6dd64
fix: cycles n+1 ( #1689 )
2023-07-27 17:30:00 +05:30
Aaryan Khandelwal and GitHub
c54b8b9a15
refactor: filters list component ( #1687 )
...
* refactor: filters list component
* fix: build error
2023-07-27 00:57:12 +05:30
Dakshesh Jain and GitHub
0b86080166
fix: displaying API error for AI response ( #1677 )
2023-07-26 23:59:34 +05:30
Dakshesh Jain and GitHub
0e352b7bcb
style: padding bottom no load more ( #1678 )
2023-07-26 23:59:05 +05:30
Dakshesh Jain and GitHub
bc8be73d6c
fix: invalid isOpen flag ( #1676 )
2023-07-26 23:58:40 +05:30
Aaryan Khandelwal and GitHub
d6f3c2515a
fix: fetch states only when the dropdown is opened ( #1684 )
2023-07-26 23:20:44 +05:30
Nikhil and GitHub
fd9dcfa2ec
feat: my issues filtering ( #1666 )
...
* feat: my issues filtering
* dev: migrations
* dev: remove state list endpoint
* dev: state group filtering
2023-07-26 17:52:35 +05:30
Dakshesh Jain and GitHub
39274fd5fa
fix: show-sub issue filter is true now by default ( #1679 )
2023-07-26 17:52:03 +05:30
Aaryan Khandelwal and GitHub
3d7fe40035
feat: my issues view layouts and filters, refactor: issue views ( #1681 )
...
* refactor: issue views and my issues
* chore: update view dropdown options
* refactor: render emoji function
* refactor: api calss
* fix: build errors
* fix: fetch states only when dropdown is opened
* chore: my issues dnd
* fix: build errors
* refactor: folder structure
2023-07-26 17:51:26 +05:30
Aaryan Khandelwal and GitHub
ec62308195
refactor: cmdk ( #1680 )
...
* chore: add project identifier to each result item
* refactor: cmdk code structure
* refactor: folder structure
2023-07-26 15:12:00 +05:30
Dakshesh Jain and GitHub
9c28011ea5
refactor: notification pagination & made context for handling functions related to notification ( #1654 )
...
* refactor: add pagination and notification context
* refactor: moved header & snooze option to their own files
added check before toUpperCase function
2023-07-26 12:02:14 +05:30
Dakshesh Jain and GitHub
10059b2150
feat: upload cover image for project ( #1668 )
2023-07-26 12:01:33 +05:30
Anmol Singh Bhatia and GitHub
6fe99c7f3e
fix: custom search select query fix ( #1610 )
2023-07-25 16:08:11 +05:30
Anmol Singh Bhatia and GitHub
2229d8d828
fix: link validation fix ( #1645 )
...
* fix: link validation fix
* fix: build fix and code refactor
* fix: build fix
* chore: code refactor
* fix: link url input fix
* chore: link type updated
* fix: build fix
2023-07-25 15:43:47 +05:30
ad410d134f
fix: project identifier validation ( #1643 )
...
* fix: project identifier validation
* feat: alphanumric identifier validation
* chore: code refactor
* refactor: project identifier change function
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-07-25 15:43:28 +05:30
Anmol Singh Bhatia and GitHub
9b531aca47
feat: workspace member bulk invite ( #1530 )
...
* feat: workspace member bulk invite
* style: invite dropdown styling
2023-07-25 15:42:52 +05:30
Nikhil and GitHub
2bb842367f
fix: pages n plus 1 ( #1651 )
2023-07-25 14:23:58 +05:30
Nikhil and GitHub
916fca53ac
chore: project identifier for all the search items and take project id as query params ( #1663 )
2023-07-25 14:23:41 +05:30
Nikhil and GitHub
7763cca9a2
fix: email magic sign in integrity error ( #1662 )
2023-07-25 14:23:26 +05:30
Nikhil and GitHub
3ad3cc77f9
fix: handle model save error in issue activity ( #1661 )
2023-07-25 14:23:10 +05:30
Nikhil and GitHub
998fab80b5
feat: project preferences ( #1652 )
2023-07-25 14:22:54 +05:30
Nikhil and GitHub
679c97bbe3
fix: make title as optional for issue links ( #1641 )
2023-07-25 14:22:38 +05:30
Aaryan Khandelwal and GitHub
c87d70195d
refactor: command k and enable workspace level search ( #1664 )
...
* refactor: command k and enable workspace level search
* fix: global level search
2023-07-25 13:52:21 +05:30
Dakshesh Jain and GitHub
c2327fa538
feat: show sub-issue on list-view ( #1665 )
2023-07-25 13:09:38 +05:30
Anmol Singh Bhatia and GitHub
bc076e69f7
style: issue label ui updated ( #1653 )
...
* style: issue label ui updated
* chore: code refactor
2023-07-25 12:07:16 +05:30
Rhea Jain and GitHub
1db9030f20
Update README.md ( #1659 )
2023-07-24 21:19:31 +05:30
Nikhil and GitHub
737ac33d5d
chore: project issue link activity ( #1639 )
...
* chore: project issue link activity
* dev: fix delete activity
2023-07-24 17:41:04 +05:30
Nikhil and GitHub
fd17c249fd
chore: ability to comment for guests and viewers ( #1650 )
2023-07-24 17:40:26 +05:30
Nikhil and GitHub
afce027bf3
chore: global search endpoint for workspace ( #1649 )
...
* chore: global search endpoint
* chore: global search endpoitnt for workspace search
2023-07-24 17:39:29 +05:30
Aaryan Khandelwal and GitHub
6db1db55e9
fix: create issue modal restting ( #1647 )
2023-07-24 14:39:47 +05:30
Nikhil and GitHub
08a025f67c
fix: notification select related fields ( #1646 )
2023-07-24 14:39:25 +05:30
Aaryan Khandelwal and GitHub
8a2cc6f919
fix: remove issue link activity ( #1644 )
2023-07-24 13:57:23 +05:30
Aaryan Khandelwal and GitHub
29b04bb3ef
chore: increase project identifier max length ( #1638 )
2023-07-24 12:57:05 +05:30
Aaryan Khandelwal and GitHub
f3b09a13b8
chore: set all issue properties as true by default ( #1640 )
2023-07-24 12:56:27 +05:30
Nikhil and GitHub
e83ef7332d
fix: issue create update n+1 and issue activity get n+1 ( #1606 )
...
* fix: issue create update n+1 and issue activity get n+1
* dev: notifications n+1
2023-07-24 12:23:34 +05:30
Nikhil and GitHub
8ff834c328
chore: return total members, cycle and modules ( #1637 )
2023-07-24 12:23:04 +05:30
Nikhil and GitHub
4ee161bae2
chore: project identifiers ( #1636 )
2023-07-24 12:19:11 +05:30
Nikhil and GitHub
27402b52b6
fix: issue activity for attachments ( #1626 )
...
* fix: issue activity for attachments
* fix: issue activity assignees
2023-07-24 12:17:41 +05:30
Nikhil and GitHub
479dfc17f5
feat: notification pagination ( #1580 )
2023-07-24 12:10:21 +05:30
Nikhil and GitHub
8e70a036b7
chore: add project lead as project member ( #1627 )
...
* chore: add project lead as project member
* fix: project member lead create
2023-07-24 12:09:32 +05:30
Nikhil and GitHub
73b38f4db9
feat: cross project issue linking ( #1609 )
...
* dev: sub issue listing
* feat: cross project issue linking
* dev: project search
* dev: workspace search logic
* dev: return state and project details for parent issues
* dev: issue state flat serializer
* dev: id for lite serializer
* dev: project name in for the response issues
* dev: issue cross project
* dev: issue project identifiers
* dev: blocked and blocked by activity
2023-07-24 12:08:47 +05:30
Ikko Eltociear Ashimine and GitHub
e357283789
chore: fix typo in replace-env-vars.sh ( #1632 )
...
peform -> perform
2023-07-24 12:08:29 +05:30
Aaryan Khandelwal and GitHub
2ce7914b7a
style: new cycles list page design with empty states ( #1633 )
2023-07-24 11:32:59 +05:30
Aaryan Khandelwal and GitHub
fe60771943
fix: create cycle modal ( #1631 )
...
* fix: cycle date select in the modal
* chore: update remove assignee issue activity
2023-07-23 22:54:17 +05:30
Aaryan Khandelwal and GitHub
464c13fcd0
fix: issue parent activity ( #1629 )
2023-07-23 22:14:41 +05:30
Aaryan Khandelwal and GitHub
a7b5ad55ab
style: create project modal ( #1628 )
...
* style: create project modal
* fix: build error
* fix: modal width
2023-07-23 22:14:26 +05:30
Aaryan Khandelwal and GitHub
ccbcfecc6d
fix: form not submitting on enter ( #1613 )
2023-07-23 22:13:09 +05:30
Aaryan Khandelwal and GitHub
7669ee8755
fix: project select not working on the create issue modal ( #1608 )
2023-07-23 22:12:13 +05:30
Aaryan Khandelwal and GitHub
fdb7da4d45
chore: show proper error messages on profile form submit ( #1611 )
2023-07-23 22:10:40 +05:30
Aaryan Khandelwal and GitHub
ff6690afd2
chore: workspace level toggle ( #1625 )
2023-07-23 15:11:28 +05:30
Aaryan Khandelwal and GitHub
f9c3f02d15
refactor: issue activity message logic ( #1614 )
2023-07-23 14:38:07 +05:30
Aaryan Khandelwal and GitHub
6c2600efa7
feat: cross-project issue linking ( #1612 )
...
* feat: cross project issue linking
* fix: remove parent issue mutation
* fix: build error
2023-07-22 14:53:48 +05:30
Aaryan Khandelwal and GitHub
0e5c0fe31e
refactor: issue search ( #1607 )
2023-07-21 14:29:06 +05:30
Anmol Singh Bhatia and GitHub
4424d67073
style: ui improvements ( #1605 )
...
* style: automation setting border
* style: sidebar ui improvement
2023-07-21 12:37:48 +05:30
guru_sainath and GitHub
26eb3b59ce
Merge pull request #1604 from makeplane/stage-release
...
promote: stage-release to master
2023-07-20 22:45:17 +05:30
guru_sainath and GitHub
4d909fbef3
Merge pull request #1603 from makeplane/develop
...
promote: develop to stage-release
2023-07-20 22:42:28 +05:30
guru_sainath and GitHub
89210accae
Merge pull request #1602 from makeplane/dev/monitoring_settings
...
dev: add server monitoring configuration
2023-07-20 22:40:08 +05:30
pablohashescobar
7c5c02bba6
dev: add server monitoring configuration
2023-07-20 22:34:47 +05:30
Vamsi Kurama and GitHub
11faf3f810
Merge pull request #1600 from makeplane/stage-release
...
promote: stage-release to master
2023-07-20 19:36:43 +05:30
Aaryan Khandelwal and GitHub
30ea1adf61
Merge pull request #1597 from makeplane/develop
...
promote: develop to stage-release
2023-07-20 19:32:04 +05:30
Dakshesh Jain and GitHub
546aa40aa3
fix: un-read count not mutating ( #1598 )
...
* refactor: height of popover & api fetch call
* fix: notification subscribe endpoint
* fix: un-read count not mutating
2023-07-20 19:15:13 +05:30
Nikhil and GitHub
78669363b1
fix: restrict notifications for created by when the actor is same ( #1596 )
2023-07-20 18:53:02 +05:30
guru_sainath and GitHub
bca749986a
Merge pull request #1595 from makeplane/develop
...
promote: develop to stage-release
2023-07-20 18:11:18 +05:30
gurusainath
229938114d
Merge branch 'develop' of gurusainath:makeplane/plane into develop
2023-07-20 17:25:31 +05:30
gurusainath
c5e418ab47
Merge branch 'stage-release' of gurusainath:makeplane/plane into develop
2023-07-20 17:25:00 +05:30
ecdd1f1d03
promote: develop to stage-release ( #1594 )
...
* fix: onboarding invitations overflow (#1575 )
* fix: onboarding invitations overflow
* fix: user avatar in the notification card
* style: update graph grid color
* fix: no 'Create by me' label coming up (#1573 )
* feat: added new issue subscriber table
* dev: notification model
* feat: added CRUD operation for issue subscriber
* Revert "feat: added CRUD operation for issue subscriber"
This reverts commit b22e062576 .
* feat: added CRUD operation for issue subscriber
* dev: notification models and operations
* dev: remove delete endpoint response data
* dev: notification endpoints and fix bg worker for saving notifications
* feat: added list and unsubscribe function in issue subscriber
* dev: filter by snoozed and response update for list and permissions
* dev: update issue notifications
* dev: notification segregation
* dev: update notifications
* dev: notification filtering
* dev: add issue name in notifications
* dev: notification new endpoints
* fix: pushing local settings
* feat: notification workflow setup and made basic UI
* style: improved UX with toast alerts and other interactions
refactor: changed classnames according to new theme structure, changed all icons to material icons
* feat: showing un-read notification count
* feat: not showing 'subscribe' button on issue created by user & assigned to user
not showing 'Create by you' for view & guest of the workspace
* fix: 'read' -> 'unread' heading, my issue wrong filter
* feat: made snooze dropdown & modal
feat: switched to calendar
* fix: minor ui fixes
* feat: snooze modal date/time select
* fix: params for read/un-read notification
* style: snooze notification modal
* fix: no label for 'Create by me'
* fix: no label for 'Create by me'
* fix: removed console log
* fix: tooltip going behind popover
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
* style: tooltip on notification header actions (#1577 )
* style: tooltip on notification header
* chore: update tooltip content
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
* fix: user migrations for back population (#1578 )
* fix: total notifications count (#1579 )
* fix: notification card (#1583 )
* feat: add new icons package (#1586 )
* feat: add material icons package
* chore: replace issue view icons
* chore: notification ordering (#1584 )
* fix: uuid error when cycle and module updates (#1585 )
* refactor: height of popover & api fetch call (#1587 )
* fix: snooze dropdown overflow (#1588 )
* fix: notification subscribe endpoint (#1593 )
* refactor: height of popover & api fetch call
* fix: notification subscribe endpoint
* chore: notification empty state overflow (#1592 )
* chore: notification empty state overflow
* fix: white logo
* fix: custom theme default values
* fix: custom theme default values
* fix: issues count to remove archived issues (#1591 )
* dev: background migration for user custom themes (#1590 )
---------
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com >
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com >
Co-authored-by: gurusainath <gurusainath007@gmail.com >
2023-07-20 17:24:17 +05:30
Nikhil and GitHub
e687cd6f6a
dev: background migration for user custom themes ( #1590 )
2023-07-20 16:59:09 +05:30
Nikhil and GitHub
9b6721790f
fix: issues count to remove archived issues ( #1591 )
2023-07-20 16:58:34 +05:30
gurusainath
05df65577a
Merge branch 'stage-release' of gurusainath:makeplane/plane into develop
2023-07-20 16:54:40 +05:30
Aaryan Khandelwal and GitHub
52d21b9dda
chore: notification empty state overflow ( #1592 )
...
* chore: notification empty state overflow
* fix: white logo
* fix: custom theme default values
* fix: custom theme default values
2023-07-20 16:51:00 +05:30
Dakshesh Jain and GitHub
51f10d5f36
fix: notification subscribe endpoint ( #1593 )
...
* refactor: height of popover & api fetch call
* fix: notification subscribe endpoint
2023-07-20 16:35:18 +05:30
9275e6f373
promote: develop to stage-release ( #1589 )
...
* fix: onboarding invitations overflow (#1575 )
* fix: onboarding invitations overflow
* fix: user avatar in the notification card
* style: update graph grid color
* fix: no 'Create by me' label coming up (#1573 )
* feat: added new issue subscriber table
* dev: notification model
* feat: added CRUD operation for issue subscriber
* Revert "feat: added CRUD operation for issue subscriber"
This reverts commit b22e062576 .
* feat: added CRUD operation for issue subscriber
* dev: notification models and operations
* dev: remove delete endpoint response data
* dev: notification endpoints and fix bg worker for saving notifications
* feat: added list and unsubscribe function in issue subscriber
* dev: filter by snoozed and response update for list and permissions
* dev: update issue notifications
* dev: notification segregation
* dev: update notifications
* dev: notification filtering
* dev: add issue name in notifications
* dev: notification new endpoints
* fix: pushing local settings
* feat: notification workflow setup and made basic UI
* style: improved UX with toast alerts and other interactions
refactor: changed classnames according to new theme structure, changed all icons to material icons
* feat: showing un-read notification count
* feat: not showing 'subscribe' button on issue created by user & assigned to user
not showing 'Create by you' for view & guest of the workspace
* fix: 'read' -> 'unread' heading, my issue wrong filter
* feat: made snooze dropdown & modal
feat: switched to calendar
* fix: minor ui fixes
* feat: snooze modal date/time select
* fix: params for read/un-read notification
* style: snooze notification modal
* fix: no label for 'Create by me'
* fix: no label for 'Create by me'
* fix: removed console log
* fix: tooltip going behind popover
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
* style: tooltip on notification header actions (#1577 )
* style: tooltip on notification header
* chore: update tooltip content
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
* fix: user migrations for back population (#1578 )
* fix: total notifications count (#1579 )
* fix: notification card (#1583 )
* feat: add new icons package (#1586 )
* feat: add material icons package
* chore: replace issue view icons
* chore: notification ordering (#1584 )
* fix: uuid error when cycle and module updates (#1585 )
* refactor: height of popover & api fetch call (#1587 )
* fix: snooze dropdown overflow (#1588 )
---------
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com >
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com >
2023-07-20 15:14:57 +05:30
Aaryan Khandelwal and GitHub
4aef8c2242
fix: snooze dropdown overflow ( #1588 )
2023-07-20 14:49:30 +05:30
Dakshesh Jain and GitHub
780573dadd
refactor: height of popover & api fetch call ( #1587 )
2023-07-20 14:33:24 +05:30
Nikhil and GitHub
5e625ab132
fix: uuid error when cycle and module updates ( #1585 )
2023-07-20 14:18:28 +05:30
Nikhil and GitHub
34123681cf
chore: notification ordering ( #1584 )
2023-07-20 14:18:06 +05:30
Aaryan Khandelwal and GitHub
c72ff782ac
feat: add new icons package ( #1586 )
...
* feat: add material icons package
* chore: replace issue view icons
2023-07-20 14:17:21 +05:30
Aaryan Khandelwal and GitHub
6eb72507a5
fix: notification card ( #1583 )
2023-07-20 10:52:52 +05:30
Aaryan Khandelwal and GitHub
26b18b431b
fix: total notifications count ( #1579 )
2023-07-19 20:37:40 +05:30
Nikhil and GitHub
1bae9289f5
fix: user migrations for back population ( #1578 )
2023-07-19 20:06:12 +05:30
5c5bcb33e3
style: tooltip on notification header actions ( #1577 )
...
* style: tooltip on notification header
* chore: update tooltip content
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-07-19 18:42:32 +05:30
bed5f76082
fix: no 'Create by me' label coming up ( #1573 )
...
* feat: added new issue subscriber table
* dev: notification model
* feat: added CRUD operation for issue subscriber
* Revert "feat: added CRUD operation for issue subscriber"
This reverts commit b22e062576 .
* feat: added CRUD operation for issue subscriber
* dev: notification models and operations
* dev: remove delete endpoint response data
* dev: notification endpoints and fix bg worker for saving notifications
* feat: added list and unsubscribe function in issue subscriber
* dev: filter by snoozed and response update for list and permissions
* dev: update issue notifications
* dev: notification segregation
* dev: update notifications
* dev: notification filtering
* dev: add issue name in notifications
* dev: notification new endpoints
* fix: pushing local settings
* feat: notification workflow setup and made basic UI
* style: improved UX with toast alerts and other interactions
refactor: changed classnames according to new theme structure, changed all icons to material icons
* feat: showing un-read notification count
* feat: not showing 'subscribe' button on issue created by user & assigned to user
not showing 'Create by you' for view & guest of the workspace
* fix: 'read' -> 'unread' heading, my issue wrong filter
* feat: made snooze dropdown & modal
feat: switched to calendar
* fix: minor ui fixes
* feat: snooze modal date/time select
* fix: params for read/un-read notification
* style: snooze notification modal
* fix: no label for 'Create by me'
* fix: no label for 'Create by me'
* fix: removed console log
* fix: tooltip going behind popover
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-07-19 17:40:40 +05:30
Aaryan Khandelwal and GitHub
124c2f772e
fix: onboarding invitations overflow ( #1575 )
...
* fix: onboarding invitations overflow
* fix: user avatar in the notification card
* style: update graph grid color
2023-07-19 17:09:53 +05:30
Vihar Kurama and GitHub
b38898753f
Merge pull request #1570 from makeplane/develop
...
promote: develop to stage-release
2023-07-19 16:07:43 +05:30
guru_sainath and GitHub
86a120f11e
Merge branch 'stage-release' into develop
2023-07-19 16:05:13 +05:30
Rhea Jain and GitHub
da603dc3f8
Update README.md ( #1543 )
2023-07-19 15:28:01 +05:30
Nikhil and GitHub
2f3970f641
feat: beat worker for configuration ( #1571 )
2023-07-19 15:25:33 +05:30
Nikhil and GitHub
d759438ebd
fix: issue automation ( #1569 )
2023-07-19 15:08:41 +05:30
Nikhil and GitHub
0102f1d693
fix: psycopg errors ( #1568 )
2023-07-19 15:07:54 +05:30
53e443d816
feat: notifications ( #1566 )
...
* feat: added new issue subscriber table
* dev: notification model
* feat: added CRUD operation for issue subscriber
* Revert "feat: added CRUD operation for issue subscriber"
This reverts commit b22e062576 .
* feat: added CRUD operation for issue subscriber
* dev: notification models and operations
* dev: remove delete endpoint response data
* dev: notification endpoints and fix bg worker for saving notifications
* feat: added list and unsubscribe function in issue subscriber
* dev: filter by snoozed and response update for list and permissions
* dev: update issue notifications
* dev: notification segregation
* dev: update notifications
* dev: notification filtering
* dev: add issue name in notifications
* dev: notification new endpoints
* fix: pushing local settings
* feat: notification workflow setup and made basic UI
* style: improved UX with toast alerts and other interactions
refactor: changed classnames according to new theme structure, changed all icons to material icons
* feat: showing un-read notification count
* feat: not showing 'subscribe' button on issue created by user & assigned to user
not showing 'Create by you' for view & guest of the workspace
* fix: 'read' -> 'unread' heading, my issue wrong filter
* feat: made snooze dropdown & modal
feat: switched to calendar
* fix: minor ui fixes
* feat: snooze modal date/time select
* fix: params for read/un-read notification
* style: snooze notification modal
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-07-19 14:44:04 +05:30
Nikhil and GitHub
98b9957753
fix: issue created notification ( #1553 )
...
* fix: issue created notification
* chore: my issues assigned notifications
* dev: fix read at notification
2023-07-19 14:31:45 +05:30
Nikhil and GitHub
509af4662d
dev: migrations ( #1561 )
2023-07-19 14:31:07 +05:30
Aaryan Khandelwal and GitHub
d1f2a819f5
fix: update border colors on theme switch ( #1565 )
2023-07-19 13:53:22 +05:30
Aaryan Khandelwal and GitHub
a42bff675b
fix: archived issue details page overflow, restore button loading ( #1564 )
2023-07-19 13:29:08 +05:30
Aaryan Khandelwal and GitHub
c71a2137e6
fix: scope and demand line graph y axis values ( #1563 )
2023-07-19 13:13:23 +05:30
Rhea Jain and GitHub
5e1f0a2604
fixes as per consistency ( #1562 )
2023-07-19 13:00:11 +05:30
Aaryan Khandelwal and GitHub
ccab382d7d
chore: add dashboard navbar ( #1560 )
2023-07-19 12:16:39 +05:30
Aaryan Khandelwal and GitHub
a7aa78a349
chore: high contrast theming ( #1559 )
...
* fix: archived issues empty state
* chore: update high contrast theme colors
2023-07-19 11:47:41 +05:30
Aaryan Khandelwal and GitHub
5ae963c451
fix: tour sidebar icons, auth pages scroll ( #1555 )
...
* fix: tour sidebar icons, menu button word wrap
* chore: change theme on sign out
* fix: auth pages scroll y-padding
2023-07-18 19:02:33 +05:30
Dakshesh Jain and GitHub
07c097c9ad
style: different style for archive & project issues ( #1552 )
...
* fix: same empty state coming for all issue list related UI
* style: different style for archive & project issues
2023-07-18 18:58:36 +05:30
Aaryan Khandelwal and GitHub
fc92d7d1a0
chore: hide issue properties if there are none ( #1554 )
2023-07-18 18:47:28 +05:30
Nikhil and GitHub
9ba8f5c21f
fix: cycle module notifications ( #1536 )
...
* chore: add triggered by details for notifications
* dev: update issue activity json to include extra fields
* dev: improve issue fetch
2023-07-18 15:59:58 +05:30
Aaryan Khandelwal and GitHub
059b8c793a
refactor: parent issue select ( #1546 )
...
* refactor: parent issue select
* fix: sibling issues list
2023-07-18 15:36:03 +05:30
Dakshesh Jain and GitHub
93da220c4a
fix: same empty state coming for all issue list related UI ( #1547 )
2023-07-18 15:28:12 +05:30
Aaryan Khandelwal and GitHub
0feab162ff
style: onboarding screens ( #1539 )
...
* fix: onboarding screen styling
* chore: minor styling fixes
* chore: disable buttons if form is invalid
2023-07-18 15:20:05 +05:30
Nikhil and GitHub
55a1291b1d
fix: inbox issue archival ( #1538 )
...
* chore: add triggered by details for notifications
* dev: update issue activity json to include extra fields
* dev: fix inboc issue archival
* dev: update the filter for closing issues
2023-07-18 15:10:20 +05:30
Nikhil and GitHub
b12a00cf4a
chore: default project state colors ( #1540 )
...
* chore: add triggered by details for notifications
* dev: update issue activity json to include extra fields
* chore: project create default state colors
2023-07-18 15:10:01 +05:30
Nikhil and GitHub
52ee8c5615
chore: remove logger from gpt assistant ( #1542 )
...
* chore: add triggered by details for notifications
* dev: update issue activity json to include extra fields
* chore: remove logger from gpt assistant
2023-07-18 15:09:44 +05:30
Nikhil and GitHub
68108c9fe9
fix: favorite permissions ( #1549 )
...
* chore: add triggered by details for notifications
* dev: update issue activity json to include extra fields
* dev: fix permissions for cycle and views
2023-07-18 15:09:18 +05:30
Aaryan Khandelwal and GitHub
88fbe85087
fix: button and input heights ( #1548 )
2023-07-18 15:00:06 +05:30
Dakshesh Jain and GitHub
9b423cea4b
fix: create workspace valid ( #1535 )
...
show alert on-change rather then on-submit
2023-07-18 12:08:22 +05:30
Dakshesh Jain and GitHub
9d891ecce1
fix: selecting label once create using modal ( #1537 )
2023-07-18 12:08:09 +05:30
16a7bd3bda
feat: user issue notifications ( #1523 )
...
* feat: added new issue subscriber table
* dev: notification model
* feat: added CRUD operation for issue subscriber
* Revert "feat: added CRUD operation for issue subscriber"
This reverts commit b22e062576 .
* feat: added CRUD operation for issue subscriber
* dev: notification models and operations
* dev: remove delete endpoint response data
* dev: notification endpoints and fix bg worker for saving notifications
* feat: added list and unsubscribe function in issue subscriber
* dev: filter by snoozed and response update for list and permissions
* dev: update issue notifications
* dev: notification segregation
* dev: update notifications
* dev: notification filtering
* dev: add issue name in notifications
* dev: notification new endpoints
* fix: pushing local settings
* feat: notification workflow setup and made basic UI
* style: improved UX with toast alerts and other interactions
refactor: changed classnames according to new theme structure, changed all icons to material icons
* feat: showing un-read notification count
* feat: not showing 'subscribe' button on issue created by user & assigned to user
not showing 'Create by you' for view & guest of the workspace
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2023-07-18 12:07:55 +05:30
Dakshesh Jain and GitHub
6e9f3971a5
style: empty state for archive issue ( #1541 )
2023-07-18 12:07:35 +05:30
Aaryan Khandelwal and GitHub
dddfeb17b7
refactor: dropdowns ( #1532 )
2023-07-17 17:35:47 +05:30
Aaryan Khandelwal and GitHub
538d67dbd9
fix: theming colors ( #1533 )
...
* chore: update border colors
* chore: loading screens bg color, custom theming default values
* chore: remove unnecessary images
* chore: update static colors
* chore: update old variable names
* chore: update issue activity icon colors
* chore: update user activity icon colors
2023-07-17 16:28:23 +05:30
Nikhil and GitHub
090870b03e
fix: created_by notifications ( #1534 )
...
* chore: add triggered by details for notifications
* dev: update issue activity json to include extra fields
* dev: remove unused imports and improve the filtering
* dev: fix unread filter
* dev: fix created_by none when updating the field
2023-07-17 16:09:30 +05:30
Aaryan Khandelwal and GitHub
0a56a30ab2
fix: issue sidebar create label form ( #1527 )
...
* fix: issue sidebar create label form
* fix: issue details page overflow
2023-07-17 15:37:50 +05:30
Aaryan Khandelwal and GitHub
8df1648329
fix: dashboard pie chart legends overflow ( #1528 )
2023-07-17 14:48:43 +05:30
Nikhil and GitHub
b69c4b6b30
chore: notifications ( #1515 )
...
* chore: add triggered by details for notifications
* dev: update issue activity json to include extra fields
* dev: triggered_by details
* dev: add bot filtering
* dev: unread notification count endpoint
* dev: update endpoint to send count for all notification types
2023-07-17 13:17:48 +05:30
Nikhil and GitHub
e0181342c0
fix: n+1s ( #1514 )
...
* dev: fix workspace n+1
* dev: trim down label details for issue state serializer
2023-07-17 13:17:34 +05:30
Nikhil and GitHub
f9f8b5c3d9
chore: update bridge id to cycle and module id ( #1513 )
...
* chore: update bridge id to cycle and module id
* fix: typo
2023-07-17 13:17:11 +05:30
Aaryan Khandelwal and GitHub
5fadf53580
style: auth screens ( #1531 )
...
* chore: invitations empty state
* style: new auth screens
* chore: update typography
* chore: update border colors
* chore: resend code text
2023-07-17 13:00:44 +05:30
Aaryan Khandelwal and GitHub
da6ecd439c
refactor: favorite projects fetch function, chore: update tooltip design ( #1526 )
...
* chore: update tooltip design
* fix: due date popup overflow
* fix: build error
* fix: build error
* chore: add key to map return value
* refactor: favorite projects sidebar list
2023-07-14 15:08:07 +05:30
pablohashescobar and GitHub
7914bcf486
refactor: serializers to avoid getting child items ( #1504 )
...
* refactor: serializers to avoid getting child items
* dev: update issue state serializer to remove n+1 items
2023-07-14 12:01:38 +05:30
Aaryan Khandelwal and GitHub
c9a5893c3f
chore: update favorite projects endpoint ( #1522 )
...
* chore: upate favorite projects list endpoint
* chore: add project button on the sidebar
* refactor: sidebar favorite projects workflow
2023-07-13 19:44:53 +05:30
Anmol Singh Bhatia and GitHub
7361657660
fix: issue delete redirection, chore: code refactor ( #1521 )
2023-07-13 19:00:43 +05:30
60e96bcb72
style: app sidebar revamp ( #1120 )
...
* style: app sidebar, sidebar workspace dropdown and help section styling
* style: consistent padding and spacing
* feat: material icon global component
* style: icons updated and tooltip added
* style: project list spacing and project name truncate
* style: sidebar padding and theming
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-07-13 18:35:43 +05:30
Anmol Singh Bhatia and GitHub
3f3fb373cc
fix: issue archive improvement, chore: code refactor ( #1520 )
...
* style: select month modal
* chore: automation setting dropdown updated ,style: month dropdown styling
* chore: restore issue alert message updated
* chore: archive issue fetching updated and code refactor
* fix: build fix
2023-07-13 17:04:24 +05:30
a829e6fc40
chore: added is_favorite filter ( #1518 )
...
* fix: notification filtering
* dev: reverse logic for archive filtering
* dev: fix watching notification
* dev: read filter
* dev: update automatic issue archival and close to send notifications
* dev: update archival structure for auto close issues
* chore: added is_favorite filter
* fix: removed the unwanted filter
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2023-07-13 16:51:42 +05:30
Aaryan Khandelwal and GitHub
864e592bc5
fix: onboarding screen design issues ( #1517 )
...
* fix: projects empty state flicker
* fix: tour images padding
* chore: add greeting icon on the dashboard
* chore: update email id font weight
* fix: placeholder color
2023-07-13 16:51:08 +05:30
pablohashescobar and GitHub
411a661abd
fix: magic code casing ( #1519 )
2023-07-13 16:49:37 +05:30
pablohashescobar and GitHub
61ad6b9e0e
chore: upgrade psycopg to 3 ( #1507 )
2023-07-13 13:51:02 +05:30
2ff49c93bd
fix: notifications ( #1498 )
...
* fix: notification filtering
* dev: reverse logic for archive filtering
* dev: fix watching notification
* dev: read filter
* dev: update automatic issue archival and close to send notifications
* dev: update archival structure for auto close issues
* Closing of dialog when we click around the dialog (#1364 )
* style: new empty states (#1497 )
* fix: custom colors opacity
* chore: update text colors for dark mode
* fix: dropdown text colors, datepicker bg color
* chore: update text colors
* chore: updated primary bg color
* style: new empty states added
* refactor: empty state for issues
* style: empty state for estimates
* chore: update labels, estimates and integrations empty states
* fix: custom analytics sidebar
* fix: archival spelling mistake
* fix: updated the default state logic
* dev: fix key
---------
Co-authored-by: Khrystyna Derenivska <56432889+kblueberry@users.noreply.github.com >
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com >
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2023-07-13 13:47:24 +05:30
Aaryan Khandelwal and GitHub
120d06983d
style: inbox ( #1508 )
2023-07-13 11:38:45 +05:30
Anmol Singh Bhatia and GitHub
c9cbca5ec8
feat: auto-archive and auto-close ( #1502 )
...
* chore: issue archive services and types added
* chore: project type and constant updated
* feat: auto-close and auto-archive feature added
* feat: implement rendering of archived issues
* feat: implemented rendering of only list view for archived issues , chore: update types and services
* feat: implemented archive issue detail page and unarchive issue functionality , chore: refactor code
* feat: activity for issue archive and issue restore added
* fix: redirection and delete fix
* fix: merge conflict
* fix: restore issue redirection fix
* fix: disable modification of issue properties for archived issues, style: disable properties styling
* fix: hide empty group, switch to list view on redirct to archived issues
* fix: remove unnecessary header buttons for archived issue
* fix: auto-close dropdown fix
2023-07-13 11:34:37 +05:30
pablohashescobar and GitHub
275942a246
feat: flag for onboarding tour completion ( #1499 )
...
* feat: flag for onboarding tour completion
* dev: boolean field
* dev: user tour completed endpoint
* dev: onboarding step json
2023-07-12 22:10:07 +05:30
Aaryan Khandelwal and GitHub
a1b09fcbc6
style: onboarding screens ( #1412 )
...
* style: new onboarding screens
* chore: onboarding tour screens
* fix: build error
* fix: build errors
* style: default layout background
* chor: update user auth hook logic, style: new onboarding screens
* fix: component structure
* chore: tab responsiveness added
* fix: redirection logic
* style: welcome screens responsiveness
* chore: update workspace url input field
* style: mobile responsiveness added
* chore: complete onboarding workflow
* style: create workspace page design update
* style: workspace invitations page design update
* chore: update steps logic
* fix: step change logic
* style: tour steps
2023-07-12 19:55:08 +05:30
Aaryan Khandelwal and GitHub
26f0e9da00
fix: add missing argument ( #1506 )
2023-07-12 17:55:58 +05:30
Aaryan Khandelwal and GitHub
4a2057c0b3
style: new empty states ( #1497 )
...
* fix: custom colors opacity
* chore: update text colors for dark mode
* fix: dropdown text colors, datepicker bg color
* chore: update text colors
* chore: updated primary bg color
* style: new empty states added
* refactor: empty state for issues
* style: empty state for estimates
* chore: update labels, estimates and integrations empty states
* fix: custom analytics sidebar
2023-07-12 11:45:45 +05:30
Khrystyna Derenivska and GitHub
82ff786666
Closing of dialog when we click around the dialog ( #1364 )
2023-07-12 11:39:40 +05:30
Bavisetti Narayan and GitHub
5773ff2afd
chore: updated old and new value in issue archival ( #1500 )
2023-07-11 19:15:39 +05:30
+6
1403a536c1
feat: openai host ( #1447 )
...
* support custom openai api endpoints (for azure and local deployments)
* update openai python package and use new api format
* fix: project member list endpoint n+1 (#1458 )
* chore: workspace char name and slug maximum length (#1453 )
* fix: user invitation workflow for self hosted version (#1441 )
* chore: due date filter (#1460 )
* refactor: standardized date format throughout the platform (#1461 )
* chore: due date filter (#965 )
* chore: due date filter
* fix: deployment error
* chore: optimized code
* chore: created constants for due date
* chore: create seperated css file for react datepicker styling
* fix: due date filter
* chore: highlight selected option
* fix: merge conflicts
* fix: build error
* chore: date range selector validation
* fix: issue views overflow
* refactor: due date filter modal code
* refactor: multi level dropdown
* chore: due date filter select default value
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
* fix: layout of tabs on Pages is not adaptable to mobile screens #1380 (#1400 )
* fix: layout of tabs on Pages is not adaptable to mobile screens #1380
* fix: scrolling experience on page
* chore: update project members type (#1459 )
* fix: state icon color on group titles (#1435 )
* fix: workspace invitation delete for self hosted (#1475 )
* chore: upgrade backend dependencies (#1479 )
* chore: upgrade backend dependencies
* dev: update storage settings for self hosted version
* chore: project members endpoint to support bulk operations (#1464 )
* chore: rename workspace company size to organization size (#1463 )
* chore: rename workspace company size to organization size
* chore: make workspace organization size as required
* fix: static and media files storages (#1482 )
* fix: emoji render function (#1484 )
* fix: emoji render function
* fix: emoji render function
* feat: bulk invite for project (#1466 )
* feat: bulk invite for project
* feat: members dropdown updated
* fix: error message added ,style: ui improvement
* feat: added add members button for scenarios with multiple members
* chore: updated watch to fields
* feat: created on and updated on column added in spreadsheet view (#1454 )
* feat: created on and updated on column added in spreadsheet view
* fix: build fix
* refactor: simplify logic
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
* fix: resolved overflow issue with longer state names (#1444 )
* chore: update theming structure (#1422 )
* chore: store various shades of accent color
* refactor: custom theme selector
* refactor: custom theme selector
* chore: update custom theme input labels
* fix: color generator function logic
* fix: accent color preloaded data
* chore: new theming structure
* chore: update shades calculation logic
* refactor: variable names
* chore: update color scheming
* chore: new color scheming
* refactor: themes folder structure
* chore: update classnames according to new variables
* Revert "chore: update classnames according to new variables"
This reverts commit 60a87453b2 .
* chore: remove temp file
* chore: update classnames according to the new theming structure (#1494 )
* chore: store various shades of accent color
* refactor: custom theme selector
* refactor: custom theme selector
* chore: update custom theme input labels
* fix: color generator function logic
* fix: accent color preloaded data
* chore: new theming structure
* chore: update shades calculation logic
* refactor: variable names
* chore: update color scheming
* chore: new color scheming
* refactor: themes folder structure
* chore: update classnames to the new ones
* chore: update static colors
* chore: sidebar link colors
* chore: placeholder color
* chore: update border classnames
* chore: environment variables for worker and api (#1492 )
* feat: notifications (#1363 )
* feat: added new issue subscriber table
* dev: notification model
* feat: added CRUD operation for issue subscriber
* Revert "feat: added CRUD operation for issue subscriber"
This reverts commit b22e062576 .
* feat: added CRUD operation for issue subscriber
* dev: notification models and operations
* dev: remove delete endpoint response data
* dev: notification endpoints and fix bg worker for saving notifications
* feat: added list and unsubscribe function in issue subscriber
* dev: filter by snoozed and response update for list and permissions
* dev: update issue notifications
* dev: notification segregation
* dev: update notifications
* dev: notification filtering
* dev: add issue name in notifications
* dev: notification new endpoints
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
* fix: docker inconsistencies (#1493 )
Co-authored-by: pablohashescobar <118773738+pablohashescobar@users.noreply.github.com >
* feat: issue archival and close (#1474 )
* chore: added issue archive using celery beat
* chore: changed the file name
* fix: created API and updated logic for achived-issues
* chore: added issue activity message
* chore: added the beat scheduler command
* feat: added unarchive issue functionality
* feat: auto issue close
* dev: refactor endpoints and issue archive activity
* dev: update manager for global filtering
* fix: added id in issue unarchive url
* dev: update auto close to include default close state
* fix: updated the list and retrive function
* fix: added the prefetch fields
* dev: update unarchive
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
* fix: updated text and background colors (#1496 )
* fix: custom colors opacity
* chore: update text colors for dark mode
* fix: dropdown text colors, datepicker bg color
* chore: update text colors
* chore: updated primary bg color
* feat: web waitlist modal integration (#1487 )
* dev : Updating the limit of the issues in the sidebar and a weight list modal
* dev: integrated supabase and implemented web waitlist api endpoint
* dev : updated web pro weightlist request
* dev: rename typo
* dev: web waitlist endpoint update
* update: ui fixes
* fix: removed supabase from env.example
* chore: replaced supabase npm package to cdn
* chore: updated supabase req
* fix: Handled error status and error message.
---------
Co-authored-by: srinivaspendem <you@example.comsrinivaspendem2612 @gmail.com>
Co-authored-by: gurusainath <gurusainath007@gmail.com >
* add openai host env in all places
---------
Co-authored-by: Ankur Singh <ankur.singh@epfl.ch >
Co-authored-by: pablohashescobar <118773738+pablohashescobar@users.noreply.github.com >
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
Co-authored-by: Kunal Vishwakarma <116634168+kunalv17@users.noreply.github.com >
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
Co-authored-by: Chandan Jal <97095857+ChandanJal@users.noreply.github.com >
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com >
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Quadrubo <71718414+Quadrubo@users.noreply.github.com >
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: srinivas pendem <65014795+srinivaspendem@users.noreply.github.com >
Co-authored-by: srinivaspendem <you@example.comsrinivaspendem2612 @gmail.com>
Co-authored-by: gurusainath <gurusainath007@gmail.com >
2023-07-11 18:51:25 +05:30
eba2f3820a
feat: web waitlist modal integration ( #1487 )
...
* dev : Updating the limit of the issues in the sidebar and a weight list modal
* dev: integrated supabase and implemented web waitlist api endpoint
* dev : updated web pro weightlist request
* dev: rename typo
* dev: web waitlist endpoint update
* update: ui fixes
* fix: removed supabase from env.example
* chore: replaced supabase npm package to cdn
* chore: updated supabase req
* fix: Handled error status and error message.
---------
Co-authored-by: srinivaspendem <you@example.comsrinivaspendem2612 @gmail.com>
Co-authored-by: gurusainath <gurusainath007@gmail.com >
2023-07-11 16:27:29 +05:30
Aaryan Khandelwal and GitHub
253edebb93
fix: updated text and background colors ( #1496 )
...
* fix: custom colors opacity
* chore: update text colors for dark mode
* fix: dropdown text colors, datepicker bg color
* chore: update text colors
* chore: updated primary bg color
2023-07-11 15:18:47 +05:30
7554988164
feat: issue archival and close ( #1474 )
...
* chore: added issue archive using celery beat
* chore: changed the file name
* fix: created API and updated logic for achived-issues
* chore: added issue activity message
* chore: added the beat scheduler command
* feat: added unarchive issue functionality
* feat: auto issue close
* dev: refactor endpoints and issue archive activity
* dev: update manager for global filtering
* fix: added id in issue unarchive url
* dev: update auto close to include default close state
* fix: updated the list and retrive function
* fix: added the prefetch fields
* dev: update unarchive
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2023-07-11 14:35:20 +05:30
7087b1b5f2
fix: docker inconsistencies ( #1493 )
...
Co-authored-by: pablohashescobar <118773738+pablohashescobar@users.noreply.github.com >
2023-07-11 14:10:57 +05:30
abdb4a4778
feat: notifications ( #1363 )
...
* feat: added new issue subscriber table
* dev: notification model
* feat: added CRUD operation for issue subscriber
* Revert "feat: added CRUD operation for issue subscriber"
This reverts commit b22e062576 .
* feat: added CRUD operation for issue subscriber
* dev: notification models and operations
* dev: remove delete endpoint response data
* dev: notification endpoints and fix bg worker for saving notifications
* feat: added list and unsubscribe function in issue subscriber
* dev: filter by snoozed and response update for list and permissions
* dev: update issue notifications
* dev: notification segregation
* dev: update notifications
* dev: notification filtering
* dev: add issue name in notifications
* dev: notification new endpoints
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2023-07-11 13:36:31 +05:30
pablohashescobar and GitHub
ad1a074292
chore: environment variables for worker and api ( #1492 )
2023-07-11 13:30:55 +05:30
Aaryan Khandelwal and GitHub
4c2cb2368a
chore: update classnames according to the new theming structure ( #1494 )
...
* chore: store various shades of accent color
* refactor: custom theme selector
* refactor: custom theme selector
* chore: update custom theme input labels
* fix: color generator function logic
* fix: accent color preloaded data
* chore: new theming structure
* chore: update shades calculation logic
* refactor: variable names
* chore: update color scheming
* chore: new color scheming
* refactor: themes folder structure
* chore: update classnames to the new ones
* chore: update static colors
* chore: sidebar link colors
* chore: placeholder color
* chore: update border classnames
2023-07-10 12:47:00 +05:30
Aaryan Khandelwal and GitHub
a14f8c281b
chore: update theming structure ( #1422 )
...
* chore: store various shades of accent color
* refactor: custom theme selector
* refactor: custom theme selector
* chore: update custom theme input labels
* fix: color generator function logic
* fix: accent color preloaded data
* chore: new theming structure
* chore: update shades calculation logic
* refactor: variable names
* chore: update color scheming
* chore: new color scheming
* refactor: themes folder structure
* chore: update classnames according to new variables
* Revert "chore: update classnames according to new variables"
This reverts commit 60a87453b2 .
* chore: remove temp file
2023-07-10 12:25:32 +05:30
Anmol Singh Bhatia and GitHub
d564ea8898
fix: resolved overflow issue with longer state names ( #1444 )
2023-07-07 14:11:33 +05:30
7868bfa2b1
feat: created on and updated on column added in spreadsheet view ( #1454 )
...
* feat: created on and updated on column added in spreadsheet view
* fix: build fix
* refactor: simplify logic
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-07-07 14:11:07 +05:30
Anmol Singh Bhatia and GitHub
353c85120f
feat: bulk invite for project ( #1466 )
...
* feat: bulk invite for project
* feat: members dropdown updated
* fix: error message added ,style: ui improvement
* feat: added add members button for scenarios with multiple members
* chore: updated watch to fields
2023-07-07 14:10:36 +05:30
Aaryan Khandelwal and GitHub
49f37e0346
fix: emoji render function ( #1484 )
...
* fix: emoji render function
* fix: emoji render function
2023-07-06 16:08:49 +05:30
pablohashescobar and GitHub
3a2f4d55d7
fix: static and media files storages ( #1482 )
2023-07-06 15:30:34 +05:30
pablohashescobar and GitHub
8443dfc9dd
chore: rename workspace company size to organization size ( #1463 )
...
* chore: rename workspace company size to organization size
* chore: make workspace organization size as required
2023-07-06 11:58:47 +05:30
pablohashescobar and GitHub
2f8a1dbe20
chore: project members endpoint to support bulk operations ( #1464 )
2023-07-06 11:58:35 +05:30
pablohashescobar and GitHub
6bfeb6af34
chore: upgrade backend dependencies ( #1479 )
...
* chore: upgrade backend dependencies
* dev: update storage settings for self hosted version
2023-07-06 11:58:24 +05:30
pablohashescobar and GitHub
fd3f6ab7a4
Merge pull request #1478 from makeplane/stage-release
...
promote: stage-release to master
2023-07-05 21:24:39 +05:30
pablohashescobar and GitHub
d05d814efe
chore: workspace invitation for self-hosted versions ( #1477 )
2023-07-05 21:21:31 +05:30
pablohashescobar and GitHub
cc0701a823
fix: workspace invitation delete for self hosted ( #1475 )
2023-07-05 21:00:30 +05:30
Aaryan Khandelwal and GitHub
3906503c1b
fix: state icon color on group titles ( #1435 )
2023-07-05 00:56:39 +05:30
Aaryan Khandelwal and GitHub
c3fe221e7a
chore: update project members type ( #1459 )
2023-07-05 00:56:15 +05:30
Chandan Jal and GitHub
e530533f9e
fix: layout of tabs on Pages is not adaptable to mobile screens #1380 ( #1400 )
...
* fix: layout of tabs on Pages is not adaptable to mobile screens #1380
* fix: scrolling experience on page
2023-07-04 23:13:31 +05:30
4c3e2c252a
chore: due date filter ( #965 )
...
* chore: due date filter
* fix: deployment error
* chore: optimized code
* chore: created constants for due date
* chore: create seperated css file for react datepicker styling
* fix: due date filter
* chore: highlight selected option
* fix: merge conflicts
* fix: build error
* chore: date range selector validation
* fix: issue views overflow
* refactor: due date filter modal code
* refactor: multi level dropdown
* chore: due date filter select default value
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-07-04 23:13:07 +05:30
Anmol Singh Bhatia and GitHub
4ede04d72f
refactor: standardized date format throughout the platform ( #1461 )
2023-07-04 18:19:19 +05:30
pablohashescobar and GitHub
5a6fd0efdb
chore: due date filter ( #1460 )
2023-07-04 16:48:59 +05:30
pablohashescobar and GitHub
1a72a0dff4
fix: user invitation workflow for self hosted version ( #1441 )
2023-07-04 13:56:51 +05:30
pablohashescobar and GitHub
e4ee6a5bfb
chore: workspace char name and slug maximum length ( #1453 )
2023-07-04 13:54:48 +05:30
pablohashescobar and GitHub
e23e9ccdbb
fix: project member list endpoint n+1 ( #1458 )
2023-07-04 13:54:37 +05:30
guru_sainath and GitHub
54a536e268
Merge pull request #1436 from makeplane/fix/bug_fix_and_ui_improvement
2023-07-03 13:57:15 +05:30
pablohashescobar and GitHub
110eb39a51
dev: update packages to latest version ( #1431 )
2023-06-30 19:37:26 +05:30
anmolsinghbhatia
fc15da826b
style: label dropdown empty state
2023-06-30 18:28:12 +05:30
Mark Percival and GitHub
7e2caf65bb
chore: Dry up docker compose environment variables ( #1438 )
...
* chore: Use docker compose extensions to dry up duplicate environment
variables between worker and api services.
See: https://docs.docker.com/compose/compose-file/11-extension/
2023-06-30 10:00:45 +05:30
tajkirkpatrick and GitHub
d62dc25aa0
Add network timeout option to yarn install ( #1382 )
...
Inside of the Dockerfile.web, the yarn install command is susceptible to encountering a ECONNECT timeout error on aarch64 and ARM devices (such as a raspberry pi). This explicit overwrite of the default network timeout extends the window for low power CPU devices.
2023-06-30 09:53:44 +05:30
anmolsinghbhatia
32bf2ed56a
fix: display properties fix
2023-06-29 18:37:19 +05:30
anmolsinghbhatia
ebf877b7fa
fix: display properties fix
2023-06-29 18:33:44 +05:30
anmolsinghbhatia
d8eeb9e17a
fix: cycle list item fix
2023-06-29 18:20:22 +05:30
anmolsinghbhatia
f2a4e026a5
fix: cycle and module sidebar overflow fix
2023-06-29 18:19:38 +05:30
anmolsinghbhatia
8229b12c9c
style: recent page overflow fix
2023-06-29 18:17:52 +05:30
anmolsinghbhatia
3c07da433a
fix: overflow fix
2023-06-29 18:16:01 +05:30
pablohashescobar and GitHub
1ed7935bf0
docs: update readme.md for self hosting setup and remove pnpm from contribution guidelines ( #1423 )
2023-06-29 11:52:44 +05:30
Vamsi Kurama and GitHub
6394f517a2
Merge pull request #1413 from makeplane/stage-release
...
promote: stage-release to master
2023-06-28 19:19:59 +05:30
379d258375
fix: charts design and mutation ( #1426 ) ( #1427 )
...
* fix: pie chart overlap issue
* fix: burndown chart mutation
* fix: burndown chart mutation
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com >
2023-06-28 19:09:44 +05:30
Aaryan Khandelwal and GitHub
c743d43ce2
fix: charts design and mutation ( #1426 )
...
* fix: pie chart overlap issue
* fix: burndown chart mutation
* fix: burndown chart mutation
2023-06-28 19:08:33 +05:30
pablohashescobar and GitHub
6a27827c16
Merge pull request #1425 from makeplane/develop
...
promote: develop to stage-release
2023-06-28 17:48:53 +05:30
Anmol Singh Bhatia and GitHub
01f465fdfa
style: adjust tooltip position and spacing in workspace id and title in spreadsheet ( #1420 )
2023-06-28 17:27:43 +05:30
Anmol Singh Bhatia and GitHub
1a668c19a5
style: issue detail page layout ( #1424 )
2023-06-28 17:27:19 +05:30
pablohashescobar and GitHub
206ca98307
Merge pull request #1418 from makeplane/develop
...
promote: develop to stage-release
2023-06-28 11:14:41 +05:30
pablohashescobar and GitHub
ed0106200e
dev: migrations for removal of timelineissues and shortcut ( #1417 )
2023-06-28 11:06:52 +05:30
pablohashescobar and GitHub
473c32d3d4
fix: github importer issue ( #1414 ) ( #1415 )
2023-06-27 22:56:06 +05:30
pablohashescobar and GitHub
0bdd26ce12
fix: github importer issue ( #1414 )
2023-06-27 22:54:52 +05:30
guru_sainath and GitHub
124d1c30aa
Merge pull request #1410 from makeplane/develop
...
promote: develop to stage-release
2023-06-27 19:01:26 +05:30
Rhea Jain and GitHub
df0b7d78e6
Update README.md ( #1411 )
...
Edited the security email.
2023-06-27 18:57:28 +05:30
Aaryan Khandelwal and GitHub
7fbf0e6358
fix: progress chart x-axis values ( #1409 )
...
* fix: x-axis dates value in the progress chart
* chore: loader for active cycle
2023-06-27 18:08:37 +05:30
Aaryan Khandelwal and GitHub
7f1def2041
fix: priority none filter ( #1407 )
2023-06-27 18:01:57 +05:30
Aaryan Khandelwal and GitHub
b0cdcfd91e
fixL inbox status colors ( #1408 )
2023-06-27 18:01:42 +05:30
Anmol Singh Bhatia and GitHub
f3be2faa8f
fix: resolve z-index issue with quick action menu and disable it for completed cycles ( #1405 )
2023-06-27 17:12:21 +05:30
guru_sainath and GitHub
fd7274ba1c
Merge pull request #1406 from makeplane/develop
...
promote: develop to stage-release
2023-06-27 16:48:34 +05:30
Anmol Singh Bhatia and GitHub
b01afdf300
fix: spreadsheet quick action menu fix ( #1404 )
2023-06-27 15:49:19 +05:30
M. Palanikannan and GitHub
5914240290
fix: cannot change the state if it's the only state in group ( #1358 )
...
* fixed loohole with groups and added tooltip
* muted text when dropdown disabled
2023-06-26 18:28:12 +05:30
Anmol Singh Bhatia and GitHub
3f22ccc528
fix: filter none updated ( #1399 )
2023-06-26 18:08:49 +05:30
Anmol Singh Bhatia and GitHub
ad3411284b
feat: add existing issue option added in spreadsheet view ( #1397 )
2023-06-26 18:01:28 +05:30
pablohashescobar and GitHub
ae051b28af
fix: priority filtering ( #1398 )
2023-06-26 17:59:17 +05:30
Aaryan Khandelwal and GitHub
c89592d587
chore: add tooltip to line graphs ( #1392 )
...
* chore: workspace dashboard line graph tooltip
* chore: burndown chart and analytics line graph tooltip added
2023-06-26 14:26:38 +05:30
Aaryan Khandelwal and GitHub
c70fe91886
fix: create issue modal not working on workspace level ( #1393 )
2023-06-26 14:25:19 +05:30
Anmol Singh Bhatia and GitHub
1a48fdd142
fix: bug fixes ( #1394 )
...
* fix: multi level dropdown fix
* style: spreadsheet view add issue button
* fix: spreadsheet view sub-issue label mutation
2023-06-26 14:24:52 +05:30
Aaryan Khandelwal and GitHub
06ce89a03a
fix: sidebar toggle button on workspace dashboard ( #1389 )
2023-06-24 18:12:11 +05:30
Anmol Singh Bhatia and GitHub
fd30ea9a20
feat: editable label option added in all view , fix: view page list and kanban view mutation fix, chore: code refactor ( #1390 )
...
* feat: editable label select component added in spreadsheet view
* feat: editable label select option added in all view, chore: code refactor
* fix: view page list and kanban view mutation fix and sub issue mutation, chore: refactor partial update issue function
* fix: build fix
2023-06-24 18:09:06 +05:30
pablohashescobar and GitHub
7acd4ef1af
fix: issue duplication when ordering by labels and assignee ( #1388 )
2023-06-24 17:52:12 +05:30
pablohashescobar and GitHub
46d93525be
Merge pull request #1386 from makeplane/develop
...
promote: develop to stage-release
2023-06-24 01:34:34 +05:30
Anmol Singh Bhatia and GitHub
56a35e74bb
fix: spreadsheet bug fixes ( #1385 )
...
* fix: sub issue accordion fix
* chore: assignees sort order updated
2023-06-24 01:25:18 +05:30
Anmol Singh Bhatia and GitHub
5ada1e5397
fix: spreadsheet view bug fixes ( #1383 )
...
* fix: due date sorting fix
* fix: update and delete sub-issue fix
2023-06-24 00:35:43 +05:30
Aaryan Khandelwal and GitHub
ddaa8df1c5
fix: progress chart to show ideal line only when data is present ( #1384 )
2023-06-24 00:35:00 +05:30
pablohashescobar and GitHub
ccbe773ce1
fix: state and priority ordering ( #1378 )
2023-06-23 22:18:03 +05:30
Anmol Singh Bhatia and GitHub
160cc014a7
feat: spreadsheet view improvements ( #1379 )
...
* feat: quick menu for spreadsheet view added ,style: spreadsheet view column updated ,fix: z-index issue
* feat: sorting indicator, style: spreadsheet column
2023-06-23 21:33:24 +05:30
Aaryan Khandelwal and GitHub
ca7d3309d3
chore: accept issue confirmation modal ( #1377 )
...
* chore: accept issue confirmation modal
* chore: add inbox option to the command menu
* fix: status colors not loading
* chore: show state name on the inbox issue sidebar
2023-06-23 19:30:53 +05:30
Aaryan Khandelwal and GitHub
b87e2fff4c
chore: show error messages from request ( #1375 )
2023-06-23 19:30:32 +05:30
Aaryan Khandelwal and GitHub
428d0dbac9
fix: words breaking abruptly ( #1371 )
2023-06-23 19:30:11 +05:30
Aaryan Khandelwal and GitHub
ca799a2b02
fix: update task for ai requests ( #1368 )
2023-06-23 19:29:36 +05:30
Aaryan Khandelwal and GitHub
ff87137e40
fix: onboarding tracker ( #1360 )
2023-06-23 19:29:17 +05:30
pablohashescobar and GitHub
df41daf71b
fix: auth error messages ( #1376 )
2023-06-23 17:28:21 +05:30
pablohashescobar and GitHub
fef83d3153
fix: inbox issue update ( #1373 )
2023-06-23 17:28:13 +05:30
pablohashescobar and GitHub
8e094aa895
chore: triage state filtering ( #1372 )
2023-06-23 17:28:06 +05:30
Anmol Singh Bhatia and GitHub
e08fc59114
feat: spreadsheet view ( #1369 )
...
* feat: spreadsheet view
* fix: fix scroll and overflow issues, feat: updated issue properties component, style: ui improvements
* feat: sub-issue toggle and sub-issue hook added, chore: code refactor
* fix: only render parent issue
* feat: sub issue fetching hook updated and nested sub issue added, chore: code refactor
* style: title sticky to left on scroll and column styling
* fix: tooltip , filter and view z-index fix
* feat: spreadsheet view column sorting, fix: sticky scroll issue fix
* feat: updated issue view filter for spreadsheet view
* style: spreadsheet view column
* feat: double click to edit title
* fix: estimate sorting fix
* style: spreadsheet view columns
* fix: spreadsheet view mutation, feat: edit , copy and delete option added
* fix: edit sub issue fix
2023-06-23 17:20:05 +05:30
pablohashescobar and GitHub
0cb856b92f
chore: inbox issue ordering ( #1367 )
2023-06-23 13:33:01 +05:30
pablohashescobar and GitHub
37303e6cb8
refactor: inbox issues ( #1370 )
...
* refactor: inbox issue endpoints
* dev: update inbox issues endpooint
2023-06-23 13:30:52 +05:30
Aaryan Khandelwal and GitHub
71b2884b57
chore: route to issue after creating it ( #1359 )
...
* chore: navigate to newly created inbox issue
* refactor: inbox
* fix: hide ai modal after issue creation
* chore: hide action buttons after acting upon them
* chore: add icon to inbox status
* chore: update inbox status colors
2023-06-23 13:19:26 +05:30
Aaryan Khandelwal and GitHub
41b7544cfc
feat: search endpoint ( #1317 )
...
* feat: search endpoint for parent issue selection
* feat: blocker and blocked by search endpoint
* refactor: blocker and blocked by components and types
* refactor: blocker and blocked by components, feeat: cycle and module new search endpoints
* chore: sub-issues param change
* style: show selected issues list
2023-06-23 13:18:38 +05:30
Aaryan Khandelwal and GitHub
62392be5a3
chore: info icon for activity graph ( #1353 )
2023-06-23 11:10:19 +05:30
Aaryan Khandelwal and GitHub
c2caed8c42
fix: bulk delete issues mutation ( #1351 )
2023-06-23 11:10:09 +05:30
Aaryan Khandelwal and GitHub
048a01dbf3
fix: description not loading while editing an issue ( #1349 )
2023-06-23 11:09:57 +05:30
Aaryan Khandelwal and GitHub
8982452500
fix: issue title breaking in issue card ( #1339 )
2023-06-23 11:09:47 +05:30
Aaryan Khandelwal and GitHub
d3c56c1765
fix: cycle stats empty state ( #1338 )
...
* chore: active cycle percentage fix
* fix: progress chart x-axis values
2023-06-23 11:09:34 +05:30
Aaryan Khandelwal and GitHub
9c85704be3
style: profile settings, activity, preference page padding ( #1335 )
2023-06-23 11:09:03 +05:30
Aaryan Khandelwal and GitHub
f839150741
fix: create new issue when grouped by label ( #1308 )
2023-06-23 11:08:53 +05:30
pablohashescobar and GitHub
e7bb580289
chore: set sentry dsn from environment variable ( #1366 )
...
* chore: set sentry dsn from env variable for backend and worker
* dev: sentry dsn for docker compose hub file
2023-06-22 19:48:40 +05:30
pablohashescobar and GitHub
d1e834eb6f
chore: updated user onboarded response ( #1365 )
2023-06-22 19:48:28 +05:30
pablohashescobar and GitHub
33cfbbf153
chore: enable print logs for background workers when in DEBUG mode ( #1357 )
2023-06-22 19:48:17 +05:30
pablohashescobar and GitHub
bfac39f1bc
chore: inbox issue permissions ( #1341 )
...
* chore: inbox issue permissions
* dev: update delete endpoint
2023-06-22 19:48:04 +05:30
pablohashescobar and GitHub
537cd2f5dd
chore: link and attachment count in sub issues ( #1352 )
2023-06-22 19:47:56 +05:30
Aaryan Khandelwal and GitHub
352c84b026
fix: clear inbox status filter button ( #1355 )
2023-06-22 16:23:39 +05:30
Aaryan Khandelwal and GitHub
2cef6e67d4
chore: decline issue mutation ( #1354 )
2023-06-21 17:56:08 +05:30
Aaryan Khandelwal and GitHub
a0ae569a68
chore: show inbox applied filters list ( #1334 )
2023-06-21 17:32:56 +05:30
Aaryan Khandelwal and GitHub
7d29a89eed
fix: inbox mutation fixes ( #1324 )
...
* chore: inbox status update mutation
* fix: inbox issue activity mutation
* refactor: code structure
* chore: snoozed status message
* chore: disable older dates for snoozing
* chore: extend snooze time
* chore: hide copy link from inbox
2023-06-21 17:10:52 +05:30
Aaryan Khandelwal and GitHub
cf8c902473
chore: update cycle and module stats logic ( #1323 )
...
* refactor: cycles stats
* chore: show assignee avatar in stats
* chore: cycles and modules sidebar stats refactor
* fix: build errors
2023-06-20 16:32:02 +05:30
pablohashescobar and GitHub
d7097330ef
chore: update issue search for cycle and modules ( #1314 )
...
* chore: update issue search for cycle and modules
* dev: return state name, group and color in search
* dev: sub issue search
2023-06-20 10:27:45 +05:30
pablohashescobar and GitHub
7a991720a8
chore: add assignee, label and burndown plot in module details ( #1313 )
...
* chore: add assignee, label and burndown plot in module details
* dev: fix typo and key error
* dev: add avatar in module retrieve
2023-06-20 10:27:34 +05:30
pablohashescobar and GitHub
ac6fae44e8
chore: toggle sub issue view and sub issue count in sub issues ( #1312 )
2023-06-20 10:27:21 +05:30
pablohashescobar and GitHub
8496422d20
fix: inbox issue activity ( #1310 )
2023-06-20 10:27:01 +05:30
pablohashescobar and GitHub
d1d8722525
remove: shortcut module ( #1315 )
2023-06-20 10:26:44 +05:30
pablohashescobar and GitHub
f797bb20f9
remove: time line issues ( #1316 )
2023-06-20 10:26:31 +05:30
pablohashescobar and GitHub
464c0f2308
chore: add assignee avatar and minor refactor on cycles list and retrieve endpoint ( #1320 )
2023-06-20 10:25:47 +05:30
pablohashescobar and GitHub
c9ebc20a8e
fix: importer delete when imported_data is None ( #1328 )
2023-06-20 10:24:38 +05:30
Bavisetti Narayan and GitHub
0c3635cf25
chore: added DEBUG value for docker setup ( #1327 )
...
* chore: add DEBUG value for docker setup
* refactor: removed the extra DEFAULT value
2023-06-20 09:36:08 +05:30
Aaryan Khandelwal and GitHub
f2ebac1bb4
fix: issue details page auth ( #1331 )
2023-06-19 23:39:47 +05:30
vamsi
a3f6d61347
LICENSE change for Plane
2023-06-19 18:47:39 +05:30
1da86b80b2
chore: change charts library ( #1305 )
...
* fix: dashboard charts
* fix: cycles new charts
* chore: sidebar burn down chart and calendar graph
* chore: update dashboard line and pie graph
* chore: update axes width of burndown chart
---------
Co-authored-by: Dakshesh Jain <dakshesh.jain14@gmail.com >
2023-06-19 12:59:57 +05:30
59c0de9b57
🔨 updated missing migration file ( #1321 )
...
Co-authored-by: saitharunsai <sai.tharun@livehealth.in >
2023-06-19 08:23:44 +05:30
Vamsi Kurama and GitHub
dbbce439ff
Merge pull request #1311 from makeplane/stage-release
...
promote: staging to master
2023-06-16 21:34:03 +05:30
pablohashescobar and GitHub
4c0857233e
fix: workspace member invite to avoid lower permission user to invite higher permission member ( #1309 )
2023-06-16 19:52:24 +05:30
Aaryan Khandelwal and GitHub
0dfa06e55b
fix: lower role user cannot invite higher role user ( #1302 )
2023-06-16 19:06:34 +05:30
Aaryan Khandelwal and GitHub
81f6562168
feat: sign up page added ( #1306 )
2023-06-16 19:00:04 +05:30
pablohashescobar and GitHub
56a4e18a3c
chore: link and attachment count for cycles and modules ( #1307 )
2023-06-16 18:59:13 +05:30
pablohashescobar and GitHub
bfe581d3bd
dev: workspace issue count ( #1298 )
2023-06-16 18:58:56 +05:30
pablohashescobar and GitHub
78f9028b2f
fix: member invite ( #1303 )
...
* fix: member invite
* dev: fix integer errors
2023-06-16 18:58:29 +05:30
pablohashescobar and GitHub
885f5deebe
chore: update docker setup to mount env file ( #1270 )
2023-06-16 18:58:08 +05:30
pablohashescobar and GitHub
6b1d20449b
chore: add labels data in cycles ( #1223 )
...
* dev: add labels data for all cycles
* dev: add assignees and labels percentage
* dev: initial peice on cycle burn down chart
* dev: cycles burn down chat
2023-06-16 18:57:49 +05:30
e9a0eb87cc
feat: inbox ( #1023 )
...
* dev: initialize inbox
* dev: inbox and inbox issues models, views and serializers
* dev: issue object filter for inbox
* dev: filter for search issues
* dev: inbox snooze and duplicates
* dev: set duplicate to null by default
* feat: inbox ui and services
* feat: project detail in inbox
* style: layout, popover, icons, sidebar
* dev: default inbox for project and pending issues count
* dev: fix exception when creating default inbox
* fix: empty state for inbox
* dev: auto issue state updation when rejected or marked duplicate
* fix: inbox update status
* fix: hydrating chose with old values
filters workflow
* feat: inbox issue filtering
* fix: issue inbox filtering
* feat: filter inbox issues
* refactor: analytics, border colors
* dev: filters and views for inbox
* dev: source for inboxissue and update list inbox issue
* dev: update list endpoint to house filters and additional data
* dev: bridge id for list
* dev: remove print logs
* dev: update inbox issue workflow
* dev: add description_html in issue details
* fix: inbox track event auth, chore: inbox issue action authorization
* fix: removed unnecessary api calls
* style: viewed issues
* fix: priority validation
* dev: remove print logs
* dev: update issue inbox update workflow
* chore: added inbox view context
* fix: type errors
* fix: build errors and warnings
* dev: update issue inbox workflow and log all the changes
* fix: filters logic, sidebar fields to show
* dev: update issue filtering status
* chore: update create inbox issue modal, fix: mutation issues
* dev: update issue accept workflow
* chore: add comment to inbox issues
* chore: remove inboxIssueId from url after deleting
* dev: update the issue triage workflow
* fix: mutation after issue status change
* chore: issue details sidebar divider
* fix: issue activity for inbox issues
* dev: update inbox perrmissions
* dev: create new permission layer
* chore: auth layer for inbox
* chore: show accepting status
* chore: show issue status at the top of issue details
---------
Co-authored-by: Dakshesh Jain <dakshesh.jain14@gmail.com >
Co-authored-by: gurusainath <gurusainath007@gmail.com >
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-06-16 18:57:17 +05:30
pablohashescobar and GitHub
963ccd808d
fix: email ssl setting for docker environment ( #1299 )
2023-06-16 18:54:01 +05:30
pablohashescobar and GitHub
1e2c1cac9c
chore: project list endpoint to show is_member status ( #1166 )
2023-06-16 18:52:58 +05:30
pablohashescobar and GitHub
592fe94cb4
chore: enable/disable signup in self hosted environments ( #1271 )
...
* dev: new onboarding workflow for self hosted instance
* dev: additional flag on user creation
* dev: segregate sign up and sign in endpoint
* dev: update sign in endpoint for not existing users
2023-06-16 18:23:39 +05:30
guru_sainath and GitHub
02111d779b
promote: staging to production
2023-06-14 17:47:23 +05:30
guru_sainath and GitHub
c3aa1cb06d
chore: auth workflow in magic-link
...
chore: auth workflow in magic-link
2023-06-14 17:42:48 +05:30
guru_sainath and GitHub
e73bd96dbc
chore: auth workflow in magic-link ( #1292 )
2023-06-14 16:56:17 +05:30
guru_sainath and GitHub
8c9f4b9665
promote: develop to stage release
...
promote: develop to stage release
2023-06-14 14:57:30 +05:30
guru_sainath and GitHub
be7706e62e
chore: updating last_workspace_id under user ( #1289 )
...
* chore: onboarding steps workflow verification
* chore: onboarding onboarding variable update
* chore: role check in onboarding
* chore: updated last_workspace_id under user
2023-06-14 14:04:25 +05:30
guru_sainath and GitHub
4083f623a0
refactor: onboarding user role validation ( #1287 )
2023-06-14 13:39:49 +05:30
guru_sainath and GitHub
6f7b563712
refactor: onboarding workflow ( #1286 )
...
* chore: onboarding steps workflow verification
* chore: onboarding variable update
2023-06-14 13:17:35 +05:30
guru_sainath and GitHub
4b25b7244b
promote: develop to staging
2023-06-13 15:40:12 +05:30
guru_sainath and GitHub
f774603b7f
chore: onboarding workflow in authentication ( #1281 )
2023-06-13 14:37:25 +05:30
pablohashescobar and GitHub
15b5db0cae
dev: upgrade python runtime ( #1256 )
2023-06-12 10:02:16 +05:30
66807bef0d
fix: social auth authentication workflow ( #1264 )
...
* fix: github login mutation
* dev: updated social auth workflow and handled multiple loads on user
* dev: mutaing user and updated analytics logout issue resolved
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-06-10 01:26:38 +05:30
Vamsi Kurama and GitHub
49f19c2c44
Merge pull request #1257 from makeplane/stage-release
...
promote: stage release to production
2023-06-09 16:27:25 +05:30
guru_sainath and GitHub
9529ddb393
Merge pull request #1262 from makeplane/develop
...
promote: develop to stage-relaease
2023-06-09 16:23:23 +05:30
Aaryan Khandelwal and GitHub
e7af3da115
chore: update remove file function logic ( #1259 )
...
* chore: update remove file function logic
* fix: workspace file delete endpoint
2023-06-09 10:24:57 +05:30
guru_sainath and GitHub
d09f410f21
Merge pull request #1252 from makeplane/develop
...
promote: develop to stage release
2023-06-08 00:19:08 +05:30
pablohashescobar and GitHub
98e6a1366c
chore: update workspace invitation email redirection url ( #1236 )
...
* chore: update workspace invitation email redirection url
* dev: update workspace invitation mail
2023-06-08 00:14:53 +05:30
pablohashescobar and GitHub
754142afa2
fix: workspace and project member user deletion ( #1241 )
...
* fix: workspace and project member user deletion
* fix: workspace member deletion
* dev: add comments
2023-06-08 00:14:41 +05:30
Aaryan Khandelwal and GitHub
42fceb4dcd
fix: user profile data mutation ( #1243 )
2023-06-07 19:03:49 +05:30
Aaryan Khandelwal and GitHub
e949c4e130
chore: fetch only high priority issues for the active cycle ( #1228 )
2023-06-07 19:03:02 +05:30
Anmol Singh Bhatia and GitHub
78c1a64690
fix: assignee dropdown, sign in button, and onboarding flicker fix ( #1242 )
2023-06-07 17:45:57 +05:30
guru_sainath and GitHub
3d5fcbd4ce
dev: route validation on non authenticated pages ( #1238 )
2023-06-07 13:47:56 +05:30
Anmol Singh Bhatia and GitHub
f9cd1b1352
fix: last workspace id ( #1237 )
2023-06-07 13:18:45 +05:30
Peter Dave Hello and GitHub
18f66805cb
Improve apk usages in Dockerfile ( #1198 )
2023-06-07 12:30:42 +05:30
pablohashescobar and GitHub
382a1343ea
fix: file asset uploads in workspace ( #1234 )
2023-06-07 12:21:09 +05:30
pablohashescobar and GitHub
c05eb9e240
fix: forgot password email subject and update template ( #1233 )
2023-06-07 09:09:59 +05:30
Anmol Singh Bhatia and GitHub
40d2990565
fix: onboarding ui fix ( #1225 )
2023-06-07 01:56:58 +05:30
Aaryan Khandelwal and GitHub
684df96969
chore: replace nextjs Image element ( #1227 )
2023-06-07 01:56:21 +05:30
1f3fdd5d0a
feat: reset password page for self-hosted added ( #1221 )
...
* feat: reset password page for self-hosted added
* chore: change reset password workflow
* dev: update email template for reset password
* chore: updated restricted workspace slugs list
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2023-06-06 21:36:13 +05:30
Anmol Singh Bhatia and GitHub
6f2a38ad66
fix: bug and auth fixes ( #1224 )
...
* fix: sign in and invitation page fixes
* fix: project and workspace services track event fix
* fix: user onboarding complete track event fix
* fix: issue track event fix
* fix: partial property , issue comment and mark as done issue track event fix
* fix: bulk delete , move to cycle or module and issue label track event fix
* fix: state , cycle and module track event fix
* fix: pages and block track event fix
* fix: integration , estimate , importer , analytics and gpt track event fix
* fix: view track event fix
* fix: build fix
* fix: build fix
2023-06-06 21:36:00 +05:30
pablohashescobar and GitHub
c127353281
chore: workspace invite created detail ( #1209 )
...
* chore: workspace invite created detail
* dev: select related workspace member invite list
2023-06-06 19:15:56 +05:30
pablohashescobar and GitHub
705371eaf3
fix: file upload size limit ( #1218 )
2023-06-06 19:15:42 +05:30
pablohashescobar and GitHub
fae9d8cdc1
chore: reset password url ( #1220 )
...
* chore: reset password url
* dev: update password reset endpoint
* dev: update reset password url
2023-06-06 19:15:20 +05:30
pablohashescobar and GitHub
b6c0ddac50
chore: move minio endpoint url to environment configuration ( #1210 )
2023-06-06 08:21:57 +05:30
pablohashescobar and GitHub
557e96c68e
fix: email tls when selfhosting ( #1206 )
2023-06-05 21:26:04 +05:30
7eae6b4c9e
fix: user public authentication workflow updates ( #1207 )
...
* auth integration fixes
* auth integration fixes
* auth integration fixes
* auth integration fixes
* dev: update user api to return fallback workspace and improve the structure of the response
* dev: fix the issue keyerror and move onboarding logic to serializer method field
* dev: use-user-auth hook imlemented for route access validation and build issues resolved effected by user payload
* fix: global theme color fix
* style: new onboarding ui , fix: use-user-auth hook implemented
* fix: command palette, project invite modal and issue detail page mutation type fix
* fix: onboarding redirection fix
* dev: build isuue resolved
* fix: use user auth hook fix
* fix: sign in toast alert fix, sign out redirection fix and user theme error fix
* fix: user response fix
* fix: unAuthorizedStatus logic updated
* dev: Implemented SEO in app.tsx
* dev: User public auth workflow updates.
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: anmolsinghbhatia <anmolsinghbhatia@caravel.tech >
2023-06-05 17:48:29 +05:30
pablohashescobar and GitHub
77e05a3599
fix: project member role update ( #1205 )
2023-06-05 17:45:10 +05:30
pablohashescobar and GitHub
2511a284eb
feat: plane proxy setup ( #1181 )
...
* feat: plane proxy setup
* dev: remove port mapping from web, api and minio containers
2023-06-05 12:53:04 +05:30
pablohashescobar and GitHub
e3da80755c
fix: minio settings ( #1172 )
2023-06-05 12:52:25 +05:30
pablohashescobar and GitHub
58d1d8f132
fix: issue search for blocking and blocked_by condition ( #1182 )
...
* fix: issue search for blocking and blocked_by condition
* fix: issue search endpoint blockers
* fix: rectify the filter parameters
2023-06-05 12:51:30 +05:30
pablohashescobar and GitHub
50060a0bf9
chore: update docker uploads ( #1202 )
2023-06-05 12:51:12 +05:30
pablohashescobar and GitHub
bffc6a60e7
fix: workspace member role update ( #1203 )
2023-06-05 12:50:44 +05:30
pablohashescobar and GitHub
799cf230b7
Revert "Update README.md ( #1189 )" ( #1193 )
...
This reverts commit 37442f482b .
2023-06-04 15:51:06 +05:30
tarunratan and GitHub
37442f482b
Update README.md ( #1189 )
...
change in readme of docker-compose
2023-06-04 09:49:13 +05:30
Nathanael Demacon and GitHub
c234f2a087
docs: fix docker compose quick start ( #1173 )
...
* docs: add missing .env.example fetch in docker compose quick start
* docs: clone the repository instead of fetching particular files
2023-06-02 12:27:15 +05:30
Anmol Singh Bhatia and GitHub
857879f5ed
fix : theme provider fix ( #1164 )
2023-06-01 14:40:27 +05:30
44f8ba407d
Authentication Workflow fixes. Redirection fixes ( #832 )
...
* auth integration fixes
* auth integration fixes
* auth integration fixes
* auth integration fixes
* dev: update user api to return fallback workspace and improve the structure of the response
* dev: fix the issue keyerror and move onboarding logic to serializer method field
* dev: use-user-auth hook imlemented for route access validation and build issues resolved effected by user payload
* fix: global theme color fix
* style: new onboarding ui , fix: use-user-auth hook implemented
* fix: command palette, project invite modal and issue detail page mutation type fix
* fix: onboarding redirection fix
* dev: build isuue resolved
* fix: use user auth hook fix
* fix: sign in toast alert fix, sign out redirection fix and user theme error fix
* fix: user response fix
* fix: unAuthorizedStatus logic updated
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: gurusainath <gurusainath007@gmail.com >
Co-authored-by: anmolsinghbhatia <anmolsinghbhatia@caravel.tech >
2023-05-30 19:14:35 +05:30
Anmol Singh Bhatia and GitHub
33db616767
fix: default status set for module form ( #1160 )
2023-05-29 22:16:32 +05:30
Anmol Singh Bhatia and GitHub
c949c4d244
fix: empty module mutation and issue view flicker fix ( #1158 )
2023-05-29 18:35:43 +05:30
Anmol Singh Bhatia and GitHub
c8caa925b1
chore: page and cycle refactor ( #1159 )
...
* fix: release note modal fix
* chore: cycle and page endpoint refactor
2023-05-29 18:35:16 +05:30
Aaryan Khandelwal and GitHub
26ba4d71c3
fix: order by last updated, cycles empty state alignment ( #1151 )
...
* fix: order by last updated
* fix: cycles empty space alignment, chore: new meta tags
* chore: update meta tags
2023-05-29 15:38:35 +05:30
Aaryan Khandelwal and GitHub
022960d7e3
fix: pages layout and alignment issues ( #1152 )
2023-05-29 15:16:49 +05:30
guru_sainath and GitHub
dce3c3f008
Merge pull request #1153 from makeplane/fix/cycles_layout
...
refactor: cycles list code and folder structure
2023-05-29 15:16:10 +05:30
pablohashescobar and GitHub
ffc6077e9b
chore: improve docker setup ( #1150 )
2023-05-29 12:11:16 +05:30
guru_sainath and GitHub
23d08a2ad1
Merge pull request #1156 from makeplane/hot-fix
...
promote: hot-fix to develop
2023-05-29 10:46:45 +05:30
Aaryan Khandelwal
1c98f2dca9
chore: update cycle fetch keys names
2023-05-29 02:38:16 +05:30
Aaryan Khandelwal
053ebc031d
fix: cycles layout
2023-05-29 02:14:40 +05:30
pablohashescobar and GitHub
c9dee593eb
chore: total members in user workspace invites ( #1143 )
2023-05-28 18:11:59 +05:30
pablohashescobar and GitHub
bc8430220b
chore: email settings for docker setup ( #1148 )
2023-05-28 18:11:36 +05:30
Marks and GitHub
030558c026
Update text during the onboarding process ( #1149 )
...
* Update text during the onboarding process
A few of the phrases were worded in ways that took a bit longer to process. These changes should make onboarding more comfortable.
* Update text
2023-05-28 17:42:01 +05:30
pablohashescobar and GitHub
d8c367c51e
docs: update self hosting setup script ( #1145 )
2023-05-28 14:47:25 +05:30
Eli and GitHub
1afb3ba4d2
chore: speedup replace-env-vars.sh ( #1146 )
2023-05-28 10:04:54 +05:30
pablohashescobar and GitHub
8252b1ccde
chore: configuration for nginx port ( #1144 )
2023-05-28 09:56:15 +05:30
Anmol Singh Bhatia and GitHub
394f0bf555
chore: cycles endpoint updated and code refactor ( #1135 )
...
* chore: cycles endpoint updated and code refactor
* chore: incomplete cycle endpoint updated
* chore: code refactor
2023-05-26 15:38:56 +05:30
Anmol Singh Bhatia and GitHub
4ce0ac6ea1
chore: pages endpoint updated ( #1137 )
2023-05-26 15:38:44 +05:30
pablohashescobar and GitHub
cd821a934d
chore: update single click deployments ( #1141 )
...
* chore: update single click deployments
* dev: update environment variables
2023-05-26 14:04:15 +05:30
pablohashescobar and GitHub
f80b3f1eb1
fix: issue ordering for priority and updated_by parameters ( #1142 )
2023-05-26 13:51:09 +05:30
pablohashescobar and GitHub
b6321438ce
chore: docker setup ( #1136 )
...
* chore: update docker environment variables and compose file for better readability
* dev: update single dockerfile
* dev: update WEB_URL configuration
* dev: move database settings to environment variable
* chore: remove port configuration from default compose file
* dev: update example env to add EMAIL_FROM and default values for AWS
2023-05-26 11:09:59 +05:30
pablohashescobar and GitHub
16604dd31b
refactor: page views endpoint ( #1130 )
2023-05-25 14:13:54 +05:30
Aaryan Khandelwal and GitHub
11b28048bf
chore: analytics tracker events ( #1119 )
...
* chore: added export analytics event tracker
* chore: add analytics view events
* chore: workspace analytics view track event added
2023-05-25 12:38:53 +05:30
Dakshesh Jain and GitHub
7e5b26ea82
fix: project ordering messing up in projects page ( #1122 )
2023-05-25 12:38:15 +05:30
pablohashescobar and GitHub
5beb50fa76
fix: role updation ( #1110 )
2023-05-25 12:27:04 +05:30
pablohashescobar and GitHub
af2d7d6f75
fix: project member delete when deleting user from workspace ( #1123 )
...
* fix: project member delete when deleting user from workspace
* fix: workspace and project member delete
2023-05-25 12:25:15 +05:30
pablohashescobar and GitHub
e608b58e70
refactor: cycle views endpoint ( #1128 )
2023-05-25 12:24:39 +05:30
pablohashescobar and GitHub
a16514ed11
fix: auto generated secret key to only generate hexadecimal characters ( #1133 )
2023-05-25 12:24:03 +05:30
Anmol Singh Bhatia and GitHub
74329a49cc
fix: send code button behavior on enter key press ( #1121 )
2023-05-25 12:19:48 +05:30
Anmol Singh Bhatia and GitHub
def391cb76
feat: storing my issue view display properties ( #1124 )
2023-05-25 12:19:37 +05:30
e526a01295
Clean up docker compose file for selfhosting ( #1022 )
...
* Clean up docker compose file
Removed nginx container (might want to put it back?)
Changed spacing to tabs for better readability
Changed the order, first the important stuff (plane) and later the database/redis
All containers should be in the same format (first container_name, then image, then restart, etc.).
Removed links because deprecated since compose version 2, all containers are in one docker network
Removed build from plane-api
Removed ports from redis and postgresql
Removed PGDATA directory because that's the default one
Renamed redis and db to plane-redis and plane-db
* Fixed spacing (again)
* Fix spacing (attempt 3)
* Pasting error - should be good now
* New compose download instructions
---------
Co-authored-by: pablohashescobar <118773738+pablohashescobar@users.noreply.github.com >
2023-05-25 10:49:37 +05:30
0fb4a87454
fix: docker image uploads ( #1108 )
...
* dev: basic initial setup for images
* Update docker-compose.yml
* dev: minio setup
* dev: docker minio setup
* dev: update the asset view
* dev: setup minio with default configuration
* dev: update minio setup for creating buckets
* dev: update the permission sets
* dev: get variables from shell for create bucket
* dev: update image uploading setup for docker
* dev: environment variables update
* dev: web url for images
* dev: update image configuration
* dev: env update for email port
---------
Co-authored-by: Narayana <narayana.vadapalli1996@gmail.com >
2023-05-25 10:24:20 +05:30
Vihar Kurama and GitHub
0bd6e53b44
docs: updated Readme with new features and screenshots ( #1132 )
...
* update readme images with new features
* remove line-break on readme
* update plane analytics image
2023-05-24 21:42:40 +05:30
gurusainath
f095594be9
update: Handled empty state in adding members to project.
2023-05-22 22:38:22 +05:30
guru_sainath and GitHub
2e638b28b6
dev: added tooltip to title and added info for issues ( #1112 )
...
* update: tooltip in the blocks
* dev: added tooltip to title and added info for issues
2023-05-22 22:09:52 +05:30
guru_sainath and GitHub
aaffe37fbe
fix: Showing status for accounts not created in the workspace members ( #1111 )
2023-05-22 22:09:38 +05:30
Vamsi Kurama and GitHub
5c632921f8
Merge pull request #1102 from makeplane/stage-release
...
promote: stage-release to master
2023-05-22 00:20:23 +05:30
guru_sainath and GitHub
7c9035182b
Merge pull request #1105 from makeplane/hot-fix
...
promote: hot-fix to stage-release
2023-05-21 19:42:15 +05:30
gurusainath
b5325f14aa
fix: gantt build issue resolved
2023-05-21 19:38:33 +05:30
gurusainath
4238f89cec
dev: gantt ui changes
2023-05-21 19:27:08 +05:30
guru_sainath and GitHub
a44cddb0fc
dev: dropdown overflow issue resolved in kanban ( #1106 )
2023-05-21 19:08:28 +05:30
guru_sainath and GitHub
83a0c8163f
dev: redirection implementation on gantt blocks ( #1104 )
2023-05-21 18:37:26 +05:30
gurusainath
c8c195eab4
Merge branch 'stage-release' of gurusainath:makeplane/plane into stage-release
2023-05-20 23:32:07 +05:30
guru_sainath and GitHub
0acee1fe66
Merge pull request #1103 from makeplane/develop
...
fix: updated discord link on readme (#1101 )
2023-05-20 23:31:32 +05:30
Vihar Kurama and GitHub
e5f6be54e0
fix: updated discord link on readme ( #1101 )
2023-05-20 23:30:05 +05:30
guru_sainath and GitHub
15a846ce06
Merge pull request #1100 from makeplane/hot-fix
...
promote: hotfix to stage-release
2023-05-20 23:28:29 +05:30
guru_sainath and GitHub
a01e241523
styles: UI changes in the gantt blocks ( #1099 )
2023-05-20 23:17:44 +05:30
pablohashescobar and GitHub
cba62f07c0
chore: analytic export mail ( #1098 )
2023-05-20 23:16:19 +05:30
gurusainath
c1f8766571
styles: UI changes in the gantt blocks
2023-05-20 23:10:04 +05:30
guru_sainath and GitHub
af13a1b00a
Merge pull request #1097 from makeplane/fix/cycle_view
...
fix: cycle view & create label modal
2023-05-20 22:43:55 +05:30
anmolsinghbhatia
4439740768
fix: create label modal error message updated
2023-05-20 22:30:44 +05:30
anmolsinghbhatia
98a223e5e1
fix: cycle view board view fix , feat: on gantt view set all cycle as default tab
2023-05-20 22:24:05 +05:30
guru_sainath and GitHub
e081395857
Merge pull request #1095 from makeplane/develop
...
promote: develop to stage-release
2023-05-20 20:24:27 +05:30
gurusainath
8b527f27d0
dev: migrations for the analytics fields
2023-05-20 20:18:22 +05:30
guru_sainath and GitHub
ae67dc6074
update: changed icons for gantt chat in issues, modules and cycles ( #1096 )
2023-05-20 20:08:17 +05:30
e1e9a5ed96
feat: Gantt chart ( #1062 )
...
* dev: Helpers
* dev: views
* dev: Chart views Month, Year and Day
* dev: Chart Workflow updates
* update: scroll functionality implementation
* update: data vaidation
* update: date renders and issue filter in the month view
* update: new date render month view
* update: scroll enabled left in chart
* update: Item render from the date it created.
* update: width implementation in chat view
* dev: chart render functionality in the gantt chart
* update: month view fix
* dev: chart render issues resolved
* update: fixed allchat views
* update: updated week view default values
* update: integrated chart view in issues
* update: grabble and sidebar logic impleemntation and integrated gantt in issues
* update: Preview gantt chart in month view
* fix: mutation in gantt chart after creating a new issue
* chore: cycles and modules list gantt chart
* update: Ui changes on gantt view
* fix: gantt chart height, chore: remove link from issue
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-05-20 17:30:15 +05:30
Aaryan Khandelwal and GitHub
9ccc35d181
fix: make custom search select handle undefined options ( #1094 )
...
* fix: make search select handle undefined options
* fix: kanban y-scroll
2023-05-20 16:00:41 +05:30
pablohashescobar and GitHub
012486df11
chore: assignee names in analytics export ( #1086 )
...
* chore: assignee names in analytics export
* chore: update key as assignee name
2023-05-20 16:00:02 +05:30
Anmol Singh Bhatia and GitHub
1fed5f7846
style: active cycle stats tab sticky ( #1092 )
2023-05-20 03:08:23 +05:30
Aaryan Khandelwal and GitHub
8cbe6c4b36
fix: show only filtered states when state filter is selected ( #1093 )
2023-05-20 03:07:00 +05:30
Dakshesh Jain and GitHub
d9642eee82
fix: ai response not coming when using 'AI' button ( #1091 )
...
* fix: ai response not comming for page
* fix: ai response not coming when using 'AI' button
2023-05-19 20:33:35 +05:30
Anmol Singh Bhatia and GitHub
ab273f6be3
fix: sidebar dropdown fix, feat: assignee name updated ( #1089 )
...
* fix: issue sidebar cycle and module dropdown width fix
* feat: issue sidebar, issue card and issue modal assignee full name added
2023-05-19 20:00:09 +05:30
Dakshesh Jain and GitHub
b1f26f322f
style: added theme in color picker ( #1088 )
2023-05-19 19:46:09 +05:30
Dakshesh Jain and GitHub
2e4f936dfa
fix: ai response not comming for page ( #1087 )
2023-05-19 19:12:34 +05:30
Dakshesh Jain and GitHub
ddeafc0695
fix: inconsistency for create label, select label getting closed on select ( #1085 )
2023-05-19 19:12:24 +05:30
Anmol Singh Bhatia and GitHub
406f02737f
feat: kanban board issue menu context ( #1084 )
2023-05-19 19:12:15 +05:30
Dakshesh Jain and GitHub
8e9afd459a
fix: create issue state not clearing on create more ( #1082 )
2023-05-19 19:11:56 +05:30
Anmol Singh Bhatia and GitHub
186b5b5500
feat: cycle gantt view option added ( #1083 )
2023-05-19 18:08:47 +05:30
Aaryan Khandelwal and GitHub
f2c8bdba34
fix: assignee name in analytics tooltip ( #1081 )
2023-05-19 17:08:32 +05:30
pablohashescobar and GitHub
e162c88f03
dev: project emoji and icons ( #1076 )
2023-05-19 16:46:56 +05:30
Aaryan Khandelwal and GitHub
7f5fdb9589
fix: icon picker not working ( #1080 )
...
* fix: icon picker not working
* fix: project icon in analytics sidebar
2023-05-19 16:35:51 +05:30
Anmol Singh Bhatia and GitHub
e3a114cd69
fix: module and cycle create issue in calendar view mutation fix ( #1079 )
2023-05-19 16:15:06 +05:30
Anmol Singh Bhatia and GitHub
ae1eb9527a
style: ui improvement ( #1077 )
...
* style: assignee, sub-issue and due date display properties styling
* style: cycle view indicator added
2023-05-19 15:22:09 +05:30
Dakshesh Jain and GitHub
6da4247400
fix: Application Error on issues list page ( #1064 )
...
* fix: Application Error on issues list page
* fix: can't read property of undefined at renderTick
2023-05-19 15:13:55 +05:30
Dakshesh Jain and GitHub
4ce5a450d9
fix: pages 'I'm feeling lucky' not working ( #1058 )
2023-05-19 15:13:33 +05:30
pablohashescobar and GitHub
06618006c2
fix: cycle date check endpoint ( #1074 )
2023-05-19 13:00:38 +05:30
pablohashescobar and GitHub
bb79c9de96
chore: start date for issues ( #1075 )
2023-05-19 12:36:12 +05:30
Aaryan Khandelwal and GitHub
09cffd5498
fix: analytics colors when segmented by cycle, module, dates, and assignees ( #1072 )
...
* fix: show unique colors when segmented
* chore: modify random color generator function
* chore: modify random color generator function
2023-05-18 19:07:24 +05:30
Anmol Singh Bhatia and GitHub
5916d6e749
fix: bug and ui fix ( #1073 )
...
* fix: cycle and module sidebar scroll
* style: date picker theming
* style: workspace slug spacing
* fix: app sidebar z-index
* fix: favorite cycle mutation
* fix: cycle modal on error close
* feat: cycle view context
* style: active cycle stats scroll
* fix: active cycle favorite mutation
* feat: import export banner
* feat: cycle sidebar date picker logic updated
* fix: NaN in progress percentage fix
* fix: tooltip fix
* style: empty state for active cycle
* style: cycle badge width fix , all cycle empty state fix and cycle icon size fix
2023-05-18 19:07:01 +05:30
pablohashescobar and GitHub
c3d520aefd
fix: analytics segmented export ( #1068 )
...
* fix: analytics segmented export
* dev: fix none type
* fix: analytic export y axis count
2023-05-17 18:32:10 +05:30
Aaryan Khandelwal and GitHub
d41250c1ce
chore: delete label confirmation modal ( #1069 )
...
* fix: negative days displayed on upcoming issues on dashboard
* chore: show completed and cancelled states by default
* chore: delete label confirmation modal
2023-05-17 16:04:56 +05:30
pablohashescobar and GitHub
27626fb16f
fix: default analytic estimate points and sorting for custom analytics ( #1066 )
2023-05-17 14:58:45 +05:30
Aaryan Khandelwal and GitHub
ab695a309f
fix: layout padding, tabs size and page heading font sizes ( #1067 )
2023-05-17 14:57:58 +05:30
Aaryan Khandelwal and GitHub
3427652c22
chore: update analytics sidebar and header content, fix: trash box positioning ( #1065 )
...
* fix: labels dropdown on issue details page theming
* style: trash box styling and positioning
* chore: empty state for scope and demand analytics, show assignee name in scope graph tooltip
* chore: empty state for analytics
* chore: modify analytics sidebar and header
2023-05-17 13:25:58 +05:30
559b0cc9c8
style: cycle new ui ( #1052 )
...
* style: cycles new ui
* chore: added progress bar for the high priority issues
* fix: build fix
* style: active cycle details, theming , padding and layout
* style: cycle list and card styling
* style: cycle card
* fix: tooltip text overflow
* fix: cycle mutation fix
* style: cycle list and card view improvement, chore: code refactor
* feat: view cycle button
* style: cycle list and board view improvement
* style: responsiveness added
* feat: active cycle stats component, chore: code refactor
* fix: active cycle divider fix, style: stats font color
* fix: tooltip fix
---------
Co-authored-by: kunal_17 <kunalvish17360@gmail.com >
2023-05-17 12:58:01 +05:30
pablohashescobar and GitHub
c49b0d6151
fix: issue assignee multiple values ( #1056 )
...
* fix: issue assignee multiple values
* chore: return first name and last name
* dev: keys update and also send data when segmented
2023-05-17 00:46:41 +05:30
pablohashescobar and GitHub
d99f85ce05
chore: analytics assignee email for default analytics ( #1057 )
2023-05-17 00:46:20 +05:30
pablohashescobar and GitHub
e696a3741c
chore: analytics data ordering ( #1059 )
2023-05-17 00:45:59 +05:30
Aaryan Khandelwal and GitHub
d575e8ec6b
chore: x-axis tick values for assignees ( #1060 )
...
* style: new custom analytics ui
* fix: x-axis assignee tick values
* chore: assignee names in the custom analytics table
2023-05-16 15:11:40 +05:30
pablohashescobar and GitHub
c060f7db30
chore: user first name and last name for default analytics ( #1054 )
2023-05-16 10:50:26 +05:30
pablohashescobar and GitHub
84a0f6f77e
chore: rename effort to estimate ( #1053 )
2023-05-16 10:50:14 +05:30
Aaryan Khandelwal and GitHub
c6d78b5e6a
style: new custom analytics ui ( #1055 )
2023-05-16 10:41:37 +05:30
Aaryan Khandelwal and GitHub
8c707cc544
fix: lower role user cannot update higher role user ( #1048 )
...
* fix: user role update
* chore: update project member update service type
2023-05-15 23:58:41 +05:30
pablohashescobar and GitHub
abe021071c
fix: workspace and project member update ( #1046 )
2023-05-15 19:38:37 +05:30
pablohashescobar and GitHub
8d6082183e
chore: return assignee avatars when x axis in assignee_email ( #1049 )
2023-05-15 19:38:08 +05:30
pablohashescobar and GitHub
7b52fb885d
remove: onboarding emails ( #1050 )
...
* remove: user onboarding mail
* remove: welcome emails
2023-05-15 19:37:40 +05:30
pablohashescobar and GitHub
d28bc41fbd
chore: project members, cycles and modules count ( #1051 )
2023-05-15 19:37:17 +05:30
pablohashescobar and GitHub
63075a6a0d
fix: analytics export and send month and year when dimension in date ( #1039 )
...
* fix: send month and year when dimension in date
* fix: export csv email
* fix: export for segment and fix segment for date values
2023-05-15 11:37:07 +05:30
Aaryan Khandelwal and GitHub
9fdc56db0f
chore: user cannot update their own role ( #1041 )
2023-05-15 11:35:19 +05:30
Aaryan Khandelwal and GitHub
290318603d
fix: calendar view mutation ( #1042 )
2023-05-15 11:35:07 +05:30
Anmol Singh Bhatia and GitHub
dbbd9add99
fix: ui and bug fix ( #1043 )
...
* style: calendar border added
* fix: calendar issue ellipsis position fix
* fix: help section overflow fix
* fix: module card date overflow fix
* style: page detail padding and position fix
* fix: cycle and module sidebar fix
2023-05-15 11:32:50 +05:30
Aaryan Khandelwal and GitHub
37bb183bf0
chore: update analytics x-axis, tooltip and table heading values ( #1040 )
...
* chore: global bar graph component
* chore: global pie graph component
* chore: global line graph component
* chore: removed unnecessary file
* chore: refactored global chart components to accept all props
* chore: function to convert response to chart data
* chore: global calendar graph component added
* chore: global scatter plot graph component
* feat: analytics boilerplate created
* chore: null value for segment and project
* chore: clean up file
* chore: change project query param key
* chore: export, refresh buttons, analytics table
* fix: analytics fetch key error
* chore: show only integer values in the y-axis
* chore: custom x-axis tick values and bar colors
* refactor: divide analytics page into granular components
* chore: convert analytics page to modal, save analytics modal
* fix: build error
* fix: modal overflow issues, analytics loading screen
* chore: custom tooltip, refactor: graphs folder structure
* refactor: folder structure, chore: x-axis tick values for larger data
* chore: code cleanup
* chore: remove unnecessary files
* fix: refresh analytics button on error
* feat: scope and demand analytics
* refactor: scope and demand and custom analytics folder structure
* fix: dynamic import type
* chore: minor updates
* feat: project, cycle and module level analytics
* style: project analytics modal
* fix: merge conflicts
* style: new scope and demand ui, user avatars in bar graph
* fix: default analytics types
* chore: new values when dimensioned by date
* chore: update table and tooltip content when dimensioned or segmented by dates
2023-05-15 11:22:06 +05:30
vamsi
512b8c104d
dev: analytics migrations
2023-05-12 17:02:34 +05:30
Aaryan Khandelwal and GitHub
bf865f399f
fix: kanban board horizontal scroll ( #1038 )
...
* fix: kanban board horizontal scroll
* chore: droppable placeholder position
2023-05-12 12:41:31 +05:30
pablohashescobar and GitHub
6a78948113
fix: analytics ( #1037 )
...
* fix: most issue created by user keys
* fix: cycle and module filters for GET method
2023-05-12 12:22:42 +05:30
pablohashescobar and GitHub
6e9235e5fe
fix: analytic query params ( #1035 )
...
* fix: query params for analytics
* fix: default analytics filters
2023-05-11 20:53:54 +05:30
f2a68874f1
chore(deps): bump django in /apiserver/requirements ( #1036 )
...
Bumps [django](https://github.com/django/django ) from 3.2.18 to 3.2.19.
- [Commits](https://github.com/django/django/compare/3.2.18...3.2.19 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-11 20:25:08 +05:30
Anmol Singh Bhatia and GitHub
9cb3794dde
fix: page block padding fix ( #1034 )
2023-05-11 18:41:13 +05:30
Anmol Singh Bhatia and GitHub
1329145173
feat: custom theming ( #1028 )
...
* chore: custom theme types and constants
* feat: custom theming
* feat: preferences tab added in profile settings
* feat: remove unneccessary file
* feat:theme apply on page load
* fix: theme switch dropdown fix
* feat: color picker input, theme icon added, chore: code refactor
* style: color picker icon added
* fix: mutation fix
* fix: palette sequence fix
* chore: default custom theme palette updated
* style: join project and not authorized page theming
* fix: merge conflict
* fix: build fix and preferences tab layout fix
2023-05-11 18:40:17 +05:30
Anmol Singh Bhatia and GitHub
44d49b5500
style: page detail ( #1030 )
...
* style: page detail header styling
* style: page detail ui
* style: page block, create block styling
2023-05-11 18:03:37 +05:30
Aaryan Khandelwal and GitHub
1a534a3c19
feat: plane analytics ( #1029 )
...
* chore: global bar graph component
* chore: global pie graph component
* chore: global line graph component
* chore: removed unnecessary file
* chore: refactored global chart components to accept all props
* chore: function to convert response to chart data
* chore: global calendar graph component added
* chore: global scatter plot graph component
* feat: analytics boilerplate created
* chore: null value for segment and project
* chore: clean up file
* chore: change project query param key
* chore: export, refresh buttons, analytics table
* fix: analytics fetch key error
* chore: show only integer values in the y-axis
* chore: custom x-axis tick values and bar colors
* refactor: divide analytics page into granular components
* chore: convert analytics page to modal, save analytics modal
* fix: build error
* fix: modal overflow issues, analytics loading screen
* chore: custom tooltip, refactor: graphs folder structure
* refactor: folder structure, chore: x-axis tick values for larger data
* chore: code cleanup
* chore: remove unnecessary files
* fix: refresh analytics button on error
* feat: scope and demand analytics
* refactor: scope and demand and custom analytics folder structure
* fix: dynamic import type
* chore: minor updates
* feat: project, cycle and module level analytics
* style: project analytics modal
* fix: merge conflicts
2023-05-11 17:38:46 +05:30
Aaryan Khandelwal and GitHub
d7928f853d
chore: global graph components ( #1014 )
...
* chore: global bar graph component
* chore: global pie graph component
* chore: global line graph component
* chore: removed unnecessary file
* chore: refactored global chart components to accept all props
* chore: global calendar graph component added
* chore: global scatter plot graph component
2023-05-11 17:11:04 +05:30
Dakshesh Jain and GitHub
a0553722c9
fix: settings editor state according to ai response ( #1032 )
...
* fix: placeholder and ai response not getting appended in textarea
* fix: settings editor state according to ai response
2023-05-11 17:02:20 +05:30
Anmol Singh Bhatia and GitHub
34f4580b94
style: issue due date selector width fix ( #1033 )
2023-05-11 17:01:58 +05:30
pablohashescobar and GitHub
a1d7a4ea55
fix: created by null for bulk operations ( #1026 )
2023-05-11 16:58:35 +05:30
pablohashescobar and GitHub
abaa65b4b7
feat: analytics ( #1018 )
...
* dev: initialize plane analytics
* dev: plane analytics endpoint
* dev: update endpoint to give data with segments as well
* dev: analytics with count and effort paramters
* feat: analytics endpoints
* feat: saved analytics
* dev: remove print logs
* dev: rename x_axis to dimension in response
* dev: remove color queries
* dev: update query for None values
* feat: analytics export
* dev: update code structure send color when state or label and fix none count
* dev: uncomment try catch block
* dev: fix segment keyerror
* dev: default analytics endpoint
* dev: fix segmented results
* dev: default analytics endpoint and colors for segment
* dev: total issues and open issues by state
* dev: segment colors
* dev: fix total issue annotate
* dev: effort segmentation
* dev: total estimates and open estimates
* fix: effort when not segmented
* dev: send avatar for default analytics
2023-05-11 16:57:03 +05:30
pablohashescobar and GitHub
fb165d080e
feat: estimate points data in cycles list endpoint ( #1015 )
...
* feat: estimate points data in cycles list endpoint
* dev: prefetch for assignees
* dev: update sum for estimate points
2023-05-11 16:56:48 +05:30
Dakshesh Jain and GitHub
083562b24c
fix: placeholder and ai response not getting appended in textarea ( #1031 )
2023-05-11 13:41:16 +05:30
Anmol Singh Bhatia and GitHub
88d3fa549a
style: page block hover effect ( #1017 )
2023-05-11 02:27:27 +05:30
Anmol Singh Bhatia and GitHub
c7deb00f2a
feat: calendar view display properties ( #1024 )
...
* fix: calendar mutation fix, chore: calendar type added
* feat: calendar view display property added
* feat: calendar header, single date and single issue component added, chore: code refactor
* chore: partialupdateissue function updated
* fix: dropdown overflow fix, style: issue card styling
* fix: calendar weekly view row height fix
* feat: calendar issue card ellipsis added, fix: edit and delete mutation fix
* style: plus icon , add issue button padding and onhover effect fix
* style: calendar issue card
* style: weekly view height
2023-05-11 02:27:14 +05:30
4f2b106852
fix: rich text editor ( #1008 )
...
* fix: undo/redo, placeholder overlapping with text, horizontal cursor
refractor: removed a lot of state-management that was not required
* fix: forwarding ref to remirror for getting extra helper functions
* fix: icon type error
* fix: value type not supported error on page block
* style: spacing, and UX for add link
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-05-11 02:15:49 +05:30
Aaryan Khandelwal and GitHub
df96d40cfa
fix: views issues mutation, sidebar link highlight ( #1025 )
...
* fix: views issues mutation, sidebar link highlight
* fix: show only specific states when type filter is set
* fix: delete comment mutation
* style: bulk delete issues modal
* fix: project settings features mutation
2023-05-11 02:15:39 +05:30
vamsi
4884ecd668
dev: migrations for estimate point values
2023-05-05 19:48:38 +05:30
vamsi
c16c5b1cb2
Merge branch 'develop' of https://github.com/makeplane/plane into develop
2023-05-05 19:46:45 +05:30
guru_sainath and GitHub
a69593a9e8
fix: handled token expiry validation ( #1016 )
2023-05-05 18:01:58 +05:30
a1de3f581f
fix: layout height and overflow ( #1004 )
...
* fix: kanban height issue
* dev: Layout fixes
* dev: layout changes
* fix: layout overflow settings and fixed header
* style: filters padding fixed
* fix: hide filters if none are applied
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
2023-05-05 17:07:29 +05:30
Rhea Jain and GitHub
443878994a
fix: breadcrumbs and tab updated ( #1007 )
2023-05-05 15:46:05 +05:30
Anmol Singh Bhatia and GitHub
86cb23777e
fix: bug fixes ( #1000 )
...
* fix: issue sidebar cycle and module dropdown fix
* style: my issue page
* style: date picker theming
* fix: cycle modal
* style: date picker
* fix: info icon fix
* feat: integration banner
* feat: project integration banner
* fix: module card progress bar fix
* style: integration banner
* style: workspace sidebar
* fix: cycle date checker
* fix: calendar page view dropdown
2023-05-05 15:45:53 +05:30
Aaryan Khandelwal and GitHub
93c105c495
chore: track events for estimates and importers ( #1012 )
2023-05-05 15:45:38 +05:30
Aaryan Khandelwal and GitHub
b34cf0c471
fix: ai button not working on creating a page block ( #1013 )
...
* fix: ai button not working on creating page block
* fix: build error
2023-05-05 15:45:10 +05:30
pablohashescobar and GitHub
fd96c54b43
fix: cycle date check endpoint for updation ( #1006 )
...
* fix: cycle date check endpoint for updation
* dev: update the cycle date check endpoint to exclude current cycle when updating
2023-05-05 15:13:22 +05:30
pablohashescobar and GitHub
993cf3faba
chore: add assignee avatar in cycle endpoint ( #996 )
...
* chore: add assignee avatar in cycle endpoint
* dev: update the structure to return avatar and firstname
* dev: return distinct users
* dev: update the structure to return id
* dev: update the prefetch queryset to distinct by id
* dev: remove id from distinct
* dev: add unique condition
2023-05-05 15:13:03 +05:30
pablohashescobar and GitHub
1bf1b63fff
fix: estimate points update ( #1003 )
...
* fix: estimate points hub
* fix: estimate points update
* fix: estimate points bulk_update
2023-05-05 15:12:38 +05:30
pablohashescobar and GitHub
336220bd98
feat: return workspace and project details in estimate endpoints ( #1009 )
2023-05-05 15:12:22 +05:30
pablohashescobar and GitHub
5b0dc43bae
docs: update readme ( #1010 )
...
docs: update readme
2023-05-05 15:12:01 +05:30
pablohashescobar and GitHub
e0bec31586
feat: workspace detail for imports ( #1011 )
2023-05-05 15:11:45 +05:30
pablohashescobar and GitHub
a2825208b8
docs: update self hosting section in readme ( #1002 )
...
docs: update self hosting section in readme
2023-05-03 23:53:53 +05:30
pablohashescobar and GitHub
c3387ba974
fix: environment variables for the services ( #1001 )
2023-05-03 21:31:06 +05:30
pablohashescobar and GitHub
baa9c30449
fix: single docker file ( #999 )
2023-05-03 16:48:04 +05:30
pablohashescobar and GitHub
849e2d658a
dev:: update docker file for frontend ( #998 )
2023-05-03 16:39:13 +05:30
c7f1090914
fix: docker setup ( #987 )
...
* removing dependencies from .env
* dev: Passing the arguments from docker compose to DockerWeb in nextjs to define base environment variables
* dev: removed env from docker-compose and taking the env from shell
* dev: Updated docker file and used console in signin to test the env from docker
* dev: Docker setting env variables via shell
* removed env variables and args
* Update Dockerfile.web
* Update Dockerfile.web
* Update signin.tsx
* .
* .
* dev: Added BASE_URL from docker
* dev: Updated docker config
* dev: scripts for replacing variable during runtime
* dev: entrypoint script
* dev: update replace env script and update docker entrypoint command for frontend
* dev: update replace env script to not update process.env
* dev: update docker file to add missing variables as well
* fix: updated docker compose yml and web
* dev: create start script to run docker and update script for replacing variables
* dev: update setup script and env example script to create variables in the root of the project
* .
* dev: update docker compose hub
* dev: update docker compose hub command
* dev: update docker compose yml and env example
* dev: update docker compose hub
* dev: single docker
---------
Co-authored-by: Narayana <narayana.vadapalli1996@gmail.com >
Co-authored-by: gurusainath <gurusainath007@gmail.com >
2023-05-03 13:36:55 +05:30
Vamsi Kurama and GitHub
563bb12b9b
Merge pull request #993 from makeplane/stage-release
...
promote: stage-release to prod
2023-05-03 01:03:31 +05:30
vamsi
e3d43298df
Merge branch 'stage-release' of https://github.com/makeplane/plane into stage-release
2023-05-03 00:57:04 +05:30
pablohashescobar and GitHub
b36565298f
Merge pull request #992 from makeplane/develop
...
promote: develop to stage-release
2023-05-03 00:55:14 +05:30
guru_sainath and GitHub
b26e8bd956
update: UI for google auth button and loadin toggle in signin screen ( #991 )
2023-05-03 00:48:24 +05:30
pablohashescobar and GitHub
e5703dbe70
Merge pull request #990 from makeplane/develop
...
promote: develop to stage-release
2023-05-02 23:37:25 +05:30
Anmol Singh Bhatia and GitHub
498d6d2b02
style: onboarding logo and style ( #989 )
2023-05-02 23:31:36 +05:30
pablohashescobar and GitHub
1d22817ede
fix: import user invite emails ( #986 )
2023-05-02 20:09:54 +05:30
Anmol Singh Bhatia and GitHub
483c49d0ff
fix: ui and bug fixes ( #980 )
...
* style: sub issue theming
* style: shortcut modal theming
* style: blocking and blocked by modal theming
* fix: filter labels dropdown width fix
* style: display properties
* chore: workspace invite
* style: invite co workers theming
* style: create workspace theming
* style: attachment theming
* style: workspace sidebar theming
* style: issue property theming
* style: create module modal lead icon
* style: label list modal theming
* delete attachment and member modal theming
* style: transfer issue modal
* style: delete estimate modal theming
* style: module form status
* style: delete state modal theming
* style: shortcut modal
* style: onboarding logo
* style: onboarding command menu
2023-05-02 20:00:33 +05:30
guru_sainath and GitHub
0fa9451633
fix: workspace integration github repos issue resolved ( #988 )
2023-05-02 18:15:24 +05:30
pablohashescobar and GitHub
46237c5431
Merge pull request #866 from makeplane/develop
...
promote: develop to stage-release
2023-05-02 01:57:04 +05:30
vamsi
20e400487f
dev: migrations SlackProjectSync; new attributes to cycle, importer and module
2023-05-02 01:55:15 +05:30
pablohashescobar and GitHub
99fb3c9bfe
chore: log cycle delete and cycle issue delete activities ( #975 )
...
* chore: log cycle delete and cycle issue delete activities
* dev: remove print logs
2023-05-02 01:21:48 +05:30
pablohashescobar and GitHub
88200a93bf
feat: delete imported data as well when the import is deleted ( #974 )
2023-05-02 00:53:08 +05:30
pablohashescobar and GitHub
b2ad071608
fix: bulk modules importer ( #973 )
2023-05-02 00:52:52 +05:30
pablohashescobar and GitHub
21992f540f
chore: importer user invite email ( #972 )
2023-05-02 00:52:36 +05:30
pablohashescobar and GitHub
742731cbe6
chore: log module delete and module issue delete activities ( #976 )
2023-05-02 00:51:04 +05:30
pablohashescobar and GitHub
c6878b9b0f
fix: page access update ( #977 )
2023-05-02 00:50:41 +05:30
pablohashescobar and GitHub
887cac5612
feat: filter issues by estimate points ( #978 )
2023-05-02 00:50:10 +05:30
guru_sainath and GitHub
982566b5b4
Merge pull request #982 from makeplane/fix/slack-integration
...
fix: slack with project integration bug fixes
2023-05-02 00:47:36 +05:30
gurusainath
2dc5655886
fix: slack with project integration bug fixes
2023-05-02 00:40:47 +05:30
guru_sainath and GitHub
160b4a4390
Merge pull request #970 from makeplane/refactor/estimates_modal
...
refactor: estimates payload generate function
2023-04-29 14:17:29 +05:30
guru_sainath and GitHub
f187d9512a
Merge pull request #969 from makeplane/style/workspace_sidebar
...
style: workspace sidebar
2023-04-29 14:15:41 +05:30
Aaryan Khandelwal
53d3ea1979
refactor: estimates payload generate function
2023-04-29 03:27:03 +05:30
anmolsinghbhatia
13d76d4325
style: workspace sidebar
2023-04-28 20:51:47 +05:30
guru_sainath and GitHub
25338cc804
Merge pull request #968 from makeplane/style/onboarding_screens
...
style: onboarding screens, invitations page
2023-04-28 20:50:40 +05:30
Aaryan Khandelwal
eaa750b025
fix: initial onboarding step
2023-04-28 20:47:29 +05:30
Aaryan Khandelwal
81d9c70026
style: onboarding screens, invitations page
2023-04-28 20:46:07 +05:30
guru_sainath and GitHub
93fb4fe1e9
Merge pull request #959 from makeplane/feat/product_update_modal
...
feat: product update modal
2023-04-28 19:38:33 +05:30
guru_sainath and GitHub
b8e6d072cc
Merge pull request #967 from makeplane/style/ui_fixes
...
style: command k item and cycle icon theming
2023-04-28 19:03:16 +05:30
anmolsinghbhatia
1220cebe50
style: command k item and cycle icon theming
2023-04-28 18:52:53 +05:30
anmolsinghbhatia
9464b5c00e
style: product update modal
2023-04-28 18:29:01 +05:30
anmolsinghbhatia
3fae0f39c0
chore: product update interface
2023-04-28 18:28:43 +05:30
Kunal Vishwakarma and GitHub
73a757e337
fix: added the decoded url for slack integration popup ( #958 )
2023-04-28 17:55:57 +05:30
Kunal Vishwakarma and GitHub
bb40b7feb5
chore: removed email span from invite member page ( #956 )
2023-04-28 17:49:38 +05:30
Aaryan Khandelwal and GitHub
3175ce9136
style: create project modal ( #957 )
2023-04-28 17:49:29 +05:30
Anmol Singh Bhatia and GitHub
0b9b4bb289
fix: cycle & module mutation , feat: cycle & module toast alerts ( #962 )
...
* fix: cycle remove issue mutation
* fix: module remove issue mutation
* feat: issue removed toast alert added
2023-04-28 17:49:16 +05:30
Anmol Singh Bhatia and GitHub
f0f24b6fc4
style: module , cycle & icon styling ( #963 )
...
* style: target icon updated
* style: cycle card theming
* style: module card theming
* style: no current cycle message
2023-04-28 17:49:04 +05:30
Anmol Singh Bhatia and GitHub
429dffb055
fix: cycle & module sidebar default tab fix ( #964 )
2023-04-28 17:48:40 +05:30
guru_sainath and GitHub
6e5c85cd6e
Merge pull request #961 from makeplane/style/issue_list_responsive
...
style: responsive design for issue list in 'list' view
2023-04-28 10:49:54 +05:30
Dakshesh Jain
2adcb163fb
Merge branch 'develop' of https://github.com/makeplane/plane into style/issue_list_responsive
2023-04-25 19:44:19 +05:30
Dakshesh Jain
028a350cd1
style: issue list dropdown on next line
2023-04-25 19:43:52 +05:30
Anmol Singh Bhatia and GitHub
d021a5696a
fix: sub issues list fix ( #960 )
2023-04-25 19:00:20 +05:30
Dakshesh Jain
a5c18e37c1
Merge branch 'develop' of https://github.com/makeplane/plane into style/issue_list_responsive
2023-04-25 18:36:24 +05:30
Dakshesh Jain
8e611664a8
style: made issue list view responsive
2023-04-25 18:35:58 +05:30
anmolsinghbhatia
3480b450f2
fix: build fix
2023-04-25 18:10:23 +05:30
anmolsinghbhatia
a7d9591c44
feat: product updates tag and date added
2023-04-25 18:02:13 +05:30
anmolsinghbhatia
1364c842e0
feat: product updates button added
2023-04-25 17:33:53 +05:30
anmolsinghbhatia
eb99b4adc9
feat: markdown to custom component
2023-04-25 16:54:12 +05:30
anmolsinghbhatia
6684dd4ab6
feat: product updates service added
2023-04-25 16:51:50 +05:30
Kunal Vishwakarma and GitHub
529ed4432c
chore: fixed sidebar highlight not working ( #952 )
2023-04-25 12:10:05 +05:30
Kunal Vishwakarma and GitHub
8c1ad69f0c
chore: changed pages empty state image ( #954 )
2023-04-25 12:09:29 +05:30
Kunal Vishwakarma and GitHub
c23de32b03
chore: added create label inside of pages label select ( #944 )
...
* chore: added create label inside of pages label select
* chore: used footer instead of props
2023-04-25 12:08:56 +05:30
Rhea Jain and GitHub
83ac1f4e4c
chore: invite text update ( #955 )
2023-04-25 12:07:02 +05:30
Anmol Singh Bhatia and GitHub
cee9695a4a
feat: sub issues progress ( #895 )
2023-04-25 11:38:13 +05:30
Aaryan Khandelwal and GitHub
c9f866e538
style: profile settings, activity theming ( #951 )
2023-04-24 18:53:30 +05:30
Aaryan Khandelwal and GitHub
7d96adcb70
chore: empty state for estimates ( #950 )
2023-04-24 18:53:18 +05:30
Aaryan Khandelwal and GitHub
c5b034385f
chore: added custom toggle switch everywhere ( #949 )
2023-04-24 18:53:07 +05:30
Aaryan Khandelwal and GitHub
ff7f31c35b
style: calendar view ( #948 )
...
* style: calendar view
* chore: add issue button positioning
2023-04-24 18:10:44 +05:30
Aaryan Khandelwal and GitHub
7234d6f68b
style: workspace and project settings ( #946 )
2023-04-24 13:21:09 +05:30
Aaryan Khandelwal and GitHub
d8a5b8d848
style: imports theming ( #945 )
2023-04-24 13:20:41 +05:30
Aaryan Khandelwal and GitHub
5412e09701
chore: empty input fields text ( #943 )
2023-04-24 11:28:05 +05:30
Aaryan Khandelwal and GitHub
7116acc331
style: auth pages theming ( #942 )
2023-04-24 11:20:14 +05:30
Aaryan Khandelwal and GitHub
ae26b17cab
style: filters list theming ( #941 )
2023-04-24 11:20:02 +05:30
Aaryan Khandelwal and GitHub
2ec8fbab34
style: modals theming ( #940 )
...
* style: existing issues list modal
* style: parent issues list modal
* style: issue modal
* style: cycle modal
* style: module modal
* style: view modal
* style: page modal
* style: delete modals
2023-04-24 11:19:53 +05:30
Aaryan Khandelwal and GitHub
213dc3f8e8
style: signin page theming ( #938 )
2023-04-24 11:19:43 +05:30
Aaryan Khandelwal and GitHub
4b02886c40
chore: remove outline button component ( #937 )
2023-04-23 01:43:58 +05:30
Aaryan Khandelwal and GitHub
8eddc4b304
fix: points not updating while editing estimate ( #935 )
2023-04-23 00:00:46 +05:30
Aaryan Khandelwal and GitHub
169a60723b
style: project settings theming ( #936 )
...
* style: project and workspace members theming
* style: project features theming
* style: project settings states theming
* style: project settings labels theming
* style: project settings integrations theming
2023-04-22 23:46:19 +05:30
Kunal Vishwakarma and GitHub
c80094581e
feat: frontend slack integration ( #932 )
...
* feat: slack integration frontend
* feat: slack integration frontend complete
* Co-authored-by: Aaryan Khandelwal <aaryan610@users.noreply.github.com >
2023-04-22 21:54:50 +05:30
pablohashescobar and GitHub
d99f669b89
dev: add s3 url for staging ( #934 )
2023-04-22 18:21:22 +05:30
Aaryan Khandelwal and GitHub
99dd1b9f0c
chore: state delete validation ( #930 )
2023-04-22 18:19:35 +05:30
pablohashescobar and GitHub
48e77ea81b
remove: state delete issue validation endpoint ( #929 )
2023-04-22 18:18:08 +05:30
pablohashescobar and GitHub
0be6738715
dev: back migration for integrations ( #933 )
2023-04-22 18:17:53 +05:30
Anmol Singh Bhatia and GitHub
d041d8be6b
fix: cycle date validation ( #922 )
2023-04-22 18:17:17 +05:30
pablohashescobar and GitHub
e53847c59e
feat: module view props ( #882 )
2023-04-22 18:16:16 +05:30
pablohashescobar and GitHub
16781a71fe
feat: cycle view props ( #881 )
2023-04-22 18:16:05 +05:30
pablohashescobar and GitHub
fb4535b294
feat: slack integration ( #874 )
...
* feat: init slack integration
* dev: create model and update existing view for slack
* dev: update slack sync model and create view to install slack
* dev: workspace integration query
* dev: update the metadata validation for access_token and team_id and save config to database
* dev: update validation for team_id
* dev: update validation
* dev: update validations
* dev: remove bot access token field from sync
* dev: handle integrity exception
2023-04-22 18:15:52 +05:30
pablohashescobar and GitHub
33a904bc3e
chore: added estimate bulk endpoint for retrieving and updating ( #919 )
...
* chore: added estimate bulk endpoint for retrieving and updating
* chore: estimate endpoints
* fix: retrieve project estimate
* dev: handle integrity error check
2023-04-22 01:04:20 +05:30
pablohashescobar and GitHub
0d264838a9
remove: print exception instead use capture to log it ( #926 )
2023-04-22 01:04:07 +05:30
Aaryan Khandelwal and GitHub
c638b6aba6
chore: new estimates workflow ( #927 )
...
* chore: new services for estimates
* chore: new estimates workflow
2023-04-22 00:59:57 +05:30
Aaryan Khandelwal and GitHub
cb814dd68b
chore: added new restricted workspace slugs ( #928 )
2023-04-22 00:57:16 +05:30
Aaryan Khandelwal and GitHub
e17c824119
style: dashboard styling ( #924 )
2023-04-22 00:56:17 +05:30
Anmol Singh Bhatia and GitHub
68930c256f
style: sidebar theming ( #925 )
...
* style: sidebar workspace dropdown theming
* style: progress chart and progress bar theming
* style: module and cycle sidebar theming
2023-04-22 00:15:45 +05:30
Anmol Singh Bhatia and GitHub
e59137f6f2
style: cycle and module theming ( #923 )
...
* style: cycle theming
* style: module theming
2023-04-21 17:40:57 +05:30
Aaryan Khandelwal and GitHub
7f235739bd
style: projects page theming ( #921 )
2023-04-21 17:40:49 +05:30
Vamsi Kurama and GitHub
20162050c3
Merge pull request #833 from kylewlacy/self-hosting-tweaks
...
Add a few more options for self-hosting
2023-04-21 16:47:36 +05:30
Aaryan Khandelwal and GitHub
06ad0d0f7a
style: views theming ( #920 )
2023-04-21 16:30:16 +05:30
Aaryan Khandelwal and GitHub
cfd7e1d154
fix: theming fixes ( #914 )
2023-04-21 15:48:06 +05:30
Anmol Singh Bhatia and GitHub
fdf7ea1f82
feat: copy page link added ( #915 )
2023-04-21 15:46:28 +05:30
Anmol Singh Bhatia and GitHub
8f12d3d01b
style: calendar theming ( #918 )
2023-04-21 15:45:57 +05:30
Aaryan Khandelwal and GitHub
62dc6c2f3f
fix: comment box placeholder ( #909 )
2023-04-21 12:31:34 +05:30
Aaryan Khandelwal and GitHub
6f03022f65
chore: changed light mode colors ( #913 )
2023-04-21 10:46:04 +05:30
Aaryan Khandelwal and GitHub
f2701a12ea
style: pages theming ( #912 )
2023-04-21 02:15:21 +05:30
Anmol Singh Bhatia and GitHub
9129a6cde2
feat: calendar filters ( #908 )
...
* feat: hiding unnecessary filters for calendar view
* feat: filters for calendar view
* feat: module and cycle calendar view filters
2023-04-21 01:42:09 +05:30
Rhea Jain and GitHub
2ba4594b29
chore: attachements button text update ( #910 )
2023-04-21 01:41:47 +05:30
Aaryan Khandelwal and GitHub
165d16e32b
style: issue details page ( #911 )
2023-04-21 00:34:22 +05:30
Aaryan Khandelwal and GitHub
73388195ef
chore: page block input ( #907 )
...
* fix: sidebar workspace dropdown logo
* chore: changed textarea to input for page block
2023-04-20 19:04:10 +05:30
pablohashescobar and GitHub
4dda4ec610
chore: single endpoint to create estimate and estimate points ( #897 )
2023-04-20 18:14:38 +05:30
pablohashescobar and GitHub
e68a5382f9
feat: sub issue state distribution ( #885 )
...
* feat: sub issue state distribution
* dev: update the response structure to match consistency
* dev: update the query for sub issue distribution to include 0 issue groups as well
2023-04-20 18:14:24 +05:30
pablohashescobar and GitHub
5b6caadd6f
chore: state delete validations endpoint ( #880 )
2023-04-20 18:14:05 +05:30
pablohashescobar and GitHub
73a8bbb31f
feat: release information endpoint ( #876 )
...
* dev: init release notes
* feat: API endpoint to fetch get last 5 release information
2023-04-20 18:13:49 +05:30
Aaryan Khandelwal and GitHub
952d35dd79
style: list and kanban view theming ( #906 )
...
* fix: sidebar workspace dropdown logo
* style: list and kanban view theming
2023-04-20 18:13:21 +05:30
Anmol Singh Bhatia and GitHub
170b3d6eec
fix: cycle and module sidebar fix ( #905 )
2023-04-20 18:09:01 +05:30
Anmol Singh Bhatia and GitHub
d04a422054
feat: calendar add new issue ( #901 )
2023-04-20 14:11:11 +05:30
Aaryan Khandelwal and GitHub
affc7655f7
fix: sidebar workspace dropdown logo ( #903 )
2023-04-20 13:56:09 +05:30
50c78628b3
feat: themes ( #902 )
...
* chore: add next theme and initial setup
* chore: add dark mode colors to layouts
* chore: user general setting page theming
* chore: dashboard theming
* chore: project page theming
* chore: workspace setting page theming
* chore: my issue page theming
* chore: cmdk theming
* chore: change hardcode bg and text color to theme
* chore: change color name according to the design
* style: fix card in the dashboard
* style: fix merge conflict design issues
* style: add light high contrast and dark high contrast
* style: fix cmd k menu color and selection
* feat: change theme from cmdk menu
* chore: add multiple theme field to custom theme
* chore: removed custom theming
* fix: build error
---------
Co-authored-by: Saheb Giri <iamsahebgiri@gmail.com >
2023-04-20 13:42:16 +05:30
3c2f5d12ed
feat: themes ( #902 )
...
* chore: add next theme and initial setup
* chore: add dark mode colors to layouts
* chore: user general setting page theming
* chore: dashboard theming
* chore: project page theming
* chore: workspace setting page theming
* chore: my issue page theming
* chore: cmdk theming
* chore: change hardcode bg and text color to theme
* chore: change color name according to the design
* style: fix card in the dashboard
* style: fix merge conflict design issues
* style: add light high contrast and dark high contrast
* style: fix cmd k menu color and selection
* feat: change theme from cmdk menu
* chore: add multiple theme field to custom theme
* chore: removed custom theming
* fix: build error
---------
Co-authored-by: Saheb Giri <iamsahebgiri@gmail.com >
2023-04-20 13:41:24 +05:30
Rhea Jain and GitHub
9f04933957
chore: upload button and github banner text update ( #899 )
...
* chore: upload button and github banner text update
* chore: attachments button text fix
2023-04-20 12:16:13 +05:30
Anmol Singh Bhatia and GitHub
8d37a3e58b
feat: cycle list tab context ( #900 )
2023-04-20 12:11:33 +05:30
Aaryan Khandelwal and GitHub
4f61c5d552
fix: pages access mutation ( #896 )
2023-04-20 12:09:55 +05:30
Aaryan Khandelwal and GitHub
7149d20601
chore: change pages icon ( #894 )
2023-04-20 12:09:48 +05:30
Aaryan Khandelwal and GitHub
d30a88832a
fix: reset estimates modal form after create/update ( #893 )
2023-04-20 12:09:35 +05:30
Rhea Jain and GitHub
ebce364104
chore: changed loading text ( #898 )
2023-04-19 20:52:52 +05:30
Aaryan Khandelwal and GitHub
c5206a7792
feat: separate filters for cycles and modules ( #892 )
2023-04-19 17:25:31 +05:30
Anmol Singh Bhatia and GitHub
390b837561
fix: invite button validation , style: workspace screen ( #877 )
...
* fix: invite button validation
* style: workspace screen tab height
2023-04-19 15:41:46 +05:30
Anmol Singh Bhatia and GitHub
fb1932e309
fix : create issue modal ( #875 )
...
* fix: label list bug fix
* fix: assignee and label count removed
* fix: assignee and label fix
2023-04-19 15:41:17 +05:30
Dakshesh Jain and GitHub
ac125965eb
fix: add tlds ( #851 )
2023-04-19 15:40:47 +05:30
Dakshesh Jain and GitHub
63a36fb25d
feat: jira importer ( #879 )
...
* feat: jira importer
* fix: yarn lock
* fix: displaying correct count of users that are been imported
* fix: showing workspace member in import users
2023-04-19 15:40:31 +05:30
pablohashescobar and GitHub
2b280935a1
chore: update state create endpoint to send error response on integrity error ( #869 )
...
* chore: update state create endpoint to send error response on integrity error
* dev: update status code for general exception
2023-04-18 12:25:22 +05:30
Kunal Vishwakarma and GitHub
be5ef61428
fix: join project button ( #873 )
2023-04-18 10:55:32 +05:30
Aaryan Khandelwal and GitHub
1627a587ee
refactor: workspace integrations code ( #872 )
2023-04-18 10:54:45 +05:30
Aaryan Khandelwal and GitHub
682a1477fb
chore: create/update estimate points validation ( #871 )
2023-04-18 10:54:19 +05:30
Kyle Lacy
ea87823478
Add $NEXT_PUBLIC_EXTRA_IMAGE_DOMAINS to add domains for Next Image plugin
2023-04-17 16:30:36 -07:00
Kyle Lacy
b8c06b3121
Add $AWS_S3_ENDPOINT_URL to .env.example
2023-04-17 14:08:47 -07:00
Kyle Lacy
ca2366aa9b
Use env var to set AWS_S3_ENDPOINT_URL setting
2023-04-17 14:07:00 -07:00
Aaryan Khandelwal and GitHub
acff6396f9
chore: create/update state duplicate name error ( #870 )
2023-04-18 01:15:39 +05:30
Aaryan Khandelwal and GitHub
fa5c994ddc
chore: remove redundant console logs ( #868 )
2023-04-18 01:15:26 +05:30
Aaryan Khandelwal and GitHub
5f20e65ca6
style: list view styling reduced ( #867 )
2023-04-18 01:15:10 +05:30
Kyle Lacy
792162ae66
Remove redundant $REDIS_BROKER_SSL setting
...
A fix was already pushed upstream that made this setting unnecessary
2023-04-17 12:37:58 -07:00
Kyle Lacy
e22f552ea0
Merge branch 'develop' into self-hosting-tweaks
2023-04-17 12:30:24 -07:00
pablohashescobar and GitHub
396fbc4ebb
fix: redis url for docker in production settings ( #865 )
2023-04-17 22:38:52 +05:30
Vamsi Kurama and GitHub
d2a58bf04a
Merge pull request #862 from makeplane/stage-release
...
promote: staging to production v0.5
2023-04-17 19:08:10 +05:30
Vamsi Kurama and GitHub
c51407c85e
Merge branch 'master' into stage-release
2023-04-17 19:07:33 +05:30
Vamsi Kurama and GitHub
3ed937378f
Merge pull request #861 from makeplane/develop
...
promote: patches from develop to stage-release
2023-04-17 18:48:21 +05:30
Dakshesh Jain and GitHub
0fa3a8c3e3
fix: removed useEffect for project detail fetch error ( #860 )
2023-04-17 18:38:07 +05:30
Aaryan Khandelwal and GitHub
bd0cfef02f
fix: delete import ( #859 )
2023-04-17 18:34:18 +05:30
Dakshesh Jain and GitHub
7aa9e0bba1
fix: project authorization api fetch keys ( #858 )
2023-04-17 18:22:04 +05:30
Vamsi Kurama and GitHub
718f62a898
Merge pull request #857 from makeplane/develop
...
promote: develop to stage-release
2023-04-17 17:47:19 +05:30
Kunal Vishwakarma and GitHub
d26d01ace4
chore: filters spacing ( #856 )
2023-04-17 17:42:02 +05:30
Vamsi Kurama and GitHub
60e44fc1a2
Merge pull request #847 from makeplane/chore/my_issues_endpoint
...
chore: my issues endpoint to return attachment and link count
2023-04-17 17:39:38 +05:30
Anmol Singh Bhatia and GitHub
45eaa23ed0
style: dashboard content ( #855 )
2023-04-17 17:36:02 +05:30
Aaryan Khandelwal and GitHub
600fedd5ba
fix: undefined block content ( #854 )
2023-04-17 17:21:15 +05:30
Aaryan Khandelwal and GitHub
6de54089cd
fix: show proper issues list if no filters are present ( #853 )
2023-04-17 17:10:36 +05:30
Aaryan Khandelwal and GitHub
dc53708109
chore: show workspace members ( #852 )
2023-04-17 16:41:16 +05:30
Aaryan Khandelwal and GitHub
f5351e4419
fix: remove filters function ( #846 )
2023-04-17 15:03:56 +05:30
Aaryan Khandelwal and GitHub
819508d5fc
fix: remirror placeholder ( #849 )
2023-04-17 15:03:44 +05:30
Kunal Vishwakarma and GitHub
0beb654069
chore: worked on making issue list padding consistent ( #850 )
2023-04-17 15:01:22 +05:30
Anmol Singh Bhatia and GitHub
98cef0e1e8
fix: my issue page display property ( #848 )
2023-04-17 14:45:51 +05:30
Aaryan Khandelwal and GitHub
8a6036a20a
fix: drop to delete box zindex ( #843 )
2023-04-17 14:13:32 +05:30
pablohashescobar
85b6c78e75
chore: my issues endpoint to return attachment and link count
2023-04-17 14:03:19 +05:30
Anmol Singh Bhatia and GitHub
3f401b0fc5
feat: page tab context ( #845 )
...
* feat: page list tab context added
* fix: build fix
2023-04-17 13:30:39 +05:30
Anmol Singh Bhatia and GitHub
365c758a25
fix: create update view modal fix ( #842 )
2023-04-17 12:24:30 +05:30
Aaryan Khandelwal and GitHub
ac98381f23
chore: remove estimate option from my issues ( #839 )
2023-04-17 12:00:30 +05:30
Kunal Vishwakarma and GitHub
3e436179fe
chore: added default state for issues ( #840 )
2023-04-17 11:54:22 +05:30
Aaryan Khandelwal and GitHub
e23075b7b9
chore: no estimates option, estimates activity ( #838 )
2023-04-17 11:30:48 +05:30
pablohashescobar and GitHub
61761fedc5
chore: remove view filter validation while creating or updating view ( #836 )
2023-04-17 11:15:38 +05:30
Kunal Vishwakarma and GitHub
5a36a7931f
fix: removed extra spaces form estimate points brackets ( #837 )
2023-04-17 11:15:06 +05:30
Aaryan Khandelwal and GitHub
363c5c8ec4
fix: join project mutation ( #835 )
...
* fix: join project mutation
* chore: remove imports
2023-04-17 10:27:20 +05:30
Kyle Lacy
5e5d1a4699
Update .env.example with newly-added env vars
2023-04-15 12:56:43 -07:00
Kyle Lacy
e2294f9105
Add EMAIL_FROM setting to change sender email for messages
2023-04-15 12:51:23 -07:00
Kyle Lacy
f757d8232b
Add setting to disable extra TLS config for Celery broker connection
2023-04-15 12:32:54 -07:00
Kyle Lacy
6af54ebbe7
Fix typo in `.env.example
2023-04-15 12:32:00 -07:00
Kyle Lacy
3913cf571f
Make SMTP port and TLS configurable
2023-04-15 12:00:02 -07:00
Aaryan Khandelwal and GitHub
8638170a98
fix: cycles and modules sidebar mutation ( #831 )
2023-04-14 19:40:00 +05:30
Vamsi Kurama and GitHub
ebff5d8c54
Merge pull request #830 from makeplane/develop
...
promote: dev to stage-release
2023-04-14 17:06:19 +05:30
vamsi
b7ce69c220
dev: migrations estimate points and themes
2023-04-14 17:04:02 +05:30
Vamsi Kurama and GitHub
e4da207df5
Merge pull request #768 from makeplane/feat/workspace_themes
...
feat: workspace themes
2023-04-14 16:56:32 +05:30
Vamsi Kurama and GitHub
3a0c5bab76
Merge pull request #804 from makeplane/fix/magic_sign_in
...
fix: connection error when signing in with code
2023-04-14 16:56:20 +05:30
Vamsi Kurama and GitHub
1cd1505c7d
Merge pull request #805 from makeplane/chore/celery_production_settings
...
chore: production settings for celery
2023-04-14 16:56:00 +05:30
Vamsi Kurama and GitHub
bc7fab96c3
Merge pull request #812 from makeplane/fix/parent_issue_search
...
fix: parent issue search
2023-04-14 16:55:20 +05:30
Vamsi Kurama and GitHub
a358260a22
Merge pull request #817 from makeplane/chore/issue_estimate_points
...
chore: set default value as null for estimate point
2023-04-14 16:54:43 +05:30
Dakshesh Jain and GitHub
3b103da6a3
chore: added unsplash flag for self-hosted ( #829 )
...
* chore: added unsplash flag for self hosted
* fix: removed actual code and only using flag
* refactor: removed extra variable
2023-04-14 16:52:31 +05:30
Aaryan Khandelwal and GitHub
23b4145565
chore: added session recorder key to env ( #827 )
2023-04-14 16:51:24 +05:30
Anmol Singh Bhatia and GitHub
5848c326c7
fix: cycle and module sidebar fix ( #828 )
2023-04-14 16:44:06 +05:30
Aaryan Khandelwal and GitHub
ce253b3cc9
refactor: drag function ( #826 )
2023-04-14 16:41:28 +05:30
Vamsi Kurama and GitHub
3817511024
Merge pull request #824 from makeplane/feat/session_recorder
...
feat: session recorder
2023-04-14 16:09:31 +05:30
Kunal Vishwakarma and GitHub
f50872f2a9
fix: empty issue design ( #821 )
...
* fix: empty issue design
* chore: removed unused imports
2023-04-14 16:04:16 +05:30
Anmol Singh Bhatia and GitHub
a0b8f7188f
fix: cycle card ( #825 )
2023-04-14 16:03:11 +05:30
Aaryan Khandelwal
2950877767
feat: session recorder integrated
2023-04-14 15:27:14 +05:30
Aaryan Khandelwal and GitHub
c7d930f89b
chore: add env flag to enable session recorder conditionally ( #822 )
2023-04-14 15:17:35 +05:30
pablohashescobar and GitHub
81da8715d5
chore: update bug report template to include browser environment as well ( #820 )
...
* chore: update bug report template to include browser environment as well
* chore: update type to dropdown
2023-04-14 00:45:03 +05:30
pablohashescobar
b4c8323886
chore: set default value as null for estimate point
2023-04-13 19:54:34 +05:30
Anmol Singh Bhatia and GitHub
c3ffd233a6
style: workspace url ( #816 )
2023-04-13 19:33:22 +05:30
Aaryan Khandelwal and GitHub
3fa6185b63
fix: drag and drop function ( #815 )
...
* fix: kanban drag and drop
* fix: kanban board issue dnd mutation
2023-04-13 19:09:55 +05:30
Dakshesh Jain and GitHub
6de94efc7d
style: removed static 'app.plane.so' ( #813 )
2023-04-13 18:28:23 +05:30
pablohashescobar
0cd6d9d570
fix: parent issue search
2023-04-13 17:49:09 +05:30
Aaryan Khandelwal and GitHub
657241c9c1
feat: clarity script added ( #807 )
2023-04-13 16:17:21 +05:30
Anmol Singh Bhatia and GitHub
dc9ce5101c
fix: workspace url error message ( #809 )
2023-04-13 15:46:25 +05:30
Kunal Vishwakarma and GitHub
3457411c6a
style: issue list ( #798 )
...
* style: issue list
* chore: changed the empty state images
2023-04-13 15:39:05 +05:30
Aaryan Khandelwal and GitHub
b7a7508d5d
fix: workspace dashboard duplicate keys ( #803 )
2023-04-13 15:38:43 +05:30
Dakshesh Jain and GitHub
484a88d881
fix: unusual redirection on onboarding ( #808 )
2023-04-13 15:38:00 +05:30
pablohashescobar and GitHub
cd69b06e5e
fix: error message for jira importers ( #794 )
2023-04-13 00:34:53 +05:30
pablohashescobar and GitHub
c4609b95cd
fix: remove length check condition when updating issue property ( #791 )
2023-04-13 00:34:37 +05:30
pablohashescobar and GitHub
6eb7ec0697
fix: typo in url for bulk creating labels ( #788 )
2023-04-13 00:34:23 +05:30
pablohashescobar and GitHub
e232d39f0e
feat: track estimate points in issue activity ( #762 )
...
* feat: track estimate points in issue activity
* dev: update comment
2023-04-13 00:34:12 +05:30
pablohashescobar and GitHub
8a26fd0a97
fix: issue link activity ( #761 )
2023-04-13 00:34:02 +05:30
pablohashescobar and GitHub
537a82028e
fix: attachment activity ( #760 )
2023-04-13 00:33:50 +05:30
pablohashescobar and GitHub
440ed08728
fix: issue attachment delete ( #759 )
2023-04-13 00:33:37 +05:30
pablohashescobar
c199e76038
chore: production settings for celery
2023-04-13 00:31:06 +05:30
pablohashescobar
b40fd4bbc2
fix: connection error when signing in with code
2023-04-12 19:55:31 +05:30
Anmol Singh Bhatia and GitHub
5190ea7280
fix: send code btn fix ( #802 )
2023-04-12 19:03:29 +05:30
Dakshesh Jain and GitHub
db488338fb
fix: weird redirection in index page ( #801 )
2023-04-12 19:03:08 +05:30
Anmol Singh Bhatia and GitHub
9196fb4562
style: onboarding screen cards ( #800 )
2023-04-12 19:01:46 +05:30
Saheb Giri and GitHub
34ff8fecc5
feat: add create page option in cmdk menu ( #799 )
2023-04-12 19:01:19 +05:30
Anmol Singh Bhatia and GitHub
d6dbfdc731
feat: page improvement ( #797 )
...
* feat: remove label icon added
* feat: block menu dropdown state added
* feat: page info icon added and style: overflow title and label fix
2023-04-12 18:07:50 +05:30
Anmol Singh Bhatia and GitHub
f2e8add29d
feat: attachment and link display properties ( #796 )
...
* feat: attachment and link count added
* fix: build fix
2023-04-12 15:33:30 +05:30
Saheb Giri and GitHub
032ef831b2
feat: now user can edit view ( #793 )
...
* feat: now user can edit view
* fix: build error
2023-04-12 15:33:21 +05:30
Kunal Vishwakarma and GitHub
0f9812cf2c
chore: added estimate delete modal ( #792 )
2023-04-12 15:03:04 +05:30
Aaryan Khandelwal and GitHub
f734aad10d
fix: minor pages bugs ( #786 )
...
* fix: dashboard workspace activity mutation
* fix/minor_pages_bugs
2023-04-11 23:19:47 +05:30
pablohashescobar and GitHub
6279a04267
feat: attachment and link count in issues list ( #777 )
2023-04-11 18:47:36 +05:30
pablohashescobar and GitHub
ce26bed44a
fix: jira importer info endpoint to get query params ( #776 )
2023-04-11 18:47:18 +05:30
Anmol Singh Bhatia and GitHub
88d2adddc7
style: create issue modal icon ( #784 )
2023-04-11 18:46:39 +05:30
Kunal Vishwakarma and GitHub
e4e66b3ae4
style: pages UI ( #769 )
...
* style: pages ui
* chore: added toast alert and tooltip
* fix: fixed issues in pages block
* fix: ai buttons inside pages block
2023-04-11 18:18:49 +05:30
Aaryan Khandelwal and GitHub
f1f716e8f6
fix: estimates bugs ( #785 )
...
* fix: dashboard workspace activity mutation
* fix: minor bugs
2023-04-11 18:17:47 +05:30
Anmol Singh Bhatia and GitHub
61b9e7a161
feat: issue activity logs ( #782 )
...
* feat: attachment, link and estimate activity log added in issue detail page
* feat: attachment, link and estimate activity log added in profile activity section
2023-04-11 18:14:36 +05:30
dfa3a7b78d
feat: estimates ( #783 )
...
* chore: use estimate points hook created
* chore: user auth layer
* fix: build error
* chore: estimate crud and validation
* fix: build errors
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-04-11 17:54:01 +05:30
Anmol Singh Bhatia and GitHub
d5c2965946
fix: workspace joining state fix ( #780 )
2023-04-11 17:13:06 +05:30
Kunal Vishwakarma and GitHub
cfa283116b
chore: added remove workspace image in workspace settings ( #781 )
2023-04-11 17:12:34 +05:30
Aaryan Khandelwal and GitHub
725c9375ea
fix: onboarding loop ( #775 )
...
* fix: dashboard workspace activity mutation
* fix: onboarding loop
2023-04-11 12:25:21 +05:30
Anmol Singh Bhatia and GitHub
22c1f6f8e2
feat: workspace name validation added ( #767 )
2023-04-11 12:11:41 +05:30
Anmol Singh Bhatia and GitHub
748e5e7fb7
fix: project setting identifier ( #766 )
...
* fix: project setting identifier validation added
* fix: project setting identifier label fix
2023-04-11 12:11:15 +05:30
Aaryan Khandelwal and GitHub
7aa0ace555
fix: pages access ( #754 )
...
* fix: dashboard workspace activity mutation
* fix: page access operation
2023-04-11 12:10:22 +05:30
Anmol Singh Bhatia and GitHub
f2c5bb5c03
fix: workspace join button fix ( #774 )
2023-04-11 10:12:33 +05:30
pablohashescobar and GitHub
800075b781
fix: worker script ( #773 )
2023-04-11 09:25:33 +05:30
vamsi
6865cf4b54
chore: ssl config for REDIS connections to celery
2023-04-11 00:04:03 +05:30
pablohashescobar
bc457846fe
chore: move theme setting in user level from workspace level
2023-04-10 23:19:01 +05:30
Saheb Giri and GitHub
d411cd7576
style: redesign view ( #770 )
...
* style: add new design to the view item
* feat: add no of filters
2023-04-10 22:46:09 +05:30
pablohashescobar and GitHub
2dbe1dd401
fix: remove migrate command from worker script ( #772 )
2023-04-10 22:44:11 +05:30
pablohashescobar and GitHub
ec3f891b4a
chore: update doc redirection url in user welcome email ( #771 )
2023-04-10 21:29:54 +05:30
pablohashescobar
b6c911f484
feat: workspace themes
2023-04-10 18:14:09 +05:30
Anmol Singh Bhatia and GitHub
fc48fb97d1
style: attachment upload button ( #765 )
2023-04-10 18:07:40 +05:30
Vamsi Kurama and GitHub
3618f79f89
Merge pull request #764 from makeplane/fix/setup
...
dev: fix setup.sh causing tr Illegal byte sequence
2023-04-10 17:45:20 +05:30
vamsi
ea563d20a3
dev: fix setup.sh causing tr Illegal byte sequence
2023-04-10 17:43:19 +05:30
Vihar Kurama and GitHub
805b8f47cc
Update Readme.md - Removed status section
2023-04-10 15:15:34 +05:30
Vihar Kurama and GitHub
5f216fbbbc
Merge pull request #753 from makeplane/docker-hub-hotfix
...
Create docker-compose-hub.yml
2023-04-10 14:26:51 +05:30
Kunal Vishwakarma and GitHub
33ea1cb9d3
chore: added ai generation inside block in pages ( #732 )
2023-04-10 12:33:12 +05:30
Vihar Kurama and GitHub
0caadd0f7a
Merge pull request #758 from nothingneko/patch-1
...
Fix: Dead Discord Link on Readme
2023-04-10 11:11:45 +05:30
pablohashescobar and GitHub
62e736677a
fix: cycle date check endpoint ( #748 )
2023-04-10 10:58:32 +05:30
pablohashescobar and GitHub
bd9de0c213
feat: activity for issue attachments and links ( #746 )
2023-04-10 10:58:22 +05:30
pablohashescobar and GitHub
c80968bb23
feat: bulk update estimate endpoint ( #755 )
2023-04-10 10:58:09 +05:30
Jaiden Riordan and GitHub
441203867b
Fix dead Discord Link
2023-04-09 18:32:08 -05:00
vamsi
eac4b21ead
dev: migrations for estimate Estimate, IssueAttachment
2023-04-09 03:13:46 +05:30
Narayana Vadapalli and GitHub
6fe35c9fe6
Create docker-compose-hub.yml
2023-04-09 00:21:40 +05:30
Aaryan Khandelwal and GitHub
08e77cb19e
fix: home page redirection logic ( #752 )
...
* fix: dashboard workspace activity mutation
* fix: home page redirection logic
* chore: add homePageRedirect function back
2023-04-08 14:32:33 -04:00
Anmol Singh Bhatia and GitHub
03e74415f2
feat: upload button validation ( #747 )
2023-04-08 18:20:33 +05:30
Aaryan Khandelwal and GitHub
c81bc4e5d2
style: loading screens ( #750 )
...
* fix: dashboard workspace activity mutation
* style: loading screens
2023-04-08 18:20:00 +05:30
Aaryan Khandelwal and GitHub
1026ae3eb1
chore: user auth layer ( #749 )
...
* chore: use estimate points hook created
* chore: user auth layer
* fix: build error
2023-04-08 18:05:54 +05:30
Aaryan Khandelwal and GitHub
3fe32606a9
chore: disable jira importer ( #745 )
...
* fix: dashboard workspace activity mutation
* chore: remove jira importer from settings
2023-04-08 15:46:19 +05:30
pablohashescobar and GitHub
d88a95b1e9
fix: celery worker for issue activities ( #744 )
...
* dev: update celery configuration to root folder
* dev: update import for celery
* fix: worker to deserialize data
2023-04-08 15:46:05 +05:30
Aaryan Khandelwal and GitHub
c21fb6e942
fix: issue attachments mutation ( #743 )
...
* fix: dashboard workspace activity mutation
* fix: attachment mutation for create and delete
2023-04-08 15:33:20 +05:30
Aaryan Khandelwal and GitHub
98e6d3de22
fix: dashboard workspace activity mutation ( #742 )
2023-04-08 15:10:19 +05:30
Kunal Vishwakarma and GitHub
9b1ae6bcd4
fix: inconsistency in styles ( #734 )
2023-04-08 13:55:30 +05:30
3947a86fa7
fix: new auth layer ( #740 )
...
* chore: made workspace authorization wrapper component
* chore: added todos
* chore: workspace pages new layout
* chore: project authorization wrapper
* chore: new project authorization wrapper
* fix: authorization for member roles
* chore: new auth screens ui
---------
Co-authored-by: Dakshesh Jain <dakshesh.jain14@gmail.com >
2023-04-08 13:46:46 +05:30
Aaryan Khandelwal and GitHub
beedd57ee1
fix: fetch selected project members ( #741 )
...
* fix: fetch selected project members
* chore: remove old imports
2023-04-08 13:46:21 +05:30
Kunal Vishwakarma and GitHub
0a3d13706e
fix: mutation issue in cycles ( #739 )
...
* fix: mutation issue in cycles
* fix: removed comments
2023-04-08 01:24:24 +05:30
Anmol Singh Bhatia and GitHub
c093209338
fix: shortcut combination key bug fix ( #733 )
...
* fix: shortcut combination key bug fix
* refactor: code refactor
2023-04-07 17:01:52 +05:30
Kunal Vishwakarma and GitHub
a68d94c33f
fix: added image popover for settings cover ( #737 )
...
* fix: added popover for profile cover
* fix:removed comments
2023-04-07 15:33:11 +05:30
Aaryan Khandelwal and GitHub
35f9876981
refactor: import/export code ( #735 )
2023-04-07 13:27:57 +05:30
pablohashescobar and GitHub
c0b732f1f1
chore: rename project name to project key ( #731 )
2023-04-06 22:58:13 +05:30
pablohashescobar and GitHub
6be775434d
fix: project issue search endpoint ( #729 )
2023-04-06 22:58:03 +05:30
pablohashescobar and GitHub
687b05d221
dev: upgrade python version ( #728 )
2023-04-06 22:57:36 +05:30
pablohashescobar and GitHub
59a33587a0
feat: delete endpoint for importers ( #725 )
...
* feat: delete endpoint for importers
* fix: delete endpoint for importers
2023-04-06 22:57:20 +05:30
pablohashescobar and GitHub
e46487c130
chore: add project details on importer service endpoint ( #714 )
...
* chore: add project details on importer service endpoint
* dev: add select related for imports
2023-04-06 22:57:06 +05:30
pablohashescobar and GitHub
5b72b1672f
chore: add workspace and project details on label endpoints ( #713 )
2023-04-06 22:56:55 +05:30
pablohashescobar and GitHub
ec818a5523
refactor: move all background task from rqworker to celery ( #668 )
...
* refactor: move all background task from rqworker to celery
* dev: update background job to take input in parameters rather than a single dict
* dev: update procfile for new worker
* dev: docker updates for new celery worker
2023-04-06 22:56:36 +05:30
pablohashescobar and GitHub
100c431ac3
fix: default assignee for issues ( #712 )
...
* fix: default assignee for issues
* fix: check for empty array as well
2023-04-06 22:56:24 +05:30
Anmol Singh Bhatia and GitHub
ea06ee4529
fix: issue attachment improvement ( #730 )
...
* fix: invalid file error state bug fix
* style: icons updated
2023-04-06 19:16:50 +05:30
Aaryan Khandelwal and GitHub
35455c2bf7
chore: delete import ( #727 )
...
* chore: delete import
* chore: changed button text
2023-04-06 16:06:31 +05:30
Dakshesh Jain and GitHub
c49f614352
feat: update project cover image ( #726 )
2023-04-06 15:11:01 +05:30
Kunal Vishwakarma and GitHub
95fe4a3831
feat: added estimates ( #721 )
...
* feat: added estimates
* chore: added estimate to issue sidebar
2023-04-06 15:09:24 +05:30
Anmol Singh Bhatia and GitHub
14dd498d08
feat: issue attachments feature ( #717 )
...
* chore: issue attachment services added
* feat: attachment icons added
* chore: fetch-key and icons export
* feat: issue attachment upload section added
* feat: issue attachment list section added
* feat: date helper function added
* style: responsiveness added
* feat: attachment info added
* style: attachment overflow fix
* style: cursor pointer added
* chore: issue attachment interface
* style: uploading state added
* feat: delete issue attachment modal
* style: style improvement and refactor
* style: consistent icon added , chore: refactor the code
* fix: js icon import fix
* fix: build fix
* chore: refactor code
2023-04-06 15:07:11 +05:30
pablohashescobar and GitHub
86ec46db2c
dev: add imports for back migration and add migration for views ( #707 )
2023-04-06 13:59:43 +05:30
pablohashescobar and GitHub
6a579f85ad
feat: bulk create endpoint for estimate points ( #708 )
...
* feat: bulk create endpoint for estimate points
* dev: remove integrity logic and update url
2023-04-06 13:59:17 +05:30
pablohashescobar and GitHub
105428894f
fix: add check if the users need to be imported ( #716 )
2023-04-06 13:58:56 +05:30
pablohashescobar and GitHub
f2144c3e89
fix: issue search endpoint for parent issues ( #705 )
...
* fix: issue search endpoint for parent issues
* fix: parent search
* fix: search endpoint
2023-04-06 13:58:27 +05:30
Dakshesh Jain and GitHub
cf662f6e6c
chore: new analytic events ( #699 )
...
* feat: tracking events for issues marked as DONE, issue property update, issue moved to cycle, issue moved to modules
* fix: changed events names
* chore: sync analytic
* chore: new analytic events
2023-04-06 12:08:52 +05:30
Aaryan Khandelwal and GitHub
65037b5031
style: disabled state for buttons ( #724 )
2023-04-06 01:03:42 +05:30
Aaryan Khandelwal and GitHub
c9d8a8dbd1
feat: github importer ( #722 )
...
* chore: github importer first step completed
* refactor: github importer code refactored
* chore: github importer functionality completed
* fix: import data step saved data
2023-04-06 00:51:15 +05:30
pablohashescobar and GitHub
6b8b981e1d
docs: update readme to include default email and password for self hosting setup ( #706 )
2023-04-05 15:03:40 +05:30
pablohashescobar and GitHub
1562939287
chore: add workspace details on comment serializer ( #697 )
2023-04-05 00:20:21 +05:30
pablohashescobar and GitHub
cc07e2790d
feat: issue estimations ( #696 )
...
* dev: initialize estimation
* dev: issue estimation field in issues and project settings
* dev: update issue estimation logic
2023-04-05 00:19:53 +05:30
pablohashescobar and GitHub
97386e9d07
feat: issue attachments ( #677 )
2023-04-05 00:17:55 +05:30
pablohashescobar and GitHub
ff5cddeb95
feat: issue search endpoint ( #667 )
...
* feat: issue search endpoints
* dev: update issue search for blocker and blocked by
2023-04-05 00:17:16 +05:30
Vamsi Kurama and GitHub
3d6f2dd3dc
Merge pull request #703 from makeplane/stage-release
...
promote: stage-release to production
2023-04-04 19:38:37 +05:30
vamsi
8cbf75ad6c
Merge branch 'stage-release' of https://github.com/makeplane/plane into stage-release
2023-04-04 19:33:32 +05:30
vamsi
9f4f1cac42
Merge branch 'develop' of https://github.com/makeplane/plane into stage-release
2023-04-04 19:31:12 +05:30
Vamsi Kurama and GitHub
1c752d7019
Merge pull request #691 from makeplane/develop
...
promote: develop to stage release
2023-04-04 19:29:55 +05:30
Aaryan Khandelwal and GitHub
3519be9ce8
fix: remirror empty state ( #702 )
...
* fix: minor pages ui
* fix: remirror empty state
2023-04-04 19:27:13 +05:30
sphynxux and GitHub
9ce158fc10
add screenshots, feature, docker compose steps on readme ( #701 )
2023-04-04 18:50:23 +05:30
Aaryan Khandelwal and GitHub
0036ac6afb
fix: minor pages ui ( #700 )
2023-04-04 18:31:28 +05:30
pablohashescobar and GitHub
7f7ceec24c
chore: return user role in user onboard endpoint ( #682 )
2023-04-04 18:07:17 +05:30
pablohashescobar and GitHub
adf366b325
chore: gpt environment variables in the example file ( #698 )
2023-04-04 18:07:01 +05:30
Aaryan Khandelwal and GitHub
2660d646ad
chore: minor pages UI ( #695 )
...
* chore: fix minor ui bugs in pages
* chore: shortcut to add new block
* chore: keyboard accessibility
* chore: block options position
2023-04-04 16:21:46 +05:30
Aaryan Khandelwal and GitHub
dad36b404d
fix: pages ai modal ( #694 )
2023-04-04 14:07:17 +05:30
Aaryan Khandelwal and GitHub
51be70d814
chore: remove github importer tab ( #693 )
2023-04-04 00:27:08 +05:30
Aaryan Khandelwal and GitHub
4af5921991
chore: restrict users from creating workspace with reserved slugs ( #692 )
2023-04-04 00:13:21 +05:30
pablohashescobar and GitHub
588247f1c1
dev: back migration for project member views ( #663 )
2023-04-04 00:00:03 +05:30
pablohashescobar and GitHub
1bb93f1f50
dev: back migration to update label colors ( #664 )
2023-04-03 23:58:35 +05:30
pablohashescobar and GitHub
d990f0038b
fix: module link create url validation ( #678 )
2023-04-03 23:58:24 +05:30
Dakshesh Jain and GitHub
67952bc225
feat: added user role on onboarding event ( #684 )
...
* feat: added tracker for views
* feat: added user role on onboarding event
2023-04-03 23:57:19 +05:30
a1f0f43992
feat: icon picker ( #689 )
...
* feat: icon picker
* style: icon picker modal
---------
Co-authored-by: Dakshesh Jain <dakshesh.jain14@gmail.com >
2023-04-03 23:54:26 +05:30
Aaryan Khandelwal and GitHub
007ed0afa4
fix: cmdk hover style ( #690 )
2023-04-03 23:52:39 +05:30
Kunal Vishwakarma and GitHub
62cca1c7cd
feat: issue redirect ( #685 )
...
* feat: open issue in new tab for list and kanban view
* fix: used a tag
2023-04-03 23:51:46 +05:30
Aaryan Khandelwal and GitHub
5ba7d271b7
style: revamp pages ( #688 )
...
* feat: dnd added for blocks
* chore: added access option to pages
* style: ui fixes
* fix: polishing
* fix: build error
2023-04-03 23:30:29 +05:30
Saheb Giri and GitHub
f6f9caf9e6
fix: now user can navigate using arrow keys ( #681 )
2023-04-03 19:04:11 +05:30
Aaryan Khandelwal and GitHub
35e40a7bec
chore: added placeholder to remirror ( #686 )
...
* chore: added placeholder to remirror
* fix: build error
2023-04-03 18:14:50 +05:30
Aaryan Khandelwal and GitHub
3e08186d72
fix: kanban empty issues ( #687 )
2023-04-03 18:04:45 +05:30
Dakshesh Jain and GitHub
150553d420
fix: tracker not creating user alias ( #683 )
2023-04-03 16:37:19 +05:30
Aaryan Khandelwal and GitHub
1b30e4b57f
fix: user cannot create duplicate links ( #680 )
2023-04-03 16:22:37 +05:30
Anmol Singh Bhatia and GitHub
a63c551e75
feat: completed cycle transfer issue validation added ( #676 )
...
* feat: completed cycle transfer issue validation added
* style: transfer issue section
* style: issue transfer button
2023-04-03 15:57:52 +05:30
Dakshesh Jain and GitHub
cfe7c5e0b7
fix: search button not working on image picker popover ( #679 )
2023-04-03 15:57:08 +05:30
Aaryan Khandelwal and GitHub
12ad3892f8
fix: signin page type ( #671 )
2023-04-03 15:07:39 +05:30
Dakshesh Jain and GitHub
353197f583
feat: added tracker for views ( #675 )
2023-04-03 15:04:48 +05:30
Kunal Vishwakarma and GitHub
0cf498651c
feat: shortcuts ( #674 )
...
* feat: added shortcut for page and view
* fix: shortcut for view
* fix: onclick method for views and pages
2023-04-03 14:23:50 +05:30
Saheb Giri and GitHub
a18af1cecf
fix: missing deleted icon in user activity ( #673 )
2023-04-03 11:51:25 +05:30
Aaryan Khandelwal and GitHub
61875722e4
chore: add auto generate description option to create issue modals ( #672 )
2023-04-03 11:41:46 +05:30
Vamsi Kurama and GitHub
7fed2ec6ef
Merge pull request #670 from makeplane/stage-release
...
promote: stage-release to production
2023-04-01 20:29:39 +05:30
Vamsi Kurama and GitHub
93ba04aebc
Merge pull request #669 from makeplane/develop
...
promote: develop to stage-release
2023-04-01 20:19:02 +05:30
Alejandro Pinar Ruiz and GitHub
bd3ea456c3
fix: add tags for frontend build action ( #445 )
2023-04-01 18:30:26 +05:30
Saheb Giri and GitHub
c0bf7783b1
style: designed user activity. ( #666 )
2023-03-31 23:00:28 +05:30
Anmol Singh Bhatia and GitHub
9f34f41982
feat: list and kanban view group by header icon ( #665 )
2023-03-31 21:20:23 +05:30
Kunal Vishwakarma and GitHub
c940641ba1
Fix: view list bugs ( #654 )
...
* fix: viewlist link
* fix/removed side effects
* fix: deadzones in the link
2023-03-31 19:27:07 +05:30
Kunal Vishwakarma and GitHub
567966459b
style: added icons to ellipses in project settings label ( #662 )
2023-03-31 18:31:44 +05:30
Anmol Singh Bhatia and GitHub
6055f5c4ee
fix: cycle list page mutation fix ( #661 )
...
* fix: cycle list page mutation fix
* fix: cycle mutation fix
2023-03-31 18:31:21 +05:30
Saheb Giri and GitHub
abe34ad7b1
fix: add scroll into view when editing label in settings page ( #660 )
2023-03-31 18:31:01 +05:30
Anmol Singh Bhatia and GitHub
d596e41d4d
fix: project setting control fix ( #658 )
...
* fix: project setting control fix
* fix: project member endpoint fix
2023-03-31 18:30:39 +05:30
Aaryan Khandelwal and GitHub
fae1534887
fix: issues list flicker ( #659 )
...
* fix: issues list flicker
* fix: useeffect dependencies
2023-03-31 18:29:24 +05:30
Saheb Giri and GitHub
448d8c63f3
fix: old labels must have black color in project settings ( #657 )
2023-03-31 18:03:42 +05:30
Kunal Vishwakarma and GitHub
844ae4869a
fix: view list link ( #653 )
...
* fix: viewlist link
* fix/removed side effects
* fix: deadzones in the link
2023-03-31 17:54:05 +05:30
Anmol Singh Bhatia and GitHub
afd7741d0c
fix: cycle status bug fix ( #656 )
2023-03-31 17:52:20 +05:30
Saheb Giri and GitHub
f074f9f003
fix: graphs issue ( #655 )
...
* fix: prevent y axis to have decimal
* fix: add padding and labels to line chart
2023-03-31 17:33:51 +05:30
Anmol Singh Bhatia and GitHub
f6500914be
style: transfer issue modal empty state added ( #652 )
2023-03-31 16:05:02 +05:30
Saheb Giri and GitHub
a6f306209d
fix: issue modal title textfield reset ( #651 )
2023-03-31 16:04:51 +05:30
Anmol Singh Bhatia and GitHub
e5507651c3
fix: issue sidebar module , cycle and label dropdown fix ( #650 )
2023-03-31 16:04:36 +05:30
Aaryan Khandelwal and GitHub
e3005b7776
fix: project identifier check in project settings ( #649 )
2023-03-31 16:04:17 +05:30
Aaryan Khandelwal and GitHub
480e2c4d7f
refactor: cycles toggle favorite ( #648 )
2023-03-31 16:03:58 +05:30
Aaryan Khandelwal and GitHub
09e17858fe
chore: remove edit and push issue from page block ( #647 )
2023-03-31 16:03:48 +05:30
Saheb Giri and GitHub
13b2a6fd53
fix: persist data on tab switch in workspace ( #646 )
...
* fix: persist data on tab switch in workspace
* fix: build fail
2023-03-31 16:03:35 +05:30
Kunal Vishwakarma and GitHub
4ab82b9616
fix: style and bugs ( #644 )
...
* fix: style and bugs
* fix: removed unnecessary classes
2023-03-31 16:03:25 +05:30
Saheb Giri and GitHub
09d73c5e04
fix: issue activity ( #645 )
...
- fix: set and remove activity logs are showing problems
- fix: removing due date is showing static value of 1 Jan.
- fix: old labels to have black color.
- fix: word 'Description' should be bold
2023-03-31 14:46:17 +05:30
Vamsi Kurama and GitHub
ed60707bae
Merge pull request #643 from makeplane/develop
...
promote: develop to stage release
2023-03-31 04:41:24 +05:30
Aaryan Khandelwal and GitHub
b2c15125fc
fix: image upload ( #642 )
2023-03-31 04:24:57 +05:30
Aaryan Khandelwal and GitHub
a8f125cfa8
fix: blocked and blocking in issue details sidebar ( #641 )
2023-03-31 03:50:35 +05:30
pablohashescobar and GitHub
15ce3537ad
fix: recent pages endpoint ( #640 )
...
* fix: recent pages endpoint for date
* fix: order by
2023-03-31 03:32:32 +05:30
Aaryan Khandelwal and GitHub
448f383ec9
chore: cycle sidebar content updated ( #639 )
2023-03-31 03:21:37 +05:30
Aaryan Khandelwal and GitHub
0c39f0c563
style: custom error page ( #638 )
2023-03-31 03:09:55 +05:30
Aaryan Khandelwal and GitHub
65ddcb6d79
chore: pages content update, empty state for recent pages ( #637 )
2023-03-31 02:51:39 +05:30
Aaryan Khandelwal and GitHub
0c94b494ed
refactor: calendar view ( #636 )
2023-03-31 02:43:38 +05:30
Aaryan Khandelwal and GitHub
e2921539d0
refactor: sidebar stats mutation ( #635 )
2023-03-31 02:20:44 +05:30
Aaryan Khandelwal and GitHub
66d07e340b
fix: delete mutations for issues, cycles and modules ( #634 )
2023-03-31 02:17:35 +05:30
vamsi
29ea592c4a
dev: upgrade redis requirements to 4.5.4
2023-03-31 02:08:29 +05:30
vamsi
05323d4697
dev: new migrations for Pages related attributes
2023-03-31 02:04:33 +05:30
Anmol Singh Bhatia and GitHub
8fcfebf0fc
fix: invalid date toast message updated ( #633 )
2023-03-31 01:40:06 +05:30
Anmol Singh Bhatia and GitHub
5d0533a44f
style: ellipsis consistent style ( #632 )
...
* style: ellipsis consistent style
* style: consistent ellipsis menu for module and cycle
2023-03-31 00:31:00 +05:30
Anmol Singh Bhatia and GitHub
3cf2172520
style: delete workspace modal ( #631 )
2023-03-31 00:25:42 +05:30
Saheb Giri and GitHub
a8a5873d88
fix: add icons to dropdown and replace link icon ( #630 )
2023-03-30 20:45:15 +05:30
Kunal Vishwakarma and GitHub
73c7b1bddc
fix: modal typo ( #629 )
...
* fix: modal width inconsistency
* fix: modal typo
2023-03-30 20:25:04 +05:30
Anmol Singh Bhatia and GitHub
4441651f81
style: empty state image updated ( #628 )
2023-03-30 19:34:50 +05:30
Saheb Giri and GitHub
64c936b9b5
style: module modal consistent design ( #625 )
2023-03-30 19:28:04 +05:30
Dakshesh Jain and GitHub
66ed6a1dc8
feat: added tracker for page, page block, and gpt ( #623 )
...
* refactor: made events function generic
* feat: added tracker for page, page block, and gpt
2023-03-30 19:27:46 +05:30
Anmol Singh Bhatia and GitHub
50275fd2ad
fix: sidebar pending issue stats fix ( #627 )
2023-03-30 19:26:41 +05:30
Kunal Vishwakarma and GitHub
112fe8e7e6
fix: modal width inconsistency ( #626 )
2023-03-30 19:02:05 +05:30
Anmol Singh Bhatia and GitHub
02e6439bd5
feat: completed cycle transfer issue ( #624 )
...
* feat: bulk transfer issue for completed cycle added
* feat: toast alert added for issue transfer
2023-03-30 18:59:53 +05:30
pablohashescobar and GitHub
f9ee898d88
chore: add workspace details and project details in page responses ( #615 )
...
* chore: add workspace details and project details in page responses
* fix: typo in workspace queryset
2023-03-30 18:59:39 +05:30
pablohashescobar and GitHub
f79fdbf782
chore: create activity when a block is converter into an issue ( #609 )
2023-03-30 18:58:51 +05:30
pablohashescobar and GitHub
1d7b65ad83
fix: transfer issues endpoint ( #620 )
2023-03-30 18:58:23 +05:30
Saheb Giri and GitHub
1558f51c23
fix: show divider only when filter is selected ( #618 )
2023-03-30 18:54:44 +05:30
Aaryan Khandelwal and GitHub
bc7dc43171
chore: ai assistant limit error ( #619 )
2023-03-30 18:45:33 +05:30
Kunal Vishwakarma and GitHub
70a00a6309
style: issue modal scroll ( #621 )
2023-03-30 18:45:11 +05:30
Saheb Giri and GitHub
4d56adba43
style: create cycle modal makeover ( #617 )
2023-03-30 18:35:29 +05:30
Anmol Singh Bhatia and GitHub
624d9dfd39
fix: icon and ellipsis ( #622 )
...
* fix: consistent icon for end date for cycle card
* fix: sidebar ellipsis fix
2023-03-30 18:35:05 +05:30
Aaryan Khandelwal and GitHub
3e8c375d1c
fix: old labels color set to black ( #614 )
2023-03-30 18:07:18 +05:30
Aaryan Khandelwal and GitHub
880813685b
fix: sidebar dropdowns height ( #616 )
...
* fix: old labels color set to black
* fix: issue details sidebar select dropdowns height
2023-03-30 18:07:00 +05:30
Aaryan Khandelwal and GitHub
16abbe0b3e
fix: project identifier check in project settings ( #613 )
2023-03-30 17:48:03 +05:30
Aaryan Khandelwal and GitHub
b65fa89cdb
fix: role input on my profile page ( #612 )
2023-03-30 17:47:49 +05:30
Aaryan Khandelwal and GitHub
ed4aae47a2
style: my profile page ( #608 )
2023-03-30 17:04:41 +05:30
Aaryan Khandelwal and GitHub
5feaed3961
fix: fetch correct list of issues on the calendar view ( #611 )
2023-03-30 17:03:37 +05:30
Saheb Giri and GitHub
be5c4140ff
refactor: issue label and make design consistent ( #610 )
2023-03-30 16:59:07 +05:30
pablohashescobar and GitHub
9c4fcca6c1
fix: ordering in queryset ( #598 )
2023-03-30 16:33:16 +05:30
pablohashescobar and GitHub
5aad20e7ed
fix: project update for identifier ( #604 )
2023-03-30 16:33:04 +05:30
pablohashescobar and GitHub
3a599b6436
chore: workspace detail on issue activity serializer ( #607 )
2023-03-30 16:32:48 +05:30
Kunal Vishwakarma and GitHub
c5ccc29418
feat: added invitaion pending pills ( #606 )
2023-03-30 16:01:24 +05:30
Anmol Singh Bhatia and GitHub
f5f90dab69
fix : module and cycle invalid date fix ( #605 )
...
* fix: module and cycle modal invalid date validation
* fix: cycle and module sidebar invalid date
2023-03-30 16:00:48 +05:30
Aaryan Khandelwal and GitHub
a94e38c093
fix: minor bugs in the onboarding screens ( #603 )
2023-03-30 13:55:50 +05:30
Saheb Giri and GitHub
63b7c1ee47
style: icons consistency and minor fixes ( #601 )
...
* fix: change discord casing
* style: icon and style consistency in cmd k
- change discord icon color
- make link copy link consistent
- bolt to rocket icon for shortcut
* style: make icon color throughout the activity log
2023-03-30 13:54:18 +05:30
Kunal Vishwakarma and GitHub
1866fd77bb
fix: changed buttons to primary ( #602 )
2023-03-30 13:53:03 +05:30
Kunal Vishwakarma and GitHub
531b9e3d64
style: fixed height issue in module card ( #599 )
2023-03-30 12:09:42 +05:30
Anmol Singh Bhatia and GitHub
06fb3e9b58
fix: calendar view bugs ( #600 )
...
* fix: text turncate added for issue
* fix: next week btn fix, style:calendar cell height fix
2023-03-30 12:09:11 +05:30
Aaryan Khandelwal and GitHub
fb01e6d22c
fix: module status line break ( #597 )
2023-03-30 02:07:48 +05:30
pablohashescobar and GitHub
89bb439d62
chore: return user request count from logger ( #596 )
2023-03-30 02:04:41 +05:30
e6055da150
feat: calendar view ( #561 )
...
* feat:start and last day of month helper function
* feat: start and last day of week helper function
* feat: weekday and everyday interval helper function
* feat: calendar date formater helper function
* feat: monthly calendar view , feat: weekend date toggle, feat: calendar month and year picker
* feat: monthly , weekly view and weekend toggle
* feat: drag and drop added in calendar view
* fix: drag and drop mutation fix
* chore: refactoring , feat: calendar view option added
* fix: calendar view menu fix
* style: calendar view style improvement
* style: drag and drop styling
* fix:week day format fix
* chore: calendar constant added
* feat: calendar helper function added
* feat: month and year picker, month navigator, jump to today funtionality added
* feat: weekly navigation and jump to today fix, style: month year picker fix
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-03-30 02:01:53 +05:30
Aaryan Khandelwal and GitHub
952c64d449
fix: mutation error for project issues ( #595 )
2023-03-30 01:50:00 +05:30
Aaryan Khandelwal and GitHub
dcf8b562d3
chore: cycle and module sidebar stats filter ( #594 )
2023-03-30 01:31:43 +05:30
6a40dd911f
fix: cycles date check for null and incomplete cycles endpoint ( #580 )
...
Co-authored-by: Vamsi Kurama <vamsi.kurama@gmail.com >
2023-03-30 01:26:14 +05:30
pablohashescobar and GitHub
9064709d5d
feat: user activities endpoint ( #590 )
2023-03-30 01:25:55 +05:30
6d8eda9814
chore: update API endpoints for analytics ( #574 )
...
* chore: return workspace details on project create and update
* chore: update endpoints to return workspace and project details
---------
Co-authored-by: Vamsi Kurama <vamsi.kurama@gmail.com >
2023-03-30 01:25:32 +05:30
pablohashescobar and GitHub
7eaec16381
chore: add cycle id and module id in issues list endpoint ( #586 )
2023-03-30 01:25:16 +05:30
pablohashescobar and GitHub
d7ed237f78
feat: add API limit for AI assistance ( #592 )
2023-03-30 01:23:56 +05:30
kunalv17 and GitHub
5c1607f39b
style: finished module card design ( #593 )
...
* style: finished modulecard design
* fix: use assignee list component
2023-03-30 01:17:51 +05:30
Saheb Giri and GitHub
c75ca8203f
feat: add label to create view modal ( #591 )
2023-03-30 01:08:14 +05:30
Anmol Singh Bhatia and GitHub
cfd97041b8
feat: incomplete cycle endpoint added , issue sidebar cycle fix ( #582 )
...
* feat: incomplete cycle endpoint added , issue sidebar cycle fix
* fix: fetch key
2023-03-29 19:21:15 +05:30
Saheb Giri and GitHub
7337707a4e
style: redesign issue activity ( #579 )
...
* style: redesign the activity feed and refactor the code
* chore: remove console logs
* revert: back to remirror rich text editor
* style: make icons, text smaller and reduce the spacing between logs
2023-03-29 19:19:37 +05:30
Dakshesh Jain and GitHub
b441a2ce20
feat: added labels in filters ( #585 )
...
* feat: added labels in filters
* fix: added labels in fetch keys
2023-03-29 19:18:57 +05:30
Aaryan Khandelwal and GitHub
1509c8611d
fix: mutation while adding issue to cycle or module ( #589 )
2023-03-29 19:13:53 +05:30
kunalv17 and GitHub
4e9715a5b2
style: added divider to the pages block ( #571 )
...
* style: added hr to the pages block
* style: added divider and removed hr
* chore: removed index prop
* chore: removed index
2023-03-29 18:36:52 +05:30
Dakshesh Jain and GitHub
10657d4796
fix: filter menu not closing on select other parent option ( #587 )
2023-03-29 18:18:45 +05:30
Saheb Giri and GitHub
653cc29290
style: issue filter design ( #588 )
...
* style: redesign issue filter pill
* style: redesign issue label on the view modal
2023-03-29 18:18:08 +05:30
Dakshesh Jain and GitHub
fa9c6581fd
fix: using proper name for tracker key ( #581 )
...
* fix: transmitting selective data for analytics
* fix: using proper name for tracker key
* fix: using proper name for tracker key
2023-03-29 16:34:56 +05:30
Aaryan Khandelwal and GitHub
96910e1897
chore: ai for issue description ( #575 )
...
* feat: block sync
* chore: ai assistant for issue description
2023-03-29 16:30:40 +05:30
sphynxux and GitHub
2f69761130
Merge pull request #583 from makeplane/chore/analytics_payload
...
chore: analytics payload
2023-03-29 16:29:17 +05:30
sphynxux and GitHub
a8f5a3eda1
Merge pull request #584 from makeplane/fix/parent_issue_modal
...
fix: design of select parent issue modal
2023-03-29 16:28:55 +05:30
Anmol Singh Bhatia and GitHub
248d094762
feat: cycle list page ( #577 )
...
* style: cycle list page
* fix:typo fix
2023-03-29 16:27:55 +05:30
pablohashescobar
1255f4756d
fix: uuid serilaizable error
2023-03-29 16:25:06 +05:30
Aaryan Khandelwal
22f8eb9a68
fix: design of select parent issue modal
2023-03-29 16:24:04 +05:30
pablohashescobar
3ba9cddc2a
chore: add user id when logging for analytics
2023-03-29 16:15:11 +05:30
kunalv17 and GitHub
e3cb0ed13e
feat/added toggle for pages in settings features ( #576 )
...
* feat/added toggle for pages in settings features
* style:changed pages icon
2023-03-29 15:21:08 +05:30
pablohashescobar
2786f09e85
Merge branch 'develop' of github.com:makeplane/plane into develop
2023-03-29 14:52:38 +05:30
Dakshesh Jain and GitHub
06daf68753
fix: transmitting selective data for analytics ( #578 )
2023-03-29 14:38:30 +05:30
Anmol Singh Bhatia and GitHub
2138ddf1f5
fix: profile page header fix ( #572 )
2023-03-29 13:17:31 +05:30
pablohashescobar
f9fa345b25
Merge branch 'develop' of github.com:makeplane/plane into develop
2023-03-29 12:54:33 +05:30
Dakshesh Jain and GitHub
c3e1d33518
feat: jitsu tracker setup ( #542 )
...
* feat: jitsu tracker setup
also using it in create, update and delete project & workspace
* refactor: added some more check condition on track-event api
* fix: added env vars in turbo.json
* feat: added user onboard event, workspace invite and workspace invite accept events
* feat: add tracker for issues, state, modules and cycles
* fix: add @jitsu/nextjs in package.json
2023-03-29 12:24:19 +05:30
kunalv17 and GitHub
9eb9b7bf6c
style: dashboard color ( #568 )
2023-03-29 11:54:37 +05:30
Saheb Giri and GitHub
c60b152a7c
fix: add crisp chat with us option in cmdk ( #570 )
2023-03-29 11:53:09 +05:30
Anmol Singh Bhatia and GitHub
e07ffc3a46
fix: module sidebar link section relocation ( #569 )
2023-03-29 11:52:39 +05:30
Saheb Giri and GitHub
dd3bca9a32
fix: cmdk integration ( #567 )
...
* fix: issues not showing on cmd k
* fix: text overflows on longer issue title
* fix: add loading state whenever there is a network call
* fix: minor ux changes
* feat: replace loading with spinner
2023-03-29 00:51:47 +05:30
628591854d
fix: search endpoint to return distint results ( #566 )
...
Co-authored-by: Vamsi Kurama <vamsi.kurama@gmail.com >
2023-03-29 00:23:35 +05:30
pablohashescobar and GitHub
05e9c0f76f
fix: cycle validation for completed cycles ( #559 )
2023-03-29 00:23:16 +05:30
pablohashescobar and GitHub
3bebcc4714
chore: return gpt response in html ( #555 )
...
* chore: return gpt response in html
* chore: update the response br
2023-03-29 00:23:02 +05:30
pablohashescobar and GitHub
d16d32cea8
feat: move issues from one cycle to another ( #554 )
...
* feat: move issues from one cycle to another
* fix: push method when updating
* fix: new cycle completed validation
2023-03-29 00:22:48 +05:30
Aaryan Khandelwal and GitHub
b654d30aeb
chore: minor fixes on pages ( #557 )
...
* feat: block sync
* chore: minor fixes on pages
* fix: remove dangerously set inner html
* fix: pages crud operations mutation
* fix: favorites mutation for recent pages
* fix: remove dangerously set inner html
2023-03-29 00:20:00 +05:30
Saheb Giri and GitHub
c0a471e916
fix: don't allow decimal in the y axis of completed issues graph ( #564 )
2023-03-29 00:08:34 +05:30
Anmol Singh Bhatia and GitHub
e2eeec8f79
feat: completed cycle message added ( #565 )
2023-03-28 18:48:57 +05:30
kunalv17 and GitHub
ccd03a4a45
refactor: constants fetchkeys strings to upper case ( #563 )
2023-03-28 18:28:26 +05:30
pablohashescobar
20bbe74b57
Merge branch 'develop' of github.com:makeplane/plane into develop
2023-03-28 17:47:45 +05:30
kunalv17 and GitHub
b7b8d3914a
style: views list page, chore: views favotire ( #562 )
2023-03-28 16:48:46 +05:30
afb92ea850
feat: add global search through cmd k ( #560 )
...
* feat: cmdk integration
* feat: create view, cycle, project, module and workspace from command k
* feat: user can logout directly from command menu
* feat: user can visit sub page like various settings
* feat: change state of issue from command menu
* chore: add current issue state and minor UX improvements
* refactor: moved change issue state to new file
* feat: change issue priority from command k
* feat: delete issue from command k
* feat: copy issue url to clipboard
* fix: change placeholder when settings page is selected
* chore: remove logout option from cmd k
* feat: add help options to cmd k
* feat: assign issue to member from cmd k
* feat: now assign issue to yourself from cmd k
* chore: implement new cmd k design with icons
* feat: implemented global search feature in the cmd k
* feat: add keyboard acessibility to cmd k list items
* chore: remove console logs
* fix: pages icon in cmd list
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-03-28 14:49:27 +05:30
kunalv17 and GitHub
fc4d06fe0c
style: changed the workspace cards height ( #558 )
2023-03-28 14:17:24 +05:30
pablohashescobar
dd90f26d93
Merge branch 'master' of github.com:makeplane/plane into develop
2023-03-28 13:58:38 +05:30
Aaryan Khandelwal and GitHub
fbbf97f3a6
chore: remove docs ( #553 )
...
* feat: block sync
* chore: remove docs from repo
2023-03-28 03:54:48 +05:30
d9f31a1eb7
chore(deps): bump redis from 4.4.2 to 4.5.3 in /apiserver/requirements ( #556 )
...
Bumps [redis](https://github.com/redis/redis-py ) from 4.4.2 to 4.5.3.
- [Release notes](https://github.com/redis/redis-py/releases )
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES )
- [Commits](https://github.com/redis/redis-py/compare/v4.4.2...v4.5.3 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-28 03:41:58 +05:30
pablohashescobar and GitHub
a06d59f77d
feat: sync flag for syncing issues with page blocks ( #547 )
2023-03-28 01:52:46 +05:30
pablohashescobar and GitHub
722a053461
fix: date for earlier this week ( #540 )
2023-03-28 01:52:34 +05:30
pablohashescobar and GitHub
d6818e74fd
feat: page view toggle in project settings ( #536 )
2023-03-28 01:52:21 +05:30
Aaryan Khandelwal and GitHub
37aade5ef6
fix: order by last created ( #550 )
...
* feat: block sync
* fix: order by last created order
2023-03-28 01:52:13 +05:30
Aaryan Khandelwal and GitHub
b9e42d116e
fix: issue modal overflow ( #549 )
...
* feat: block sync
* fix: create issue modal overflow
2023-03-28 01:52:04 +05:30
Aaryan Khandelwal and GitHub
e0928d6ec5
fix: default label color ( #551 )
...
* feat: block sync
* fix: default label color
2023-03-28 01:50:55 +05:30
Aaryan Khandelwal and GitHub
909ccd578b
chore: crisp integration ( #552 )
...
* feat: block sync
* chore: crisp integration
* fix: chat with us icon
2023-03-28 01:50:36 +05:30
Aaryan Khandelwal and GitHub
08ee5dc6b1
feat: block sync ( #548 )
2023-03-28 00:36:20 +05:30
pablohashescobar and GitHub
a5a96d9f66
fix: add slack sdk in requirements file ( #546 )
2023-03-28 00:33:14 +05:30
pablohashescobar and GitHub
691ea0c080
feat: slack bot setup ( #545 )
2023-03-27 23:37:00 +05:30
pablohashescobar and GitHub
8bd557a743
feat: gzip compressor for performance upgrades ( #538 )
2023-03-27 23:36:13 +05:30
pablohashescobar and GitHub
35b80b422d
fix: gpt task and prompt ( #537 )
2023-03-27 23:36:00 +05:30
pablohashescobar and GitHub
d6ffc3176e
fix: global search endpoint to show entities within projects and add filtering through identifiers ( #543 )
2023-03-27 23:34:04 +05:30
Aaryan Khandelwal and GitHub
3503b22dd9
refactor: pages folder structure ( #544 )
...
* refactor: pages folder structure, mutation issues
* fix: block edit and push
* fix: block title placeholder
2023-03-27 23:19:05 +05:30
Aaryan Khandelwal and GitHub
e13b679c28
fix: join project screen flicker ( #541 )
2023-03-27 16:53:31 +05:30
Aaryan Khandelwal and GitHub
21dd2e703b
fix: module progress bar ( #535 )
2023-03-26 11:37:06 +05:30
Aaryan Khandelwal and GitHub
5dd5fe2d09
feat: gpt integration for page block description ( #539 )
2023-03-26 11:36:10 +05:30
pablohashescobar and GitHub
52d4828e1d
fix: issue filters for start date and target date ( #530 )
2023-03-25 23:57:31 +05:30
pablohashescobar and GitHub
c5baa6183c
fix: pages endpoint for dates and access ( #531 )
...
* fix: pages endpoint for dates and access
* fix: recent pages endpoint
* fix: recent pages endpoint
* fix: date object in recent pages endpoint
* dev: update nomenclature
2023-03-25 23:57:16 +05:30
pablohashescobar and GitHub
69387ffd8c
fix: page labels update ( #532 )
2023-03-25 23:57:06 +05:30
pablohashescobar and GitHub
32ab7951f7
perf: update issue serializer ( #534 )
2023-03-25 23:56:53 +05:30
Aaryan Khandelwal and GitHub
5d67029b5a
feat: pages ( #533 )
...
* style: page details
* style: page blocks design
* chore: pages list end points
* feat: add blocks, push blocks to issues
* feat: page labels, color options
* feat: added labels to pages
* fix: update page mutation
2023-03-25 23:39:46 +05:30
pablohashescobar and GitHub
578d724e41
feat: global search endpoint for workspace ( #529 )
2023-03-25 11:16:33 +05:30
pablohashescobar and GitHub
a3a792741f
feat: GPT integration ( #526 )
...
* feat: GPT integration
* dev: move engine value to env variable
2023-03-25 11:14:26 +05:30
pablohashescobar and GitHub
31624f3ae6
fix: start date and target date issue filter ( #525 )
2023-03-25 11:14:16 +05:30
pablohashescobar and GitHub
5152deb2d0
fix: model ordering ( #521 )
...
* fix: model ordering
* fix: my pages and create by others pages
2023-03-25 11:14:05 +05:30
pablohashescobar and GitHub
c6ba93da72
fix: dashboard issues filters ( #519 )
...
* fix: upcoming issues filters
* dev: update dashboard endpoint to return correct month
2023-03-25 11:13:14 +05:30
pablohashescobar and GitHub
28b3c999ae
dev: update recent pages endpoint and return blocks on page listing ( #517 )
...
* dev: update recent pages endpoint and return blocks on page listing
* fix: yesterday's pages
2023-03-25 11:12:54 +05:30
82b9275609
fix: deselecting filter option when clicked again ( #528 )
...
* fix: filters dropdown overflowing issue
* filters dropdown z-index
* fix: deselecting filter option when clicked again
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-03-24 23:33:28 +05:30
Dakshesh Jain and GitHub
f2054b6945
style: removed color text from label modal ( #527 )
...
also closing color picker on color select
2023-03-24 23:32:33 +05:30
Dakshesh Jain and GitHub
f3583f6415
feat: added filter 'created_by' ( #524 )
...
* feat: clear filter button
* feat: added filter 'created_by'
* style: text align left for all the issues in filters dropdown
2023-03-24 23:31:56 +05:30
Aaryan Khandelwal and GitHub
02f423bcb6
fix: workspace dashboard ( #522 )
...
* chore: completed issues graph
* style: issue stats
2023-03-24 11:06:52 +05:30
Aaryan Khandelwal and GitHub
3d34741356
chore: update view button ( #523 )
2023-03-24 10:56:06 +05:30
sphynxux and GitHub
7731ee5de4
Merge pull request #520 from makeplane/feat/custom_error_page
...
fix: removed unnecessary variable
2023-03-24 01:15:19 +05:30
Aaryan Khandelwal
0ba2c5456a
fix: removed unnecessary variable
2023-03-24 01:14:17 +05:30
sphynxux and GitHub
a0ce3f0be6
Merge pull request #518 from makeplane/feat/custom_error_page
...
feat: custom error page
2023-03-24 01:12:29 +05:30
Aaryan Khandelwal and GitHub
472767ab67
feat: group by created by option ( #516 )
2023-03-24 01:11:42 +05:30
Aaryan Khandelwal
ad60b8774e
feat: custom error page
2023-03-24 01:11:33 +05:30
pablohashescobar and GitHub
6c6f9a5bfd
fix: dashboard endpoint for overdue and upcoming issues ( #502 )
...
* fix: dashboard endpoint for overdue and upcoming issues
* dev: update for upcoming issue to get target date null issues as well
* dev: update the filter
2023-03-24 00:13:48 +05:30
pablohashescobar and GitHub
3056727190
dev: endpoints for my, other, recent and favorite pages, add sort order and color for pages ( #499 )
...
* dev: endpoints for my, other, recent and favorite pages, add sort order and color for pages
* dev: fix state attribute error while saving page blocks
2023-03-24 00:13:26 +05:30
pablohashescobar and GitHub
053ae2063e
fix: issue filtering keyerror ( #494 )
2023-03-24 00:13:05 +05:30
pablohashescobar and GitHub
2501c819d3
fix: keyerror on comment create and update ( #492 )
2023-03-24 00:12:56 +05:30
Aaryan Khandelwal and GitHub
765cfdbf7e
fix: kanban loading state ( #514 )
2023-03-23 23:36:52 +05:30
guru_sainath and GitHub
2f2caaaf6e
Feat: Github importer to sync issues, users, and labels with workspace projects. ( #509 )
...
* Dev: Github integration with issues and layout integration
* dev: Github Integration route and UI configuration
2023-03-23 23:27:11 +05:30
Aaryan Khandelwal and GitHub
7892a563b7
fix: minor ui fixes ( #515 )
...
* fix: sidebar arror positioning
* chore: show empty groups default value as true
2023-03-23 23:25:30 +05:30
Aaryan Khandelwal and GitHub
f3b7fc6eb5
fix: filters dropdown overflowing issue ( #513 )
...
* fix: filters dropdown overflowing issue
* filters dropdown z-index
2023-03-23 23:25:08 +05:30
Aaryan Khandelwal and GitHub
f01f2fb9bd
style: my profiles page responsiveness ( #512 )
2023-03-23 22:55:58 +05:30
Aaryan Khandelwal and GitHub
19434342d3
fix: delete image preview after modal close ( #511 )
2023-03-23 22:55:12 +05:30
Aaryan Khandelwal and GitHub
6962d7718f
chore: updated my issues text ( #507 )
2023-03-23 22:54:53 +05:30
Anmol Singh Bhatia and GitHub
b6a3615f66
feat: completed cycle validation , fix: quick action and kanban fix ( #505 )
...
* feat: completed cycle card validation
* fix: unique key to hidden group
* feat: completed cycle sidebar validation
* fix: remove console log from progress chart hover
* feat: kanban and list view completed cycle validation
* feat: quick action validation
* refactor: code refactor
* fix: sidebar draft cycle status
2023-03-23 22:42:08 +05:30
Anmol Singh Bhatia and GitHub
5191fc5f7c
style: create workspace bg fix ( #510 )
2023-03-23 22:41:30 +05:30
Aaryan Khandelwal and GitHub
567afa6d39
fix: kanban drag and drop ( #508 )
2023-03-23 18:52:18 +05:30
Dakshesh Jain and GitHub
feb0e40559
refactor: state with group 'completed' or 'cancelled' are collapsed by default ( #506 )
2023-03-23 18:10:28 +05:30
4a81b988b4
feat: implemented new pages design with bare minimum functionality ( #503 )
...
* chore: add page types and page api service
* chore: add create, list, update and delete on pages
* chore: add create, delete and patch page blocks
* feat: add and remove pages to favorite
* fix: made neccessary changes
- used tailwind for hover events
- add error toast alert
- used partial for patch request
* fix: replace absolute positiong with a flex box
* fix: design list page view to match with ui
* feat: add top large textarea for page title and description
* refactor: add page label with types
* feat: add pages grid layout
* feat: add tabs and masonry layout
* fix: build errors
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-03-23 16:12:14 +05:30
Aaryan Khandelwal and GitHub
c755907d99
chore: new workspace endpoint ( #504 )
...
* chore: new workspace dashboard endpoint
* chore: overdue and upcoming issues
2023-03-23 15:54:59 +05:30
Aaryan Khandelwal and GitHub
ad2fa91a2b
chore: new global select filters component ( #501 )
2023-03-23 12:01:50 +05:30
Saheb Giri and GitHub
10e5ba7b3e
feat: add pages and page blocks ( #495 )
...
* chore: add page types and page api service
* chore: add create, list, update and delete on pages
* chore: add create, delete and patch page blocks
* feat: add and remove pages to favorite
* fix: made neccessary changes
- used tailwind for hover events
- add error toast alert
- used partial for patch request
* fix: replace absolute positiong with a flex box
2023-03-23 11:01:06 +05:30
Aaryan Khandelwal and GitHub
d477c19ad9
feat: show empty states toggle button in the views dropdown ( #500 )
...
* feat: show empty states toggle button in views dropdown
* refactor: empty state toggle naming convention, feat: hidden groups in section in the kanban board
2023-03-23 02:13:52 +05:30
Aaryan Khandelwal and GitHub
79249c5c9b
fix: states order ( #498 )
...
* fix: order of states in the kanban board
* fix: state name in list view
2023-03-23 01:00:50 +05:30
pablohashescobar and GitHub
4e3c9397ea
feat: page labels and favorites ( #487 )
...
* dev: initiate page labels
* dev: page labels
* dev: my pages endpoint
2023-03-22 23:41:30 +05:30
Aaryan Khandelwal and GitHub
cd26b2e096
Revert "fix: sidebar and shortcut modal ( #493 )" ( #497 )
...
This reverts commit f615f8ac0c .
2023-03-22 23:40:25 +05:30
pablohashescobar and GitHub
27b1308227
fix: file asset uploading and deleting ( #496 )
2023-03-22 23:38:47 +05:30
Anmol Singh Bhatia and GitHub
f615f8ac0c
fix: sidebar and shortcut modal ( #493 )
...
* fix: shortcut modal cmd and ctrl fix
* fix: sidebar collapse state ordering
2023-03-22 19:08:04 +05:30
Dakshesh Jain and GitHub
031f6443a0
style: kanban loader ( #491 )
2023-03-22 19:06:36 +05:30
Dakshesh Jain and GitHub
e48d98cea6
feat: showing progress while page is being loaded ( #485 )
2023-03-22 19:05:36 +05:30
Dakshesh Jain and GitHub
a830808f9d
refactor: views & filter ( #490 )
...
* fix: not saving filters on views detail page
* refactor: using issues endpoint to get issues in views detail page
feat: showing toast alert on saving view
2023-03-22 18:18:19 +05:30
Aaryan Khandelwal and GitHub
9a97c97336
chore: new modules and cycles response ( #489 )
2023-03-22 18:10:38 +05:30
Aaryan Khandelwal and GitHub
2e346158ba
fix: minor ui fixes ( #488 )
2023-03-22 16:58:32 +05:30
Aaryan Khandelwal and GitHub
283950c8e2
style: views ( #486 )
2023-03-22 14:47:13 +05:30
vamsi
818d1147d5
dev: new migrations for added fields and introducing Pages
2023-03-22 01:39:53 +05:30
pablohashescobar and GitHub
c4594bff01
feat: cycles and modules issues state group percentages ( #484 )
...
* dev: state group issue percentage on cycle list
* dev: add issue percentage fields for modules and query updates on cycle apis
2023-03-22 01:36:52 +05:30
pablohashescobar and GitHub
5e81600e38
feat: jira issue importer ( #476 )
...
* dev: initialize jira importer
* dev: create service import for jira
* dev: update task to create all users for project and workspace and also create assignees when importing bulk assignees
* dev: create bulk modules import endpoint for jira epics
* dev: create bulk module issues when importing modules
2023-03-22 01:36:38 +05:30
pablohashescobar and GitHub
846e73e3b8
feat: add issue filters for cycles and modules ( #475 )
2023-03-22 01:36:06 +05:30
pablohashescobar and GitHub
4dc76eac19
fix: project url max length ( #471 )
2023-03-22 01:35:53 +05:30
pablohashescobar and GitHub
f7dbc5e9c0
feat: page and page-blocks ( #468 )
...
* dev: initiate paper models
* feat: page and page-blocks
* dev: page id filter for page blocks
2023-03-22 01:34:10 +05:30
pablohashescobar and GitHub
025c8b3835
feat: sub issue toggle ( #464 )
2023-03-22 01:33:56 +05:30
pablohashescobar and GitHub
9339138c0e
feat: user workspace dashboard endpoint ( #461 )
...
* dev: initiate new dashboard endpoint
* fix: updated issue week for this count and pending issues
* dev: add try catch block
* dev: add exception
* dev: issue state distribution endpoint
* dev: move from state name to state group
* dev: add overdue issues and upcoming issues
2023-03-22 01:33:44 +05:30
pablohashescobar and GitHub
988b27f909
refactor: users endpoint to return invites and assigned issues count ( #457 )
2023-03-22 01:33:31 +05:30
pablohashescobar and GitHub
a3bacbfef1
fix: workspace invitation datetime import ( #456 )
...
* chore: update the endpoint to return last 6 months data
* dev: add datetime import
2023-03-22 01:33:19 +05:30
pablohashescobar and GitHub
698718aa8d
chore: rename analytics env variable keys ( #455 )
2023-03-22 01:33:06 +05:30
pablohashescobar and GitHub
7fd775ab05
chore: update the endpoint to return last 6 months data ( #453 )
2023-03-22 01:32:51 +05:30
pablohashescobar and GitHub
e5f8c94de8
feat: add flag for toggling issue views ( #452 )
2023-03-22 01:32:37 +05:30
Dakshesh Jain and GitHub
9c388d8e50
refactor: setting filters as null if value is an empty array ( #483 )
...
* refractor: added params to fetch key
* feat: create views directly from views list page
fix: selected filter not showing up in multi-level dropdown, refactor: arranged imports
* refactor: setting filters as null if value is an empty array
2023-03-21 17:11:04 +05:30
Dakshesh Jain and GitHub
bf09673d09
refactor: making unsplash api request from api folder ( #482 )
...
* refractor: added params to fetch key
* feat: create views directly from views list page
fix: selected filter not showing up in multi-level dropdown, refactor: arranged imports
* refactor: making unsplash api request from api folder
to hide acces key from client side
2023-03-21 16:31:01 +05:30
Dakshesh Jain and GitHub
5869c91d70
fix: added redirection to sign-in page if fetching user was a fail in the context ( #481 )
...
* refractor: added params to fetch key
* feat: create views directly from views list page
fix: selected filter not showing up in multi-level dropdown, refactor: arranged imports
* fix: added redirection to sign-in page if fetching user was a fail in the context
2023-03-21 12:48:17 +05:30
Dakshesh Jain and GitHub
53df658b60
refactor: added params to filters, and removed manual mutation ( #480 )
...
* refractor: added params to fetch key
* feat: create views directly from views list page
fix: selected filter not showing up in multi-level dropdown, refactor: arranged imports
* refactor: added params to filters, and removed manual mutation
2023-03-21 12:47:47 +05:30
Anmol Singh Bhatia and GitHub
505b14e3a6
fix: ui fixes and improvement ( #479 )
...
* fix: list view longer title tooltip fix
* fix: module and cycle sidebar ui improvement
2023-03-21 12:47:10 +05:30
Anmol Singh Bhatia and GitHub
b96d40f106
style: auth screens ( #478 )
...
* style: sign in page
* style: github and google sign
* style: sign with code and password
* style: not a member and not authorized for project setting
* style: join project icon
* chore: comment removed
2023-03-21 12:46:12 +05:30
Dakshesh Jain and GitHub
68150a9d2b
feat: create views directly from the views list page ( #472 )
...
* refractor: added params to fetch key
* feat: create views directly from views list page
fix: selected filter not showing up in multi-level dropdown, refactor: arranged imports
2023-03-18 11:34:49 +05:30
Dakshesh Jain and GitHub
e6b0012fe2
fix: mutation on issue create ( #473 )
...
* refractor: added params to fetch key
* feat: create views directly from views list page
fix: selected filter not showing up in multi-level dropdown, refactor: arranged imports
* fix: mutation on project create
2023-03-18 11:34:29 +05:30
Anmol Singh Bhatia and GitHub
5739d95ab4
style: onboarding, chore: refactoring ( #474 )
...
* style: onboarding screens
* style: onboarding card component and refactoring
* fix: onboarding card text fix
* fix: merge conflict fix
2023-03-18 11:34:09 +05:30
pablohashescobar and GitHub
350e183375
dev: update importer task to create user automatically and adding it to project and workspace ( #467 )
2023-03-17 22:57:10 +05:30
Aaryan Khandelwal and GitHub
e7ef6275cd
style: new buttons added ( #470 )
2023-03-17 10:40:38 +05:30
Aaryan Khandelwal and GitHub
4de0abfc22
fix: minor ui fixes ( #469 )
2023-03-17 10:39:06 +05:30
Aaryan Khandelwal and GitHub
5f796e732a
fix: bot activity and comment log name ( #463 )
...
* fix: github bot activity log details
* fix: bot comment details
* fix: updated bot logs
* refactor: bot name logic
2023-03-17 10:38:01 +05:30
Dakshesh Jain and GitHub
0fb9a14f15
refractor: added params to fetch key ( #465 )
2023-03-16 18:15:08 +05:30
Aaryan Khandelwal and GitHub
23c468786d
style: filter issues dropdown ( #466 )
2023-03-16 18:14:07 +05:30
Dakshesh Jain and GitHub
0f06589b83
style: made new issue filter dropdown ( #462 )
2023-03-16 16:27:18 +05:30
Aaryan Khandelwal and GitHub
a84abc60b2
style: workspace dashboard ( #460 )
...
* style: workspace dashboard
* feat: activity graph
* chore: change tile colors for activity graph
* fix: activity graph tiles order, color
* style: activity intensity
2023-03-16 15:53:49 +05:30
Aaryan Khandelwal and GitHub
27324ddd93
fix: github description not appearing ( #459 )
2023-03-16 15:53:25 +05:30
Aaryan Khandelwal and GitHub
d413dd1169
chore: update user profile stats ( #458 )
2023-03-16 15:53:09 +05:30
Dakshesh Jain and GitHub
ef0e326ca0
feat: issues filter using views ( #448 )
...
* fix: made basic UI for views, binded services and logic for views
* feat: views list, delete view, and conditionally updating filters or my view props
2023-03-16 14:07:19 +05:30
Aaryan Khandelwal and GitHub
96ad751e11
style: new workspace dashboard design ( #454 )
...
* style: workspace dashboard
* feat: activity graph
2023-03-16 01:36:21 +05:30
vamsi
8370511a66
dev: new migrations Importer, IssueView, IssueViewFavorite and a few alterations
2023-03-16 00:41:50 +05:30
pablohashescobar and GitHub
836dc4027b
feat: jitsu events for sign in and sign up ( #423 )
...
* feat: jitsu events for sign in and sign up
* dev: update event data
2023-03-15 23:25:38 +05:30
pablohashescobar and GitHub
88754e6fc0
dev: separate endpoints for workspace assets and user assets ( #420 )
2023-03-15 23:25:23 +05:30
pablohashescobar and GitHub
b6ee197b40
feat: issue filter views ( #418 )
...
* dev: views initiated
* dev: refactor filtering logic
* dev: move state grouping filter to util function
* dev: view issues create endpoint and update on filters for time
* dev: rename views to issue views
* dev: rename in serilaizer and views
* dev: update issue filters
* dev: update filter
* feat: create issue favorites
* dev: update query keys
* dev: update create and update method
2023-03-15 23:25:09 +05:30
pablohashescobar and GitHub
46f6b61928
refactor: grouper function to fix priority keys ( #415 )
2023-03-15 23:24:55 +05:30
pablohashescobar and GitHub
5d8f2b6b75
feat: github importer ( #425 )
...
* dev: init github importer
* dev: add endpoint for creating import
* dev: create endpoint to bulk create issues
* dev: bulk issue importer
* dev: bulk create endpoints for labels and updates in issue bulk create endpoint to create labels and links
* dev: add comments in bluk create
* dev: status import endpoint and user invitaion workflow
* dev: initiate github repo sync
* dev: bulk issue sync endpoint and fix key issue in bg task
* dev: update endpoints for service imports
* dev: update labels logic
* dev: update importer task
* dev: bulk issue activities
* dev: update importer task for mapped users
* dev: update importer endpoint to send github token
* dev: update bulk import endpoint
* fix: workspace get query
* dev: update bulk import endpoints
2023-03-15 23:24:44 +05:30
pablohashescobar and GitHub
d3ca8560fc
fix: project list ordering ( #427 )
2023-03-15 23:24:26 +05:30
pablohashescobar and GitHub
ab9e0cf559
refactor: update response structure for cycle issue and module issues ( #432 )
2023-03-15 23:21:37 +05:30
pablohashescobar and GitHub
c07cfee018
refactor: update favorites for project, cycle and module ( #434 )
...
* dev: refactor favorites
* dev: fix typo
2023-03-15 23:21:23 +05:30
pablohashescobar and GitHub
ed8f0b8473
feat: user activity graph ( #437 )
...
* feat: user activity graph
* dev: issue completed and activity graph
2023-03-15 23:21:08 +05:30
pablohashescobar and GitHub
0082a98d53
dev: add cycle date validation ( #442 )
2023-03-15 23:20:49 +05:30
pablohashescobar and GitHub
d6aadb115d
refactor: users endpoint to return invites and assigned issues count ( #449 )
2023-03-15 23:20:31 +05:30
Aaryan Khandelwal and GitHub
4639ab3d9c
fix: workspace dropdown ( #447 )
...
* fix: workspace dropdown links
* fix: module progress round off
2023-03-15 18:50:37 +05:30
Aaryan Khandelwal and GitHub
c11bf7c7de
feat: progress bar for module ( #446 )
2023-03-15 18:00:40 +05:30
Anmol Singh Bhatia and GitHub
ae8902e815
style: sidebar icon color ( #444 )
2023-03-15 17:41:52 +05:30
Anmol Singh Bhatia and GitHub
164072e3cc
fix: date checker edge case fix ( #443 )
2023-03-15 17:41:24 +05:30
928ebdf632
fix: mutation for issue update on both kanban & list ( #436 )
...
* refactor: issues filter logic
* fix: removed fetch logic from hooks
* feat: filter by assignee and label
* chore: remove filter buttons
* feat: filter options
* fix: mutation for issue update on both kanban & list
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-03-15 11:44:44 +05:30
Anmol Singh Bhatia and GitHub
636e8e6c60
style: empty state global component ( #435 )
2023-03-15 11:01:54 +05:30
Aaryan Khandelwal and GitHub
bfab4865cd
chore: update user file assets endpoint ( #438 )
...
* chore: new service for user assets
* chore: update user file assets endpoint
2023-03-15 11:00:42 +05:30
Aaryan Khandelwal and GitHub
dbd6de0988
feat: views template created ( #439 )
2023-03-15 11:00:05 +05:30
Aaryan Khandelwal and GitHub
32d37ec45e
refactor: custom search select component ( #440 )
2023-03-15 10:59:43 +05:30
Aaryan Khandelwal and GitHub
bcd2ac1317
feat: issue filters dropdown created ( #441 )
2023-03-15 10:59:23 +05:30
Dakshesh Jain and GitHub
0117ccfca2
fix: made project list authenticated ( #428 )
2023-03-14 12:21:06 +05:30
Aaryan Khandelwal and GitHub
0ba81a10f1
style: made the paddings and text sizes smaller ( #433 )
2023-03-14 12:18:14 +05:30
Aaryan Khandelwal and GitHub
3f5bbf336c
fix: truncate text function ( #431 )
2023-03-14 12:16:38 +05:30
Aaryan Khandelwal and GitHub
d6d51c2f43
fix: modules sidebar lead select not working ( #429 )
2023-03-14 12:16:26 +05:30
Anmol Singh Bhatia and GitHub
d5d64e09d4
style: design ( #430 )
...
* style: shortcut modal
* style: feature setting module icon
* style: delete issue modal
* style: delete project modal
* style: sidebar prompt for chart and other info
* fix: create issue modal state icon
* fix: workspace dropdown
2023-03-13 23:38:43 +05:30
Narayana Vadapalli and GitHub
7d7683ae6f
Merge pull request #424 from pinarruiz/feature/upload-images
...
Github actions to push images
2023-03-13 10:20:37 +05:30
Narayana Vadapalli and GitHub
fcd64de8af
Update push-image-frontend.yml
2023-03-13 10:19:17 +05:30
Narayana Vadapalli and GitHub
b2765d47b4
Update push-image-backend.yml
2023-03-13 10:15:05 +05:30
Alejandro Pinar Ruiz
aca0c251b8
Github actions to push images
2023-03-12 20:35:47 +01:00
pablohashescobar and GitHub
6de6522a41
chore: permissions for api endpoints ( #419 )
2023-03-11 23:51:06 +05:30
Vihar Kurama and GitHub
bff89ee4c6
Merge pull request #422 from makeplane/feat/issue_templates
...
feat: new issue templates
2023-03-11 23:50:16 +05:30
pablohashescobar
7744d9b69a
feat: new issue templates
2023-03-11 23:49:02 +05:30
Aaryan Khandelwal and GitHub
441cf39d2c
refactor: global workspace form ( #421 )
2023-03-11 17:23:23 +05:30
Anmol Singh Bhatia and GitHub
4a7f80712b
style: workspace sidebar ( #417 )
2023-03-10 16:05:10 +05:30
Aaryan Khandelwal and GitHub
c7923f6d44
feat: added load more button to github repos dropdown ( #414 )
2023-03-10 16:03:49 +05:30
Anmol Singh Bhatia and GitHub
4fad685ec8
style: workspace dropdown ( #416 )
...
* style: workspace dropdown
* style: workspace dropdown hover fix
2023-03-10 12:32:29 +05:30
Anmol Singh Bhatia and GitHub
704b7d02ef
style : ui fixes ( #412 )
...
* fix: kanban view vertical scroll fix
* fix: delete option remove from my issue page
* fix: my issue filter key renamed with id
* fix: sidebar ellipsis alignment
* fix: cycle card favorite icon alignment
* style: icon added in card options
* fix: progress icon alignment
* style: my issue page list view
2023-03-09 22:50:34 +05:30
Anmol Singh Bhatia and GitHub
4e9149a27c
style: empty cycle state ( #410 )
2023-03-09 22:49:03 +05:30
pablohashescobar and GitHub
0416e07f46
refactor: self hosting setup ( #411 )
...
* merge-commit: self hosted updates
* dev: updates in self hosting setup
* dev: update script to get the instance IP
* dev: update script to generate backend secret key
2023-03-09 20:49:12 +05:30
Anmol Singh Bhatia and GitHub
e3e57df4a2
style: list view ( #409 )
...
* style: list view
* style: list board header spacing fix
2023-03-09 16:05:25 +05:30
Vamsi Kurama and GitHub
2e1c113fdd
Merge pull request #402 from makeplane/develop
...
dev: promote to staging
2023-03-08 20:30:28 +05:30
vamsi
981a246db1
Merge branch 'develop' of https://github.com/makeplane/plane into develop
2023-03-08 20:29:42 +05:30
vamsi
8641e35a61
Merge branch 'stage-release' into develop
2023-03-08 20:28:36 +05:30
+4
20aa3ce318
dev: promote the develop to stage-release ( #399 ) ( #403 )
...
* chore: new link endpoints
* chore: added created by info for link
* chore: cannot have empty state group
* feat: filtering for cycle and module issue and updated grouper function for grouping in modules and cycles (#342 )
* docs: github integration (#346 )
* fix: add pagination for github repositories endpoint (#345 )
* fix: remove bot accounts from list api (#344 )
* refactor: create new endpoints for date checking getting current upcoming and past cycles (#343 )
* refactor: create new endpoints for date checking getting current upcoming and past cycles
* refactor: rename endpoint to match consistency
* fix: remove project slug (#340 )
* refactor: update links to different endpoints (#338 )
* chore: cycle validation services and constants added
* style: kanban board
* chore: cycle type and services updated
* chore: completed cycle dynamic importing and refactor
* feat: cycle modal date validation
* fix: build fix
* style: redesigned sidebar, added new icons and spacing changes
* style: changed app header color to white
* feat: cover image selector for project create
* style/projects_page
* style: added dragging state design
* fix: cycle form date
* chore: draft cycle services and types
* feat: draft tab and cycle sidebar update
* style: projects list page
* fix: image aspect ratio
* style: assignee drop down label
* style: new primary button design
* style: assignee dropdown
* style: assignee dropdown stlye fix
* style: state dropdown redesign
* style: dropdown ui consisteny
* style: priority dropdown redesign
* style: label dropdown redesign
* style: issue dropdown re-order
* style: state Icon
* style: date dropdown redesign
* fix: dropdown issue label
* style: transsition
* style: color fixed
* chore: labels list file and function rename
* style: redesigned create project modal
style: changed image picker to pop-over instread of modal
* fix: upload button on workspace settings page not working, UX of workspace settings image upload
* feat: date range status function added
* style: project settings pages
* fix: merge conflicts
* fix: mutation fix and date range helper fn added
* style: workspace settings pages
* style: dropdowns, feat: favorite projects in sidebar
* feat: global component for combobox with new design
* feat: custom context menu for issues in kanban board
* refactor: global context menu component
* chore: updated context menu component
* chore: updated sidebar selects
* style: kanban horizontal scrollbar added (#372 )
* style: new cycle list (#374 )
* feat: short date helper function
* feat: linear progress indicator added
* style: new cyce list and cycle card design
* feat: short date function improve
* feat: linear progress indicator improvement
* style: cycle card and progress indicator
* fix: helper date function and progress indicator fix
* fix: build error
---------
* chore: updated project favorites endpoints (#375 )
* feat: favorite cycle and style: style improvements (#376 )
* style: consistent btn
* style: caret direction for disclosure
* fix: progress tooltip value rounded
* chore: favorite cycle serivces
* chore: favorite cycle type and constant
* feat: favorite cycle feat added
* refactor: favorite services and type
* fix: build fix
* refactor: sidebar projects menu (#377 )
* feat: add endpoint for draft cycles and add validation for creating draft cycles (#355 )
* feat: add endpoint for draft cycles and add validation for creating draft cycles
* fix: key error in cycle create endpoint
* feat: delete file assets from storage (#373 )
* chore: rename past cycle to completed cycle (#347 )
* fix: workspace member listing endpoint (#348 )
* fix: module issue viewset typo (#349 )
* feat: add project to favourites (#352 )
* feat: add project to favourites
* feat: add project is_favourite attribute to list endpoints
* refactor: updated destroy endpoint to send project_id
* chore: nomenclature update
* feat: add cover image to project (#353 )
* fix: cycle date filtering for current and upcoming cycle (#357 )
* fix: update filtering for completed cycles
* fix: filter updated for upcoming cycles
* fix: cycle and module issue filtering (#363 )
* feat: already exisiting url validation (#368 )
* feat: cycle favourites for user (#369 )
* feat: cycle favourites for user
* chore: update nomenclature
* chore: update on nomenclature
* feat: add favorites for completed and current cycle endpoints
* feat: module favourites for user (#370 )
* feat: added floating toolbar on text selection (#378 )
style: re-designed create-issue modal
* dev: migrations added for ProjectFavorite, ModuleFavorite, CycleFavorite including a bunch of other attribs
* chore: cycles loading, fix: cycles favorite mutation (#379 )
* style: cycle sidebar, fix: cycle card bug fix (#383 )
* style: new cycle sidebar
* style: other information section
* style: progress bar bg fix
* fix: cycle card bug fix
* style: progress chart
* style: chart tooltip
* style : module sidebar (#385 )
* style: new cycle sidebar
* style: other information section
* style: progress bar bg fix
* fix: cycle card bug fix
* style: progress chart
* style: chart tooltip
* style: module link tab added in sidebar stats
* style: lead and member select
* fix: text selection moving when typing in between (#384 )
* feat: added floating toolbar on text selection (#386 )
style: re-designed create-issue modal
* style :module list (#387 )
* chore: module favorite type and services
* style: module list
* style: module list and card
* fix: link fix
* style: truncate (#388 )
* style: truncate
* fix: truncate text added to cycle and module card
* fix: custom menu link item (#390 )
* fix: ui fixes (#392 )
* fix: ui fixes
* chore: kanban issue title length
* style: ui fix (#393 )
* style: truncate
* fix: truncate text added to cycle and module card
* fix: progress percentage
* feat: cycle card tooltip
* fix: sidebar fix
* fix: edit module mutation error (#394 )
* fix: issue details mutation (#389 )
* fix: ui improvement (#395 )
* fix: current cycle date updation
* fix: sidebar overflow fix , date helper fn added
* chore: update module dropdowns (#396 )
* fix: project member filter for bot accounts (#391 )
* fix: make api token only view once (#382 )
* dev: add back migration for project cover images (#381 )
* fix: rename db host name for docker setup (#380 )
* dev: promote to staging (#397 )
* Revert "dev: promote to staging (#397 )" (#398 )
This reverts commit f7405ba1d6 .
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: pablohashescobar <118773738+pablohashescobar@users.noreply.github.com >
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia1001@gmail.com >
Co-authored-by: vamsi <vamsi.kurama@gmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com >
Co-authored-by: Narayana <narayana.vadapalli1996@gmail.com >
Co-authored-by: sphynxux <122926002+sphynxux@users.noreply.github.com >
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@caravel.tech >
Co-authored-by: Dakshesh Jain <dakshesh.jain14@gmail.com >
2023-03-08 19:58:36 +05:30
Vamsi Kurama and GitHub
aa240b90b0
Merge pull request #401 from makeplane/fix/order_by_text
...
fix: order by text
2023-03-08 19:22:57 +05:30
Aaryan Khandelwal
674ecd33ef
fix: order by text
2023-03-08 19:15:28 +05:30
Vamsi Kurama and GitHub
523308a768
Merge pull request #400 from makeplane/fix/kanban_overlay
...
fix: drag overlay z-index, sidebar dropdowns
2023-03-08 19:12:32 +05:30
Aaryan Khandelwal
223a204a97
fix: drag overlay z-index, sidebar dropdowns
2023-03-08 19:08:57 +05:30
+5
c9252c9713
dev: promote the develop to stage-release ( #399 )
...
* chore: new link endpoints
* chore: added created by info for link
* chore: cannot have empty state group
* feat: filtering for cycle and module issue and updated grouper function for grouping in modules and cycles (#342 )
* docs: github integration (#346 )
* fix: add pagination for github repositories endpoint (#345 )
* fix: remove bot accounts from list api (#344 )
* refactor: create new endpoints for date checking getting current upcoming and past cycles (#343 )
* refactor: create new endpoints for date checking getting current upcoming and past cycles
* refactor: rename endpoint to match consistency
* fix: remove project slug (#340 )
* refactor: update links to different endpoints (#338 )
* chore: cycle validation services and constants added
* style: kanban board
* chore: cycle type and services updated
* chore: completed cycle dynamic importing and refactor
* feat: cycle modal date validation
* fix: build fix
* style: redesigned sidebar, added new icons and spacing changes
* style: changed app header color to white
* feat: cover image selector for project create
* style/projects_page
* style: added dragging state design
* fix: cycle form date
* chore: draft cycle services and types
* feat: draft tab and cycle sidebar update
* style: projects list page
* fix: image aspect ratio
* style: assignee drop down label
* style: new primary button design
* style: assignee dropdown
* style: assignee dropdown stlye fix
* style: state dropdown redesign
* style: dropdown ui consisteny
* style: priority dropdown redesign
* style: label dropdown redesign
* style: issue dropdown re-order
* style: state Icon
* style: date dropdown redesign
* fix: dropdown issue label
* style: transsition
* style: color fixed
* chore: labels list file and function rename
* style: redesigned create project modal
style: changed image picker to pop-over instread of modal
* fix: upload button on workspace settings page not working, UX of workspace settings image upload
* feat: date range status function added
* style: project settings pages
* fix: merge conflicts
* fix: mutation fix and date range helper fn added
* style: workspace settings pages
* style: dropdowns, feat: favorite projects in sidebar
* feat: global component for combobox with new design
* feat: custom context menu for issues in kanban board
* refactor: global context menu component
* chore: updated context menu component
* chore: updated sidebar selects
* style: kanban horizontal scrollbar added (#372 )
* style: new cycle list (#374 )
* feat: short date helper function
* feat: linear progress indicator added
* style: new cyce list and cycle card design
* feat: short date function improve
* feat: linear progress indicator improvement
* style: cycle card and progress indicator
* fix: helper date function and progress indicator fix
* fix: build error
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
* chore: updated project favorites endpoints (#375 )
* feat: favorite cycle and style: style improvements (#376 )
* style: consistent btn
* style: caret direction for disclosure
* fix: progress tooltip value rounded
* chore: favorite cycle serivces
* chore: favorite cycle type and constant
* feat: favorite cycle feat added
* refactor: favorite services and type
* fix: build fix
* refactor: sidebar projects menu (#377 )
* feat: add endpoint for draft cycles and add validation for creating draft cycles (#355 )
* feat: add endpoint for draft cycles and add validation for creating draft cycles
* fix: key error in cycle create endpoint
* feat: delete file assets from storage (#373 )
* chore: rename past cycle to completed cycle (#347 )
* fix: workspace member listing endpoint (#348 )
* fix: module issue viewset typo (#349 )
* feat: add project to favourites (#352 )
* feat: add project to favourites
* feat: add project is_favourite attribute to list endpoints
* refactor: updated destroy endpoint to send project_id
* chore: nomenclature update
* feat: add cover image to project (#353 )
* fix: cycle date filtering for current and upcoming cycle (#357 )
* fix: update filtering for completed cycles
* fix: filter updated for upcoming cycles
* fix: cycle and module issue filtering (#363 )
* feat: already exisiting url validation (#368 )
* feat: cycle favourites for user (#369 )
* feat: cycle favourites for user
* chore: update nomenclature
* chore: update on nomenclature
* feat: add favorites for completed and current cycle endpoints
* feat: module favourites for user (#370 )
* feat: added floating toolbar on text selection (#378 )
style: re-designed create-issue modal
* dev: migrations added for ProjectFavorite, ModuleFavorite, CycleFavorite including a bunch of other attribs
* chore: cycles loading, fix: cycles favorite mutation (#379 )
* style: cycle sidebar, fix: cycle card bug fix (#383 )
* style: new cycle sidebar
* style: other information section
* style: progress bar bg fix
* fix: cycle card bug fix
* style: progress chart
* style: chart tooltip
* style : module sidebar (#385 )
* style: new cycle sidebar
* style: other information section
* style: progress bar bg fix
* fix: cycle card bug fix
* style: progress chart
* style: chart tooltip
* style: module link tab added in sidebar stats
* style: lead and member select
* fix: text selection moving when typing in between (#384 )
* feat: added floating toolbar on text selection (#386 )
style: re-designed create-issue modal
* style :module list (#387 )
* chore: module favorite type and services
* style: module list
* style: module list and card
* fix: link fix
* style: truncate (#388 )
* style: truncate
* fix: truncate text added to cycle and module card
* fix: custom menu link item (#390 )
* fix: ui fixes (#392 )
* fix: ui fixes
* chore: kanban issue title length
* style: ui fix (#393 )
* style: truncate
* fix: truncate text added to cycle and module card
* fix: progress percentage
* feat: cycle card tooltip
* fix: sidebar fix
* fix: edit module mutation error (#394 )
* fix: issue details mutation (#389 )
* fix: ui improvement (#395 )
* fix: current cycle date updation
* fix: sidebar overflow fix , date helper fn added
* chore: update module dropdowns (#396 )
* fix: project member filter for bot accounts (#391 )
* fix: make api token only view once (#382 )
* dev: add back migration for project cover images (#381 )
* fix: rename db host name for docker setup (#380 )
* dev: promote to staging (#397 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: pablohashescobar <118773738+pablohashescobar@users.noreply.github.com >
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia1001@gmail.com >
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com >
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
Co-authored-by: Narayana <narayana.vadapalli1996@gmail.com >
* Revert "dev: promote to staging (#397 )" (#398 )
This reverts commit f7405ba1d6 .
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com >
Co-authored-by: pablohashescobar <118773738+pablohashescobar@users.noreply.github.com >
Co-authored-by: sphynxux <122926002+sphynxux@users.noreply.github.com >
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@caravel.tech >
Co-authored-by: Dakshesh Jain <dakshesh.jain14@gmail.com >
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com >
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia1001@gmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Narayana <narayana.vadapalli1996@gmail.com >
2023-03-08 01:07:00 +05:30
Vamsi Kurama and GitHub
303f266fc7
Revert "dev: promote to staging ( #397 )" ( #398 )
...
This reverts commit f7405ba1d6 .
2023-03-08 01:05:38 +05:30
+2
f7405ba1d6
dev: promote to staging ( #397 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: pablohashescobar <118773738+pablohashescobar@users.noreply.github.com >
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia1001@gmail.com >
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com >
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
Co-authored-by: Narayana <narayana.vadapalli1996@gmail.com >
2023-03-08 01:03:11 +05:30
pablohashescobar and GitHub
cf72a187fe
fix: rename db host name for docker setup ( #380 )
2023-03-08 01:00:52 +05:30
pablohashescobar and GitHub
2967fb1bee
dev: add back migration for project cover images ( #381 )
2023-03-08 01:00:34 +05:30
pablohashescobar and GitHub
1a04eda613
fix: make api token only view once ( #382 )
2023-03-08 01:00:10 +05:30
pablohashescobar and GitHub
0bd3e8ae95
fix: project member filter for bot accounts ( #391 )
2023-03-08 00:59:48 +05:30
Aaryan Khandelwal and GitHub
cc498096f3
chore: update module dropdowns ( #396 )
2023-03-07 22:56:22 +05:30
Anmol Singh Bhatia and GitHub
afe2b029c0
fix: ui improvement ( #395 )
...
* fix: current cycle date updation
* fix: sidebar overflow fix , date helper fn added
2023-03-07 22:38:49 +05:30
Dakshesh Jain and GitHub
30a91a6b91
fix: issue details mutation ( #389 )
2023-03-07 22:22:06 +05:30
Aaryan Khandelwal and GitHub
f725ea5b15
fix: edit module mutation error ( #394 )
2023-03-07 22:21:50 +05:30
Anmol Singh Bhatia and GitHub
cf94b92be2
style: ui fix ( #393 )
...
* style: truncate
* fix: truncate text added to cycle and module card
* fix: progress percentage
* feat: cycle card tooltip
* fix: sidebar fix
2023-03-07 20:48:19 +05:30
Aaryan Khandelwal and GitHub
88fca3c67c
fix: ui fixes ( #392 )
...
* fix: ui fixes
* chore: kanban issue title length
2023-03-07 20:27:16 +05:30
Aaryan Khandelwal and GitHub
cadb67a018
fix: custom menu link item ( #390 )
2023-03-07 20:02:03 +05:30
Anmol Singh Bhatia and GitHub
d18765a613
style: truncate ( #388 )
...
* style: truncate
* fix: truncate text added to cycle and module card
2023-03-07 19:32:29 +05:30
Anmol Singh Bhatia and GitHub
61102952d0
style :module list ( #387 )
...
* chore: module favorite type and services
* style: module list
* style: module list and card
* fix: link fix
2023-03-07 18:46:56 +05:30
Dakshesh Jain and GitHub
d8bf9b4c2a
feat: added floating toolbar on text selection ( #386 )
...
style: re-designed create-issue modal
2023-03-07 16:09:37 +05:30
Dakshesh Jain and GitHub
388d5b054a
fix: text selection moving when typing in between ( #384 )
2023-03-07 16:09:17 +05:30
Anmol Singh Bhatia and GitHub
09eab9e6bf
style : module sidebar ( #385 )
...
* style: new cycle sidebar
* style: other information section
* style: progress bar bg fix
* fix: cycle card bug fix
* style: progress chart
* style: chart tooltip
* style: module link tab added in sidebar stats
* style: lead and member select
2023-03-07 15:04:02 +05:30
Anmol Singh Bhatia and GitHub
0246e0585b
style: cycle sidebar, fix: cycle card bug fix ( #383 )
...
* style: new cycle sidebar
* style: other information section
* style: progress bar bg fix
* fix: cycle card bug fix
* style: progress chart
* style: chart tooltip
2023-03-07 13:43:09 +05:30
Aaryan Khandelwal and GitHub
64978969a0
chore: cycles loading, fix: cycles favorite mutation ( #379 )
2023-03-07 11:04:51 +05:30
vamsi
b54a1f221f
dev: migrations added for ProjectFavorite, ModuleFavorite, CycleFavorite including a bunch of other attribs
2023-03-07 03:09:04 +05:30
Dakshesh Jain and GitHub
82f8b6d387
feat: added floating toolbar on text selection ( #378 )
...
style: re-designed create-issue modal
2023-03-06 22:49:06 +05:30
pablohashescobar and GitHub
d28fe930a6
feat: module favourites for user ( #370 )
2023-03-06 19:00:00 +05:30
pablohashescobar and GitHub
cb8b6b43dc
feat: cycle favourites for user ( #369 )
...
* feat: cycle favourites for user
* chore: update nomenclature
* chore: update on nomenclature
* feat: add favorites for completed and current cycle endpoints
2023-03-06 18:59:47 +05:30
pablohashescobar and GitHub
79d7b6fec3
feat: already exisiting url validation ( #368 )
2023-03-06 18:58:10 +05:30
pablohashescobar and GitHub
39f54d8265
fix: cycle and module issue filtering ( #363 )
2023-03-06 18:57:58 +05:30
pablohashescobar and GitHub
3d57edfcf8
fix: cycle date filtering for current and upcoming cycle ( #357 )
...
* fix: update filtering for completed cycles
* fix: filter updated for upcoming cycles
2023-03-06 18:57:46 +05:30
pablohashescobar and GitHub
ae64b53cf3
feat: add cover image to project ( #353 )
2023-03-06 18:57:20 +05:30
pablohashescobar and GitHub
689eaad0f0
feat: add project to favourites ( #352 )
...
* feat: add project to favourites
* feat: add project is_favourite attribute to list endpoints
* refactor: updated destroy endpoint to send project_id
* chore: nomenclature update
2023-03-06 18:57:07 +05:30
pablohashescobar and GitHub
697e7f13b5
fix: module issue viewset typo ( #349 )
2023-03-06 18:56:53 +05:30
pablohashescobar and GitHub
cee8a6a8cd
fix: workspace member listing endpoint ( #348 )
2023-03-06 18:56:41 +05:30
pablohashescobar and GitHub
f5e96b8078
chore: rename past cycle to completed cycle ( #347 )
2023-03-06 18:56:21 +05:30
pablohashescobar and GitHub
cecd025a78
feat: delete file assets from storage ( #373 )
2023-03-06 18:56:05 +05:30
pablohashescobar and GitHub
3a81a6c186
feat: add endpoint for draft cycles and add validation for creating draft cycles ( #355 )
...
* feat: add endpoint for draft cycles and add validation for creating draft cycles
* fix: key error in cycle create endpoint
2023-03-06 18:45:20 +05:30
Aaryan Khandelwal and GitHub
27653907f9
refactor: sidebar projects menu ( #377 )
2023-03-06 18:38:01 +05:30
Anmol Singh Bhatia and GitHub
626aae696f
feat: favorite cycle and style: style improvements ( #376 )
...
* style: consistent btn
* style: caret direction for disclosure
* fix: progress tooltip value rounded
* chore: favorite cycle serivces
* chore: favorite cycle type and constant
* feat: favorite cycle feat added
* refactor: favorite services and type
* fix: build fix
2023-03-06 16:36:22 +05:30
Aaryan Khandelwal and GitHub
d6badcd9b8
chore: updated project favorites endpoints ( #375 )
2023-03-06 11:37:18 +05:30
786816ed41
style: new cycle list ( #374 )
...
* feat: short date helper function
* feat: linear progress indicator added
* style: new cyce list and cycle card design
* feat: short date function improve
* feat: linear progress indicator improvement
* style: cycle card and progress indicator
* fix: helper date function and progress indicator fix
* fix: build error
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-03-06 11:36:48 +05:30
Anmol Singh Bhatia and GitHub
fef72ccc70
style: kanban horizontal scrollbar added ( #372 )
2023-03-06 11:13:08 +05:30
Aaryan Khandelwal and GitHub
a4dc4d1f15
Merge pull request #371 from makeplane/style/dropdowns
...
style: consistent dropdowns, feat: custom context menu
2023-03-06 10:39:50 +05:30
Aaryan Khandelwal
4f4f3ebbde
chore: updated sidebar selects
2023-03-05 23:24:50 +05:30
Aaryan Khandelwal
6d99557de5
chore: updated context menu component
2023-03-05 20:22:01 +05:30
Aaryan Khandelwal
a4da4bf889
refactor: global context menu component
2023-03-05 03:24:24 +05:30
Aaryan Khandelwal
0a681937fd
feat: custom context menu for issues in kanban board
2023-03-04 19:33:24 +05:30
Aaryan Khandelwal
a875c608d4
feat: global component for combobox with new design
2023-03-04 19:10:35 +05:30
Aaryan Khandelwal
4d598fd6b6
style: dropdowns, feat: favorite projects in sidebar
2023-03-04 17:47:03 +05:30
Dakshesh Jain and GitHub
067859b4bd
Merge pull request #367 from makeplane/style/workspace_settings
...
style: workspace settings pages
2023-03-03 18:16:53 +05:30
Aaryan Khandelwal
1d8b4296fb
style: workspace settings pages
2023-03-03 14:30:21 +05:30
Aaryan Khandelwal and GitHub
433276c833
Merge pull request #359 from makeplane/style/projects_page
...
style: projects page
2023-03-03 14:06:59 +05:30
Aaryan Khandelwal and GitHub
03a8ad336e
Merge pull request #366 from makeplane/style/project_settings
...
style: project settings pages
2023-03-03 14:04:04 +05:30
Aaryan Khandelwal
e281feddf5
fix: merge conflicts
2023-03-03 13:55:18 +05:30
Aaryan Khandelwal and GitHub
f290a417bc
Merge pull request #358 from makeplane/feat/cycle_validations
...
feat: cycle validations
2023-03-03 13:53:09 +05:30
Anmol Singh Bhatia
f965734f3b
fix: mutation fix and date range helper fn added
2023-03-03 13:49:19 +05:30
Aaryan Khandelwal
530edbe149
fix: merge conflicts
2023-03-03 13:38:40 +05:30
Aaryan Khandelwal
ad7b691b2b
Merge branch 'develop' of https://github.com/makeplane/plane into style/project_settings
2023-03-03 13:32:42 +05:30
Aaryan Khandelwal and GitHub
76b615d964
Merge pull request #365 from makeplane/fix/workspace_settings_logo
...
fix: upload button on workspace settings page not working
2023-03-03 13:32:25 +05:30
Aaryan Khandelwal and GitHub
2b01ae6500
Merge pull request #364 from makeplane/style/create_project
...
style: redesigned create project modal
2023-03-03 13:31:45 +05:30
Aaryan Khandelwal
db547cc51a
style: project settings pages
2023-03-03 13:29:36 +05:30
Anmol Singh Bhatia
02e4e58f19
feat: date range status function added
2023-03-03 11:32:00 +05:30
Dakshesh Jain
6bf26617a3
fix: upload button on workspace settings page not working, UX of workspace settings image upload
2023-03-02 18:39:51 +05:30
Dakshesh Jain
63d0a0dea7
Merge branch 'develop' of https://github.com/makeplane/plane into style/create_project
2023-03-02 17:09:28 +05:30
Dakshesh Jain
e96a755a2e
style: redesigned create project modal
...
style: changed image picker to pop-over instread of modal
2023-03-02 17:06:21 +05:30
Aaryan Khandelwal and GitHub
aeadf0ebbf
Merge pull request #362 from makeplane/style/issue_dropdown
...
style: new dropdown
2023-03-02 17:01:19 +05:30
Anmol Singh Bhatia
c6d54a0ad2
chore: labels list file and function rename
2023-03-02 15:43:50 +05:30
Anmol Singh Bhatia
1fe1596f9d
style: color fixed
2023-03-02 14:23:38 +05:30
Anmol Singh Bhatia
6bf608a37a
style: transsition
2023-03-02 13:36:20 +05:30
Anmol Singh Bhatia
5ae1f63985
fix: dropdown issue label
2023-03-02 13:29:55 +05:30
Aaryan Khandelwal and GitHub
f5db3dc07b
Merge pull request #351 from makeplane/style/app_header
...
style: changed app header color to white
2023-03-02 13:16:23 +05:30
Aaryan Khandelwal and GitHub
2e6cd2638d
Merge pull request #350 from makeplane/style/app_sidebar
...
style: redesigned sidebar, added new icons and spacing changes
2023-03-02 13:15:29 +05:30
Anmol Singh Bhatia
1f1fa19432
style: date dropdown redesign
2023-03-02 12:33:12 +05:30
Aaryan Khandelwal and GitHub
ea509211a0
Merge pull request #354 from makeplane/feat/unsplash_modal
...
feat: cover image selector for project create
2023-03-02 12:00:16 +05:30
Aaryan Khandelwal and GitHub
032f39d9ec
Merge pull request #360 from makeplane/style/button
...
style: new primary button design
2023-03-02 11:59:20 +05:30
Anmol Singh Bhatia
9a88803a3f
style: state Icon
2023-03-02 11:32:18 +05:30
Anmol Singh Bhatia
216c565afc
Merge branch 'develop' of github.com:makeplane/plane into style/issue_dropdown
2023-03-02 11:02:01 +05:30
Anmol Singh Bhatia
700769665f
style: issue dropdown re-order
2023-03-02 10:37:09 +05:30
Anmol Singh Bhatia
1476896005
style: label dropdown redesign
2023-03-02 10:36:19 +05:30
Anmol Singh Bhatia
cb2f0633f7
style: priority dropdown redesign
2023-03-02 09:38:54 +05:30
Anmol Singh Bhatia
fdbad4ff1a
style: dropdown ui consisteny
2023-03-02 09:38:13 +05:30
Anmol Singh Bhatia
d8e1710a9b
style: state dropdown redesign
2023-03-02 09:01:47 +05:30
Anmol Singh Bhatia
9a52031d59
style: assignee dropdown stlye fix
2023-03-02 09:01:16 +05:30
Anmol Singh Bhatia
217d6ea51c
style: assignee dropdown
2023-03-02 08:03:41 +05:30
Dakshesh Jain
c5d7d4f751
style: new primary button design
2023-03-01 18:43:24 +05:30
Anmol Singh Bhatia
c897f04926
style: assignee drop down label
2023-03-01 16:10:48 +05:30
Aaryan Khandelwal and GitHub
99cf2d4e8d
Merge pull request #356 from makeplane/style/kanban_board
...
style: kanban board
2023-03-01 15:07:21 +05:30
Aaryan Khandelwal
35af45ddd7
fix: image aspect ratio
2023-03-01 14:18:02 +05:30
Aaryan Khandelwal
8f0ef7bf13
fix: merge conflicts
2023-03-01 14:14:24 +05:30
Aaryan Khandelwal
6afcf1f0e3
style: projects list page
2023-03-01 14:11:27 +05:30
Anmol Singh Bhatia
8a941d0d14
feat: draft tab and cycle sidebar update
2023-03-01 11:58:30 +05:30
Anmol Singh Bhatia
7ab6eb7b48
chore: draft cycle services and types
2023-03-01 11:56:14 +05:30
Anmol Singh Bhatia
a840cea9e9
fix: cycle form date
2023-03-01 11:55:04 +05:30
Aaryan Khandelwal
8589ce777f
style: added dragging state design
2023-03-01 11:30:49 +05:30
Aaryan Khandelwal
f7e0e257a4
Merge branch 'develop' of https://github.com/makeplane/plane into style/kanban_board
2023-03-01 11:30:17 +05:30
Aaryan Khandelwal and GitHub
2c0b27d838
Merge pull request #341 from makeplane/chore/delete_state_options
...
chore: cannot have empty state group
2023-03-01 10:48:40 +05:30
Aaryan Khandelwal
76b8b9eaef
style/projects_page
2023-02-28 23:50:21 +05:30
Dakshesh Jain
b660b1d814
feat: cover image selector for project create
2023-02-28 20:54:55 +05:30
Dakshesh Jain
dea21cd660
style: changed app header color to white
2023-02-28 17:09:49 +05:30
Dakshesh Jain
73567dc7fc
style: redesigned sidebar, added new icons and spacing changes
2023-02-28 16:48:02 +05:30
Anmol Singh Bhatia
7d42262e72
fix: build fix
2023-02-28 15:17:14 +05:30
Anmol Singh Bhatia
19e9f510bc
feat: cycle modal date validation
2023-02-28 14:55:19 +05:30
Anmol Singh Bhatia
17e09d70e2
chore: completed cycle dynamic importing and refactor
2023-02-28 14:53:10 +05:30
Anmol Singh Bhatia
443c9300dd
chore: cycle type and services updated
2023-02-28 14:47:32 +05:30
Aaryan Khandelwal
0cd3bb5956
style: kanban board
2023-02-28 14:42:46 +05:30
Anmol Singh Bhatia
d480325829
chore: cycle validation services and constants added
2023-02-28 10:31:52 +05:30
pablohashescobar and GitHub
1b369feb6a
refactor: update links to different endpoints ( #338 )
2023-02-28 02:09:22 +05:30
pablohashescobar and GitHub
7b4d7f12f5
fix: remove project slug ( #340 )
2023-02-28 02:09:09 +05:30
pablohashescobar and GitHub
1255552ebe
refactor: create new endpoints for date checking getting current upcoming and past cycles ( #343 )
...
* refactor: create new endpoints for date checking getting current upcoming and past cycles
* refactor: rename endpoint to match consistency
2023-02-28 02:08:55 +05:30
pablohashescobar and GitHub
1ff0970ed6
fix: remove bot accounts from list api ( #344 )
2023-02-28 02:08:34 +05:30
pablohashescobar and GitHub
90b8d66946
fix: add pagination for github repositories endpoint ( #345 )
2023-02-28 02:08:17 +05:30
sphynxux and GitHub
07295ac314
docs: github integration ( #346 )
2023-02-28 02:07:12 +05:30
pablohashescobar and GitHub
ec4332ea6b
feat: filtering for cycle and module issue and updated grouper function for grouping in modules and cycles ( #342 )
2023-02-27 15:32:15 +05:30
Aaryan Khandelwal and GitHub
3af3bb0fb5
Merge pull request #339 from makeplane/chore/new_link_endpoint
...
chore: new link endpoints
2023-02-27 15:20:00 +05:30
Aaryan Khandelwal
522952fa59
chore: cannot have empty state group
2023-02-24 16:22:49 +05:30
Aaryan Khandelwal
9dd5b15cd3
chore: added created by info for link
2023-02-24 15:53:25 +05:30
Aaryan Khandelwal
df836d55d5
chore: new link endpoints
2023-02-24 15:50:15 +05:30
Vamsi Kurama and GitHub
397a3cec4f
Merge pull request #336 from makeplane/develop
...
release: bug-fixes and ui/ux improvements for 23 Feb 2023
2023-02-24 00:03:37 +05:30
Vamsi Kurama and GitHub
3c6752807d
Merge pull request #335 from makeplane/style/ui_consistency
...
style: kanban dropdowns
2023-02-23 23:58:06 +05:30
pablohashescobar and GitHub
517600ac89
fix: add filter for workspace integrations ( #325 )
...
* fix: add filter for workspace integrations
* fix: update url for delete
* fix: remove github installation when deleted
* fix: delete old repos
* fix: add filter on repository endpoints
2023-02-23 23:56:48 +05:30
Aaryan Khandelwal
90c913ce03
fix: merge conflicts
2023-02-23 22:36:20 +05:30
Aaryan Khandelwal
b4c4271f66
style: kanban dropdowns, github integration loaders
2023-02-23 22:34:36 +05:30
Dakshesh Jain and GitHub
b53b0bc3f0
fix: create issue modal close on escape click ( #333 )
2023-02-23 19:56:18 +05:30
Anmol Singh Bhatia and GitHub
443c187cde
feat: sidebar select option truncate ( #334 )
2023-02-23 19:54:28 +05:30
Anmol Singh Bhatia and GitHub
946dddb6b2
fix: kanban assignees tooltip ( #332 )
2023-02-23 19:04:08 +05:30
Anmol Singh Bhatia and GitHub
69e8b504de
fix: ui fix ( #331 )
...
* fix: project card id removed
* feat: my issue page copy issue option
2023-02-23 18:12:43 +05:30
36a733cd06
style: github integration ui ( #329 )
...
* fix: ellipsis added to issue title
* feat: toolttip added
* feat: assignees tooltip added
* fix: build fix
* fix: build fix
* fix: build error
* fix: minor bugs and ux improvements
* style: github integration ui
* chore: updated .env.example file
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@caravel.tech >
2023-02-23 18:12:07 +05:30
sriram veeraghanta and GitHub
2b3cb839ad
environmental example variables fixes ( #330 )
2023-02-23 18:05:32 +05:30
Dakshesh Jain and GitHub
98d4473501
fix: issue view not updating order_by value ( #324 )
2023-02-23 17:50:47 +05:30
Dakshesh Jain and GitHub
a550f4b161
refractor: added proper types to getServerSideProps context ( #321 )
...
* fix: redirection after login
* refractor: added proper types to getServerSideProps context
2023-02-23 17:50:37 +05:30
Dakshesh Jain and GitHub
1e63c5b1b3
style: added direction for multi-level drop-down ( #328 )
...
* feat: made new multi-level select listbox
* refractor: changeds Multi-level-select component and added direction props
* style: added direction for multi-level drop-down
2023-02-23 17:02:26 +05:30
Anmol Singh Bhatia and GitHub
4caa4e33b1
fix: ui improvements ( #327 )
...
* fix: kanban board header scroll fix
* style: enable scrollbar style added
* fix: emoji picker overflow
* fix: delete project modal text overflow
* fix: cycle card ellipsis
* fix: tooltip position updated and custom class added
* fix: assignees tooltip overflow
* fix: module card
* fix: my issue page tooltip and responsive title added
* fix: home page tooltip and responsiveness
2023-02-23 16:46:52 +05:30
Dakshesh Jain and GitHub
6a10faca68
feat: made new multi-level select listbox ( #326 )
2023-02-23 15:36:46 +05:30
sriram veeraghanta and GitHub
ad5a8be0e2
Merge pull request #323 from makeplane/develop
...
release: Stage Release 23rd Feb 2023
2023-02-23 10:58:57 +05:30
92f717962c
fix: minor bugs and ux improvements ( #322 )
...
* fix: ellipsis added to issue title
* feat: toolttip added
* feat: assignees tooltip added
* fix: build fix
* fix: build fix
* fix: build error
* fix: minor bugs and ux improvements
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@caravel.tech >
2023-02-23 10:54:54 +05:30
vamsi
702cfeb4ee
dev: added new migrations
2023-02-23 01:04:44 +05:30
vamsi
649748f801
Merge branch 'develop' of https://github.com/makeplane/plane into develop
2023-02-23 01:02:34 +05:30
vamsi
2fffad130e
Merge branch 'master' of https://github.com/makeplane/plane into develop
2023-02-23 01:01:52 +05:30
pablohashescobar and GitHub
937222fdd4
feat: assignee and label details in cycle and module issues ( #319 )
2023-02-23 01:01:09 +05:30
a9802f816e
feat: github integration ( #315 )
...
* feat: initiate integrations
* feat: initiate github integration create models for the same
* feat: github integration views
* fix: update workspace integration view to create bot users
* refactor: rename repository model
* refactor: update github repo sync endpoint to create repo and sync in one go
* refactor: update issue activities to post the updates to segway hook
* refactor: update endpoints to get project id and add actor as a member of project in repo sync
* fix: make is bot as a read only field
* fix: remove github repo imports
* fix: url mapping
* feat: repo views
* refactor: update webhook request endpoint
* refactor: rename repositories table to github_repositories
* fix: workpace integration actor
* feat: label for github integration
* refactor: issue activity on create issue
* refactor: repo create endpoint and add db constraints for repo sync and issues
* feat: create api token on workpsace integration and avatar_url for integrations
* refactor: add uuid primary key for Audit model
* refactor: remove id from auditfield to maintain integrity and make avatar blank if none supplied
* feat: track comments on an issue
* feat: comment syncing from plane to github
* fix: prevent activities created by bot to be sent to webhook
* feat: github app installation id retrieve
* feat: github app installation id saved into db
* feat: installation_id for the github integragation and unique provider and project base integration for repo
* refactor: remove actor logic from activity task
* feat: saving github metadata using installation id in workspace integration table
* feat: github repositories endpoint
* feat: github and project repos synchronisation
* feat: delete issue and delete comment activity
* refactor: remove print logs
* FIX: reading env names for github app while installation
* refactor: update bot user firstname with title
* fix: add is_bot value in field
---------
Co-authored-by: venplane <venkatesh@plane.so >
2023-02-22 19:40:57 +05:30
Dakshesh Jain and GitHub
c1a78cc230
fix: redirection after login ( #320 )
2023-02-22 17:54:27 +05:30
d29f34566c
fix : tooltip fix ( #318 )
...
* fix: ellipsis added to issue title
* feat: toolttip added
* feat: assignees tooltip added
* fix: build fix
* fix: build fix
* fix: build error
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-02-22 13:24:59 +05:30
Anmol Singh Bhatia and GitHub
d8c10b6bc0
feat: issues tooltip , fix: ui improvement ( #317 )
...
* fix: ellipsis added to issue title
* feat: toolttip added
* feat: assignees tooltip added
* fix: build fix
2023-02-22 11:42:17 +05:30
sriram veeraghanta and GitHub
2cadb3784b
env fixes ( #316 )
2023-02-22 00:53:22 +05:30
pablohashescobar and GitHub
f17ecd597b
Merge pull request #278 from makeplane/feat/multiple_sub_issues
...
feat: assign multiple sub issues
2023-02-21 23:52:33 +05:30
pablohashescobar and GitHub
33ed2f6c35
Merge pull request #287 from makeplane/fix/state_ordering
...
fix: state ordering in group
2023-02-21 23:52:21 +05:30
pablohashescobar and GitHub
a904c4a7de
Merge pull request #302 from makeplane/feat/issue_sorting_grouping
...
feat: updated issue grouping and filtering
2023-02-21 23:52:08 +05:30
pablohashescobar and GitHub
71f9ae41f3
feat: created_by details for links ( #313 )
2023-02-21 23:50:54 +05:30
+2
1b94c7b640
Merge pull request #314 from makeplane/develop
...
* chore: update all backend dependencies to the latest version
* feat: record issue completed at date when the issues are moved to fompleted group (#262 )
* feat: cycle status (#265 )
* feat: cycle status and dates added in sidebar
* feat: update status added
* chore: update python runtime
* feat: label grouping in dropdowns, default state in project settings (#266 )
* feat: label grouping in dropdowns, default state in project settings
* feat: label disclosure default open
* refactor: label setting page
* chore: tooltip component updated
* chore: tooltip component updated
* feat/state_sequence_change
* fix: remirror buttons (#267 )
* feat: burndown chart (#268 )
* chore: recharts dependencie added
* chore: tpye added for issue completed at
* feat: date range helper fn added
* feat: progress chart added
* feat: ideal task line added in progress chart
* feat: chart legends added
* fix: state reordering (#269 )
* fix: state reordering
* refactor: remove unnecessary argument
* refactor: mutation after setting default
* feat: drag and drop an issue to delete (#270 )
* feat: drag and drop an issue to delete
* style: repositioned trash box
* feat : cycle sidebar revamp (#271 )
* feat: range date picker added
* feat: cycle status ui improved
* feat : sidebar progress improvement (#272 )
* feat: progress chart render validation
* fix: sidebar stats tab
* feat: sidebar active tab context
* chore: removed minor bugs (#273 )
* fix: ui bug (#274 )
* fix: shortcut search fix
shortcut modal ui fixes
shortcut search fix
email us label change
* fix: email us label updated
* feat: default state for project (#264 )
* build: add channels requirement for the asgi configuration (#225 )
* refactor: combine sign in and sign up endpoint to a single endpoint (#263 )
* feat: state grouping and ordering list (#253 )
* feat: state grouping and ordering list
* fix: state grouping in state list endpoint
* dev: added migrations for new models schema changes
* fix: mac text copy fix (#277 )
* feat: state description in settings (#275 )
* chore: removed minor bugs
* feat: state description in settings
* feat: group by assignee
* refactor: update django admin panel heading (#276 )
* feat: create label option in create issue modal (#281 )
* refactor: issue details page (#282 )
* fix: shortcut search (#283 )
* fix: search case innsensitive
* style: email icon updated
* feat: module sidebar date and status updated (#285 )
* feat: bulk assign sub-issues (#284 )
* fix: consistent dropdowns, refactor: ui components (#286 )
* build(deps): bump django in /apiserver/requirements (#289 )
Bumps [django](https://github.com/django/django ) from 3.2.17 to 3.2.18.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.2.17...3.2.18 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: workspace name and breadcrumb title , refactor: command palette (#290 )
* refactor: command pallette
* fix: workspace name trim
* fix: breadcrumb title responsiveness added
* feat: copy link option (#292 )
* feat: copy issue link added in issue card
* feat: copy cycle link added
* feat: ellipsis added in module card
* fix: origin path and handlecopytext added
* fix: remirror image not updating (#294 )
* feat: resend login magic code (#291 )
* feat: resend login code on signing page after 30 seconds
* feat: handling error on code send
* refractor: isResendDisabled varible for resend button
* dev: timer count-down hook
* refractor: using new timer hook in sign in page
* feat: issue links (#288 )
* feat: links for issues
* fix: add issue link in serilaizer
* feat: links can be added to issues
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
* fix: default label color (#295 )
* fix: colors of old labels can now be changed
* fix: black color for labels with no color
* fix: ui changes (#297 )
* fix: module card height and invalid date
* fix: issue details page title resizing fix
* refractor: use local storage hook (#293 )
* feat: resend login code on signing page after 30 seconds
* refractor: use local storage hook
* refractor: properly using new local storage hook on modules sidebar
* fix: assignee and labels field while editing an issue (#296 )
* fix: assignee and labels field while editing an issue
* chore: remove unused declarations
* fix: issue title resizing fix (#300 )
* fix: issue title resizing fix
* fix: header ui fix and invalid date label updated
* fix: try/catch for invalid values stored in local storage (#301 )
* fix: create issue modal closing on clicking on Grammarly recommendation (#299 )
fixed it by not closing modal on outside click
* style: not showing pointer & theme color on resend code button disabled (#298 )
* fix: new project issues response (#303 )
* refactor/cycles_folder_structure (#304 )
* fix: ui changes (#306 )
* fix: sidebar date range
* fix: renamed key with id in filters
* fix: replace progress bar
* chore: react progress bar package removed
* fix: progress chart legends position
* fix: progress chart legends alignment fix
* feat: manual ordering of issues (#305 )
* feat: global component for links list (#307 )
* Feat: Dockerizing using nginx reverse proxy (#280 )
* minor docker fixes
* eslint config changes
* dockerfile changes to backend and frontend
* oauth enabled env flag
* sentry enabled env flag
* build: get alternatives for environment variables and static file storage
* build: automatically generate random secret key if not provided
* build: update docker compose for next url env add channels to requirements for asgi server and save files in local machine for docker environment
* build: update nginx conf for backend base url update backend dockerfile to make way for static file uploads
* feat: create a default user with given values else default values
* chore: update docker python version and other dependency version in docker
* build: update local settings file to run it in docker
* fix: update script to run in default production setting
* fix: env variable changes and env setup shell script added
* Added Single Dockerfile to run the Entire plane application
* docs build fixes
---------
Co-authored-by: Narayana <narayana.vadapalli1996@gmail.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
* feat: edit module (#309 )
* feat: edit module
* fix: build fix
* refactor: dnd function (#308 )
* refactor: manual ordering bugs (#312 )
* refactor: create issue modal input fields (#310 )
* style: showing user sign-in progress on sign-in with code (#311 )
* style: not showing pointer & theme color on resend code button disabled
* style: showing user sign-in progress on sign-in with code
* style: showing error from server on sign-in with code fail
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: pablohashescobar <118773738+pablohashescobar@users.noreply.github.com >
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia1001@gmail.com >
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com >
Co-authored-by: vamsi <vamsi.kurama@gmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com >
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
Co-authored-by: Narayana <narayana.vadapalli1996@gmail.com >
2023-02-21 19:17:32 +05:30
Dakshesh Jain and GitHub
5cbb3ecd4d
style: showing user sign-in progress on sign-in with code ( #311 )
...
* style: not showing pointer & theme color on resend code button disabled
* style: showing user sign-in progress on sign-in with code
* style: showing error from server on sign-in with code fail
2023-02-21 19:14:12 +05:30
Aaryan Khandelwal and GitHub
c0263acb8a
refactor: create issue modal input fields ( #310 )
2023-02-21 19:12:38 +05:30
Aaryan Khandelwal and GitHub
8d6a357a7f
refactor: manual ordering bugs ( #312 )
2023-02-21 19:11:54 +05:30
Aaryan Khandelwal and GitHub
8c15a1519f
refactor: dnd function ( #308 )
2023-02-21 14:56:32 +05:30
Anmol Singh Bhatia and GitHub
3d28cde91d
feat: edit module ( #309 )
...
* feat: edit module
* fix: build fix
2023-02-21 12:45:04 +05:30
bdca84bd09
Feat: Dockerizing using nginx reverse proxy ( #280 )
...
* minor docker fixes
* eslint config changes
* dockerfile changes to backend and frontend
* oauth enabled env flag
* sentry enabled env flag
* build: get alternatives for environment variables and static file storage
* build: automatically generate random secret key if not provided
* build: update docker compose for next url env add channels to requirements for asgi server and save files in local machine for docker environment
* build: update nginx conf for backend base url update backend dockerfile to make way for static file uploads
* feat: create a default user with given values else default values
* chore: update docker python version and other dependency version in docker
* build: update local settings file to run it in docker
* fix: update script to run in default production setting
* fix: env variable changes and env setup shell script added
* Added Single Dockerfile to run the Entire plane application
* docs build fixes
---------
Co-authored-by: Narayana <narayana.vadapalli1996@gmail.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2023-02-21 11:31:43 +05:30
Aaryan Khandelwal and GitHub
33e2986062
feat: global component for links list ( #307 )
2023-02-21 11:23:50 +05:30
Aaryan Khandelwal and GitHub
818fe3ecf7
feat: manual ordering of issues ( #305 )
2023-02-20 19:19:46 +05:30
Anmol Singh Bhatia and GitHub
202096500e
fix: ui changes ( #306 )
...
* fix: sidebar date range
* fix: renamed key with id in filters
* fix: replace progress bar
* chore: react progress bar package removed
* fix: progress chart legends position
* fix: progress chart legends alignment fix
2023-02-20 19:00:40 +05:30
Aaryan Khandelwal and GitHub
e5934e0b07
refactor/cycles_folder_structure ( #304 )
2023-02-20 11:23:04 +05:30
Aaryan Khandelwal and GitHub
77c319c748
fix: new project issues response ( #303 )
2023-02-18 21:19:04 +05:30
pablohashescobar
d50cc14972
fix: typo in model aggregation key
2023-02-18 18:21:42 +05:30
pablohashescobar
495ac0ca00
feat: improved grouper with grouping function
2023-02-18 15:43:47 +05:30
pablohashescobar
236c660cc7
feat: sort order during create
2023-02-18 12:35:42 +05:30
pablohashescobar
eba0f02aeb
feat: back migration script to populate random sort_order values
2023-02-18 12:29:46 +05:30
pablohashescobar
2505417dbd
feat: updated issue grouping and filtering
2023-02-18 12:22:17 +05:30
Dakshesh Jain and GitHub
393638c700
style: not showing pointer & theme color on resend code button disabled ( #298 )
2023-02-17 20:10:44 +05:30
Dakshesh Jain and GitHub
11a36b4398
fix: create issue modal closing on clicking on Grammarly recommendation ( #299 )
...
fixed it by not closing modal on outside click
2023-02-17 20:10:21 +05:30
Dakshesh Jain and GitHub
d71cf567e9
fix: try/catch for invalid values stored in local storage ( #301 )
2023-02-17 20:10:02 +05:30
Anmol Singh Bhatia and GitHub
fcb932dc5d
fix: issue title resizing fix ( #300 )
...
* fix: issue title resizing fix
* fix: header ui fix and invalid date label updated
2023-02-17 19:58:27 +05:30
Aaryan Khandelwal and GitHub
c979599e53
fix: assignee and labels field while editing an issue ( #296 )
...
* fix: assignee and labels field while editing an issue
* chore: remove unused declarations
2023-02-17 19:07:36 +05:30
Dakshesh Jain and GitHub
a0d176c952
refractor: use local storage hook ( #293 )
...
* feat: resend login code on signing page after 30 seconds
* refractor: use local storage hook
* refractor: properly using new local storage hook on modules sidebar
2023-02-17 18:52:16 +05:30
Anmol Singh Bhatia and GitHub
8c39717068
fix: ui changes ( #297 )
...
* fix: module card height and invalid date
* fix: issue details page title resizing fix
2023-02-17 18:51:45 +05:30
Aaryan Khandelwal and GitHub
45319d81db
fix: default label color ( #295 )
...
* fix: colors of old labels can now be changed
* fix: black color for labels with no color
2023-02-17 17:06:30 +05:30
7c1f357bed
feat: issue links ( #288 )
...
* feat: links for issues
* fix: add issue link in serilaizer
* feat: links can be added to issues
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2023-02-17 17:04:12 +05:30
Dakshesh Jain and GitHub
a66b2fd73d
feat: resend login magic code ( #291 )
...
* feat: resend login code on signing page after 30 seconds
* feat: handling error on code send
* refractor: isResendDisabled varible for resend button
* dev: timer count-down hook
* refractor: using new timer hook in sign in page
2023-02-17 16:58:00 +05:30
Aaryan Khandelwal and GitHub
4b068398bd
fix: remirror image not updating ( #294 )
2023-02-17 16:57:31 +05:30
Anmol Singh Bhatia and GitHub
1665863bd9
feat: copy link option ( #292 )
...
* feat: copy issue link added in issue card
* feat: copy cycle link added
* feat: ellipsis added in module card
* fix: origin path and handlecopytext added
2023-02-17 14:04:34 +05:30
Anmol Singh Bhatia and GitHub
a28be95002
fix: workspace name and breadcrumb title , refactor: command palette ( #290 )
...
* refactor: command pallette
* fix: workspace name trim
* fix: breadcrumb title responsiveness added
2023-02-16 18:01:14 +05:30
6ed5c05164
build(deps): bump django in /apiserver/requirements ( #289 )
...
Bumps [django](https://github.com/django/django ) from 3.2.17 to 3.2.18.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.2.17...3.2.18 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-16 16:04:26 +05:30
Aaryan Khandelwal and GitHub
667dafbda4
fix: consistent dropdowns, refactor: ui components ( #286 )
2023-02-16 12:03:52 +05:30
pablohashescobar
2d2751c58d
fix: state ordering in group
2023-02-15 17:53:37 +05:30
Aaryan Khandelwal and GitHub
ec37bb9d23
feat: bulk assign sub-issues ( #284 )
2023-02-15 14:45:28 +05:30
Anmol Singh Bhatia and GitHub
f21135d955
feat: module sidebar date and status updated ( #285 )
2023-02-15 14:44:19 +05:30
Anmol Singh Bhatia and GitHub
9b51a918cf
fix: shortcut search ( #283 )
...
* fix: search case innsensitive
* style: email icon updated
2023-02-15 12:28:22 +05:30
Aaryan Khandelwal and GitHub
ab0ce2f649
refactor: issue details page ( #282 )
2023-02-15 12:21:41 +05:30
pablohashescobar
9a5d7b1049
Merge branch 'develop' of github.com:makeplane/plane into feat/multiple_sub_issues
2023-02-14 20:08:39 +05:30
pablohashescobar
b8c1305883
fix: error validation for empty length
2023-02-14 20:08:04 +05:30
Aaryan Khandelwal and GitHub
6f0539f01d
feat: create label option in create issue modal ( #281 )
2023-02-14 20:05:32 +05:30
pablohashescobar
c9dce08842
feat: assign multiple sub issues
2023-02-14 15:33:53 +05:30
pablohashescobar and GitHub
fcba332589
refactor: update django admin panel heading ( #276 )
2023-02-14 14:50:16 +05:30
Aaryan Khandelwal and GitHub
e53ff4c02e
feat: state description in settings ( #275 )
...
* chore: removed minor bugs
* feat: state description in settings
* feat: group by assignee
2023-02-14 14:46:48 +05:30
Anmol Singh Bhatia and GitHub
9c8c7f1dda
fix: mac text copy fix ( #277 )
2023-02-14 14:35:14 +05:30
vamsi
7950f191e7
dev: added migrations for new models schema changes
2023-02-14 01:19:59 +05:30
pablohashescobar and GitHub
92d5749997
feat: state grouping and ordering list ( #253 )
...
* feat: state grouping and ordering list
* fix: state grouping in state list endpoint
2023-02-14 01:16:35 +05:30
pablohashescobar and GitHub
af1d49bbf5
refactor: combine sign in and sign up endpoint to a single endpoint ( #263 )
2023-02-14 01:14:56 +05:30
pablohashescobar and GitHub
0477db69a0
build: add channels requirement for the asgi configuration ( #225 )
2023-02-14 01:14:24 +05:30
pablohashescobar and GitHub
7a3c00aba4
Merge pull request #226 from makeplane/chore/backend_dependencies
...
chore: update all backend dependencies to the latest version
2023-02-14 01:14:05 +05:30
pablohashescobar and GitHub
97ffdc8124
feat: default state for project ( #264 )
2023-02-14 01:12:32 +05:30
Anmol Singh Bhatia and GitHub
c6f0990605
fix: ui bug ( #274 )
...
* fix: shortcut search fix
shortcut modal ui fixes
shortcut search fix
email us label change
* fix: email us label updated
2023-02-13 20:19:46 +05:30
Aaryan Khandelwal and GitHub
214e860e67
chore: removed minor bugs ( #273 )
2023-02-13 19:38:58 +05:30
Anmol Singh Bhatia and GitHub
8fb34fe1e3
feat : sidebar progress improvement ( #272 )
...
* feat: progress chart render validation
* fix: sidebar stats tab
* feat: sidebar active tab context
2023-02-13 13:14:23 +05:30
Anmol Singh Bhatia and GitHub
ebf294af55
feat : cycle sidebar revamp ( #271 )
...
* feat: range date picker added
* feat: cycle status ui improved
2023-02-13 10:33:02 +05:30
Aaryan Khandelwal and GitHub
d0afa486c7
feat: drag and drop an issue to delete ( #270 )
...
* feat: drag and drop an issue to delete
* style: repositioned trash box
2023-02-13 10:32:02 +05:30
Aaryan Khandelwal and GitHub
0a88b3ed84
fix: state reordering ( #269 )
...
* fix: state reordering
* refactor: remove unnecessary argument
* refactor: mutation after setting default
2023-02-13 10:30:44 +05:30
Anmol Singh Bhatia and GitHub
bb4ffec7e8
feat: burndown chart ( #268 )
...
* chore: recharts dependencie added
* chore: tpye added for issue completed at
* feat: date range helper fn added
* feat: progress chart added
* feat: ideal task line added in progress chart
* feat: chart legends added
2023-02-10 18:40:02 +05:30
Aaryan Khandelwal and GitHub
af22dc9c58
fix: remirror buttons ( #267 )
2023-02-10 18:39:23 +05:30
Aaryan Khandelwal and GitHub
a403c0c346
feat: label grouping in dropdowns, default state in project settings ( #266 )
...
* feat: label grouping in dropdowns, default state in project settings
* feat: label disclosure default open
* refactor: label setting page
* chore: tooltip component updated
* chore: tooltip component updated
* feat/state_sequence_change
2023-02-10 18:02:18 +05:30
pablohashescobar
37c28b251d
chore: update python runtime
2023-02-09 19:07:08 +05:30
7c06be19fc
feat: cycle status ( #265 )
...
* feat: cycle status and dates added in sidebar
* feat: update status added
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia1001@gmail.com >
2023-02-09 17:54:47 +05:30
pablohashescobar and GitHub
9e9a6f4cce
feat: record issue completed at date when the issues are moved to fompleted group ( #262 )
2023-02-09 10:41:43 +05:30
sriram veeraghanta and GitHub
605ab26bb0
Merge pull request #261 from makeplane/develop
...
Merge pull request #260 from makeplane/stage-release
2023-02-09 00:21:51 +05:30
sriram veeraghanta and GitHub
a94a3e2726
Merge pull request #260 from makeplane/stage-release
...
Branch Sync
2023-02-09 00:21:12 +05:30
sriram veeraghanta and GitHub
394c73885d
Merge pull request #259 from makeplane/stage-release-develop
...
release: Stage Release
2023-02-09 00:19:42 +05:30
sriramveeraghanta
7f406ceb39
fix: merge conflicts resolved
2023-02-09 00:12:59 +05:30
56030b1c2c
fix: github auth login ( #250 )
...
* fix: added PROJECT_ISSUES_LIST on the imports (#221 )
* fix: github signin by parsing email
* refactor: changed variable names
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com >
Co-authored-by: Vamsi Kurama <vamsi.kurama@gmail.com >
2023-02-09 00:01:45 +05:30
Aaryan Khandelwal and GitHub
4ffa31fd02
fix: create issue modal bugs ( #257 )
2023-02-08 23:58:53 +05:30
Aaryan Khandelwal and GitHub
8e3541b947
fix: mutation of states ( #256 )
...
* feat: label grouping, fix: new states response
* fix: mutation of states
2023-02-08 23:58:17 +05:30
sriram veeraghanta and GitHub
bd399d6d1a
sentry changes ( #255 )
2023-02-08 20:44:35 +05:30
Aaryan Khandelwal and GitHub
166520dfda
feat: label grouping, fix: new states response ( #254 )
2023-02-08 18:51:03 +05:30
c978632938
feat: sidebar progress ( #252 )
...
* feat: cycle assignees and labels progress added
* fix: build fix
* feat: sidebar progress stats added and refactor
* refactor: progress stats and cycle sidebar
* feat: module sidebar progress added
* feat: sidebar progress no assignee added
* feat: states tab added
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia1001@gmail.com >
2023-02-08 18:50:08 +05:30
d3b73dc32f
release: Stage Release ( #251 )
...
* feat: manual ordering for issues in kanban
* refactor: issues folder structure
* refactor: modules and states folder structure
* refactor: datepicker code
* fix: create issue modal bug
* feat: custom progress bar added
* refactor: created global component for kanban board
* refactor: update cycle and module issue create
* refactor: return modules created
* refactor: integrated global kanban view everywhere
* refactor: integrated global list view everywhere
* refactor: removed unnecessary api calls
* refactor: update nomenclature for consistency
* refactor: global select component for issue view
* refactor: track cycles and modules for issue
* fix: tracking new cycles and modules in activities
* feat: segregate api token workspace
* fix: workpsace id during token creation
* refactor: update model association to cascade on delete
* feat: sentry integrated (#235 )
* feat: sentry integrated
* fix: removed unnecessary env variable
* fix: update remirror description to save empty string and empty paragraph (#237 )
* Update README.md
* fix: description and comment_json default value to remove warnings
* feat: link option in remirror (#240 )
* feat: link option in remirror
* fix: removed link import from remirror toolbar
* feat: module and cycle settings under project
* fix: module issue assignment
* fix: module issue updation and activity logging
* fix: typo while creating module issues
* fix: string comparison for update operation
* fix: ui fixes (#246 )
* style: shortcut command label bg color change
* sidebar shortcut ui fix
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia1001@gmail.com >
* fix: update empty passwords to hashed string and add hashing for magic sign in
* refactor: remove print logs from back migrations
* build(deps): bump django in /apiserver/requirements
Bumps [django](https://github.com/django/django ) from 3.2.16 to 3.2.17.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.2.16...3.2.17 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* feat: cycles and modules toggle in settings, refactor: folder structure (#247 )
* feat: link option in remirror
* fix: removed link import from remirror toolbar
* refactor: constants folder
* refactor: layouts folder structure
* fix: issue view context
* feat: cycles and modules toggle in settings
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia1001@gmail.com >
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com >
Co-authored-by: pablohashescobar <118773738+pablohashescobar@users.noreply.github.com >
Co-authored-by: sphynxux <122926002+sphynxux@users.noreply.github.com >
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-08 10:15:18 +05:30
Aaryan Khandelwal and GitHub
76cc634a46
feat: cycles and modules toggle in settings, refactor: folder structure ( #247 )
...
* feat: link option in remirror
* fix: removed link import from remirror toolbar
* refactor: constants folder
* refactor: layouts folder structure
* fix: issue view context
* feat: cycles and modules toggle in settings
2023-02-08 10:13:07 +05:30
pablohashescobar and GitHub
4e27e93739
Merge pull request #243 from makeplane/fix/description_comment_migration_warnings
...
fix: description and comment_json default value to remove warnings
2023-02-08 01:47:46 +05:30
pablohashescobar and GitHub
8e1ba90a34
Merge pull request #244 from makeplane/feat/module_cycle_settings
...
feat: module and cycle settings under project
2023-02-08 01:47:23 +05:30
pablohashescobar and GitHub
a67690186a
Merge pull request #245 from makeplane/fix/module_issue
...
fix: module issue assignment
2023-02-08 01:46:41 +05:30
pablohashescobar and GitHub
5785ab9e96
Merge pull request #248 from makeplane/fix/password_empty
...
fix: update empty passwords to hashed string and add hashing for magic sign in
2023-02-08 01:46:13 +05:30
pablohashescobar and GitHub
e77defc622
chore: update django version to 3.2.17
...
chore: update django version to 3.2.17
2023-02-08 01:03:04 +05:30
dependabot[bot] and GitHub
27849ee079
build(deps): bump django in /apiserver/requirements
...
Bumps [django](https://github.com/django/django ) from 3.2.16 to 3.2.17.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.2.16...3.2.17 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-07 19:30:23 +00:00
pablohashescobar
d36e8af571
refactor: remove print logs from back migrations
2023-02-08 00:58:51 +05:30
pablohashescobar
343718cd2a
fix: update empty passwords to hashed string and add hashing for magic sign in
2023-02-08 00:45:56 +05:30
d5bf1f7a91
fix: ui fixes ( #246 )
...
* style: shortcut command label bg color change
* sidebar shortcut ui fix
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia1001@gmail.com >
2023-02-07 19:28:09 +05:30
pablohashescobar
1d44071a77
fix: string comparison for update operation
2023-02-07 14:26:28 +05:30
pablohashescobar
51b3815b72
fix: typo while creating module issues
2023-02-07 14:10:06 +05:30
pablohashescobar
8801a291af
fix: module issue updation and activity logging
2023-02-07 14:05:09 +05:30
pablohashescobar
f09c9b67f6
fix: module issue assignment
2023-02-07 13:25:06 +05:30
pablohashescobar
8872f3f627
feat: module and cycle settings under project
2023-02-07 13:20:15 +05:30
Aaryan Khandelwal and GitHub
859fef24f4
feat: link option in remirror ( #240 )
...
* feat: link option in remirror
* fix: removed link import from remirror toolbar
2023-02-07 11:20:41 +05:30
pablohashescobar
32d83ac2c9
fix: description and comment_json default value to remove warnings
2023-02-07 02:29:36 +05:30
sphynxux and GitHub
f308fe2ce1
Merge pull request #242 from makeplane/sphynxux-patch-1
...
content: updated the discord link on Readme
2023-02-07 01:32:08 +05:30
sphynxux and GitHub
240be69c7f
Update README.md
2023-02-07 01:31:15 +05:30
pablohashescobar and GitHub
2c4dbc84a2
Merge pull request #231 from makeplane/feat/issue_manual_ordering
...
feat: manual ordering for issues in kanban
2023-02-07 01:22:02 +05:30
pablohashescobar and GitHub
c7ad9f3da1
Merge pull request #236 from makeplane/refactor/cycle_modules
...
refactor: update cycle and module create operation
2023-02-07 01:20:13 +05:30
pablohashescobar and GitHub
b93abb4b37
fix: update remirror description to save empty string and empty paragraph ( #237 )
2023-02-07 01:19:42 +05:30
pablohashescobar and GitHub
aaaf75c5da
Merge pull request #239 from makeplane/refactor/color_nomenclature
...
refactor: update nomenclature for consistency
2023-02-07 01:15:14 +05:30
pablohashescobar and GitHub
d256472776
Merge pull request #241 from makeplane/feat/api_token_workspace
...
feat: segregate api token workspace
2023-02-07 01:13:55 +05:30
Aaryan Khandelwal and GitHub
21e042c852
feat: sentry integrated ( #235 )
...
* feat: sentry integrated
* fix: removed unnecessary env variable
2023-02-07 01:07:01 +05:30
pablohashescobar
cd41a05022
refactor: update model association to cascade on delete
2023-02-06 23:20:21 +05:30
pablohashescobar
f69b76c77d
fix: workpsace id during token creation
2023-02-06 22:52:20 +05:30
pablohashescobar
0b7f0640c9
feat: segregate api token workspace
2023-02-06 20:22:08 +05:30
pablohashescobar
a576a2ab59
fix: tracking new cycles and modules in activities
2023-02-06 19:25:11 +05:30
sriram veeraghanta and GitHub
e1b7e8d139
Merge pull request #233 from makeplane/feat/progress_bar
...
feat: custom progress bar added
2023-02-06 19:15:43 +05:30
sriram veeraghanta and GitHub
c7e006d2c1
Merge pull request #232 from makeplane/refactor/folder_structure
...
refactor: folder structure
2023-02-06 19:14:59 +05:30
pablohashescobar
67a1052b7b
refactor: track cycles and modules for issue
2023-02-06 15:31:05 +05:30
Aaryan Khandelwal
adbe16f8ae
refactor: global select component for issue view
2023-02-06 15:18:57 +05:30
pablohashescobar
eec82eca2f
refactor: update nomenclature for consistency
2023-02-06 13:56:02 +05:30
Aaryan Khandelwal
0e07c1e19f
refactor: removed unnecessary api calls
2023-02-05 22:01:23 +05:30
Aaryan Khandelwal
d673aedf48
refactor: integrated global list view everywhere
2023-02-05 16:57:37 +05:30
Aaryan Khandelwal
85b7f39ed3
refactor: integrated global kanban view everywhere
2023-02-04 20:08:13 +05:30
pablohashescobar
7207d92d62
refactor: return modules created
2023-02-03 19:03:58 +05:30
pablohashescobar
a4f095fb59
refactor: update cycle and module issue create
2023-02-03 19:03:27 +05:30
Aaryan Khandelwal
58eda658c8
refactor: created global component for kanban board
2023-02-03 16:03:27 +05:30
Anmol Singh Bhatia
aa805b2b16
feat: custom progress bar added
2023-02-03 02:35:25 +05:30
Aaryan Khandelwal
4f85773a48
fix: create issue modal bug
2023-02-02 19:03:54 +05:30
Aaryan Khandelwal
563921d0cf
refactor: datepicker code
2023-02-02 18:33:46 +05:30
Aaryan Khandelwal
b2eab805e9
refactor: modules and states folder structure
2023-02-02 18:04:13 +05:30
Aaryan Khandelwal
8b1bf53831
refactor: issues folder structure
2023-02-02 15:00:35 +05:30
pablohashescobar
c4fff45429
feat: manual ordering for issues in kanban
2023-02-02 13:29:17 +05:30
Vamsi Kurama and GitHub
8118974a37
Merge pull request #230 from makeplane/stage-release
...
Production release v0.2.1-dev
2023-02-01 23:34:41 +05:30
sriram veeraghanta and GitHub
6966666bf5
Merge pull request #229 from makeplane/develop
...
Stage Release
2023-02-01 20:34:06 +05:30
Aaryan Khandelwal and GitHub
7e92efee23
fix: header buttons not working ( #228 )
...
fix:
header buttons not working.
sub-issues mutation.
customized the datepicker.
mutation in the list and kanban view.
some icons not displaying.
fixed routing and added toast alert after creating a workspace.
workspace logo display design in workspace settings.
delete issue mutation error in cycles and modules.
feat:
added authorization to issue details page.
2023-02-01 20:33:18 +05:30
848fb2b960
fix: shortcut modal fix ( #227 )
...
* fix: shortcut btn alignment
* style: shortcut command to uppercase
* fix: update shortcut for uppercase
* fix: issue url shortcut fix
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia1001@gmail.com >
2023-02-01 20:31:40 +05:30
pablohashescobar
c60e771e9c
chore: update all backend dependencies to the latest version
2023-02-01 15:08:52 +05:30
sriram veeraghanta and GitHub
155c392467
build fixes ( #223 )
2023-02-01 00:28:50 +05:30