Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmxcdev committed Feb 11, 2024
1 parent 0300c85 commit 2ad43db
Show file tree
Hide file tree
Showing 114 changed files with 52,593 additions and 3,793 deletions.
52 changes: 0 additions & 52 deletions .adonisrc.json

This file was deleted.

75 changes: 18 additions & 57 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"files": [
"README.md"
],
"files": ["README.md"],
"contributorsPerLine": 7,
"imageSize": 100,
"commit": true,
Expand All @@ -19,156 +17,119 @@
"name": "nick",
"avatar_url": "https://avatars.githubusercontent.com/u/5242865?v=4",
"profile": "https://pogonip.pw/",
"contributions": [
"code"
]
"contributions": ["code"]
},
{
"login": "k0staa",
"name": "Michał Kostewicz",
"avatar_url": "https://avatars.githubusercontent.com/u/6313392?v=4",
"profile": "http://code-addict.pl",
"contributions": [
"code"
]
"contributions": ["code"]
},
{
"login": "cromefire",
"name": "Cromefire_",
"avatar_url": "https://avatars.githubusercontent.com/u/26320625?v=4",
"profile": "https://gitlab.com/cromefire_",
"contributions": [
"code"
]
"contributions": ["code"]
},
{
"login": "Omkaragrawal",
"name": "OMKAR AGRAWAL",
"avatar_url": "https://avatars.githubusercontent.com/u/10913160?v=4",
"profile": "https://omkaragrawal.dev",
"contributions": [
"code"
]
"contributions": ["code"]
},
{
"login": "nathanaelhoun",
"name": "Nathanaël Houn",
"avatar_url": "https://avatars.githubusercontent.com/u/45119518?v=4",
"profile": "http://www.nathanaelhoun.fr",
"contributions": [
"review"
]
"contributions": ["review"]
},
{
"login": "ericreeves",
"name": "Eric Reeves",
"avatar_url": "https://avatars.githubusercontent.com/u/1744930?v=4",
"profile": "https://github.com/ericreeves",
"contributions": [
"infra"
]
"contributions": ["infra"]
},
{
"login": "SpecialAro",
"name": "André Oliveira",
"avatar_url": "https://avatars.githubusercontent.com/u/37463445?v=4",
"profile": "https://github.com/SpecialAro",
"contributions": [
"infra",
"design"
]
"contributions": ["infra", "design"]
},
{
"login": "mydarkstar",
"name": "mydarkstar",
"avatar_url": "https://avatars.githubusercontent.com/u/17343993?v=4",
"profile": "https://mydarkstar.net",
"contributions": [
"review"
]
"contributions": ["review"]
},
{
"login": "santhosh-chinnasamy",
"name": "Santhosh C",
"avatar_url": "https://avatars.githubusercontent.com/u/20743451?v=4",
"profile": "https://santhosh.cyou",
"contributions": [
"code"
]
"contributions": ["code"]
},
{
"login": "vraravam",
"name": "Vijay Aravamudhan",
"avatar_url": "https://avatars.githubusercontent.com/u/69629?v=4",
"profile": "https://github.com/vraravam",
"contributions": [
"review",
"code"
]
"contributions": ["review", "code"]
},
{
"login": "dqos",
"name": "Tamer",
"avatar_url": "https://avatars.githubusercontent.com/u/8611981?v=4",
"profile": "https://github.com/dqos",
"contributions": [
"design"
]
"contributions": ["design"]
},
{
"login": "Gibby",
"name": "Gibby",
"avatar_url": "https://avatars.githubusercontent.com/u/503761?v=4",
"profile": "https://github.com/Gibby",
"contributions": [
"infra",
"doc"
]
"contributions": ["infra", "doc"]
},
{
"login": "palepinkdot",
"name": "MG",
"avatar_url": "https://avatars.githubusercontent.com/u/55257671?v=4",
"profile": "https://github.com/palepinkdot",
"contributions": [
"review"
]
"contributions": ["review"]
},
{
"login": "xthursdayx",
"name": "thursday",
"avatar_url": "https://avatars.githubusercontent.com/u/18044308?v=4",
"profile": "https://github.com/xthursdayx",
"contributions": [
"infra"
]
"contributions": ["infra"]
},
{
"login": "vantezzen",
"name": "Bennett",
"avatar_url": "https://avatars.githubusercontent.com/u/10333196?v=4",
"profile": "https://vantezzen.io/",
"contributions": [
"code"
]
"contributions": ["code"]
},
{
"login": "reggermont",
"name": "Romain Eggermont",
"avatar_url": "https://avatars.githubusercontent.com/u/14902909?v=4",
"profile": "https://gitlab.com/reggermont/",
"contributions": [
"infra"
]
"contributions": ["infra"]
},
{
"login": "lnhrdt",
"name": "Leonhardt Koepsell",
"avatar_url": "https://avatars.githubusercontent.com/u/4040241?v=4",
"profile": "http://lnhrdt.com",
"contributions": [
"infra"
]
"contributions": ["infra"]
}
]
}
35 changes: 35 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Coverage directory used by tools like istanbul
coverage
.eslintcache

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

