-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #993 from makeplane/stage-release
promote: stage-release to prod
- Loading branch information
Showing
342 changed files
with
7,628 additions
and
4,037 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,19 @@ DJANGO_SETTINGS_MODULE="plane.settings.production" | |
DATABASE_URL=postgres://plane:xyzzyspoon@db:5432/plane | ||
# Cache | ||
REDIS_URL=redis://redis:6379/ | ||
# SMPT | ||
# SMTP | ||
EMAIL_HOST="" | ||
EMAIL_HOST_USER="" | ||
EMAIL_HOST_PASSWORD="" | ||
# AWS | ||
EMAIL_PORT="587" | ||
EMAIL_USE_TLS="1" | ||
EMAIL_FROM="Team Plane <[email protected]>" | ||
# AWS | ||
AWS_REGION="" | ||
AWS_ACCESS_KEY_ID="" | ||
AWS_SECRET_ACCESS_KEY="" | ||
AWS_S3_BUCKET_NAME="" | ||
AWS_S3_ENDPOINT_URL="" | ||
# FE | ||
WEB_URL="localhost/" | ||
# OAUTH | ||
|
@@ -21,4 +25,4 @@ DISABLE_COLLECTSTATIC=1 | |
DOCKERIZED=1 | ||
# GPT Envs | ||
OPENAI_API_KEY=0 | ||
GPT_ENGINE=0 | ||
GPT_ENGINE=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ | |
GithubIssueSyncSerializer, | ||
GithubCommentSyncSerializer, | ||
) | ||
from .slack import SlackProjectSyncSerializer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Module imports | ||
from plane.api.serializers import BaseSerializer | ||
from plane.db.models import SlackProjectSync | ||
|
||
|
||
class SlackProjectSyncSerializer(BaseSerializer): | ||
class Meta: | ||
model = SlackProjectSync | ||
fields = "__all__" | ||
read_only_fields = [ | ||
"project", | ||
"workspace", | ||
"workspace_integration", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
563bb12
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
plane – ./apps/app
plane-git-master-plane.vercel.app
plane-theta.vercel.app
plane-plane.vercel.app
app.plane.so