Commit Graph

293 Commits

Author SHA1 Message Date
pablohashescobar
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
pablohashescobar
396fbc4ebb
fix: redis url for docker in production settings (#865) 2023-04-17 22:38:52 +05:30
pablohashescobar
85b6c78e75 chore: my issues endpoint to return attachment and link count 2023-04-17 14:03:19 +05:30
pablohashescobar
61761fedc5
chore: remove view filter validation while creating or updating view (#836) 2023-04-17 11:15:38 +05:30
vamsi
b7ce69c220 dev: migrations estimate points and themes 2023-04-14 17:04:02 +05:30
Vamsi Kurama
e4da207df5
Merge pull request #768 from makeplane/feat/workspace_themes
feat: workspace themes
2023-04-14 16:56:32 +05:30
Vamsi Kurama
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
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
bc7fab96c3
Merge pull request #812 from makeplane/fix/parent_issue_search
fix: parent issue search
2023-04-14 16:55:20 +05:30
pablohashescobar
b4c8323886 chore: set default value as null for estimate point 2023-04-13 19:54:34 +05:30
pablohashescobar
0cd6d9d570 fix: parent issue search 2023-04-13 17:49:09 +05:30
pablohashescobar
cd69b06e5e
fix: error message for jira importers (#794) 2023-04-13 00:34:53 +05:30
pablohashescobar
c4609b95cd
fix: remove length check condition when updating issue property (#791) 2023-04-13 00:34:37 +05:30
pablohashescobar
6eb7ec0697
fix: typo in url for bulk creating labels (#788) 2023-04-13 00:34:23 +05:30
pablohashescobar
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
8a26fd0a97
fix: issue link activity (#761) 2023-04-13 00:34:02 +05:30
pablohashescobar
537a82028e
fix: attachment activity (#760) 2023-04-13 00:33:50 +05:30
pablohashescobar
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
pablohashescobar
6279a04267
feat: attachment and link count in issues list (#777) 2023-04-11 18:47:36 +05:30
pablohashescobar
ce26bed44a
fix: jira importer info endpoint to get query params (#776) 2023-04-11 18:47:18 +05:30
pablohashescobar
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
pablohashescobar
2dbe1dd401
fix: remove migrate command from worker script (#772) 2023-04-10 22:44:11 +05:30
pablohashescobar
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
pablohashescobar
62e736677a
fix: cycle date check endpoint (#748) 2023-04-10 10:58:32 +05:30
pablohashescobar
bd9de0c213
feat: activity for issue attachments and links (#746) 2023-04-10 10:58:22 +05:30
pablohashescobar
c80968bb23
feat: bulk update estimate endpoint (#755) 2023-04-10 10:58:09 +05:30
vamsi
eac4b21ead dev: migrations for estimate Estimate, IssueAttachment 2023-04-09 03:13:46 +05:30
pablohashescobar
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
pablohashescobar
c0b732f1f1
chore: rename project name to project key (#731) 2023-04-06 22:58:13 +05:30
pablohashescobar
6be775434d
fix: project issue search endpoint (#729) 2023-04-06 22:58:03 +05:30
pablohashescobar
687b05d221
dev: upgrade python version (#728) 2023-04-06 22:57:36 +05:30
pablohashescobar
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
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
5b72b1672f
chore: add workspace and project details on label endpoints (#713) 2023-04-06 22:56:55 +05:30
pablohashescobar
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
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
pablohashescobar
86ec46db2c
dev: add imports for back migration and add migration for views (#707) 2023-04-06 13:59:43 +05:30
pablohashescobar
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
105428894f
fix: add check if the users need to be imported (#716) 2023-04-06 13:58:56 +05:30
pablohashescobar
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
pablohashescobar
1562939287
chore: add workspace details on comment serializer (#697) 2023-04-05 00:20:21 +05:30
pablohashescobar
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
97386e9d07
feat: issue attachments (#677) 2023-04-05 00:17:55 +05:30
pablohashescobar
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
pablohashescobar
7f7ceec24c
chore: return user role in user onboard endpoint (#682) 2023-04-04 18:07:17 +05:30