Skip to content

Commit 95fc1e9

Browse files
authored
Merge pull request #2 from wayofdev/develop
feat: configure project name
2 parents 2e51ec0 + 62cacf4 commit 95fc1e9

39 files changed

+706
-129
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SHARED_SERVICES_NAMESPACE=ss
1313
# in Docker network for current project
1414
# More info:
1515
# https://docs.docker.com/compose/reference/envvars/#compose_project_name
16-
COMPOSE_PROJECT_NAME=spiral-starter-tpl
16+
COMPOSE_PROJECT_NAME=spiral-app-temporal-demo
1717

1818
# You can disable logging for containers by setting "none" as log driver
1919
DOCKER_APP_LOG_DRIVER=json-file
@@ -69,7 +69,7 @@ DB_LOG_QUERY_PARAMETERS=false
6969
DB_WITH_DATETIME_MICROSECONDS=false
7070
DB_FORWARD_PORT=5445
7171
DB_PASSWORD=spiral
72-
DB_DATABASE=spiral-starter-tpl
72+
DB_DATABASE=spiral-app-temporal-demo
7373
DB_USERNAME=spiral
7474

7575
CYCLE_SCHEMA_CACHE=false

.github/.release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"release-type": "php",
44
"packages": {
55
".": {
6-
"package-name": "spiral-starter-tpl",
6+
"package-name": "spiral-app-temporal-demo",
77
"changelog-path": "/CHANGELOG.md"
88
}
99
},

.github/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "1.0.0"
33
}

