Aaryan Khandelwal
c2caed8c42
fix: bulk delete issues mutation ( #1351 )
2023-06-23 11:10:09 +05:30
Aaryan Khandelwal
048a01dbf3
fix: description not loading while editing an issue ( #1349 )
2023-06-23 11:09:57 +05:30
Aaryan Khandelwal
8982452500
fix: issue title breaking in issue card ( #1339 )
2023-06-23 11:09:47 +05:30
Aaryan Khandelwal
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
9c85704be3
style: profile settings, activity, preference page padding ( #1335 )
2023-06-23 11:09:03 +05:30
Aaryan Khandelwal
f839150741
fix: create new issue when grouped by label ( #1308 )
2023-06-23 11:08:53 +05:30
Aaryan Khandelwal
352c84b026
fix: clear inbox status filter button ( #1355 )
2023-06-22 16:23:39 +05:30
Aaryan Khandelwal
2cef6e67d4
chore: decline issue mutation ( #1354 )
2023-06-21 17:56:08 +05:30
Aaryan Khandelwal
a0ae569a68
chore: show inbox applied filters list ( #1334 )
2023-06-21 17:32:56 +05:30
Aaryan Khandelwal
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
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
Aaryan Khandelwal
f2ebac1bb4
fix: issue details page auth ( #1331 )
2023-06-19 23:39:47 +05:30
Aaryan Khandelwal
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
Aaryan Khandelwal
0dfa06e55b
fix: lower role user cannot invite higher role user ( #1302 )
2023-06-16 19:06:34 +05:30
Aaryan Khandelwal
81f6562168
feat: sign up page added ( #1306 )
2023-06-16 19:00:04 +05:30
pablohashescobar
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
guru_sainath
e73bd96dbc
chore: auth workflow in magic-link ( #1292 )
2023-06-14 16:56:17 +05:30
guru_sainath
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
4083f623a0
refactor: onboarding user role validation ( #1287 )
2023-06-14 13:39:49 +05:30
guru_sainath
6f7b563712
refactor: onboarding workflow ( #1286 )
...
* chore: onboarding steps workflow verification
* chore: onboarding variable update
2023-06-14 13:17:35 +05:30
guru_sainath
f774603b7f
chore: onboarding workflow in authentication ( #1281 )
2023-06-13 14:37:25 +05:30
guru_sainath
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
Aaryan Khandelwal
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
Aaryan Khandelwal
42fceb4dcd
fix: user profile data mutation ( #1243 )
2023-06-07 19:03:49 +05:30
Aaryan Khandelwal
e949c4e130
chore: fetch only high priority issues for the active cycle ( #1228 )
2023-06-07 19:03:02 +05:30
Anmol Singh Bhatia
78c1a64690
fix: assignee dropdown, sign in button, and onboarding flicker fix ( #1242 )
2023-06-07 17:45:57 +05:30
guru_sainath
3d5fcbd4ce
dev: route validation on non authenticated pages ( #1238 )
2023-06-07 13:47:56 +05:30
Anmol Singh Bhatia
f9cd1b1352
fix: last workspace id ( #1237 )
2023-06-07 13:18:45 +05:30
Peter Dave Hello
18f66805cb
Improve apk usages in Dockerfile ( #1198 )
2023-06-07 12:30:42 +05:30
Anmol Singh Bhatia
40d2990565
fix: onboarding ui fix ( #1225 )
2023-06-07 01:56:58 +05:30
Aaryan Khandelwal
684df96969
chore: replace nextjs Image element ( #1227 )
2023-06-07 01:56:21 +05:30
Aaryan Khandelwal
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
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
guru_sainath
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
Anmol Singh Bhatia
857879f5ed
fix : theme provider fix ( #1164 )
2023-06-01 14:40:27 +05:30
sriram veeraghanta
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
33db616767
fix: default status set for module form ( #1160 )
2023-05-29 22:16:32 +05:30
Anmol Singh Bhatia
c949c4d244
fix: empty module mutation and issue view flicker fix ( #1158 )
2023-05-29 18:35:43 +05:30
Anmol Singh Bhatia
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
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
022960d7e3
fix: pages layout and alignment issues ( #1152 )
2023-05-29 15:16:49 +05:30
guru_sainath
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
guru_sainath
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
Marks
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
Anmol Singh Bhatia
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
4ce0ac6ea1
chore: pages endpoint updated ( #1137 )
2023-05-26 15:38:44 +05:30
Aaryan Khandelwal
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
7e5b26ea82
fix: project ordering messing up in projects page ( #1122 )
2023-05-25 12:38:15 +05:30