This commit is contained in:
Dennis Eichhorn 2022-02-19 14:25:29 +01:00
parent 3f6b27c596
commit e5bc26c02d
8 changed files with 16 additions and 16 deletions

View File

@ -28,7 +28,7 @@ If applicable, add screenshots to help explain your problem.
- System: [e.g. PC or iPhone11, ...] - System: [e.g. PC or iPhone11, ...]
- OS: [e.g. iOS] - OS: [e.g. iOS]
- Browser [e.g. chrome, safari] - Browser [e.g. chrome, safari]
- Orange Management Version [e.g. 22] - KarakaVersion [e.g. 22]
# Additional Information # Additional Information
Add any other context about the problem here. Add any other context about the problem here.

View File

@ -34,7 +34,7 @@ jobs:
if: steps.git-check.outputs.modified == 'true' if: steps.git-check.outputs.modified == 'true'
run: | run: |
git config --global user.name 'Formatter Bot' git config --global user.name 'Formatter Bot'
git config --global user.email 'formatter.bot@orange-management.email' git config --global user.email 'formatter.bot@karaka.app'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git commit -am "Automated formatting changes" git commit -am "Automated formatting changes"
git push git push
@ -84,29 +84,29 @@ jobs:
with: with:
fetch-depth: 1 fetch-depth: 1
ref: develop ref: develop
repository: Orange-Management/Build repository: Karaka/Build
path: Build path: Build
- name: Checkout Resource Repository - name: Checkout Resource Repository
uses: actions/checkout@master uses: actions/checkout@master
with: with:
fetch-depth: 1 fetch-depth: 1
ref: develop ref: develop
repository: Orange-Management/Resources repository: Karaka/Resources
path: Resources path: Resources
- name: Checkout phpOMS Repository - name: Checkout phpOMS Repository
uses: actions/checkout@master uses: actions/checkout@master
with: with:
fetch-depth: 1 fetch-depth: 1
ref: develop ref: develop
repository: Orange-Management/phpOMS repository: Karaka/phpOMS
path: phpOMS path: phpOMS
- name: Checkout Orange-Management Repository - name: Checkout Karaka Repository
uses: actions/checkout@master uses: actions/checkout@master
with: with:
fetch-depth: 1 fetch-depth: 1
ref: develop ref: develop
repository: Orange-Management/Orange-Management repository: Karaka/Karaka
path: Orange-Management path: Karaka
- name: Setup PHP, with composer and extensions - name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@master uses: shivammathur/setup-php@master
with: with:
@ -149,7 +149,7 @@ jobs:
with: with:
fetch-depth: 1 fetch-depth: 1
ref: develop ref: develop
repository: Orange-Management/Build repository: Karaka/Build
path: Build path: Build
- name: Setup PHP, with composer and extensions - name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@master uses: shivammathur/setup-php@master

View File

@ -2,7 +2,7 @@
## Code Style & Best Practices ## Code Style & Best Practices
For the code style and best practices please have a look at the developer-guide [https://github.comkaraka-management/Developer-Guide](https://github.comkaraka-management/Developer-Guide). Especially the `standards` should be followed for a successful pull request. For the code style and best practices please have a look at the developer-guide [https://github.com/karaka-management/Developer-Guide](https://github.com/karaka-management/Developer-Guide). Especially the `standards` should be followed for a successful pull request.
## How Can I Contribute ## How Can I Contribute
@ -12,7 +12,7 @@ If you have a good idea for improvement feel free to create a new issue with all
### Issues ### Issues
Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the code marked with `@todo` or in the [PROJECT.md](https://github.comkaraka-management/Docs/blob/master/Project/PROJECT.md) file. Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the code marked with `@todo` or in the [PROJECT.md](https://github.com/karaka-management/Docs/blob/master/Project/PROJECT.md) file.
### Code Style ### Code Style

View File

@ -86,7 +86,7 @@ echo $this->getData('nav')->render(); ?>
<pre><?= $this->printHtml(\json_encode($log['backtrace'], \JSON_PRETTY_PRINT)); ?></pre> <pre><?= $this->printHtml(\json_encode($log['backtrace'], \JSON_PRETTY_PRINT)); ?></pre>
<tr> <tr>
<td colspan="3" style="padding-top: 10px"><a tabindex="0" class="button" target="_blank" <td colspan="3" style="padding-top: 10px"><a tabindex="0" class="button" target="_blank"
href="https://gitreports.com/issue/Orange-Management/Orange-Management/?name=Guest&issue_title=<?= $this->printHtml(\urlencode($log['message'])); ?>&details=<?= $this->printHtml(\urlencode($details)); ?>"><?= $this->getHtml('Report'); ?></a> href="https://gitreports.com/issue/Karaka/Karaka/?name=Guest&issue_title=<?= $this->printHtml(\urlencode($log['message'])); ?>&details=<?= $this->printHtml(\urlencode($details)); ?>"><?= $this->getHtml('Report'); ?></a>
</table> </table>
</div> </div>
</section> </section>

View File

@ -46,7 +46,7 @@ echo $this->getData('nav')->render(); ?>
\md5( \md5(
Rest::request( Rest::request(
new HttpRequest( new HttpRequest(
new HttpUri('https://raw.githubusercontent.com/Orange-Management/phpOMS/develop/Account/Account.php') new HttpUri('https://raw.githubusercontent.com/Karaka-Management/phpOMS/develop/Account/Account.php')
) )
)->getBody() )->getBody()
) )

View File

@ -21,7 +21,7 @@ use phpOMS\Uri\HttpUri;
$fileHashs = \file_get_contents(__DIR__ . '/../../../../hashs.txt'); /* Rest::request( $fileHashs = \file_get_contents(__DIR__ . '/../../../../hashs.txt'); /* Rest::request(
new HttpRequest( new HttpRequest(
new HttpUri('https://raw.githubusercontent.com/Orange-Management/Build/master/hashs.txt') new HttpUri('https://raw.githubusercontent.com/Karaka-Management/Build/master/hashs.txt')
) )
)->getBody(); */ )->getBody(); */

View File

@ -34,7 +34,7 @@ final class Autoloader
*/ */
private static $paths = [ private static $paths = [
__DIR__ . '/../', __DIR__ . '/../',
__DIR__ . '/../Orange-Management/', __DIR__ . '/../Karaka/',
__DIR__ . '/../../', __DIR__ . '/../../',
]; ];

View File

@ -31,7 +31,7 @@
</coverage> </coverage>
<testsuites> <testsuites>
<testsuite name="Install"> <testsuite name="Install">
<directory>../Orange-Management/Install/tests*</directory> <directory>../Karaka/Install/tests*</directory>
</testsuite> </testsuite>
<testsuite name="Module"> <testsuite name="Module">
<directory>../tests*</directory> <directory>../tests*</directory>