pablohashescobar
|
9a5d7b1049
|
Merge branch 'develop' of github.com:makeplane/plane into feat/multiple_sub_issues
|
2023-02-14 20:08:39 +05:30 |
|
pablohashescobar
|
b8c1305883
|
fix: error validation for empty length
|
2023-02-14 20:08:04 +05:30 |
|
pablohashescobar
|
c9dce08842
|
feat: assign multiple sub issues
|
2023-02-14 15:33:53 +05:30 |
|
pablohashescobar
|
fcba332589
|
refactor: update django admin panel heading (#276)
|
2023-02-14 14:50:16 +05:30 |
|
vamsi
|
7950f191e7
|
dev: added migrations for new models schema changes
|
2023-02-14 01:19:59 +05:30 |
|
pablohashescobar
|
92d5749997
|
feat: state grouping and ordering list (#253)
* feat: state grouping and ordering list
* fix: state grouping in state list endpoint
|
2023-02-14 01:16:35 +05:30 |
|
pablohashescobar
|
af1d49bbf5
|
refactor: combine sign in and sign up endpoint to a single endpoint (#263)
|
2023-02-14 01:14:56 +05:30 |
|
pablohashescobar
|
0477db69a0
|
build: add channels requirement for the asgi configuration (#225)
|
2023-02-14 01:14:24 +05:30 |
|
pablohashescobar
|
7a3c00aba4
|
Merge pull request #226 from makeplane/chore/backend_dependencies
chore: update all backend dependencies to the latest version
|
2023-02-14 01:14:05 +05:30 |
|
pablohashescobar
|
97ffdc8124
|
feat: default state for project (#264)
|
2023-02-14 01:12:32 +05:30 |
|
pablohashescobar
|
37c28b251d
|
chore: update python runtime
|
2023-02-09 19:07:08 +05:30 |
|
pablohashescobar
|
9e9a6f4cce
|
feat: record issue completed at date when the issues are moved to fompleted group (#262)
|
2023-02-09 10:41:43 +05:30 |
|
venplane
|
56030b1c2c
|
fix: github auth login (#250)
* fix: added PROJECT_ISSUES_LIST on the imports (#221)
* fix: github signin by parsing email
* refactor: changed variable names
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com>
Co-authored-by: Vamsi Kurama <vamsi.kurama@gmail.com>
|
2023-02-09 00:01:45 +05:30 |
|
pablohashescobar
|
4e27e93739
|
Merge pull request #243 from makeplane/fix/description_comment_migration_warnings
fix: description and comment_json default value to remove warnings
|
2023-02-08 01:47:46 +05:30 |
|
pablohashescobar
|
8e1ba90a34
|
Merge pull request #244 from makeplane/feat/module_cycle_settings
feat: module and cycle settings under project
|
2023-02-08 01:47:23 +05:30 |
|
pablohashescobar
|
a67690186a
|
Merge pull request #245 from makeplane/fix/module_issue
fix: module issue assignment
|
2023-02-08 01:46:41 +05:30 |
|
pablohashescobar
|
5785ab9e96
|
Merge pull request #248 from makeplane/fix/password_empty
fix: update empty passwords to hashed string and add hashing for magic sign in
|
2023-02-08 01:46:13 +05:30 |
|
dependabot[bot]
|
27849ee079
|
build(deps): bump django in /apiserver/requirements
Bumps [django](https://github.com/django/django) from 3.2.16 to 3.2.17.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.16...3.2.17)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-02-07 19:30:23 +00:00 |
|
pablohashescobar
|
d36e8af571
|
refactor: remove print logs from back migrations
|
2023-02-08 00:58:51 +05:30 |
|
pablohashescobar
|
343718cd2a
|
fix: update empty passwords to hashed string and add hashing for magic sign in
|
2023-02-08 00:45:56 +05:30 |
|
pablohashescobar
|
1d44071a77
|
fix: string comparison for update operation
|
2023-02-07 14:26:28 +05:30 |
|
pablohashescobar
|
51b3815b72
|
fix: typo while creating module issues
|
2023-02-07 14:10:06 +05:30 |
|
pablohashescobar
|
8801a291af
|
fix: module issue updation and activity logging
|
2023-02-07 14:05:09 +05:30 |
|
pablohashescobar
|
f09c9b67f6
|
fix: module issue assignment
|
2023-02-07 13:25:06 +05:30 |
|
pablohashescobar
|
8872f3f627
|
feat: module and cycle settings under project
|
2023-02-07 13:20:15 +05:30 |
|
pablohashescobar
|
32d83ac2c9
|
fix: description and comment_json default value to remove warnings
|
2023-02-07 02:29:36 +05:30 |
|
pablohashescobar
|
2c4dbc84a2
|
Merge pull request #231 from makeplane/feat/issue_manual_ordering
feat: manual ordering for issues in kanban
|
2023-02-07 01:22:02 +05:30 |
|
pablohashescobar
|
c7ad9f3da1
|
Merge pull request #236 from makeplane/refactor/cycle_modules
refactor: update cycle and module create operation
|
2023-02-07 01:20:13 +05:30 |
|
pablohashescobar
|
b93abb4b37
|
fix: update remirror description to save empty string and empty paragraph (#237)
|
2023-02-07 01:19:42 +05:30 |
|
pablohashescobar
|
aaaf75c5da
|
Merge pull request #239 from makeplane/refactor/color_nomenclature
refactor: update nomenclature for consistency
|
2023-02-07 01:15:14 +05:30 |
|
pablohashescobar
|
cd41a05022
|
refactor: update model association to cascade on delete
|
2023-02-06 23:20:21 +05:30 |
|
pablohashescobar
|
f69b76c77d
|
fix: workpsace id during token creation
|
2023-02-06 22:52:20 +05:30 |
|
pablohashescobar
|
0b7f0640c9
|
feat: segregate api token workspace
|
2023-02-06 20:22:08 +05:30 |
|
pablohashescobar
|
a576a2ab59
|
fix: tracking new cycles and modules in activities
|
2023-02-06 19:25:11 +05:30 |
|
pablohashescobar
|
67a1052b7b
|
refactor: track cycles and modules for issue
|
2023-02-06 15:31:05 +05:30 |
|
pablohashescobar
|
eec82eca2f
|
refactor: update nomenclature for consistency
|
2023-02-06 13:56:02 +05:30 |
|
pablohashescobar
|
7207d92d62
|
refactor: return modules created
|
2023-02-03 19:03:58 +05:30 |
|
pablohashescobar
|
a4f095fb59
|
refactor: update cycle and module issue create
|
2023-02-03 19:03:27 +05:30 |
|
pablohashescobar
|
c4fff45429
|
feat: manual ordering for issues in kanban
|
2023-02-02 13:29:17 +05:30 |
|
pablohashescobar
|
c60e771e9c
|
chore: update all backend dependencies to the latest version
|
2023-02-01 15:08:52 +05:30 |
|
pablohashescobar
|
0cb4edab54
|
fix: back migration for identifiers without workspaces (#212)
|
2023-01-31 19:49:02 +05:30 |
|
vamsi
|
28d4f4c876
|
dev: altering new_value and old_value to TextField
|
2023-01-31 00:49:58 +05:30 |
|
pablohashescobar
|
df96efca3e
|
fix: typo while updating members in a module (#209)
|
2023-01-31 00:47:23 +05:30 |
|
pablohashescobar
|
45a52116a7
|
refactor: move issue activity tracking from django-channels to rqworker (#207)
* refactor: move issue activity tracking from django channels to rqworker
* refactor: update old value and new value from character type to text type
|
2023-01-31 00:46:59 +05:30 |
|
vamsi
|
46973149bf
|
dev: migrations for gateway proxy related models
|
2023-01-30 01:20:05 +05:30 |
|
pablohashescobar
|
f87a9e9d3a
|
feat: plane API gateway (#188)
* feat: create model for api token and endpoint for creating api tokens
* feat: add list and delete endpoints for tokens
|
2023-01-30 00:58:38 +05:30 |
|
pablohashescobar
|
9134b0c543
|
fix: typo in invitation query (#189)
|
2023-01-26 11:41:31 +05:30 |
|
pablohashescobar
|
0fd96d592d
|
feat: sub issue count endpoint (#186)
|
2023-01-26 11:41:20 +05:30 |
|
pablohashescobar
|
3036014ea2
|
refactor: add annotations in queryset to return sub_issues_count and total members in workspace (#185)
* refactor: add anotations in queryset to return sub_issues_count
* refactor: add sub issue count in modules cycles and my issues endpoint
|
2023-01-26 11:41:11 +05:30 |
|
pablohashescobar
|
6e99c007a5
|
fix: make issue description null (#183)
* fix: make issue description null
* fix: put none check during stripping html
|
2023-01-26 11:40:59 +05:30 |
|