Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ballwictb committed Feb 14, 2024
1 parent e2f6c8e commit 1dbf3ec
Show file tree
Hide file tree
Showing 27 changed files with 1,841 additions and 1,818 deletions.
32 changes: 16 additions & 16 deletions .config/.editorconfig
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
root = true


[*]

indent_style = space
indent_size = 2

end_of_line = crlf
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
root = true


[*]

indent_style = space
indent_size = 2

end_of_line = crlf
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
49 changes: 27 additions & 22 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/alpine
{
"name": "Alpine",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:alpine-3.19"

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "uname -a",

// Configure tool-specific properties.
// "customizations": {},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/alpine
{
"name": "Alpine",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:alpine-3.19",
"portsAttributes": {
"160": {
"label": "536001"
}
}

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "uname -a",

// Configure tool-specific properties.
// "customizations": {},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
90 changes: 45 additions & 45 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
---

name: Informe de error
about: Crear un informe que nos ayude a mejorar
title: ''
labels: ''
assignees: ''

---

## Describa el fallo

Una descripción clara y concisa de lo que es el fallo.

## Reproducir

Pasos para reproducir el comportamiento:

1. Ir a '...'
2. Haga clic en '....'
3. Desplácese hasta '....'
4. Ver error

## Comportamiento esperado

Una descripción clara y concisa de lo que espera que ocurra.

## Capturas de pantalla

Si procede, añada capturas de pantalla para ayudar a explicar su problema.

* Escritorio (complete la siguiente información)
* OS: [e.g. iOS]
* Navegador [e.g. chrome, safari]
* Version [e.g. 22]

* Smartphone (por favor, complete la siguiente información)
* Dispositivo: [e.g. iPhone6]
* OS: [e.g. iOS8.1]
* Navegador [e.g. stock browser, safari]
* Version [e.g. 22]

## Contexto adicional

Añada aquí cualquier otro contexto sobre el problema.
---

name: Informe de error
about: Crear un informe que nos ayude a mejorar
title: ''
labels: ''
assignees: ''

---

## Describa el fallo

Una descripción clara y concisa de lo que es el fallo.

## Reproducir

Pasos para reproducir el comportamiento:

1. Ir a '...'
2. Haga clic en '....'
3. Desplácese hasta '....'
4. Ver error

## Comportamiento esperado

Una descripción clara y concisa de lo que espera que ocurra.

## Capturas de pantalla

Si procede, añada capturas de pantalla para ayudar a explicar su problema.

* Escritorio (complete la siguiente información)
* OS: [e.g. iOS]
* Navegador [e.g. chrome, safari]
* Version [e.g. 22]

* Smartphone (por favor, complete la siguiente información)
* Dispositivo: [e.g. iPhone6]
* OS: [e.g. iOS8.1]
* Navegador [e.g. stock browser, safari]
* Version [e.g. 22]

## Contexto adicional

Añada aquí cualquier otro contexto sobre el problema.
40 changes: 20 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
name: Solicitud de funciones
about: Sugiera una idea para este proyecto
title: ''
labels: ''
assignees: ''

---

**¿Su solicitud está relacionada con un problema? Descríbalo.**
Una descripción clara y concisa del problema. Ej. Siempre me siento frustrado cuando [...]

**Describa la solución que desea**
Una descripción clara y concisa de lo que quiere que ocurra.

**Describa las alternativas que ha considerado**
Una descripción clara y concisa de cualquier solución o característica alternativa que haya considerado.

**Contexto adicional**
Añade aquí cualquier otro contexto o capturas de pantalla sobre la solicitud de función.
---
name: Solicitud de funciones
about: Sugiera una idea para este proyecto
title: ''
labels: ''
assignees: ''

---

**¿Su solicitud está relacionada con un problema? Descríbalo.**
Una descripción clara y concisa del problema. Ej. Siempre me siento frustrado cuando [...]

**Describa la solución que desea**
Una descripción clara y concisa de lo que quiere que ocurra.

**Describa las alternativas que ha considerado**
Una descripción clara y concisa de cualquier solución o característica alternativa que haya considerado.

**Contexto adicional**
Añade aquí cualquier otro contexto o capturas de pantalla sobre la solicitud de función.
20 changes: 10 additions & 10 deletions .github/ISSUE_TEMPLATE/mensaje--.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: 'Mensaje '
about: Escribe le mensaje que creas necesario comunicar con tu equipo
title: Message
labels: documentation
assignees: ''

---


---
name: 'Mensaje '
about: Escribe le mensaje que creas necesario comunicar con tu equipo
title: Message
labels: documentation
assignees: ''

---


12 changes: 6 additions & 6 deletions .github/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Nombre de tu acción'
description: 'Descripción de tu acción'

runs:
using: 'node12'
node-version: '20'
name: 'Nombre de tu acción'
description: 'Descripción de tu acción'

runs:
using: 'node12'
node-version: '20'
24 changes: 12 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for more information:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://containers.dev/guide/dependabot

version: 2
updates:
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for more information:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://containers.dev/guide/dependabot

version: 2
updates:
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly
6 changes: 3 additions & 3 deletions .github/dependency-review-config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fail_on_severity: 'critical'
allow_licenses:
- 'GPL-3.0'
fail_on_severity: 'critical'
allow_licenses:
- 'GPL-3.0'
56 changes: 28 additions & 28 deletions .github/workflows/SonarCloud.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
name: Build
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
env:
NODE_VERSION: 20
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Setup Node.js
run: |
sudo apt-get update
sudo apt-get install -y nodejs npm
node -v
npm -v
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
name: Build
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
env:
NODE_VERSION: 20
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Setup Node.js
run: |
sudo apt-get update
sudo apt-get install -y nodejs npm
node -v
npm -v
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Loading

0 comments on commit 1dbf3ec

Please sign in to comment.