Commit Graph

3998 Commits

Author SHA1 Message Date
pablohashescobar
77bbd3feee fix: doc build issues 2023-01-11 13:57:49 +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 Kurama
9731d70d21
Merge pull request #70 from makeplane/stage-release
promotion: staging to master
2022-12-23 00:22:56 +05:30
vamsi
7d1dda5c0f dev: enable dj_database_url config for heroku 2022-12-23 00:19:25 +05:30
Vamsi Kurama
75304ffa22
Merge pull request #69 from makeplane/stage-release
promotion: staging to master
2022-12-23 00:09:33 +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
b2a050570d dev: change in app names in package.json for the turborepo builds 2022-12-22 23:37:06 +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
Vamsi Kurama
cd10c5a3df
Merge pull request #66 from pablohashescobar/feat/plane_docs
feat: add plane docs to turbo
2022-12-22 23:30:13 +05:30
Vamsi Kurama
24fcdd821d
Merge pull request #67 from pablohashescobar/fix/cycle_module_issue
fix: make cycle issue and module issue responses consistent
2022-12-22 23:29:59 +05:30
Vihar Kurama
d5eb572df4
Merge pull request #68 from aaryan610/master
feat: modules, style: kanban board, shortcut modals
2022-12-22 23:03:32 +05:30
Aaryan Khandelwal
f6ca842d30 feat: modules, style: kanban board, shortcut modals 2022-12-22 21:49:46 +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
pablohashescobar
18ff810a14 feat: add plane docs to turbo 2022-12-22 00:33:32 +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
Vamsi Kurama
8af78f7046
Merge pull request #65 from pablohashescobar/fix/typo_module_issue
fix: typo is module issue create
2022-12-21 23:28:35 +05:30
pablohashescobar
a9cbf5f486 fix: typo is module issue create 2022-12-21 19:44:11 +05:30
Vihar Kurama
847a0ab853
Merge pull request #64 from dakshesh14/main
fix: made description optional in project settings page, randomly selecting emoji
2022-12-21 19:21:39 +05:30
Dakshesh Jain
eadebd8d93 refractor: moved all local state, and component to that component,
used dynamic imports where-ever possible
2022-12-21 19:11:04 +05:30
Dakshesh Jain
f67bbbf9ff fix: made description as optional field in project settings 2022-12-21 16:45:54 +05:30
Dakshesh Jain
08deff5d21 refractor: changed to due date from target date 2022-12-21 12:45:46 +05:30
Dakshesh Jain
a4b738508f fix: selecting random emoji on create-project 2022-12-21 11:55:54 +05:30
Vihar Kurama
50cb333646
Merge pull request #63 from dakshesh14/main
fix: mutation on set new default button
2022-12-21 11:54:15 +05:30
Dakshesh Jain
18cf044e3b feat: random emoji will be chosen if none provided 2022-12-21 11:46:57 +05:30
Dakshesh Jain
f322bcc4b0 fix: mutation on set new default button
refractor: moved all filter option to constants file, style: UI/UX improvement on create-update-issue model when there's an similar issue
2022-12-21 11:31:51 +05:30
Vihar Kurama
a14ad95930
Merge pull request #62 from pablohashescobar/feat/plane.so
feat: add plane.so to turbo
2022-12-21 00:57:53 +05:30
pablohashescobar
1fc4f4d2db feat: add plane.so to turbo 2022-12-21 00:56:19 +05:30
Vihar Kurama
5856e2c477
Merge pull request #61 from aaryan610/master
style: projects settings page
2022-12-20 21:31:01 +05:30
Aaryan Khandelwal
21660e2872 style: projects settings page 2022-12-20 21:14:42 +05:30
Vihar Kurama
009826d991
Merge pull request #60 from aaryan610/master
fix: mutation bugs, cycle endpoints
2022-12-20 20:40:53 +05:30
Aaryan Khandelwal
8ae9c3f15a fix: blocked issues, style: issue details sidebar 2022-12-20 20:20:45 +05:30
Aaryan Khandelwal
afcf1083ff Merge branch 'stage-release' of https://github.com/makeplane/plane 2022-12-20 20:19:02 +05:30