This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #20 from sender-fm/update_2022-10-22
Update 2022 10 22
- Loading branch information
Showing
33 changed files
with
401 additions
and
69 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,11 @@ | ||
--- | ||
name: "\U0001F41B Bug Report" | ||
about: Create a report to help us improve | ||
title: "\U0001F41B [Bug] XXX" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
## :bug: Bug Report | ||
<!-- Describe your issue in detail. Include screenshots if needed. Give us as much information as possible. Use a clear and concise description of what the bug is.--> |
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,11 @@ | ||
--- | ||
name: "\U0001F4A5 DevOps Ticket" | ||
about: Help us manage our deployed app. | ||
title: "\U0001F4A5 [DevOps] XXX" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## 💥 DevOps Ticket | ||
<!-- Describe your issue in detail. Include screenshots if needed. Give us as much information as possible. Use a clear and concise description of what the problem is.--> |
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,15 @@ | ||
--- | ||
name: "\U0001F31F Epic" | ||
about: Define a big development step. | ||
title: "\U0001F31F [EPIC] XXX" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- THIS ISSUE-TYPE IS NOT FOR YOU! --> | ||
<!-- If you need an answer right away, visit the ocelot.social Discord: | ||
https://discord.gg/AJSX9DCSUA --> | ||
|
||
## 🌟 EPIC | ||
<!-- Describe your Epic in detail. Include screenshots and drawings --> |
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,11 @@ | ||
--- | ||
name: "\U0001F680 Feature Request" | ||
about: Suggest an idea for this project. | ||
title: "\U0001F680 [Feature] XXX" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
## :rocket: Feature Request | ||
<!-- Give a short summary of the Feature. Use Screenshots if you want. --> |
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,15 @@ | ||
--- | ||
name: "\U0001F4AC Question" | ||
about: If you need help understanding ocelot.social. | ||
title: "\U0001F4AC [Question] XXX" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Chat with ocelot.social team --> | ||
<!-- If you need an answer right away, visit the ocelot.social Discord: | ||
https://discord.gg/AJSX9DCSUA --> | ||
|
||
## 💬 Question | ||
<!-- Describe your Question in detail. Include screenshots and drawings if needed. --> |
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,11 @@ | ||
--- | ||
name: "\U0001F527 Refactor" | ||
about: Help us improve our code by refactoring it. | ||
title: "\U0001F527 [Refactor] XXX" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
## 🔧 Refactor | ||
<!-- Describe your issue in detail. Include screenshots if needed. Give us as much information as possible. Use a clear and concise description of what the problem is.--> |
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,10 @@ | ||
--- | ||
name: Custom issue template | ||
about: Describe this issue template's purpose here. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Todo For Next Update | ||
|
||
When you overtake this deploy and rebrand repo to your network you have to recognize the following changes and doings … | ||
|
||
## This Latest Version >= 1.1.0 with 'ocelotDockerVersionTag' 1.1.0-205 | ||
|
||
### Deployment/Rebranding PR – chore: 🍰 Release v1.1.0 - Implement Categories Again #63 | ||
|
||
- You have to add the `CATEGORIES_ACTIVE` from the `deployment/kubernetes/values.template.yaml` to your `deployment/kubernetes/values.yaml` and set it to your prevered value. | ||
- Make sure the correct categories are in your Neo4j database on the server. | ||
|
||
## Version >= 1.0.9 with 'ocelotDockerVersionTag' 1.0.9-199 | ||
|
||
### Deployment/Rebranding PR – chore: 🍰 Implement PRODUCTION_DB_CLEAN_ALLOW for Staging Production Environments #56 | ||
|
||
- Copy `PRODUCTION_DB_CLEAN_ALLOW` from `deployment/kubernetes/values.template.yaml` to `values.yaml` and set it to `false` for production envireonments and only for several stage test servers to `true`. | ||
|
||
### Deployment/Rebranding PR – chore: [WIP] 🍰 Refine docs, first step #46 | ||
|
||
- Commit: `Update cert-manager apiVersion "cert-manager.io/v1alpha2" to "cert-manager.io/v1" | ||
- Check for `kubectl` and `helm` versions. | ||
|
||
## Version >= 1.0.8 with 'ocelotDockerVersionTag' 1.0.8-182 | ||
|
||
### PR – feat: 🍰 Configure Cookie Expire Time #43 | ||
|
||
- You have to add the `COOKIE_EXPIRE_TIME` from the `deployment/kubernetes/values.template.yaml` to your `deployment/kubernetes/values.yaml` and set it to your prevered value. | ||
- Correct `locale` cookie exploration time in data privacy. | ||
|
||
## Version 1.0.7 with 'ocelotDockerVersionTag' 1.0.7-171 | ||
|
||
- No informations. |
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,5 @@ | ||
/* | ||
* | ||
* Here, all SCSS variables and classes can be adapted to your custom design. | ||
* | ||
*/ |
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,12 @@ | ||
export default { | ||
MENU: [ | ||
// { | ||
// name: 'Beiträge', | ||
// path: '/#', | ||
// }, | ||
// { | ||
// name: 'Über Yunite', | ||
// url: 'https://yunite.org', | ||
// }, | ||
], | ||
} |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{ | ||
} |
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,2 @@ | ||
{ | ||
} |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.