# OSX
.DS_Store

.idea
.pnpm-debug.log*
*.css.d.ts
*.sass.d.ts
*.scss.d.ts

/build/
/out/
/recipes/

# package files
pnpm-lock.yaml

# Json
tests/functional/dashboard/import-stubs/invalid.json
8 changes: 6 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ module.exports = {
project: './tsconfig.json',
},
ignorePatterns: ['node_modules', 'build', 'recipes', '.eslintrc.js'],
extends: ['@adonisjs/eslint-config/app', 'plugin:unicorn/recommended', 'prettier'],
extends: [
'@adonisjs/eslint-config/app',
'plugin:unicorn/recommended',
'prettier',
],
plugins: ['@adonisjs/eslint-plugin'],
env: {
es6: true,
Expand Down Expand Up @@ -86,4 +90,4 @@ module.exports = {
'unicorn/no-empty-file': 0,
'unicorn/prefer-top-level-await': 0,
},
}
};
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "daily"
interval: 'daily'
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js specified in the '.nvmrc' file
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
node-version-file: '.nvmrc'

- name: Install pnpm
run: npm i -gf "pnpm@$(node -p 'require("./package.json").engines.pnpm')" && pnpm -v
Expand Down
26 changes: 9 additions & 17 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,16 @@ on:
workflow_dispatch:
inputs:
message:
description: "Message for build"
description: 'Message for build'
required: true

jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Checkout
- name: Checkout
uses: actions/checkout@v4
-
name: Check whether there are any commits since this run was last triggered and push them and/or set the output
- name: Check whether there are any commits since this run was last triggered and push them and/or set the output
id: should_run
run: |
git config user.name github-actions
Expand Down Expand Up @@ -59,8 +57,7 @@ jobs:
echo "Pushing rebased commits"
git push origin $(git rev-parse --abbrev-ref HEAD) --no-verify
fi
-
name: Docker meta
- name: Docker meta
id: meta
if: ${{ (steps.should_run.outputs.should_run != 'false') && (github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && (contains(github.event.inputs.message, '[main]'))) )}}
uses: docker/metadata-action@v5
Expand All @@ -73,31 +70,26 @@ jobs:
tags: |
${{ env.TAG_NAME }}
latest
-
name: Set up QEMU
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
if: ${{ (steps.should_run.outputs.should_run != 'false') && (github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && (contains(github.event.inputs.message, '[main]'))) )}}
-
name: Set up Docker Buildx
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
if: ${{ (steps.should_run.outputs.should_run != 'false') && (github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && (contains(github.event.inputs.message, '[main]'))) )}}
-
name: Login to GitHub Container Registry
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
if: ${{ (steps.should_run.outputs.should_run != 'false') && (github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && (contains(github.event.inputs.message, '[main]'))) )}}
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Login to DockerHub
- name: Login to DockerHub
uses: docker/login-action@v3
if: ${{ (steps.should_run.outputs.should_run != 'false') && (github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && (contains(github.event.inputs.message, '[main]'))) )}}
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
- name: Build and push
if: ${{ (steps.should_run.outputs.should_run != 'false') && (github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && (contains(github.event.inputs.message, '[main]'))) )}}
uses: docker/build-push-action@v5
with:
Expand Down
5 changes: 5 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
.DS_Store
node_modules
build
recipes
tests/functional/dashboard/import-stubs/invalid.json
pnpm-lock.yaml
public/css/tailwind.css
Loading

0 comments on commit 2ad43db

Please sign in to comment.