Goran
5fb2dd0b6e
fix(webhook): allow private ip to be used as payload url ( #5535 )
...
Co-authored-by: gmajkic <gmajkic@veepee.com >
2024-09-10 14:57:30 +05:30
Ketan Sharma
29fd1186ee
[WEB-2129] fix: module creation and updation toast error ( #5550 )
...
* chore: added error message for module name
* used the backend message
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-09-07 08:58:28 +05:30
Aaryan Khandelwal
68b412badf
[WEB-1933] refactor: link create/update for issues and modules ( #5543 )
...
* chore: added module and issue link validation
* refactor: issues and modules link moda;
* chore: changed the url validation logic
* chore: code cleanup
* refactor: modules link logic
* chore: removed the validator function
* fix: url validation regex
* chore: removed unwanted imports
* chore: reverted the external api changes
* refactor: link modals
* refactor: reset modal logic
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-09-06 22:52:29 +05:30
Bavisetti Narayan
d265635f7e
chore: workspace active page filter ( #5531 )
2024-09-05 15:38:45 +05:30
Bavisetti Narayan
3d7098855f
[WEB-2358] chore: optimised the recent collaborators endpoint ( #5470 )
...
* chore: optimised the recent collaborators endpoint
* chore: recent collabators code refactor
* chore: sorted the user's based on active issues
* chore: recent collaborators sorting
* chore: code refactor
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so >
2024-09-05 15:38:10 +05:30
Bavisetti Narayan
4c8e8d985c
fix: now parent can be expanded in external api ( #5511 )
2024-09-05 13:32:03 +05:30
Bavisetti Narayan
a3a7053be7
chore: added identifiers in the notification ( #5513 )
2024-09-05 13:30:44 +05:30
dependabot[bot]
5180daae87
chore(deps): bump cryptography in /apiserver/requirements ( #5520 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 42.0.5 to 43.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/42.0.5...43.0.1 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-04 15:17:25 +04:00
Aaryan Khandelwal
6c3a8a9647
[WEB-1116] feat: pages realtime collaboration ( #5493 )
...
* [WEB-1116] feat: pages realtime sync (#5057 )
* init: live server for editor realtime sync
* chore: authentication added
* chore: updated logic to convert html to binary for old pages
* chore: added description json on page update
* chore: made all functions generic
* chore: save description in json and html formats
* refactor: document editor components
* chore: uncomment ui package components
* fix: without props extensions refactor
* fix: merge conflicts resolved from preview
* chore: init docker compose
* chore: pages custom error codes
* chore: add health check endpoint to the live server
* chore: update without props extensions type
* chore: better error handling
* chore: update react-hook-form versions
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
* fix: docker related fixes
* fix: module type fixes
* fix: nginx update
* fix: adding live server workflow
* fix: workflow fixes
* fix: docker compose fixes
* fix: workflow fixes
* fix: path config
* fix: docker compose warnings
* fix: nginx port forwarding
* fix: update docker compose with new env
* fix: env var fixes
* fix: error handling
* fix: docker compose env var
* fix: compose fixes
* chore: update server start message
* chore: handle errors
* fix: build errors
* chore: update port
* chore: update server port
* chore: show error on authentication fail
* chore: show error on authentication fail
* feat: add redis extension
* chore: updated restore version logic
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com >
2024-09-02 17:54:12 +05:30
Akshat Jain
2c950713a7
Add RabbitMQ Service to Docker Compose Configuration ( #5439 )
...
* fix: celery broker setup
* fix: docker compose update
* fixed rabbitmq vhost issue
* fix: env fixes
* fix-envs-issue in selfhost docker compose
* volume name fix
* added depends on for rabbitmq service
* Add: AMQP_URL for remote rabbitmq urls
* added amqp url im docker compose
* changed default user to guest
* fix: changes the Rabbit mq password var name
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2024-09-02 17:40:17 +05:30
Prateek Shourya
8526b801f4
fix: cycle analytics reponse. ( #5480 )
2024-09-02 15:12:32 +05:30
Bavisetti Narayan
599092d76b
chore: added issue webhook ( #5463 )
2024-08-30 20:26:43 +05:30
Bavisetti Narayan
1d2e7d3fd8
[WEB-2359] chore: resolved the bugs reported in sentry ( #5447 )
...
* chore: resolved the bugs reported in sentry
* chore: html content none type validation
* chore: changed the webhook key name
2024-08-30 20:26:09 +05:30
Nikhil
6d8ba9dfa3
chore: add migration on svg ( #5464 )
2024-08-29 15:13:17 +05:30
Nikhil
0fbe4c4de2
chore: limit svg uploads ( #5462 )
...
* fix: limit svg file uploads
* chore: limit svg uploads
2024-08-29 13:31:41 +05:30
Nikhil
22a214795d
chore: user and profile serializers ( #5459 )
...
* fix: user serializer
* chore: remove __all__from serializers
2024-08-29 13:31:13 +05:30
Akshita Goyal
716300d964
[WEB-2114]: Chore: project cycle optimization ( #5430 )
...
* chore: project cycle optimization
* fix: typo
* chore: changed the label typo
* feat: intergrated optimized api
* chore: added every key as plural
* fix: productivity dropdown
* fix: removed logging
* fix: handled loading
* fix: loaders
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-08-27 19:50:20 +05:30
guru_sainath
23dcdd6407
[WEB-2115] chore: implemented global paginator and handled project issues pagination v1 ( #5432 )
...
* chore: implemented global paginator and handled project issues paginated v1
* chore: updated order_by
* chore: updated updated_at parameter to updated_at__gte
* chore: changed updated_at__gte default value to None
2024-08-27 19:12:55 +05:30
sriram veeraghanta
51fba04226
fix: intake issue bugfixes on external apis
2024-08-27 16:58:42 +05:30
Aaryan Khandelwal
a0ed51c845
[WEB-2293] feat: pages version history ( #5417 )
...
* chore: project page version
* feat: page version history implemented
* chore: hide save button when version history overlay is active
* refactor: updated navigation logic
* chore: added error states
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-08-26 14:03:55 +05:30
sriram veeraghanta
460003c7f5
fix: removing permissions from user notifications
2024-08-22 16:47:34 +05:30
sriram veeraghanta
b3bff4c72c
fix: removing proxy url
2024-08-21 17:40:39 +05:30
Anmol Singh Bhatia
f789c72cac
fix: workspace inbox read endpoint permission ( #5391 )
2024-08-20 19:49:48 +05:30
Bavisetti Narayan
650328c6f2
[WEB-1986] fix: remove the user favourites when archived a particular entity ( #5387 )
...
* chore: pages custom error codes
* fix: view role permission
2024-08-20 19:40:48 +05:30
Bavisetti Narayan
ffbc5942da
chore: export issues permission changed ( #5392 )
2024-08-20 19:39:24 +05:30
Bavisetti Narayan
6748065456
[WEB-1980] feat: user recent visited entities ( #5211 )
...
* feat: recent visited
* chore: recent visited 20 records
* chore: removed the old table
* chore: view detail endpoint
2024-08-19 20:28:19 +05:30
Akshat Jain
bf08d21da6
Version update for postgres and python ( #5378 )
...
* version updates for pyrhon and postgres
* updated version for python and postgres
* Update docker-compose.yml
2024-08-19 16:27:36 +05:30
Henit Chobisa
c829b52c0f
fix: issue serializer breaking ( #5379 )
2024-08-16 20:46:42 +05:30
sriram veeraghanta
9e565df11b
fix: apiserver build errors
2024-08-16 17:53:41 +05:30
Anmol Singh Bhatia
0a1c656865
[WEB-2126] chore: guest and viewer role permission ( #5347 )
...
* chore: user store code refactor
* chore: general unauthorized screen asset added
* chore: workspace setting sidebar options updated for guest and viewer
* chore: NotAuthorizedView component code updated
* chore: project setting layout code refactor
* chore: workspace setting members and exports page permission validation added
* chore: workspace members and exports settings page improvement
* chore: project invite modal updated
* chore: workspace setting unauthorized access empty state
* chore: workspace setting unauthorized access empty state
* chore: project settings sidebar permission updated
* fix: project settings user role permission updated
* chore: app sidebar role permission validation updated
* chore: app sidebar role permission validation
* chore: disabled page empty state validation
* chore: app sidebar add project improvement
* chore: guest role changes
* fix: user favorite
* chore: changed pages permission
* chore: guest role changes
* fix: app sidebar project item permission
* fix: project setting empty state flicker
* fix: workspace setting empty state flicker
* chore: granted notification permission to viewer
* chore: project invite and edit validation updated
* chore: favorite validation added for guest and viewer role
* chore: create view validation updated
* chore: views permission changes
* chore: create view empty state validation updated
* chore: created ENUM for permissions
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
2024-08-16 16:35:05 +05:30
sriram veeraghanta
1757b360f3
fix: type fixes
2024-08-16 14:24:58 +05:30
Akshat Jain
8e87c48249
fix: adding secret key variable in newline ( #5361 )
...
* fix: adding secret key variable in newline
adding secret key variable in newline in api server env file and setting default value for `HARD_DELETE_AFTER_DAYS`
* added newline at EOF
2024-08-16 11:57:52 +05:30
Henit Chobisa
4a71eef72e
feat: added put request for issues api for upserting issues ( #5367 )
2024-08-14 18:25:49 +05:30
vamsi
a5a4496800
fix: adding throttling at base api view for external apis
2024-08-14 17:41:40 +05:30
vamsi
172f39e231
fix: adding service token throttle class
2024-08-14 17:38:05 +05:30
pablohashescobar
56ea45f44c
chore: migrations for constraints
2024-08-14 14:26:44 +05:30
pablohashescobar
729bad4344
fix: migration
2024-08-14 13:57:59 +05:30
guru_sainath
c02a54ef31
[WEB-2214] chore: migration for user favorite, file asset, and deploy board ( #5339 )
...
* chore: migrations for user favorite, file asset, and deply boards
* fix: migration fixes
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2024-08-14 13:07:08 +05:30
pablohashescobar
edb04a33fd
chore: issue type migration
2024-08-14 12:46:31 +05:30
NarayanBavisetti
033e7703b4
chore: project issue type migration
2024-08-13 21:53:51 +05:30
Henit Chobisa
f817d70f78
fix: unable to added issues to a completed cycle ( #5348 )
2024-08-12 13:04:07 +05:30
M. Palanikannan
6e435df613
fix: state creation from external apis ( #5345 )
2024-08-09 19:29:17 +05:30
guru_sainath
f457048644
chore: handling the archived module ids in the issue list and issue detail endpoints ( #5343 )
2024-08-09 17:16:37 +05:30
vamsi
0b72bd373b
fix: adding signup enabled flag in instance settings endpoint
2024-08-09 16:35:52 +05:30
vamsi
fc205efd6d
fix: remove user count from instance settings
2024-08-09 16:23:53 +05:30
dependabot[bot]
f54e1b922d
chore(deps): bump django in /apiserver/requirements ( #5337 )
...
Bumps [django](https://github.com/django/django ) from 4.2.14 to 4.2.15.
- [Commits](https://github.com/django/django/compare/4.2.14...4.2.15 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-08 20:18:05 +05:30
Nikhil
520938ab5c
chore: add rate limiting in magic generate endpoint ( #5322 )
2024-08-07 19:35:00 +05:30
rahulramesha
91142659ca
[WEB-2192] fix: order of state groups in space app ( #5317 )
...
* chore: added sequence in the states endpoint
* fix state grouping order in space app
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-08-07 13:49:45 +05:30
Henit Chobisa
976784bc84
feat: added deleted_at as read-only property for the label serializer ( #5306 )
2024-08-06 17:26:40 +05:30
Henit Chobisa
983769a944
feat: added endpoint for creating service tokens ( #5312 )
...
* feat: added endpoint for creating service tokens
* fix: removed filtering of APITokens without being a service token
2024-08-06 17:26:20 +05:30