mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Merge pull request #4194 from Ocelot-Social-Community/clean_github_folder
Clean GitHub folder
This commit is contained in:
commit
16f3a265e6
9
.github/ISSUE_TEMPLATE/bug_report.md
vendored
9
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -8,7 +8,6 @@ title: 🐛 [Bug]
|
|||||||
## :bug: Bugreport
|
## :bug: Bugreport
|
||||||
<!-- 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.-->
|
<!-- 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.-->
|
||||||
|
|
||||||
|
|
||||||
### Steps to reproduce the behavior
|
### Steps to reproduce the behavior
|
||||||
1.
|
1.
|
||||||
2.
|
2.
|
||||||
@ -16,17 +15,11 @@ title: 🐛 [Bug]
|
|||||||
4. ...
|
4. ...
|
||||||
5. Profit
|
5. Profit
|
||||||
|
|
||||||
|
|
||||||
### Expected behavior
|
### Expected behavior
|
||||||
<!-- A clear and concise description of what you expected to happen. -->
|
<!-- A clear and concise description of what you expected to happen. -->
|
||||||
|
|
||||||
|
|
||||||
### Version & Environment
|
### Version & Environment
|
||||||
Type: [] <!-- [Desktop|Smartphone] -->
|
<!-- Add context about your environment and used version here. -->
|
||||||
- OS: [] <!-- [e.g. iOS8.1 or Windows] -->
|
|
||||||
- Browser: [] <!-- [e.g. stock browser, safari, chrome] -->
|
|
||||||
- Version [] <!-- [e.g. 22] -->
|
|
||||||
- Device: [] <!-- [e.g. iPhone6] -->
|
|
||||||
|
|
||||||
### Additional context
|
### Additional context
|
||||||
<!-- Add any other context about the problem here. -->
|
<!-- Add any other context about the problem here. -->
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/devops_ticket.md
vendored
2
.github/ISSUE_TEMPLATE/devops_ticket.md
vendored
@ -5,7 +5,7 @@ labels: devops
|
|||||||
title: 💥 [DevOps]
|
title: 💥 [DevOps]
|
||||||
---
|
---
|
||||||
|
|
||||||
## :fire: DevOps ticket
|
## 💥 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.-->
|
<!-- 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.-->
|
||||||
|
|
||||||
### Motive
|
### Motive
|
||||||
|
|||||||
1
.github/ISSUE_TEMPLATE/refactor_tickets.md
vendored
1
.github/ISSUE_TEMPLATE/refactor_tickets.md
vendored
@ -10,6 +10,7 @@ title: 🔧 [Refactor]
|
|||||||
|
|
||||||
### Motive
|
### Motive
|
||||||
<!-- What is the purpose of this refactoring? If it's removing depcrecated code, please link to the deprecation notice. -->
|
<!-- What is the purpose of this refactoring? If it's removing depcrecated code, please link to the deprecation notice. -->
|
||||||
|
|
||||||
### Related issues
|
### Related issues
|
||||||
<!-- Are there any related issues to link to? Please paste them below for reference. -->
|
<!-- Are there any related issues to link to? Please paste them below for reference. -->
|
||||||
|
|
||||||
|
|||||||
2
.github/semantic.yml
vendored
2
.github/semantic.yml
vendored
@ -1,2 +0,0 @@
|
|||||||
# Always validate the PR title, and ignore the commits
|
|
||||||
titleOnly: true
|
|
||||||
18
.github/stale-disabled.yml
vendored
18
.github/stale-disabled.yml
vendored
@ -1,18 +0,0 @@
|
|||||||
# Number of days of inactivity before an issue becomes stale
|
|
||||||
daysUntilStale: 60
|
|
||||||
# Number of days of inactivity before a stale issue is closed
|
|
||||||
daysUntilClose: 30
|
|
||||||
# Issues with these labels will never be considered stale
|
|
||||||
exemptLabels:
|
|
||||||
- pinned
|
|
||||||
- security
|
|
||||||
- bounty
|
|
||||||
# Label to use when marking an issue as stale
|
|
||||||
staleLabel: stale
|
|
||||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
|
||||||
markComment: >
|
|
||||||
This issue has been automatically marked as stale because it has not had
|
|
||||||
recent activity. It will be closed if no further activity occurs. Thank you
|
|
||||||
for your contributions.
|
|
||||||
# Comment to post when closing a stale issue. Set to `false` to disable
|
|
||||||
closeComment: false
|
|
||||||
@ -1,4 +1,4 @@
|
|||||||
name: ocelot.social CI
|
name: ocelot.social test CI
|
||||||
|
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
@ -241,43 +241,4 @@ jobs:
|
|||||||
run: docker-compose -f docker-compose.yml -f docker-compose.test.yml up --detach --no-deps webapp
|
run: docker-compose -f docker-compose.yml -f docker-compose.test.yml up --detach --no-deps webapp
|
||||||
- name: webapp | Unit tests
|
- name: webapp | Unit tests
|
||||||
#run: docker run --rm ocelotsocialnetwork/webapp:build yarn run test
|
#run: docker run --rm ocelotsocialnetwork/webapp:build yarn run test
|
||||||
run: docker-compose exec -T webapp yarn test
|
run: docker-compose exec -T webapp yarn test
|
||||||
|
|
||||||
##############################################################################
|
|
||||||
# JOB: DOCKER BUILD PRODUCTION & PUSH ########################################
|
|
||||||
##############################################################################
|
|
||||||
#build_production:
|
|
||||||
# name: Docker Build Production & Push
|
|
||||||
# runs-on: ubuntu-latest
|
|
||||||
# needs: prepare
|
|
||||||
# steps:
|
|
||||||
##########################################################################
|
|
||||||
# CHECKOUT CODE ##########################################################
|
|
||||||
##########################################################################
|
|
||||||
#- name: Checkout code
|
|
||||||
# uses: actions/checkout@v2
|
|
||||||
##########################################################################
|
|
||||||
# BACKEND ################################################################
|
|
||||||
##########################################################################
|
|
||||||
# TODO: We want to push this to dockerhub
|
|
||||||
#- name: Build backend production image
|
|
||||||
# uses: docker/build-push-action@v1.1.0
|
|
||||||
# with:
|
|
||||||
# repository: ocelotsocialnetwork/backend
|
|
||||||
# tags: production
|
|
||||||
# target: production
|
|
||||||
# path: backend/
|
|
||||||
# push: false
|
|
||||||
|
|
||||||
##########################################################################
|
|
||||||
# WEBAPP #################################################################
|
|
||||||
##########################################################################
|
|
||||||
# TODO: We want to push this to dockerhub
|
|
||||||
#- name: Build webapp production image
|
|
||||||
# uses: docker/build-push-action@v1.1.0
|
|
||||||
# with:
|
|
||||||
# repository: ocelotsocialnetwork/webapp
|
|
||||||
# tags: production
|
|
||||||
# target: production
|
|
||||||
# path: webapp/
|
|
||||||
# push: false
|
|
||||||
Loading…
x
Reference in New Issue
Block a user