Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove material UI v4 #833

Merged
merged 2 commits into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions docker-compose-development-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,29 +96,6 @@ services:
- celery_flower
- rabbit

pipelines:
build: ./pipelines
# Para executar os pipelines
# Utilizar daemon.sh Para Executar automaticamente conforme sao criados no portal
command: /app/daemon.sh
# Utilizar sleep infinite Para Executar manualmente
# command: /bin/sh -c "while sleep 1000; do :; done"
network_mode: "host"
volumes:
- ./pipelines/src:/app/src
- ./archive:/app/outputs
environment:
# Acesso ao DB de Catalogo e Administrativo, caso localhost não funcione utilizar o host.docker.internal.
# Usando Localhost
- DB_URI=postgresql+psycopg2://untrustedprod:untrusted@localhost:3307/prod_gavo
- DB_URI_ADMIN=postgresql+psycopg2://tnouseradmindev:TnoDev405060@localhost:3307/tnodbdev
# Usando host.docker.internal
# - DB_URI=postgresql+psycopg2://untrustedprod:untrusted@host.docker.internal:3307/prod_gavo
# - DB_URI_ADMIN=postgresql+psycopg2://postgres:postgres@host.docker.internal:5432/postgres
- USER=apptno
- PARSL_ENV=local # PARSL_ENV define onde será o processamento: local ou linea (Slurm)
- PREDICT_OUTPUTS=/app/outputs/predict_occultation

predict_occultation:
build: ./predict_occultation
# Para executar os pipelines
Expand Down
14 changes: 0 additions & 14 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,6 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@fortawesome/fontawesome-free": "6.2.1",
"@fullcalendar/core": "5.11.3",
"@fullcalendar/daygrid": "5.11.3",
"@fullcalendar/interaction": "5.11.3",
"@fullcalendar/list": "5.11.3",
"@fullcalendar/react": "5.11.3",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.53",
"@material-ui/pickers": "^4.0.0-alpha.7",
"@material-ui/styles": "^4.3.3",
"@mui/icons-material": "^5.10.16",
"@mui/lab": "^5.0.0-alpha.111",
"@mui/material": "^5.10.17",
Expand All @@ -36,10 +25,8 @@
"date-fns": "^2.0.0-beta.5",
"dayjs": "^1.11.7",
"filesize": "10.0.5",
"highlight.js": "11.7.0",
"history": "5.3.0",
"i": "^0.3.6",
"lodash": "4.17.21",
"moment": "^2.29.4",
"nookies": "^2.5.2",
"npm": "9.1.2",
Expand All @@ -61,7 +48,6 @@
"react-syntax-highlight": "^15.3.1",
"react-youtube": "10.1.0",
"remark-gfm": "^4.0.0",
"sql-formatter": "12.0.3",
"update-browserslist-db": "^1.0.13",
"uuid": "^9.0.1"
},
Expand Down
Loading
Loading