Commit Graph

1143 Commits

Author SHA1 Message Date
Anmol Singh Bhatia
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
ac125965eb
fix: add tlds (#851) 2023-04-19 15:40:47 +05:30
Dakshesh Jain
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
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
be5ef61428
fix: join project button (#873) 2023-04-18 10:55:32 +05:30
Aaryan Khandelwal
1627a587ee
refactor: workspace integrations code (#872) 2023-04-18 10:54:45 +05:30
Aaryan Khandelwal
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
acff6396f9
chore: create/update state duplicate name error (#870) 2023-04-18 01:15:39 +05:30
Aaryan Khandelwal
fa5c994ddc
chore: remove redundant console logs (#868) 2023-04-18 01:15:26 +05:30
Aaryan Khandelwal
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
396fbc4ebb
fix: redis url for docker in production settings (#865) 2023-04-17 22:38:52 +05:30
Vamsi Kurama
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
0fa3a8c3e3
fix: removed useEffect for project detail fetch error (#860) 2023-04-17 18:38:07 +05:30
Aaryan Khandelwal
bd0cfef02f
fix: delete import (#859) 2023-04-17 18:34:18 +05:30
Dakshesh Jain
7aa9e0bba1
fix: project authorization api fetch keys (#858) 2023-04-17 18:22:04 +05:30
Vamsi Kurama
718f62a898
Merge pull request #857 from makeplane/develop
promote: develop to stage-release
2023-04-17 17:47:19 +05:30
Kunal Vishwakarma
d26d01ace4
chore: filters spacing (#856) 2023-04-17 17:42:02 +05:30
Vamsi Kurama
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
45eaa23ed0
style: dashboard content (#855) 2023-04-17 17:36:02 +05:30
Aaryan Khandelwal
600fedd5ba
fix: undefined block content (#854) 2023-04-17 17:21:15 +05:30
Aaryan Khandelwal
6de54089cd
fix: show proper issues list if no filters are present (#853) 2023-04-17 17:10:36 +05:30
Aaryan Khandelwal
dc53708109
chore: show workspace members (#852) 2023-04-17 16:41:16 +05:30
Aaryan Khandelwal
f5351e4419
fix: remove filters function (#846) 2023-04-17 15:03:56 +05:30
Aaryan Khandelwal
819508d5fc
fix: remirror placeholder (#849) 2023-04-17 15:03:44 +05:30
Kunal Vishwakarma
0beb654069
chore: worked on making issue list padding consistent (#850) 2023-04-17 15:01:22 +05:30
Anmol Singh Bhatia
98cef0e1e8
fix: my issue page display property (#848) 2023-04-17 14:45:51 +05:30
Aaryan Khandelwal
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
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
365c758a25
fix: create update view modal fix (#842) 2023-04-17 12:24:30 +05:30
Aaryan Khandelwal
ac98381f23
chore: remove estimate option from my issues (#839) 2023-04-17 12:00:30 +05:30
Kunal Vishwakarma
3e436179fe
chore: added default state for issues (#840) 2023-04-17 11:54:22 +05:30
Aaryan Khandelwal
e23075b7b9
chore: no estimates option, estimates activity (#838) 2023-04-17 11:30:48 +05:30
pablohashescobar
61761fedc5
chore: remove view filter validation while creating or updating view (#836) 2023-04-17 11:15:38 +05:30
Kunal Vishwakarma
5a36a7931f
fix: removed extra spaces form estimate points brackets (#837) 2023-04-17 11:15:06 +05:30
Aaryan Khandelwal
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
8638170a98
fix: cycles and modules sidebar mutation (#831) 2023-04-14 19:40:00 +05:30
Vamsi Kurama
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
e4da207df5
Merge pull request #768 from makeplane/feat/workspace_themes
feat: workspace themes
2023-04-14 16:56:32 +05:30