Skip to content

Commit

Permalink
Remove material UI v4 (#833)
Browse files Browse the repository at this point in the history
* Material UI v4 Removed. Public Page working!

* Removed unnecessary packages
  • Loading branch information
glaubervila authored Feb 15, 2024
1 parent 150f915 commit 8b798e0
Show file tree
Hide file tree
Showing 23 changed files with 85 additions and 1,264 deletions.
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:[email protected]:3307/prod_gavo
# - DB_URI_ADMIN=postgresql+psycopg2://postgres:[email protected]: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

0 comments on commit 8b798e0

Please sign in to comment.