.github/ISSUE_TEMPLATE/1-bug-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ body:
9696
value: |
9797
📛 To ensure a smooth issue processing, please check if a similar bug report has already been submitted before creating a new one.
9898
We highly value your contributions, so please make sure to familiarize yourself with our repository's guidelines:
99-
- [Code of Conduct](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CODE_OF_CONDUCT.md)
100-
- [Contribution Guidelines](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CONTRIBUTING.md)
99+
- [Code of Conduct](https://github.com/wayofdev/spiral-app-temporal-demo/blob/master/.github/CODE_OF_CONDUCT.md)
100+
- [Contribution Guidelines](https://github.com/wayofdev/spiral-app-temporal-demo/blob/master/.github/CONTRIBUTING.md)
101101
102102
Additionally, consider joining our discussions on:
103103
- [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr)

.github/ISSUE_TEMPLATE/2-feature-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ body:
6666
value: |
6767
📛 To ensure a smooth issue processing, please check if a similar feature request has already been submitted before creating a new one.
6868
We highly value your contributions, so please make sure to familiarize yourself with our repository's guidelines:
69-
- [Code of Conduct](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CODE_OF_CONDUCT.md)
70-
- [Contribution Guidelines](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CONTRIBUTING.md)
69+
- [Code of Conduct](https://github.com/wayofdev/spiral-app-temporal-demo/blob/master/.github/CODE_OF_CONDUCT.md)
70+
- [Contribution Guidelines](https://github.com/wayofdev/spiral-app-temporal-demo/blob/master/.github/CONTRIBUTING.md)
7171
7272
Additionally, consider joining our discussions on:
7373
- [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr)

.github/ISSUE_TEMPLATE/3-failing-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ body:
5454
value: |
5555
📛 To ensure a smooth issue processing, please check if a similar bug report has already been submitted before creating a new one.
5656
We highly value your contributions, so please make sure to familiarize yourself with our repository's guidelines:
57-
- [Code of Conduct](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CODE_OF_CONDUCT.md)
58-
- [Contribution Guidelines](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CONTRIBUTING.md)
57+
- [Code of Conduct](https://github.com/wayofdev/spiral-app-temporal-demo/blob/master/.github/CODE_OF_CONDUCT.md)
58+
- [Contribution Guidelines](https://github.com/wayofdev/spiral-app-temporal-demo/blob/master/.github/CONTRIBUTING.md)
5959
6060
Additionally, consider joining our discussions on:
6161
- [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr)

.github/ISSUE_TEMPLATE/4-docs-bug-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ body:
7070
value: |
7171
📛 To ensure a smooth issue processing, please check if a similar bug report has already been submitted before creating a new one.
7272
We highly value your contributions, so please make sure to familiarize yourself with our repository's guidelines:
73-
- [Code of Conduct](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CODE_OF_CONDUCT.md)
74-
- [Contribution Guidelines](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CONTRIBUTING.md)
73+
- [Code of Conduct](https://github.com/wayofdev/spiral-app-temporal-demo/blob/master/.github/CODE_OF_CONDUCT.md)
74+
- [Contribution Guidelines](https://github.com/wayofdev/spiral-app-temporal-demo/blob/master/.github/CONTRIBUTING.md)
7575
7676
Additionally, consider joining our discussions on:
7777
- [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr)

.github/ISSUE_TEMPLATE/5-security-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body:
2121
2222
- type: markdown
2323
attributes:
24-
value: 'To create a new advisory, go to: [Create Security Advisory](https://github.com/wayofdev/spiral-starter-tpl/security/advisories/new)'
24+
value: 'To create a new advisory, go to: [Create Security Advisory](https://github.com/wayofdev/spiral-app-temporal-demo/security/advisories/new)'
2525

2626
- type: textarea
2727
id: github-advisory-url

.github/SECURITY.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Security Policy
22

3-
Thank you for helping keep `wayofdev/spiral-starter-tpl` and its users safe. We greatly appreciate your efforts to disclose security vulnerabilities responsibly.
3+
Thank you for helping keep `wayofdev/spiral-app-temporal-demo` and its users safe. We greatly appreciate your efforts to disclose security vulnerabilities responsibly.
44

55
<br>
66

77
## 🚨 Reporting a Vulnerability
88

9-
We take all security bugs in `wayofdev/spiral-starter-tpl` seriously. Please follow the instructions below to report security vulnerabilities.
9+
We take all security bugs in `wayofdev/spiral-app-temporal-demo` seriously. Please follow the instructions below to report security vulnerabilities.
1010

1111
### → How to Report a Vulnerability
1212

13-
1. **GitHub Security Advisories**: Please report security issues directly through our GitHub Security Advisories page: [https://github.com/wayofdev/spiral-starter-tpl/security/advisories/new](https://github.com/wayofdev/spiral-starter-tpl/security/advisories/new). This ensures that sensitive information is handled confidentially.
13+
1. **GitHub Security Advisories**: Please report security issues directly through our GitHub Security Advisories page: [https://github.com/wayofdev/spiral-app-temporal-demo/security/advisories/new](https://github.com/wayofdev/spiral-app-temporal-demo/security/advisories/new). This ensures that sensitive information is handled confidentially.
1414

15-
2. **Empty Security Issue**: After submitting through GitHub Security Advisories, please also create an empty security issue to alert us, as GitHub Advisories do not send automatic notifications. This can be done [here](https://github.com/wayofdev/spiral-starter-tpl/issues/new?assignees=&labels=type%3A+bug%2Cpriority%3A+high%2Ctype%3A+security&projects=&template=5-security-report.yml&title=%5BSecurity%5D%3A+).
15+
2. **Empty Security Issue**: After submitting through GitHub Security Advisories, please also create an empty security issue to alert us, as GitHub Advisories do not send automatic notifications. This can be done [here](https://github.com/wayofdev/spiral-app-temporal-demo/issues/new?assignees=&labels=type%3A+bug%2Cpriority%3A+high%2Ctype%3A+security&projects=&template=5-security-report.yml&title=%5BSecurity%5D%3A+).
1616

1717
3. **Direct Contact**: For highly sensitive information, in addition to the GitHub Security Advisories, please email us directly at `the@wayof.dev` with the subject line "SECURITY - Vulnerability Report". This will be treated with the highest priority.
1818

.github/workflows/coding-standards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: shivammathur/setup-php@2.31.1
9696
with:
9797
php-version: ${{ matrix.php-version }}
98-
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, sockets, decimal
98+
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, sockets, decimal, grpc
9999
ini-values: error_reporting=E_ALL
100100
coverage: none
101101
tools: phive
@@ -165,7 +165,7 @@ jobs:
165165
uses: shivammathur/setup-php@2.31.1
166166
with:
167167
php-version: ${{ matrix.php-version }}
168-
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, decimal
168+
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, decimal, grpc
169169
ini-values: error_reporting=E_ALL
170170
coverage: none
171171

.github/workflows/dependency-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: shivammathur/setup-php@2.31.1
4747
with:
4848
php-version: ${{ matrix.php-version }}
49-
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, sockets, decimal
49+
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, sockets, decimal, grpc
5050
ini-values: error_reporting=E_ALL
5151
coverage: none
5252
tools: phive
@@ -109,7 +109,7 @@ jobs:
109109
uses: shivammathur/setup-php@2.31.1
110110
with:
111111
php-version: ${{ matrix.php-version }}
112-
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, sockets, decimal
112+
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, sockets, decimal, grpc
113113
ini-values: error_reporting=E_ALL
114114
coverage: none
115115
tools: phive

.github/workflows/refactoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: shivammathur/setup-php@2.31.1
4242
with:
4343
php-version: ${{ matrix.php-version }}
44-
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, sockets, decimal
44+
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, sockets, decimal, grpc
4545
ini-values: error_reporting=E_ALL
4646
coverage: none
4747

.github/workflows/security-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: shivammathur/setup-php@2.31.1
3737
with:
3838
php-version: ${{ matrix.php-version }}
39-
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, sockets, decimal
39+
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, sockets, decimal, grpc
4040
ini-values: error_reporting=E_ALL
4141
coverage: none
4242

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: shivammathur/setup-php@2.31.1
3636
with:
3737
php-version: ${{ matrix.php-version }}
38-
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, opcache, pcntl, posix, sockets, decimal
38+
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, opcache, pcntl, posix, sockets, decimal, grpc
3939
ini-values: error_reporting=E_ALL
4040
coverage: none
4141

@@ -89,7 +89,7 @@ jobs:
8989
uses: shivammathur/setup-php@2.31.1
9090
with:
9191
php-version: ${{ matrix.php-version }}
92-
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, pdo_mysql, curl, fileinfo, opcache, pcntl, posix, sockets, decimal
92+
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, pdo_mysql, curl, fileinfo, opcache, pcntl, posix, sockets, decimal, grpc
9393
ini-values: error_reporting=E_ALL
9494
coverage: xdebug
9595

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: shivammathur/setup-php@2.31.1
4343
with:
4444
php-version: ${{ matrix.php-version }}
45-
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, pdo_mysql, pdo_sqlite, curl, fileinfo, opcache, pcntl, posix, sockets, decimal
45+
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, pdo_mysql, pdo_sqlite, curl, fileinfo, opcache, pcntl, posix, sockets, decimal, grpc
4646
ini-values: error_reporting=E_ALL
4747
coverage: xdebug
4848

@@ -115,7 +115,7 @@ jobs:
115115
uses: shivammathur/setup-php@2.31.1
116116
with:
117117
php-version: ${{ matrix.php-version }}
118-
extensions: mbstring, pdo, pdo_sqlite, decimal
118+
extensions: mbstring, pdo, pdo_sqlite, decimal, grpc
119119
ini-values: error_reporting=E_ALL
120120
coverage: xdebug
121121

@@ -179,7 +179,7 @@ jobs:
179179
uses: shivammathur/setup-php@2.31.1
180180
with:
181181
php-version: ${{ matrix.php-version }}
182-
extensions: mbstring, pdo, pdo_sqlite, decimal
182+
extensions: mbstring, pdo, pdo_sqlite, decimal, grpc
183183
ini-values: error_reporting=E_ALL
184184
coverage: xdebug
185185

CHANGELOG.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ else
8989
WHITE := ""
9090
RST := ""
9191
endif
92-
MAKE_LOGFILE = /tmp/wayofdev-spiral-starter-tpl.log
92+
MAKE_LOGFILE = /tmp/wayofdev-spiral-app-temporal-demo.log
9393
MAKE_CMD_COLOR := $(BLUE)
9494

9595
default: all
@@ -102,7 +102,7 @@ help: ## Show this menu
102102
@echo
103103
@echo ' 📑 Logs are stored in $(MAKE_LOGFILE)'
104104
@echo
105-
@echo ' 📦 Project spiral-starter-tpl (https://github.com/wayofdev/spiral-starter-tpl)'
105+
@echo ' 📦 Project spiral-app-temporal-demo (https://github.com/wayofdev/spiral-app-temporal-demo)'
106106
@echo ' 🤠 Makefile Author Andrij Orlenko (https://github.com/lotyp)'
107107
@echo ' 🏢 ${YELLOW}Org wayofdev (https://github.com/wayofdev)${RST}'
108108
@echo

0 commit comments

Comments
 (0)