Skip to content

Commit

Permalink
Merge branch 'update-dependencies'
Browse files Browse the repository at this point in the history
  • Loading branch information
khansadaoudi committed Aug 22, 2024
2 parents 9da9214 + c9dc9dc commit 1f34e14
Show file tree
Hide file tree
Showing 134 changed files with 325,089 additions and 112,013 deletions.
5 changes: 1 addition & 4 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
// "module-resolver",
"dynamic-import-node",
{
"root": [
"./src"
],
"root": ["./src"],
"alias": {
// "^@/(.*)$": "<rootDir>/$1",
"@": "<rootDir>/src",
Expand Down Expand Up @@ -38,7 +36,6 @@
}
}


// env": {
// "test": {
// "presets": [
Expand Down
94 changes: 47 additions & 47 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
name: 🐛 Bug Report
description: File a bug/ issue
title: "[Bug]: "
labels: ["bug", "triage"]
title: '[Bug]: '
labels: ['bug', 'triage']
body:
- type: checkboxes
attributes:
label: Is there already an issue for this?
description: Please search to see if an issue already exists for this bug.
options:
- label: I have searched the existing issues
- type: checkboxes
attributes:
label: Is there already an issue for this?
description: Please search to see if an issue already exists for this bug.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Current Behavior
description: A concise description of what you're experiencing.
validations:
required: true
- type: textarea
attributes:
label: Current Behavior
description: A concise description of what you're experiencing.
validations:
required: true
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. .....
2. .....
3. ....
validations:
required: true
- type: input
attributes:
label: Project name
description: In case that the problem concerns only your data.
validations:
required: false
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Screenshots ? Anything that will give us more context about the issue you are encountering!
validations:
required: false
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. .....
2. .....
3. ....
validations:
required: true
- type: input
attributes:
label: Project name
description: In case that the problem concerns only your data.
validations:
required: false
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Screenshots ? Anything that will give us more context about the issue you are encountering!
validations:
required: false
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
40 changes: 20 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: 💫 Feature request
description: Template for feature request
title: "[Feature request]: "
labels: ["feature request!"]
title: '[Feature request]: '
labels: ['feature request!']
body:
- type: checkboxes
attributes:
label: Is there already a feature request for this?
description: Please search to see if a feature request already exists in the issues.
options:
- label: I have searched the existing issues
- type: checkboxes
attributes:
label: Is there already a feature request for this?
description: Please search to see if a feature request already exists in the issues.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Describe the problem to be solved
description: Concise description of the problem to be solved in this feature request.
validations:
required: true
- type: textarea
attributes:
label: Describe the problem to be solved
description: Concise description of the problem to be solved in this feature request.
validations:
required: true
- type: textarea
attributes:
label: Suggest a solution
description: Concise description of your preferred solution.
validations:
required: false
- type: textarea
attributes:
label: Suggest a solution
description: Concise description of your preferred solution.
validations:
required: false
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"plugins": ["@trivago/prettier-plugin-sort-imports"],
"importOrder": ["^node:.*$", "<THIRD_PARTY_MODULES>", "^@/.*$", "^[./]"],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true,
"tabWidth": 2,
"printWidth": 150,
"semi": true,
Expand Down
12 changes: 2 additions & 10 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"johnsoncodehk.volar"
],
"unwantedRecommendations": [
"hookyqr.beautify",
"dbaeumer.jshint",
"ms-vscode.vscode-typescript-tslint-plugin",
"octref.vetur"
]
"recommendations": ["dbaeumer.vscode-eslint", "johnsoncodehk.volar"],
"unwantedRecommendations": ["hookyqr.beautify", "dbaeumer.jshint", "ms-vscode.vscode-typescript-tslint-plugin", "octref.vetur"]
}
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
"pathMappings": [{ "url": "webpack:///src/", "path": "${webRoot}/" }]
}
]
}
}
7 changes: 1 addition & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ Arborator-Grew's documentation is available here:
https://arborator.github.io/arborator-documentation/#/

## Important external docs

- Grew server documentation : https://grew.fr/usage/grew_server
- [DependencyTreeJS](https://github.com/kirianguiller/DependencyTreeJS) : For handling interactive dependency trees in the browser in JS
- [Conllup-js](https://github.com/kirianguiller/conllup-js) package : For handling conll format

## Install

We use docker to run the application. So you need to install docker on your machine. Here the install process on ubuntu

### 1. Install Docker and Docker Compose
Expand All @@ -40,8 +42,8 @@ The configuration do the following important things :
- exposes the port 8080 for local development
- allows hot reloading (by binding volumes)


## Auto Completion

You will need to install the nodes_modules locally if you want your code editor to have insights of the codebase for auto completion. So you need a working and compatible version of NPM ([link here](https://github.com/nvm-sh/nvm)). To do so, we highly recommend to install it through NVM.
Here the install process on ubuntu

Expand Down Expand Up @@ -78,6 +80,7 @@ npm run buildProd
```bash
npm install
```

### Start the app in development mode (hot-code reloading, error reporting, etc.)

```bash
Expand All @@ -87,4 +90,3 @@ npm run start
### Customize the configuration

See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).

4 changes: 1 addition & 3 deletions cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
"video": true,
"json.schemas": [
{
"fileMatch": [
"cypress.json"
],
"fileMatch": ["cypress.json"],
"url": "https://on.cypress.io/cypress.schema.json"
}
]
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- '8080:8080'
volumes:
- '.:/app'
networks:
default:
external:
name: external-network
networks:
default:
external:
name: external-network
2 changes: 0 additions & 2 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@
},
"exclude": ["node_modules", "dist"]
}


Loading

0 comments on commit 1f34e14

Please sign in to comment.