Commit 09a0a3b
committed
feat: adicionar painel admin e fortalecer controle de acesso
- adiciona workspace front_admin com dashboard, usuarios, scrapers,
observabilidade, auditoria e permissoes
- integra o front_admin ao monorepo, scripts npm, Docker Compose
e build multi-stage
- cria endpoints administrativos para usuarios, observabilidade
e regras de permissoes
- adiciona persistencia de regras RBAC e atualiza matriz de permissoes
- isola keywords por usuario e propaga userId nos eventos de sincronizacao
- adiciona rate limit nas rotas de login e cadastro
- atualiza migrations, testes, env examples e configuracoes de build/teste
- protege builds Docker contra inclusao de envs e artefatos locais1 parent 66c4fb4 commit 09a0a3b
210 files changed
Lines changed: 20094 additions & 5892 deletions
File tree
- .cspell
- backend
- bruno/Auth
- drizzle
- meta
- src
- db/schema
- lib
- middleware
- modules
- admin
- audit
- observability
- permissions
- auth
- types
- users/functions
- routes
- tests
- integration/routes
- unit
- libs
- modules
- admin
- auth
- users/functions
- docker
- front_admin
- public
- src
- app
- layouts
- MainLayout
- Header
- components
- Sidebar
- components
- components
- routes
- components
- Providers
- common
- context
- notifications
- theme
- ui
- hooks
- lib
- api
- theme
- modules
- audit
- auth
- components
- hooks
- schemas
- dashboard
- components
- DashboardMetrics
- PlatformOverview
- ResourceUsage
- RunningScrapers
- ServiceStatus
- hooks
- mocks
- schemas
- services
- observability
- components
- mocks
- schemas
- permissions
- scrapers
- components
- EventConsole
- ScraperGrid
- hooks
- mocks
- schemas
- settings
- users
- components
- mocks
- types
- styles
- utils
- tests
- app
- layouts
- routes
- components
- Providers
- notifications
- ui
- lib
- api
- theme
- modules
- audit
- auth
- components
- hooks
- schemas
- dashboard
- components
- hooks
- schemas
- services
- observability
- components
- schemas
- permissions
- scrapers
- components
- hooks
- schemas
- settings
- users
- components
- utils
- frontend
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
20 | | - | |
21 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
| |||
69 | 74 | | |
70 | 75 | | |
71 | 76 | | |
72 | | - | |
| 77 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
File renamed without changes.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
45 | 59 | | |
46 | 60 | | |
47 | 61 | | |
| |||
0 commit comments