-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix/hidden-menu-affects-settings-layout
- Loading branch information
Showing
483 changed files
with
29,348 additions
and
24,449 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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: oss.gg hack submission 🕹️ | ||
description: "Submit your contribution for the for the oss.gg hackathon" | ||
title: "[🕹️]" | ||
labels: 🕹️ oss.gg, player submission, hacktoberfest | ||
assignees: [] | ||
body: | ||
- type: textarea | ||
id: contribution-name | ||
attributes: | ||
label: What side quest or challenge are you solving? | ||
description: Add the name of the side quest or challenge. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: points | ||
attributes: | ||
label: Points | ||
description: How many points are assigned to this contribution? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: What's the task your performed? | ||
validations: | ||
- type: textarea | ||
id: proof | ||
attributes: | ||
label: Provide proof that you've completed the task | ||
description: Screenshots, loom recordings, links to the content you shared or interacted with. | ||
validations: | ||
required: true |
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 |
---|---|---|
@@ -1,26 +1,12 @@ | ||
docker-dev-build: | ||
make -C packages/twenty-docker dev-build | ||
|
||
docker-dev-up: | ||
make -C packages/twenty-docker dev-up | ||
|
||
docker-dev-start: | ||
make -C packages/twenty-docker dev-start | ||
|
||
docker-dev-stop: | ||
make -C packages/twenty-docker dev-stop | ||
|
||
docker-dev-sh: | ||
make -C packages/twenty-docker dev-sh | ||
|
||
postgres-on-docker: | ||
make -C packages/twenty-postgres provision-on-docker | ||
|
||
postgres-on-macos-arm: | ||
make -C packages/twenty-postgres provision-on-macos-arm | ||
|
||
postgres-on-macos-intel: | ||
make -C packages/twenty-postgres provision-on-macos-intel | ||
|
||
postgres-on-linux: | ||
make -C packages/twenty-postgres provision-on-linux | ||
docker run \ | ||
--name twenty_postgres \ | ||
-e POSTGRES_USER=postgres \ | ||
-e POSTGRES_PASSWORD=postgres \ | ||
-e POSTGRES_DB=default \ | ||
-v twenty_db_data:/var/lib/postgresql/data \ | ||
-p 5432:5432 \ | ||
twentycrm/twenty-postgres:latest | ||
|
||
redis-on-docker: | ||
docker run -d --name twenty_redis -p 6379:6379 redis/redis-stack-server:latest |
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
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
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 |
---|---|---|
|
@@ -41,10 +41,8 @@ spec: | |
value: "https://crm.example.com:443" | ||
- name: "PG_DATABASE_URL" | ||
value: "postgres://twenty:[email protected]/default" | ||
- name: "REDIS_HOST" | ||
value: "twentycrm-redis.twentycrm.svc.cluster.local" | ||
- name: "REDIS_PORT" | ||
value: 6379 | ||
- name: "REDIS_URL" | ||
value: "redis://twentycrm-redis.twentycrm.svc.cluster.local:6379" | ||
- name: ENABLE_DB_MIGRATIONS | ||
value: "true" | ||
- name: SIGN_IN_PREFILLED | ||
|
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.