Commit Graph

329 Commits

Author SHA1 Message Date
pablohashescobar
836dc4027b
feat: jitsu events for sign in and sign up (#423)
* feat: jitsu events for sign in and sign up

* dev: update event data
2023-03-15 23:25:38 +05:30
pablohashescobar
88754e6fc0
dev: separate endpoints for workspace assets and user assets (#420) 2023-03-15 23:25:23 +05:30
pablohashescobar
b6ee197b40
feat: issue filter views (#418)
* dev: views initiated

* dev: refactor filtering logic

* dev: move state grouping filter to util function

* dev: view issues create endpoint and update on filters for time

* dev: rename views to issue views

* dev: rename in serilaizer and views

* dev: update issue filters

* dev: update filter

* feat: create issue favorites

* dev: update query keys

* dev: update create and update method
2023-03-15 23:25:09 +05:30
pablohashescobar
46f6b61928
refactor: grouper function to fix priority keys (#415) 2023-03-15 23:24:55 +05:30
pablohashescobar
5d8f2b6b75
feat: github importer (#425)
* dev: init github importer

* dev: add endpoint for creating import

* dev: create endpoint to bulk create issues

* dev: bulk issue importer

* dev: bulk create endpoints for labels and updates in issue bulk create endpoint to create labels and links

* dev: add comments in bluk create

* dev: status import endpoint and user invitaion workflow

* dev: initiate github repo sync

* dev: bulk issue sync endpoint and fix key issue in bg task

* dev: update endpoints for service imports

* dev: update labels logic

* dev: update importer task

* dev: bulk issue activities

* dev: update importer task for mapped users

* dev: update importer endpoint to send github token

* dev: update bulk import endpoint

* fix: workspace get query

* dev: update bulk import endpoints
2023-03-15 23:24:44 +05:30
pablohashescobar
d3ca8560fc
fix: project list ordering (#427) 2023-03-15 23:24:26 +05:30
pablohashescobar
ab9e0cf559
refactor: update response structure for cycle issue and module issues (#432) 2023-03-15 23:21:37 +05:30
pablohashescobar
c07cfee018
refactor: update favorites for project, cycle and module (#434)
* dev: refactor favorites

* dev: fix typo
2023-03-15 23:21:23 +05:30
pablohashescobar
ed8f0b8473
feat: user activity graph (#437)
* feat: user activity graph

* dev: issue completed and activity graph
2023-03-15 23:21:08 +05:30
pablohashescobar
0082a98d53
dev: add cycle date validation (#442) 2023-03-15 23:20:49 +05:30
pablohashescobar
d6aadb115d
refactor: users endpoint to return invites and assigned issues count (#449) 2023-03-15 23:20:31 +05:30
pablohashescobar
6de6522a41
chore: permissions for api endpoints (#419) 2023-03-11 23:51:06 +05:30
pablohashescobar
0416e07f46
refactor: self hosting setup (#411)
* merge-commit: self hosted updates

* dev: updates in self hosting setup

* dev: update script to get the instance IP

* dev: update script to generate backend secret key
2023-03-09 20:49:12 +05:30
pablohashescobar
cf72a187fe
fix: rename db host name for docker setup (#380) 2023-03-08 01:00:52 +05:30
pablohashescobar
2967fb1bee
dev: add back migration for project cover images (#381) 2023-03-08 01:00:34 +05:30
pablohashescobar
1a04eda613
fix: make api token only view once (#382) 2023-03-08 01:00:10 +05:30
pablohashescobar
0bd3e8ae95
fix: project member filter for bot accounts (#391) 2023-03-08 00:59:48 +05:30
vamsi
b54a1f221f dev: migrations added for ProjectFavorite, ModuleFavorite, CycleFavorite including a bunch of other attribs 2023-03-07 03:09:04 +05:30
pablohashescobar
d28fe930a6
feat: module favourites for user (#370) 2023-03-06 19:00:00 +05:30
pablohashescobar
cb8b6b43dc
feat: cycle favourites for user (#369)
* feat: cycle favourites for user

* chore: update nomenclature

* chore: update on nomenclature

* feat: add favorites for completed and current cycle endpoints
2023-03-06 18:59:47 +05:30
pablohashescobar
79d7b6fec3
feat: already exisiting url validation (#368) 2023-03-06 18:58:10 +05:30
pablohashescobar
39f54d8265
fix: cycle and module issue filtering (#363) 2023-03-06 18:57:58 +05:30
pablohashescobar
3d57edfcf8
fix: cycle date filtering for current and upcoming cycle (#357)
* fix: update filtering for completed cycles

* fix: filter updated for upcoming cycles
2023-03-06 18:57:46 +05:30
pablohashescobar
ae64b53cf3
feat: add cover image to project (#353) 2023-03-06 18:57:20 +05:30
pablohashescobar
689eaad0f0
feat: add project to favourites (#352)
* feat: add project to favourites

* feat: add project is_favourite attribute to list endpoints

* refactor: updated destroy endpoint to send project_id

* chore: nomenclature update
2023-03-06 18:57:07 +05:30
pablohashescobar
697e7f13b5
fix: module issue viewset typo (#349) 2023-03-06 18:56:53 +05:30
pablohashescobar
cee8a6a8cd
fix: workspace member listing endpoint (#348) 2023-03-06 18:56:41 +05:30
pablohashescobar
cecd025a78
feat: delete file assets from storage (#373) 2023-03-06 18:56:05 +05:30
pablohashescobar
3a81a6c186
feat: add endpoint for draft cycles and add validation for creating draft cycles (#355)
* feat: add endpoint for draft cycles and add validation for creating draft cycles

* fix: key error in cycle create endpoint
2023-03-06 18:45:20 +05:30
pablohashescobar
1b369feb6a
refactor: update links to different endpoints (#338) 2023-02-28 02:09:22 +05:30
pablohashescobar
7b4d7f12f5
fix: remove project slug (#340) 2023-02-28 02:09:09 +05:30
pablohashescobar
1255552ebe
refactor: create new endpoints for date checking getting current upcoming and past cycles (#343)
* refactor: create new endpoints for date checking getting current upcoming and past cycles

* refactor: rename endpoint to match consistency
2023-02-28 02:08:55 +05:30
pablohashescobar
1ff0970ed6
fix: remove bot accounts from list api (#344) 2023-02-28 02:08:34 +05:30
pablohashescobar
90b8d66946
fix: add pagination for github repositories endpoint (#345) 2023-02-28 02:08:17 +05:30
pablohashescobar
ec4332ea6b
feat: filtering for cycle and module issue and updated grouper function for grouping in modules and cycles (#342) 2023-02-27 15:32:15 +05:30
pablohashescobar
517600ac89
fix: add filter for workspace integrations (#325)
* fix: add filter for workspace integrations

* fix: update url for delete

* fix: remove github installation when deleted

* fix: delete old repos

* fix: add filter on repository endpoints
2023-02-23 23:56:48 +05:30
vamsi
702cfeb4ee dev: added new migrations 2023-02-23 01:04:44 +05:30
pablohashescobar
937222fdd4
feat: assignee and label details in cycle and module issues (#319) 2023-02-23 01:01:09 +05:30
pablohashescobar
a9802f816e
feat: github integration (#315)
* feat: initiate integrations

* feat: initiate github integration create models for the same

* feat: github integration views

* fix: update workspace integration view to create bot users

* refactor: rename repository model

* refactor: update github repo sync endpoint to create repo and sync in one go

* refactor: update issue activities to post the updates to segway hook

* refactor: update endpoints to get project id and add actor as a member of project in repo sync

* fix: make is bot as a read only field

* fix: remove github repo imports

* fix: url mapping

* feat: repo views

* refactor: update webhook request endpoint

* refactor: rename repositories table to github_repositories

* fix: workpace integration actor

* feat: label for github integration

* refactor: issue activity on create issue

* refactor: repo create endpoint and add db constraints for repo sync and issues

* feat: create api token on workpsace integration and avatar_url for integrations

* refactor: add uuid primary key for Audit model

* refactor: remove id from auditfield to maintain integrity and make avatar blank if none supplied

* feat: track comments on an issue

* feat: comment syncing from plane to github

* fix: prevent activities created by bot to be sent to webhook

* feat: github app installation id retrieve

* feat: github app installation id saved into db

* feat: installation_id for the github integragation and unique provider and project base integration for repo

* refactor: remove actor logic from activity task

* feat: saving github metadata using installation id in workspace integration table

* feat: github repositories endpoint

* feat: github and project repos synchronisation

* feat: delete issue and delete comment activity

* refactor: remove print logs

* FIX: reading env names for github app while installation

* refactor: update bot user firstname with title

* fix: add is_bot value in field

---------

Co-authored-by: venplane <venkatesh@plane.so>
2023-02-22 19:40:57 +05:30
pablohashescobar
f17ecd597b
Merge pull request #278 from makeplane/feat/multiple_sub_issues
feat: assign multiple sub issues
2023-02-21 23:52:33 +05:30
pablohashescobar
33ed2f6c35
Merge pull request #287 from makeplane/fix/state_ordering
fix: state ordering in group
2023-02-21 23:52:21 +05:30
pablohashescobar
a904c4a7de
Merge pull request #302 from makeplane/feat/issue_sorting_grouping
feat: updated issue grouping and filtering
2023-02-21 23:52:08 +05:30
pablohashescobar
71f9ae41f3
feat: created_by details for links (#313) 2023-02-21 23:50:54 +05:30
sriram veeraghanta
bdca84bd09
Feat: Dockerizing using nginx reverse proxy (#280)
* minor docker fixes

* eslint config changes

* dockerfile changes to backend and frontend

* oauth enabled env flag

* sentry enabled env flag

* build: get alternatives for environment variables and static file storage

* build: automatically generate random secret key if not provided

* build: update docker compose for next url env add channels to requirements for asgi server and save files in local machine for docker environment

* build: update nginx conf for backend base url update backend dockerfile to make way for static file uploads

* feat: create a default user with given values else default values

* chore: update docker python version and other dependency version in docker

* build: update local settings file to run it in docker

* fix: update script to run in default production setting

* fix: env variable changes and env setup shell script added

* Added Single Dockerfile to run the Entire plane application

* docs build fixes

---------

Co-authored-by: Narayana <narayana.vadapalli1996@gmail.com>
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2023-02-21 11:31:43 +05:30
pablohashescobar
d50cc14972 fix: typo in model aggregation key 2023-02-18 18:21:42 +05:30
pablohashescobar
495ac0ca00 feat: improved grouper with grouping function 2023-02-18 15:43:47 +05:30
pablohashescobar
236c660cc7 feat: sort order during create 2023-02-18 12:35:42 +05:30
pablohashescobar
eba0f02aeb feat: back migration script to populate random sort_order values 2023-02-18 12:29:46 +05:30
pablohashescobar
2505417dbd feat: updated issue grouping and filtering 2023-02-18 12:22:17 +05:30
pablohashescobar
7c1f357bed
feat: issue links (#288)
* feat: links for issues

* fix: add issue link in serilaizer

* feat: links can be added to issues

---------

Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-02-17 17:04:12 +05:30
dependabot[bot]
6ed5c05164
build(deps): bump django in /apiserver/requirements (#289)
Bumps [django](https://github.com/django/django) from 3.2.17 to 3.2.18.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.17...3.2.18)

---
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>
2023-02-16 16:04:26 +05:30
pablohashescobar
2d2751c58d fix: state ordering in group 2023-02-15 17:53:37 +05:30
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
pablohashescobar
acf7f59eef
fix: fix nomenclature update on permission filter attributes (#179) 2023-01-17 03:33:36 +05:30
pablohashescobar
894e26116b
refactor: performance booster optimization (#176)
* refactor: setup multiple select related

* chore: upgrade sentry sdk to latest version

* refactor: update module and cycle views to increase performance

* refactor: remove pagination and make the response simillar to paginated API

* fix: update staging to DEBUG True for all logging

* refactor: update the query count print statement

* refactor: my issues endpoint to remove n+1

* refactor: optimize queries for workspace and project

* fix: project member endpoint

* fix: revert back workspace members

* refactor: update base file to remove workspace and project query and update permission layer accordingly

* refactor: update read_only fields in read serializers

* fix: read only serializers

* chore: update drf package

* revert: drf version upgrade

* revert: read only fields update

* revert: update serializer to old state

* chore: update drf to latest version

* refactor: update dispatch to display method as well

* refactor: optimize  cycle and module issue queries

* refactor: optimize module endpoint and issue list endpoint

* refactor: update prefetch related in modules and cycles

* refactor: create permission mapping in permission file
2023-01-17 01:50:27 +05:30
pablohashescobar
f12b7ef923
refactor: backend code cleanup (#177)
* refactor: segregate urls in urls.py

* refactor: remove all people endpoint

* refactor: update file asset endpoint with slug and remove unused imports in issue

* fix: remove people endpoint from __init__

* refactor: update permission logic to handle GET requests

* feat: add url for sign up endpoint in urls

* refactor: update the permission layer
2023-01-17 01:34:58 +05:30
pablohashescobar
c33fc0e0ec fix: oauth key error 2023-01-16 23:23:55 +05:30
pablohashescobar
6db3cf2b4d
feat: return workspace member count on user workspace endpoint (#162) 2023-01-11 14:44:35 +05:30
pablohashescobar
ad929dfd7e
fix: add dockerized variable to staging as magic links are failing in staging (#163) 2023-01-11 14:44:25 +05:30
vamsi
43d17e86f3 chore: else flow for not dockerised redis instances 2023-01-11 00:17:49 +05:30
vamsi
50503620de chore: env variables needs optional value 2023-01-11 00:11:47 +05:30
vamsi
95097bfbf2 chore: IssueComment fix backpopulate data 2023-01-11 00:02:53 +05:30
Vamsi Kurama
bef166a65f
dev: promote stage release to production (#155)
* refractor: removed modules from user.context

* refractor: removed cycles from user context

* refractor: removed state from user context

* feat: implement channel protocol for tracking issue-activites

* refactor: remove blocking code and add todo

* refactor: refactor the consumer with function modules

* feat: add columns for identifiers for easier redirection

* style: minor padding, coloring and consistency changes

* feat: track blocker issues

* feat: track issue after creation

* feat: add runworker in procfile

* refractor: moved all context provider to _app for more clarity

* dev: added our icons

* refractor: removed issues from user context

* refactor: rename db names to plural and remove admin register file

* refactor: integrate permission layer in endpoints

* feat: create product email html templates

* refractor: changed to getServerSide from getInitialProps, removed unused component imports and minor refractoring

* feat: remirror added

* feat: workspace member user details endpoint

* fix: resolved build issue

* refactor:  remove www

* feat: workspace details on user endpoint

* feat: added authorization in project settings

refractor: improved code readability

* fix: removed hard-coded workspace slug value, and added workspace in user interface

* refactor: invitation workflow for already existing users

* feat: modified remirror, fix: issue details sidebar

* fix: merge conflicts

* fix: merge conflicts

* fix: added missing dependencies

* refactor: remove user dependency from invitations

* refactor: issue description context is updated with manager

* dev: redis instance rewrite for ssl settings and remove REDIS_TLS env variable

* chore: upgrade python package requirements

* dev: added new migrations for changes

* dev: ssl config for django channels redis connection

* chore: upgrade channels requirements

* refactor: better function for connecting with redis ssl django channels

* chore: cleanup on manifest file

* revert: user endpoint changes

* build: setup asgi

* refactor: update invitation endpoint to do bulk operations

* style: cycles page, custom listbox, issue details page

* refractor: removed folder that were moved to workspaceSlug

* dev: uvicorn in requirements

* Update index.tsx

* refactor: get workspace slug on user endpoint

* fix: workspace slug redirections and slug value in user context

* fix: user context bugs, drag and drop in cycles and modules

* fix: merge conflicts

* fix: user context and create issue modal

* refactor: add extra columns for json and html description and script for back migrating old issues

* refactor: move all 500 errors to 400

* refractor: removed active project, active workspace, projects, and workspaces from user context

* refractor: change from /home to /, added home page redirection logic

added explict GET method on fetch request, and fixed invitation page not fetching all invitations

* fix: passing project id in command palette

* style: home page, feat: image in remirror

* fix: bugs

* chore: remove test_runner workflow from github actions

* dev: update Procfile worker count and python runtime upgrade

* refactor: update response from 404 to 403

* feat: filtering using both name and issue identifier in command palette

showing my issues instead of project issue in command palette, hiding again according to route in command palette

* fix: mutation on different CRUD operations

* fix: redirection in my issues pages

* feat: added authorization in workspace settings, moved command palette to app-layout

* feat: endpoint and column to store my issue props

* style: authorization new design,

fix: made whole button on authorization page clickable, lib/auth on unsuccessful api call redirecting to error page

* feat: return project details on modules and cycles

* fix: create cycle and state coming below issue modal, showing loader for rich text editor

refractor: changed from sprint to cycle in issue type

* fix: issue delete mustation

and some code refractor

* fix: mutation bugs, remirror bugs, style: consistent droopdowns and buttons

* feat: user role in model

* dev: added new migrations

* fix: add url for workspace availability check

* feat: onboarding screens

* fix: update url for workspace name check and add authentication layer and
fix invitation endpoint

* refactor: bulk invitations message

* refactor: response on workspace invitarions

* refactor: update identifier endpoint

* refactor: invitations endpoint

* feat: onboarding logic and validations

* fix: email striep

* dev: added workspace space member unique_together

* chore: back populate neccesary data for description field

* feat: emoji-picker gets close on select, public will be default option in create project

* fix: update error in project creation

* fix: mutation error on issue count in kanban view

some minor code refractoring

* fix: module bugs

* fix: issue activities and issue comments mutation handled at issue detail

* fix: error message for creating updates without permissions

* fix: showing no user left to invite in project invite

fix: - mutation in project settings control, style: - showing loader in project settings controller, - showing request pending for user that hasn't accepted invitation

* refactor: file asset upload directory

* fix: update last workspace id on user invitation accept

* style: onboarding screens

* style: cycles, issue activity

* feat: add json and html column in issue comments

* fix: submitting create issue modal on enter click, project not getting deselected

* feat: file size validator

* fix: emoji picker not closing on all emoji select

* feat: added validation in identifier such that it only accept uppercase text

* dev: commenting is now richer

* fix: shortcuts not getting opened in settings layouts

* style: showing sidebar on unauthorized pages

* fix: error code on exception

* fix: add issue button is working on my issues pages

* feat: new way of assets

* fix: updated activity content for description field

* fix: mutation on project settings control

style: blocker and blocked changed to outline button

* fix: description activity logging

* refactor: check for workspace slug on workspace creation

* fix: typo on workspace url check

* fix: workspace name uniqueness

* fix: remove workspace from read only field

* fix: file upload endpoint, workspace slug check

* chore: drop unique_together constraint for name and workspace

* chore: settings files cleanup and use PubSub backend on django channels

* chore: change in channels backend

* refactor: issue activity api to combine comments

* fix: instance created at key

* fix: result list

* style: create project, cycle modal, view dropdown

* feat: merged issue activities and issue comments into a single section

* fix: remirror dynamic update of issue description

* fix: removed commented code

* fix: issue acitivties mutation

* fix: empty comments cant be submitted

* fix: workspace avatar has been updated while loading

* refactor: update docker-compose to run redis and database in heroku and docker environment

* refactor: removesingle docker file configuration

* refactor: update take off script to run in asgi

* docs: added workspace, quickstart documentation

* fix: reading editor values on focus out

* refactor: cleanup environment variables and create .env.example

* refactor: add extra variables in example env

* fix: warning and erros on console

lazy loading images with low priority, added validation on onboarding for user to either join or create workspace, on onboarding user can't click button while form is getting submitted, profile page going into loading state when updated, refractor: made some state local, removed unnecessary console logs and comments, changed some variable and function name to make more sence

* feat: env examples

* fix: workspace member does not exist

* fi: remove pagination from issue list api

* refactor: remove env example from root

* feat: documentation for projects on plane

* feat: create code of conduct and contributing guidelines

* fix: update docker setup to check handle redis

* revert: bring back pagination to avoid breaking

* feat: made image uploader modal, used it in profile page and workspace page,

delete project from project settings page, join project modal in project list page

* feat: create workspace page, style: made ui consistent

* style: updated onboarding and create workspace page design

* style: responsive sidebar

* fix: updated ui imports
2023-01-10 23:55:47 +05:30
vamsi
a960ddedf7 dev: redis instance rewrite for ssl settings and remove REDIS_TLS env variable 2023-01-02 19:41:47 +05:30
vamsi
70e96be8fa dev: ssl settings on the plane production 2023-01-02 19:17:37 +05:30
vamsi
e1cea1a109 Merge branch 'master' of https://github.com/makeplane/plane 2022-12-23 00:23:37 +05:30
vamsi
7d1dda5c0f dev: enable dj_database_url config for heroku 2022-12-23 00:19:25 +05:30
vamsi
eb8b35c846 dev: rename migration files and dependencies to match with production db 2022-12-23 00:04:08 +05:30
vamsi
ff56f85f8a dev: redo migrations for new features 2022-12-22 23:58:59 +05:30
vamsi
423d6b4455 dev: move Procfile to apiserver and change the config 2022-12-22 23:50:45 +05:30
vamsi
054fbab887 Merge branch 'stage-release' of https://github.com/makeplane/plane into stage-release 2022-12-22 23:31:02 +05:30
pablohashescobar
e631d50853 fix: delete old blocks from on issue update 2022-12-22 17:01:44 +05:30
pablohashescobar
364ad0a301 fix: module update serializer and removed create 2022-12-22 17:00:20 +05:30
pablohashescobar
9046bff659 fix: module update serializer 2022-12-22 16:16:07 +05:30
pablohashescobar
b21a3326f2 fix: add blocks to issue serializer to create it in a single endpoint 2022-12-22 15:54:03 +05:30
pablohashescobar
3325a28921 fix: issue serializer 2022-12-22 15:53:29 +05:30
pablohashescobar
49fc8caf5a fix: return issue detailing in module list response 2022-12-22 14:36:55 +05:30
pablohashescobar
2397559a0e fix: make cycle issue and module issue responses consistent 2022-12-22 11:52:06 +05:30
vamsi
2fae7a6200 Merge branch 'stage-release' of https://github.com/makeplane/plane into stage-release 2022-12-22 00:14:18 +05:30
vamsi
d16c47d49c dev: move runtime.txt into apiserver 2022-12-22 00:05:11 +05:30
Vamsi Kurama
9539fca585
Merge pull request #55 from pablohashescobar/fix/issue_cycle_status_code
fix: status code on issue cycle create
2022-12-21 23:29:40 +05:30
Vamsi Kurama
443334774e
Merge pull request #56 from pablohashescobar/refactor/module_cycle_issue
refactor: make both cycle issue and module issue view consistent
2022-12-21 23:29:30 +05:30
Vamsi Kurama
dc228a6a80
Merge pull request #57 from pablohashescobar/feat/project_default_props
feat: project view default props with migrations
2022-12-21 23:28:45 +05:30
pablohashescobar
a9cbf5f486 fix: typo is module issue create 2022-12-21 19:44:11 +05:30
pablohashescobar
37007514e3 feat: project view default props with migrations 2022-12-20 16:59:24 +05:30
pablohashescobar
2cf1f32353 refactor: make both cycle issue and module issue view consistent 2022-12-20 16:03:50 +05:30
pablohashescobar
b40bcdace2 fix: status code on issue cycle create 2022-12-20 15:50:32 +05:30
Vihar Kurama
c9e9b67a30
Merge pull request #50 from pablohashescobar/fix/sequence_id_issues
fix: return sequence id on issue flat serializer
2022-12-20 15:38:03 +05:30
Vihar Kurama
cdd0e61a8f
Merge pull request #46 from pablohashescobar/refactor/issue_modules
refactor: bulk assign issues to module
2022-12-20 15:37:36 +05:30
pablohashescobar
b61d63ecbb Merge branch 'stage-release' of github.com:makeplane/plane into fix/my_project_member_viewset 2022-12-20 15:31:59 +05:30
pablohashescobar
aef6c783a3 fix: my project member viewset 2022-12-20 15:31:39 +05:30
Vihar Kurama
e4361949bc
Merge pull request #37 from pablohashescobar/feat/my_issue_props
feat: add field my_issues_prop to store my_issues property
2022-12-20 15:24:44 +05:30
pablohashescobar
602aa30f58 dev: add migration files 2022-12-20 15:19:09 +05:30
pablohashescobar
9e4d5ac2cc fix: return sequence id on issue flat serializer 2022-12-20 00:56:53 +05:30
pablohashescobar
0b94172ef7 refactor: remove bulk assign endpoint, merge it into a single create endpoint and update the create endpoint to maintain db integrity 2022-12-20 00:31:43 +05:30
pablohashescobar
35938cc33a refactor: bulk assign issues to module 2022-12-19 23:43:05 +05:30
pablohashescobar
8aecc143c7 feat: update url 2022-12-16 21:33:34 +05:30
pablohashescobar
2bacbedeb7 feat: create a dedicated endpoint to view logged in users project attributes 2022-12-16 21:30:04 +05:30
pablohashescobar
5807632ee4 feat: add field my_issues_prop to store my_issues property 2022-12-16 11:40:24 +05:30
pablohashescobar
1d08f01682 feat: add extra columns as a response to create and update on issue and issue comments 2022-12-16 03:13:30 +05:30
pablohashescobar
bf71be1f75 feat:create sign up endpoint and remove print logs 2022-12-16 03:09:58 +05:30
pablohashescobar
1faebb298b dev: added migration files 2022-12-16 03:04:17 +05:30
pablohashescobar
78d4aa5467 feat: add icon for project 2022-12-16 02:59:17 +05:30
pablohashescobar
fa611b0631 feat: project modules 2022-12-16 02:57:50 +05:30
pablohashescobar
cefea57bd6 fix: url missing for my workspace issues 2022-12-13 23:50:14 +05:30
pablohashescobar
2881f990f5 dev: added db migrations for identifiers 2022-12-13 23:48:55 +05:30
pablohashescobar
3b0b88620a doc: todo comments 2022-12-13 23:48:09 +05:30
pablohashescobar
668c6c2d2d fix: project name uniqueness in workspace 2022-12-13 23:47:32 +05:30
pablohashescobar
5c2d0a829a refactor: remove unused code 2022-12-13 23:46:51 +05:30
pablohashescobar
5c91e0bef3 feat: last visited workspace and project details in a single endpoint 2022-12-13 23:45:41 +05:30
pablohashescobar
36817e616b fix: workspace and project uniqueness 2022-12-13 23:42:41 +05:30
pablohashescobar
eb85e04a09 fix: segregate my issues with workspace 2022-12-13 23:36:30 +05:30
pablohashescobar
2a2e6f78e0 fix: project default state grouping on project create 2022-12-13 23:32:49 +05:30
pablohashescobar
7613cc52a6 fix: include urls for project views 2022-12-13 23:32:10 +05:30
pablohashescobar
c99eb494c8 dev: add migrations for new model attributes 2022-12-13 23:28:56 +05:30
pablohashescobar
a45fb44020 feat: create column and endpoint to store user project issue views 2022-12-13 23:27:59 +05:30
pablohashescobar
2335dfe884 fix: partial update for projects 2022-12-13 23:25:46 +05:30
pablohashescobar
ddde7a7eea feat: add cycle id and cycle details in issue list page 2022-12-13 23:24:42 +05:30
pablohashescobar
a5f071311d dev: add max length field and group in default project states 2022-12-13 23:22:34 +05:30
pablohashescobar
cb640407b6 feat: group states into predefined state types 2022-12-13 23:20:43 +05:30
pablohashescobar
4414a71331 build: updated config for redis and wait_for_db command 2022-12-13 20:47:49 +05:30
pablohashescobar
db10c884e8 build: seperate worker process 2022-12-13 13:27:23 +05:30
pablohashescobar
ddd44a86bb build: remove Pillow 2022-12-13 02:13:07 +05:30
pablohashescobar
9afe196024 build: move worker to different process 2022-12-09 21:09:54 +05:30
pablohashescobar
46b7ec71e3 build: update docker file names to push it to heroku 2022-12-04 22:06:59 +05:30
pablohashescobar
814982a9be build: finalize dockerfiles update package.json to include all lexical dependencies 2022-12-02 23:39:03 +05:30
pablohashescobar
7ef9ea07f0 build: merge with latest changes update dockerfile to work with pnpm 2022-12-02 00:28:31 +05:30
pablohashescobar
fcebe49f48 build: update production file in backend remove unnecessary packages and add network configuration 2022-12-01 22:59:06 +05:30
pablohashescobar
949b62d13f build: create frontend and backend dockerfiles docker compose and scripts 2022-12-01 19:18:10 +05:30
pablohashescobar
26ec1e8c15 build: merge frontend and backend into a single repo 2022-11-30 02:47:42 +05:30