Bavisetti Narayan
7554988164
feat: issue archival and close ( #1474 )
...
* chore: added issue archive using celery beat
* chore: changed the file name
* fix: created API and updated logic for achived-issues
* chore: added issue activity message
* chore: added the beat scheduler command
* feat: added unarchive issue functionality
* feat: auto issue close
* dev: refactor endpoints and issue archive activity
* dev: update manager for global filtering
* fix: added id in issue unarchive url
* dev: update auto close to include default close state
* fix: updated the list and retrive function
* fix: added the prefetch fields
* dev: update unarchive
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2023-07-11 14:35:20 +05:30
Quadrubo
7087b1b5f2
fix: docker inconsistencies ( #1493 )
...
Co-authored-by: pablohashescobar <118773738+pablohashescobar@users.noreply.github.com>
2023-07-11 14:10:57 +05:30
pablohashescobar
abdb4a4778
feat: notifications ( #1363 )
...
* feat: added new issue subscriber table
* dev: notification model
* feat: added CRUD operation for issue subscriber
* Revert "feat: added CRUD operation for issue subscriber"
This reverts commit b22e062576
.
* feat: added CRUD operation for issue subscriber
* dev: notification models and operations
* dev: remove delete endpoint response data
* dev: notification endpoints and fix bg worker for saving notifications
* feat: added list and unsubscribe function in issue subscriber
* dev: filter by snoozed and response update for list and permissions
* dev: update issue notifications
* dev: notification segregation
* dev: update notifications
* dev: notification filtering
* dev: add issue name in notifications
* dev: notification new endpoints
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2023-07-11 13:36:31 +05:30
pablohashescobar
ad1a074292
chore: environment variables for worker and api ( #1492 )
2023-07-11 13:30:55 +05:30
Aaryan Khandelwal
4c2cb2368a
chore: update classnames according to the new theming structure ( #1494 )
...
* chore: store various shades of accent color
* refactor: custom theme selector
* refactor: custom theme selector
* chore: update custom theme input labels
* fix: color generator function logic
* fix: accent color preloaded data
* chore: new theming structure
* chore: update shades calculation logic
* refactor: variable names
* chore: update color scheming
* chore: new color scheming
* refactor: themes folder structure
* chore: update classnames to the new ones
* chore: update static colors
* chore: sidebar link colors
* chore: placeholder color
* chore: update border classnames
2023-07-10 12:47:00 +05:30
Aaryan Khandelwal
a14f8c281b
chore: update theming structure ( #1422 )
...
* chore: store various shades of accent color
* refactor: custom theme selector
* refactor: custom theme selector
* chore: update custom theme input labels
* fix: color generator function logic
* fix: accent color preloaded data
* chore: new theming structure
* chore: update shades calculation logic
* refactor: variable names
* chore: update color scheming
* chore: new color scheming
* refactor: themes folder structure
* chore: update classnames according to new variables
* Revert "chore: update classnames according to new variables"
This reverts commit 60a87453b21768167e37889e709c12287ca07b08.
* chore: remove temp file
2023-07-10 12:25:32 +05:30
Anmol Singh Bhatia
d564ea8898
fix: resolved overflow issue with longer state names ( #1444 )
2023-07-07 14:11:33 +05:30
Anmol Singh Bhatia
7868bfa2b1
feat: created on and updated on column added in spreadsheet view ( #1454 )
...
* feat: created on and updated on column added in spreadsheet view
* fix: build fix
* refactor: simplify logic
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-07-07 14:11:07 +05:30
Anmol Singh Bhatia
353c85120f
feat: bulk invite for project ( #1466 )
...
* feat: bulk invite for project
* feat: members dropdown updated
* fix: error message added ,style: ui improvement
* feat: added add members button for scenarios with multiple members
* chore: updated watch to fields
2023-07-07 14:10:36 +05:30
Aaryan Khandelwal
49f37e0346
fix: emoji render function ( #1484 )
...
* fix: emoji render function
* fix: emoji render function
2023-07-06 16:08:49 +05:30
pablohashescobar
3a2f4d55d7
fix: static and media files storages ( #1482 )
2023-07-06 15:30:34 +05:30
pablohashescobar
8443dfc9dd
chore: rename workspace company size to organization size ( #1463 )
...
* chore: rename workspace company size to organization size
* chore: make workspace organization size as required
2023-07-06 11:58:47 +05:30
pablohashescobar
2f8a1dbe20
chore: project members endpoint to support bulk operations ( #1464 )
2023-07-06 11:58:35 +05:30
pablohashescobar
6bfeb6af34
chore: upgrade backend dependencies ( #1479 )
...
* chore: upgrade backend dependencies
* dev: update storage settings for self hosted version
2023-07-06 11:58:24 +05:30
pablohashescobar
fd3f6ab7a4
Merge pull request #1478 from makeplane/stage-release
...
promote: stage-release to master
2023-07-05 21:24:39 +05:30
pablohashescobar
d05d814efe
chore: workspace invitation for self-hosted versions ( #1477 )
2023-07-05 21:21:31 +05:30
pablohashescobar
cc0701a823
fix: workspace invitation delete for self hosted ( #1475 )
2023-07-05 21:00:30 +05:30
Aaryan Khandelwal
3906503c1b
fix: state icon color on group titles ( #1435 )
2023-07-05 00:56:39 +05:30
Aaryan Khandelwal
c3fe221e7a
chore: update project members type ( #1459 )
2023-07-05 00:56:15 +05:30
Chandan Jal
e530533f9e
fix: layout of tabs on Pages is not adaptable to mobile screens #1380 ( #1400 )
...
* fix: layout of tabs on Pages is not adaptable to mobile screens #1380
* fix: scrolling experience on page
2023-07-04 23:13:31 +05:30
Kunal Vishwakarma
4c3e2c252a
chore: due date filter ( #965 )
...
* chore: due date filter
* fix: deployment error
* chore: optimized code
* chore: created constants for due date
* chore: create seperated css file for react datepicker styling
* fix: due date filter
* chore: highlight selected option
* fix: merge conflicts
* fix: build error
* chore: date range selector validation
* fix: issue views overflow
* refactor: due date filter modal code
* refactor: multi level dropdown
* chore: due date filter select default value
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-07-04 23:13:07 +05:30
Anmol Singh Bhatia
4ede04d72f
refactor: standardized date format throughout the platform ( #1461 )
2023-07-04 18:19:19 +05:30
pablohashescobar
5a6fd0efdb
chore: due date filter ( #1460 )
2023-07-04 16:48:59 +05:30
pablohashescobar
1a72a0dff4
fix: user invitation workflow for self hosted version ( #1441 )
2023-07-04 13:56:51 +05:30
pablohashescobar
e4ee6a5bfb
chore: workspace char name and slug maximum length ( #1453 )
2023-07-04 13:54:48 +05:30
pablohashescobar
e23e9ccdbb
fix: project member list endpoint n+1 ( #1458 )
2023-07-04 13:54:37 +05:30
guru_sainath
54a536e268
Merge pull request #1436 from makeplane/fix/bug_fix_and_ui_improvement
2023-07-03 13:57:15 +05:30
pablohashescobar
110eb39a51
dev: update packages to latest version ( #1431 )
2023-06-30 19:37:26 +05:30
anmolsinghbhatia
fc15da826b
style: label dropdown empty state
2023-06-30 18:28:12 +05:30
Mark Percival
7e2caf65bb
chore: Dry up docker compose environment variables ( #1438 )
...
* chore: Use docker compose extensions to dry up duplicate environment
variables between worker and api services.
See: https://docs.docker.com/compose/compose-file/11-extension/
2023-06-30 10:00:45 +05:30
tajkirkpatrick
d62dc25aa0
Add network timeout option to yarn install ( #1382 )
...
Inside of the Dockerfile.web, the yarn install command is susceptible to encountering a ECONNECT timeout error on aarch64 and ARM devices (such as a raspberry pi). This explicit overwrite of the default network timeout extends the window for low power CPU devices.
2023-06-30 09:53:44 +05:30
anmolsinghbhatia
32bf2ed56a
fix: display properties fix
2023-06-29 18:37:19 +05:30
anmolsinghbhatia
ebf877b7fa
fix: display properties fix
2023-06-29 18:33:44 +05:30
anmolsinghbhatia
d8eeb9e17a
fix: cycle list item fix
2023-06-29 18:20:22 +05:30
anmolsinghbhatia
f2a4e026a5
fix: cycle and module sidebar overflow fix
2023-06-29 18:19:38 +05:30
anmolsinghbhatia
8229b12c9c
style: recent page overflow fix
2023-06-29 18:17:52 +05:30
anmolsinghbhatia
3c07da433a
fix: overflow fix
2023-06-29 18:16:01 +05:30
pablohashescobar
1ed7935bf0
docs: update readme.md for self hosting setup and remove pnpm from contribution guidelines ( #1423 )
2023-06-29 11:52:44 +05:30
Vamsi Kurama
6394f517a2
Merge pull request #1413 from makeplane/stage-release
...
promote: stage-release to master
2023-06-28 19:19:59 +05:30
pablohashescobar
379d258375
fix: charts design and mutation ( #1426 ) ( #1427 )
...
* fix: pie chart overlap issue
* fix: burndown chart mutation
* fix: burndown chart mutation
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com>
2023-06-28 19:09:44 +05:30
Aaryan Khandelwal
c743d43ce2
fix: charts design and mutation ( #1426 )
...
* fix: pie chart overlap issue
* fix: burndown chart mutation
* fix: burndown chart mutation
2023-06-28 19:08:33 +05:30
pablohashescobar
6a27827c16
Merge pull request #1425 from makeplane/develop
...
promote: develop to stage-release
2023-06-28 17:48:53 +05:30
Anmol Singh Bhatia
01f465fdfa
style: adjust tooltip position and spacing in workspace id and title in spreadsheet ( #1420 )
2023-06-28 17:27:43 +05:30
Anmol Singh Bhatia
1a668c19a5
style: issue detail page layout ( #1424 )
2023-06-28 17:27:19 +05:30
pablohashescobar
206ca98307
Merge pull request #1418 from makeplane/develop
...
promote: develop to stage-release
2023-06-28 11:14:41 +05:30
pablohashescobar
ed0106200e
dev: migrations for removal of timelineissues and shortcut ( #1417 )
2023-06-28 11:06:52 +05:30
pablohashescobar
473c32d3d4
fix: github importer issue ( #1414 ) ( #1415 )
2023-06-27 22:56:06 +05:30
pablohashescobar
0bdd26ce12
fix: github importer issue ( #1414 )
2023-06-27 22:54:52 +05:30
guru_sainath
124d1c30aa
Merge pull request #1410 from makeplane/develop
...
promote: develop to stage-release
2023-06-27 19:01:26 +05:30
Rhea Jain
df0b7d78e6
Update README.md ( #1411 )
...
Edited the security email.
2023-06-27 18:57:28 +05:30