Nikhil
b4cc2d83fe
[WEB-4014] fix: check access when duplicating pages #7015
2025-05-06 01:20:33 +05:30
Nikhil
42e2b787f0
[WEB-4013]chore: publish login and standardize urls in common settings ( #7013 )
...
* chore: handling base path and urls
* chore: uniformize urls in common settings
* correct live url
* chore: use url join to correctly join urls
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2025-05-05 18:58:24 +05:30
Anmol Singh Bhatia
fbca9d9a7a
[WEB-3996] fix: attachment icon rendering and added support for rar and zip icons ( #7007 )
...
* chore: zip and rar file icon
* chore: zip and rar file icon
* fix: attachment icon
* chore: application/x-rar type added
* fix: compressed file extensions
* chore: updated file upload extensions
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2025-05-02 16:53:06 +05:30
Sangeetha
dbc00e4add
[WEB-3992] chore: support for x-zip-compressed type #7001
2025-05-01 19:22:00 +05:30
Aaron Heckmann
28f9733d1b
[WEB-3991] chore: local dev improvements ( #6991 )
...
* chore: local dev improvements
* chore: pr feedback
* chore: fix setup
* fix: env variables updated in .env.example files
* fix(local): sign in to admin and web
* chore: update minio deployment to create an bucket automatically on startup.
* chore: resolve merge conflict
* chore: updated api env with live base path
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2025-04-30 21:46:59 +05:30
Sangeetha
1e46290727
[WEB-3958] chore: allow members and admins to create api tokens ( #6979 )
...
* chore: allow members and admins to create api tokens
* chore: change permission for service api token
2025-04-30 19:51:04 +05:30
Vamsi Krishna
14dc6a56bc
[WEB-3838]feat:sub work items sorting ( #6967 )
...
* refactor: sub-work items components, hooks and types
* feat: added orderby and display properties toggle for sub work items
* fix: build errors
* chore: removed issue type from filters
* chore: added null check
* fix: added null check
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2025-04-29 15:23:10 +05:30
Sangeetha
55340f9f48
[WEB-3957] chore: IntakeIssues with iexact 'in-app' changed to 'IN_APP' ( #6977 )
...
* migration: data with iexact 'in-app' changed to 'IN_APP'
* chore: add start_of_week field in profile
* chore: define variables for choices
* chore: merge migration files
2025-04-29 15:22:42 +05:30
Anmol Singh Bhatia
f5449c8f93
[WEB-3751] chore: work item state icon improvement ( #6960 )
...
* chore: return order based on group
* chore: order for workspace stats endpoint
* chore: state response updated
* chore: state icon types updated
* chore: state icon updated
* chore: state settings new icon implementation
* chore: icon implementation
* chore: code refactor
* chore: code refactor
* chore: code refactor
* fix: order field type
---------
Co-authored-by: sangeethailango <sangeethailango21@gmail.com>
2025-04-29 14:33:53 +05:30
Bavisetti Narayan
baabb82669
[WEB-3926] chore: removed the duplicated webhook task and updated the webhook task to handle exceptions correctly ( #6951 )
...
* chore: removed the duplicated webhook function
* chore: update webhook send task to handle errors
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2025-04-29 14:04:00 +05:30
Nikhil
298e3dc9ca
[WEB-3945] chore: update workspace onboarding to add default project ( #6964 )
...
* chore: add json files and initial job to push data to workspace
* chore: update seed data location
* chore: update seed data to use assets from static urls
* chore: update seed data to use updated labels
* chore: add logging and update label name
* chore: add created_by for project member
* chore: add created_by_id for issue user property
* chore: add workspace seed task logs
* chore: update log message to return task name
* chore: add warning log for workspace seed task
* chore: add validation for issue seed data
2025-04-29 14:01:22 +05:30
Bavisetti Narayan
190300bc6c
[WEB-3877] chore: changed the logic to end cycle ( #6971 )
...
* chore: changed the logic to end cycle
* chore: added issue deleted filter
* chore: added check for progress snapshot
2025-04-29 14:00:54 +05:30
Dheeraj Kumar Ketireddy
550fe547e2
[WEB-3967] feat: Optimized module patch endpoint to reduce duplicate db calls ( #6983 )
2025-04-29 13:51:46 +05:30
Akshita Goyal
101994840a
[WEB-3944] fix: Error Toast message content update while uploading images ( #6969 )
...
* fix: handled svg uploads
* chore: proper error message with all allowed types
---------
Co-authored-by: sangeethailango <sangeethailango21@gmail.com>
2025-04-25 14:30:12 +05:30
Prateek Shourya
546217f09b
[WEB-3953] fix: issue description assets upload when project id is switched ( #6975 )
2025-04-25 14:27:40 +05:30
sriram veeraghanta
6df8323665
fix: add gzip upload support
2025-04-24 17:50:37 +05:30
Sangeetha
77d022df71
[WEB-3919] chore: support .sql file attachment #6966
2025-04-24 17:39:16 +05:30
sriram veeraghanta
b54f54999e
chore: bump up the package version
2025-04-24 17:37:50 +05:30
Sangeetha
dff176be8f
[WEB-3930] chore: set IN_APP as default source value for intake issue ( #6963 )
...
* chore: chore: only allow intake issues with source IN_APP to be created
* chore: set IN_APP as default intake issue
2025-04-24 16:25:15 +05:30
Sangeetha
2bbaaed3ea
[WEB-3918] fix: api tokens is_active ( #6941 )
...
* fix: is_active always returning true
chore: formate expired_at to iso date
* Display exact expiration timestamp for API tokens
* chore: remove conversion to iso
* chore: remove unwanted imports
* fix: added timestamp for api token expiry
* fix: handle none value in expired_at
* fix: fix: handle none value in expired_at
* chore: add type hints
* fix: refactor
---------
Co-authored-by: Alaaeddine bousselmi <alaaeddine.bousselmi@medtech.tn>
Co-authored-by: gakshita <akshitagoyal1516@gmail.com>
Co-authored-by: Akshita Goyal <36129505+gakshita@users.noreply.github.com>
2025-04-24 01:28:29 +05:30
Nikhil
833b82e247
[WEB-3927] chore: add logging to support json logging ( #6955 )
...
* chore: update logging to json based logging
* chore: add logging to file
2025-04-22 17:41:58 +05:30
Sangeetha
aeb41e603c
[WEB-3826] feat: estimate activitites #6937
2025-04-17 17:16:57 +05:30
Bavisetti Narayan
608da1465c
[WEB-3860] chore: added deleted filter in the grouper ( #6931 )
...
* chore: added deleted filter in the grouper
* chore: added type hints for the function
2025-04-15 17:42:45 +05:30
sriram veeraghanta
c6953ff878
fix: db modeling changes in pages
2025-04-12 16:22:13 +05:30
sriram veeraghanta
df65b8c34a
fix: adding request logger middleware
2025-04-11 17:59:19 +05:30
Nikhil
bfc6ed839f
fix: uuid validation, status and webhook errors ( #6896 )
...
* fix: uuid validation and function parameter handling for external apis
* chore: update status 410 Gone to 409 conflicts
* chore: add webhook trigger for issue created through apis
* chore: remove pks from post
* chore: remove issue id from module post
2025-04-11 01:47:00 +05:30
Surya Prashanth
b68396a4b2
[WEB-3831] chore: add validation for project_id in cycle serializer #6908
2025-04-11 01:42:53 +05:30
Aaryan Khandelwal
20132e7544
[WEB-3839] fix: peek overview description version history ( #6912 )
...
* fix: handle undefined created_at
* chore: add created_by, updated_by updated_at and created_at fields in
relation apis
* chore: handle undefined date
* fix: project typo
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2025-04-10 16:22:26 +05:30
Bavisetti Narayan
96c403ff0b
chore: changed inbox to intake ( #6884 )
2025-04-08 12:46:20 +05:30
Nikhil
543552f492
[WEB-3786] fix: issue date update when converting when dates are passed as string for comparison #6880
...
for comparison
2025-04-07 19:08:19 +05:30
Nikhil
00f78bd6a1
[WEB-3728] fix: duplicate sequence ids being generated due to race condition ( #6877 )
...
* fix: race condition which is creating duplicate sequence ids
* chore: add management command to fix duplicate sequences
* chore: update command to take a lock and optimize the script to use dict
instead of loops
* chore: update the script to use transaction
2025-04-07 15:48:43 +05:30
Aaryan Khandelwal
34337f90c1
[WEB-3748, 3749] feat: work item description version history ( #6863 )
...
* chore: work item description versions
* chore: intake issue description
* chore: intake work item description versions
* chore: add missing translations
* chore: endpoint for intake description version
* chore: renamed key to work item
* chore: changed the paginator class
* chore: authorization added
* chore: added the enum validation
* chore: removed extra validations
* chore: added extra validations
* chore: modal position
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com>
2025-04-04 20:09:02 +05:30
Nikhil
d9e3405f5a
[WEB-3700] chore: improve authentication redirections ( #6836 )
...
* chore: update redirections to be from allowed hosts
* chore: update redirection logic
* chore: add web url in settings
* chore: add next path validation
* chore: update typings
* chore: update typings
* chore: update types
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2025-04-02 23:09:27 +05:30
Dheeraj Kumar Ketireddy
81fae36c23
[WEB-3744] Append the deleted_at timestamp to workspcace slug when it's soft deleted ( #6862 )
2025-04-02 23:07:26 +05:30
Sangeetha
65a0530cfe
[WEB-2804] fix: subscribed issue count ( #6845 )
2025-04-01 20:48:25 +05:30
sriram veeraghanta
2bfe4d6a6e
fix: tsup version upgrade
2025-03-28 15:52:56 +05:30
Akshita Goyal
e8779511ad
[WEB-3673] fix: password change form ( #6839 )
...
* fix: change password
* fix: added store action for change password
* fix: type
* fix: store refactor
2025-03-28 13:35:42 +05:30
Akshita Goyal
869c755065
[WEB-3698] fix: comments refactor ( #6759 )
...
* fix: comments refactor
* fix: add edited at
* chore: add edited_at validation at issue comment update
* fix: comment mentions
* fix: edited at
* fix: css
* fix: added bulk asset upload api
* fix: projectId prop fixed
* fix: css
* fix: refactor
* fix: translation
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2025-03-27 17:28:52 +05:30
Dheeraj Kumar Ketireddy
784d651c5b
fix: Removed hardcoded timezone offsets and reduced the cache to 2 hours ( #6837 )
2025-03-27 16:53:20 +05:30
Akshita Goyal
41447e566a
[WEB-3600] fix: private project join issue ( #6799 )
...
* fix: private project join issue
* chore: return network value
* fix: refactor
* fix: refactor
* fix: type
* chore: added restricition for private projects
* chore: removed extra validations
* chore: added value to access enum
---------
Co-authored-by: sangeethailango <sangeethailango21@gmail.com>
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2025-03-25 20:17:16 +05:30
sriram veeraghanta
f29867968a
chore: removed sentry instrumentation dependencies
2025-03-25 15:54:44 +05:30
Bavisetti Narayan
fe04e5a292
[WEB-3658] fix: remove cycles and modules when issues are bulk deleted ( #6807 )
2025-03-24 18:23:09 +05:30
Samuel Torres
f720a9afb2
feat: validate github organization during OAuth login ( #6700 )
...
* feat: add GITHUB_ORGANIZATION_ID support for GitHub OAuth integration
* fix: remove debug print statements from InstanceConfigurationEndpoint
2025-03-24 12:55:20 +05:30
Akshita Goyal
4032aa62c5
[WEB-3551] fix: role improvements ( #6763 )
...
* Return Cycle start and end dates in project's timezone
* fix: role improvements
* chore: role updates
* chore: update role endpoint to update workspace admin permissions
* fix: conditions
* chore: update member role for workspace members
* chore: update workspace permission role
* fix: currentAdmin permissions
---------
Co-authored-by: Dheeraj Kumar Ketireddy <dheeru0198@gmail.com>
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2025-03-24 12:52:57 +05:30
Dheeraj Kumar Ketireddy
75a9b71edb
[WEB-3513] fix: return cycle start and end dates in project's timezone
2025-03-24 12:51:44 +05:30
dependabot[bot]
ef42ce04a4
chore(deps): bump gunicorn ( #6793 )
...
Bumps the pip group with 1 update in the /apiserver/requirements directory: [gunicorn](https://github.com/benoitc/gunicorn ).
Updates `gunicorn` from 22.0.0 to 23.0.0
- [Release notes](https://github.com/benoitc/gunicorn/releases )
- [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0 )
---
updated-dependencies:
- dependency-name: gunicorn
dependency-type: direct:production
dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-24 12:48:05 +05:30
sriram veeraghanta
72307ec100
chore: update package version
2025-03-21 17:00:14 +05:30
Prateek Shourya
94bf90dac5
[WEB-3597] fix: guest work item view access when hyper mode is enabled ( #6785 )
...
* [WEB-3597] fix: guest work item view access when hyper mode is enabled
* fix: only show work item created by the guest user if the guest_view_all_features is disabled
2025-03-20 19:43:40 +05:30
Akshita Goyal
e22265dc93
fix: intake refactor ( #6698 )
...
* fix: refactor
* fix: refactor
* fix: type
* chore: added source data in intake
* fix: css
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2025-03-20 14:06:36 +05:30
Sangeetha
075c234385
[WEB-3286] fix: allow admins to delete other admins views ( #6769 )
...
* fix: allow admins to delete other admins views
* fix: allow admins to delete other admins views
2025-03-20 14:04:28 +05:30