Commit Graph

8518 Commits

Author SHA1 Message Date
Anmol Singh Bhatia
ecc0afb91b [WEB-3290] chore: initiative improvements (#2377)
* chore: initiative list improvements

* chore: epic peek view implemented in initiative detail page

* fix: mutation

* chore: code refactor

* chore: code refactor

* chore: code refactor
2025-02-04 15:26:45 +05:30
sriram veeraghanta
bc4d183835 fix: adding sentry auth tokent to build branch workflow 2025-02-04 12:45:08 +05:30
Sangeetha
9ec8147597 fix: resolve initiative_id error in initiative comment reaction (#2357)
* fix: resolve initiative_id error in initiative comment reaction

* fix: comment id error
2025-02-04 02:00:20 +05:30
Aaryan Khandelwal
02c64bfd0d dev: dashboards layout, store, services and types (#2367)
* chore: dashboards layout and store

* chore: rename services
2025-02-04 01:58:03 +05:30
Saurabh Kumar
aaf7369743 [SILO] - post migration fixes - add source auth email for credentials + error handling via error code (#2374)
* [SILO] - add source auth email for credentials + management script to update credentials table (#2368)

* fix: importer credential add source auth email

* remove irrelevant fetch external api token code

* db and migration for source auth email in workspace credential

* remove migration changes

* fix: importer dashboard, token expiry and redirection errors (#2371)

* feat: added refresh interval and button for base dashboard

* feat: added indication for token expiry

* feat: added silo error constants

* feat: added error query param for github controller

* feat: added error codes in gitlab and slack integrations

* add error toast in integration and connection page (#2372)

* feat: added language translations

---------

Co-authored-by: Saurabh Kumar <70131915+Saurabhkmr98@users.noreply.github.com>

* fix: build errors

* fix: source auth email in create

---------

Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com>
2025-02-04 01:44:17 +05:30
Anmol Singh Bhatia
89af5fb198 [WEB-3272 | WEB-3277] chore: initiatives improvements (#2370)
* chore: initiative order updated and fix project count

* initiative progress indicator validation updated

* chore: delete delete permission updated

* chore: edit permission updated

* chore: initiative list properties disabled
2025-02-03 20:22:35 +05:30
Prateek Shourya
fbeb84b29d [WEB-3288] fix: teamspace translation key (#2373) 2025-02-03 20:18:52 +05:30
Bavisetti Narayan
6161c33bc5 chore: added json field for description (#2369) 2025-02-03 18:27:32 +05:30
Bavisetti Narayan
d0916c3347 chore: workflow, customers migration (#2262)
* chore: workflow migration

* chore: customer model migration

* chore: added new field in workspacecred model
2025-02-03 18:17:57 +05:30
Vamsi Krishna
0901c696a5 [WEB-3191]fix: epics progress indicators (#2365)
* fix: return count of cancelled issues on epic-analytics endpoint

* fix: epics progress indicator

---------

Co-authored-by: sangeethailango <sangeethailango21@gmail.com>
2025-02-03 15:02:24 +05:30
sriram veeraghanta
e01c9461a1 Merge pull request #2366 from makeplane/sync/ce-ee
Sync: Community Changes
2025-02-03 14:58:34 +05:30
Vamsi Krishna
c14fb814c4 [WEB-3195] fix: view delete toast message (#6537) 2025-02-03 14:57:00 +05:30
Vamsi Krishna
c82dd6901e [WEB-3184] fix: link messages (#6535) 2025-02-03 14:56:10 +05:30
shuaixr
a03a41ea5f fix: delete webhook for issues, issue_comments, projects (#6539)
* fix: prevent error when triggering deletion webhook

The deletion webhook was not firing because it attempted to retrieve
data after deletion, causing a failure.

According to the webhook documentation https://developers.plane.so/webhooks/intro-webhooks, the delete event should only contain
id, so the fix aligns with this expected behavior.

* fix: make delete_comment_activity include comment_id

The delete issues comment webhook requires comment_id

* fix: trigger webhook on project delete
2025-02-03 14:53:40 +05:30
Sangeetha
7c667d7807 fix: deleted projects epic counts (#2346)
* fix: deleted projects epic counts

* fix: filter deleted project initative epics
2025-02-03 14:53:20 +05:30
Henit Chobisa
6a2c652964 fix: cors origin issue with silo (#2364) 2025-02-02 17:45:33 +05:30
sriram veeraghanta
ad2749a575 fix: nano id vulnerbility fix 2025-01-31 20:23:48 +05:30
Saurabh Kumar
207e85e3a1 [SILO] : Importer and integrations db migration changes (#2363)
* `silo` refactoring changes  (#2304)

* add sdk and services for workspace connection and import jobs

* rename service

* move worker folder to root + remove controller folder

* remove controller folder

* add external api service in silo

* fix params in service

* fix params in service

* fix services + remove projectid in job endpoints

* chore: added generic config types for job store (#2158)

* chore: made import job as generic

* chore: added generic parameter inside the job service

* chore: added generic parameter inside the job service

* feat: remove projectId from jobs endpoint

* chore: modified job store for new services

* chore: revert go.mod.sum

* chore: spaces

* gitlab auth callback

* github controllers update with plane api

* create api client fix

* base integration importer store

* remove junk store

* silo external api token middleware + plane api to generate user tokens

* add ahmac permission method in apiserver + ahmac sign flow on silo

* remove junk

* getapi client remove unwanted options

* modify api route for silo access + github gitlab and slack controller clean up

* types modify + jira importer cleanup

* fix: nodemon setup

* make getAPIClient as a singleton

* chore: added new definitions in base-import-worker

* chore: modified jira migrator to adhere to the modified types

* feat: modified base migrator to adhere new types

* chore: modified jira-server-migrator to adhere new changes

* chore: modified asana importer to adhere to new types

* fix: migrated importer controllers for new schema

* fix: build

* chore: asana and linear controller

* feat: updated job controller for new schema changes

* chore: added permissions

* integrations api migrations changes (#2193)

* chore: added workspace_slug inside job data

* replaced ahmac with hmac implementation

* add new service base api view for microservices

* fix: apiserver changes and base view

* feat: added changes to services

* feat: modified engine controller for using api services

* feat: modified UI stores for modified jira importer

* remove-log

* resolve hmac issue + silo endpoint url fixes

* add silo target access token rotation in get

* integration ui migration changes

* revert changes in il8n

* fix crud for api

* fix crud for api

* fix: batch lock config

* fix silo bundler issue (#2233)

* chore: combined common dashboard components for silo (#2166)

* chore: added new types to job store

* feat: updated job store dependencies for new params

* feat: created common components for importers dashboard

* feat: modified jira importer to comply with new common components

* feat: modified jira server dashboard to comply with the new component changes

* feat: modified asana to comply with the common dashboard changes

* fix: linear to comply with the new changes

* reset job store

* feat: migrated importers to new schema

* fix: removed unused code

* fix: base job importer model and serializer

* fix-lint-errors

---------

Co-authored-by: Saurabh Kumar <70131915+Saurabhkmr98@users.noreply.github.com>

* fix api serialisers

* fix: stabilized all integrations and jira importer

* fix: linear, asana and jira-server importers

* fix: reinstantiated hmac permission

* chore: removed the db folder for silo

* feat: added types for integration config

* feat: added check for supported integration in silo and web

* feat: added self hosted and cloud message differences

* add en translations for importers and jira importer (#2264)

* feat: Added language support for integrations (#2277)

* feat: added translations for github, slack and gitlab integrations

* fix: slack integration project modal

* fix: gitlab organization disconnect

* fix: silo build fixes

* feat: added more language to integration language support

* fix: review

* feat: modified caddy and compose for silo selfhosted changes (#2276)

* silo - fixes for keys and integrations form reset (#2283)

* fix hardcoded values for integration importer keys

* reset state after integration form submit

* fix missing key integration

* fix gitlab connection update

* fix: added slack images being updated while creating issues (#2288)

Co-authored-by: Saurabh Kumar <70131915+Saurabhkmr98@users.noreply.github.com>

* silo - fix integration lang support (#2291)

* fix hardcoded values for integration importer keys

* reset state after integration form submit

* fix missing translation key integration

* fix gitlab connection update

* fix integration lang support

* fix integration lang support

---------

Co-authored-by: Saurabhkmr98 <saurabhkapur73@gmail.com>
Co-authored-by: Saurabh Kumar <70131915+Saurabhkmr98@users.noreply.github.com>

* [SILO-71] flatfile importer v1 (#2156)

* feat: initialized CSV importer

* feat: added flatfile components

* feat: setup workbook and listener for csv importer

* feat: added store structure for flatfile importer

* chore: translated csv importer to flatfile importer

* feat: setup listener

* fix: event listener for creating agent

* feat: added flatfile importer skeleton

* feat: added flatfile etl logic for pulling and transforming data

* feat: added flatfile controller and migrator

* feat: curated flatfile root store and importer UI

* feat: initialized flatfile migrator

* fix: flatfile

* feat: added transformers for cycles and issues

* feat: added mapping and transformation for flatfile

* feat: added assignee field for fixing migrator bugs

* fix:build

* feat: added metrics inside the data import task'

* fix:workbook

* feat: added validation of email and date for flatfile

* add sdk and services for workspace connection and import jobs

* rename service

* move worker folder to root + remove controller folder

* remove controller folder

* feat: added modules and issue types inside flatfile

* fix: build

* fix:response-handler

* fix:errors

* fix:deleted-file

* fix: readded jobs route

* add external api service in silo

* fix params in service

* fix params in service

* fix services + remove projectid in job endpoints

* chore: added generic config types for job store (#2158)

* chore: made import job as generic

* chore: added generic parameter inside the job service

* chore: added generic parameter inside the job service

* feat: remove projectId from jobs endpoint

* chore: modified job store for new services

* chore: revert go.mod.sum

* chore: spaces

* gitlab auth callback

* github controllers update with plane api

* create api client fix

* base integration importer store

* remove junk store

* silo external api token middleware + plane api to generate user tokens

* add ahmac permission method in apiserver + ahmac sign flow on silo

* remove junk

* getapi client remove unwanted options

* modify api route for silo access + github gitlab and slack controller clean up

* types modify + jira importer cleanup

* fix: nodemon setup

* make getAPIClient as a singleton

* chore: added new definitions in base-import-worker

* chore: modified jira migrator to adhere to the modified types

* feat: modified base migrator to adhere new types

* chore: modified jira-server-migrator to adhere new changes

* chore: modified asana importer to adhere to new types

* fix: migrated importer controllers for new schema

* fix: build

* chore: asana and linear controller

* feat: updated job controller for new schema changes

* chore: added permissions

* integrations api migrations changes (#2193)

* chore: added workspace_slug inside job data

* replaced ahmac with hmac implementation

* add new service base api view for microservices

* fix: apiserver changes and base view

* feat: added changes to services

* feat: modified engine controller for using api services

* feat: modified UI stores for modified jira importer

* remove-log

* resolve hmac issue + silo endpoint url fixes

* add silo target access token rotation in get

* integration ui migration changes

* revert changes in il8n

* fix crud for api

* fix crud for api

* fix: batch lock config

* fix silo bundler issue (#2233)

* chore: combined common dashboard components for silo (#2166)

* chore: added new types to job store

* feat: updated job store dependencies for new params

* feat: created common components for importers dashboard

* feat: modified jira importer to comply with new common components

* feat: modified jira server dashboard to comply with the new component changes

* feat: modified asana to comply with the common dashboard changes

* fix: linear to comply with the new changes

* reset job store

* feat: migrated importers to new schema

* fix: removed unused code

* fix: base job importer model and serializer

* fix-lint-errors

---------

Co-authored-by: Saurabh Kumar <70131915+Saurabhkmr98@users.noreply.github.com>

* fix api serialisers

* fix: stabilized all integrations and jira importer

* fix: linear, asana and jira-server importers

* fix: reinstantiated hmac permission

* chore: removed the db folder for silo

* feat: added types for integration config

* feat: added check for supported integration in silo and web

* feat: added self hosted and cloud message differences

* add en translations for importers and jira importer (#2264)

* feat: Added language support for integrations (#2277)

* feat: added translations for github, slack and gitlab integrations

* fix: slack integration project modal

* fix: gitlab organization disconnect

* fix: silo build fixes

* feat: added more language to integration language support

* fix: review

* feat: modified caddy and compose for silo selfhosted changes (#2276)

* silo - fixes for keys and integrations form reset (#2283)

* fix hardcoded values for integration importer keys

* reset state after integration form submit

* fix missing key integration

* fix gitlab connection update

* fix: added slack images being updated while creating issues (#2288)

Co-authored-by: Saurabh Kumar <70131915+Saurabhkmr98@users.noreply.github.com>

* silo - fix integration lang support (#2291)

* fix hardcoded values for integration importer keys

* reset state after integration form submit

* fix missing translation key integration

* fix gitlab connection update

* fix integration lang support

* fix integration lang support

* feat: added controllers as default exports

* feat: modified flatfile worker and controller to adhere new changes

* feat: modified flatfile importer to ahere silo api migration

* fix: source project and workspace hide props

---------

Co-authored-by: Saurabhkmr98 <saurabhkapur73@gmail.com>
Co-authored-by: Saurabh Kumar <70131915+Saurabhkmr98@users.noreply.github.com>

* add fuzzy find in state and priority mapping (#2310)

Co-authored-by: Saurabhkmr98 <saurabhkapur73@gmail.com>
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>

* fix: build

* chore: moved flatfile agent to external

* chore:build-fixes

* fix: credential breaking for slack

* fix: credential route for api

* SILO - chore: Importers translation (#2352)

* add en translations for importers and jira importer

* add en translations for all the importers

* add importers language translation changes

* chore silo importer translation

* chore silo importer translation

* fix: env removing trailing slashes

* fix: trailing slashed env

* fix duplicate entity connection issue (#2362)

---------

Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com>
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2025-01-31 20:18:17 +05:30
sriram veeraghanta
b2bf5b5259 Merge pull request #2361 from makeplane/sync/ce-ee
Sync: Community Changes
2025-01-31 18:07:16 +05:30
Bavisetti Narayan
9f4dd771fc chore: webhook, comments migration (#6523)
* chore: migration changes

* chore: renamed the display value

* chore: reverted the accounts code
2025-01-31 18:04:40 +05:30
Prateek Shourya
3e09d25e8e [WEB-3265] fix: workspace active cycles pro badge (#2356) 2025-01-31 16:27:48 +05:30
sriram veeraghanta
b6af11d0e7 Merge pull request #2359 from makeplane/sync/ce-ee
Sync: Community Changes
2025-01-31 16:26:47 +05:30
Vamsi Krishna
0deec92d91 fix: cycle labels overflow issue (#6526) 2025-01-31 16:00:20 +05:30
Anmol Singh Bhatia
d2a6307bb0 fix: page version history application error (#6529) 2025-01-31 15:59:40 +05:30
Anmol Singh Bhatia
66be0b1862 fix: version history z index (#6531) 2025-01-31 15:59:15 +05:30
Prateek Shourya
c40d2cf41c [WEB-3250] refactor: teams to teamspaces (#2325)
* refactor: teams to teamspaces

* fix: utils package build

* chore: more updates related to teamspaces

* fix: teamspace sidebar

* fix: description activity and some more updates for teamspaces

* chore: hide teamspace scope dropdown
2025-01-31 02:46:22 +05:30
sriram veeraghanta
57dc185768 Merge pull request #2355 from makeplane/sync/ce-ee
Sync: Community Changes
2025-01-31 02:34:24 +05:30
Aaryan Khandelwal
ddad1767a2 fix: table flixker on resize (#6524) 2025-01-31 02:31:17 +05:30
Nikhil
9793a5ece3 fix: silo migration script to use psycopg3 (#2353) 2025-01-30 21:40:50 +05:30
sriram veeraghanta
7ec95b1c74 Merge pull request #2348 from makeplane/sync/ce-ee
Sync: Community Changes
2025-01-30 20:27:37 +05:30
Anmol Singh Bhatia
fe0864d836 fix: remove unwanted spinner from project list item (#2349) 2025-01-30 20:26:19 +05:30
Saurabh Kumar
de3ddb6ad2 SILO - add silo data migration script (#2331)
* add silo data migration script

* add silo data migration django management command and bgtask

* register silo data migration task

* fix entity connection migration

* accept single db uri for migration command
2025-01-30 20:25:10 +05:30
Aaryan Khandelwal
6a37a2ce21 fix: link without protocol (#6517) 2025-01-30 20:25:00 +05:30
Aaryan Khandelwal
01bd1bde64 fix: table resize overflow issues (#6520) 2025-01-30 19:27:12 +05:30
Nikhil
4ee467cacc feat: silo migrations (#2316) 2025-01-30 16:52:13 +05:30
Aaryan Khandelwal
a2a94b55b8 fix: initiative modal description (#2338) 2025-01-30 13:50:09 +05:30
Akshita Goyal
e1fb357901 [WEB-3259] Fix initiative pre release bugs (#2342)
* fix: added empty state

* fix: initiative activity

* fix: removed project length check
2025-01-30 13:49:04 +05:30
sriram veeraghanta
d17be6fd6c Merge pull request #2344 from makeplane/sync/ce-ee
Sync: Community Changes
2025-01-30 13:47:03 +05:30
Abenezer Belachew
9268180aec path already defined on line 51 (#6427) 2025-01-30 13:36:16 +05:30
Aaryan Khandelwal
ff778b98f5 [WEB-3095] fix: recents widget title truncate (#6512)
* fix: recents widget title truncate

* chore: revert prop changes

* chore: revert list item changes
2025-01-30 13:34:42 +05:30
sriram veeraghanta
fd6c9015d2 Merge pull request #2343 from makeplane/sync/ce-ee
Sync: Community Changes
2025-01-30 13:32:24 +05:30
sriram veeraghanta
04cc66cac3 Merge branch 'preview' into sync/ce-ee 2025-01-30 13:32:05 +05:30
Sangeetha
4f73244a1d fix: teams to teamspaces (#2333)
fix: reordering of user preference keys
2025-01-30 13:30:14 +05:30
Sangeetha
8f5ce6b232 feat: user preference url and sort order change (#6505)
* fix: change url

* Change order of user preference keys
2025-01-30 13:29:39 +05:30
Nikhil
4c174f2d4c fix: issue worklog external api (#2339) 2025-01-29 21:15:14 +05:30
Bavisetti Narayan
c9938b79ee chore: added external api for worklogs (#2337)
* chore: added external api for worklogs

* chore: project feature validation

* chore: changed the variable name

* chore: changed duration validation
2025-01-29 19:50:44 +05:30
sriram veeraghanta
66ed9198aa Merge pull request #2332 from makeplane/sync/ce-ee
Sync: Community Changes
2025-01-29 17:10:54 +05:30
sriram veeraghanta
610561d885 fix: initiative activity task error handling (#2335)
* fix: error handling

* fix: sentry error handling
2025-01-29 17:10:04 +05:30
Anmol Singh Bhatia
58a4ca9f36 chore: board layout padding improvement (#6507) 2025-01-29 16:56:27 +05:30
sriram veeraghanta
081b21a756 Merge pull request #2330 from makeplane/sync/ce-ee
Sync: Community Changes
2025-01-29 16:38:49 +05:30