apinto-dashboard
apinto-dashboard copied to clipboard
Dashboard for Apinto
### Current Behavior 点开上游的页面,就能发现只有15条数据,前端按照20条进行分页查询,但是后端只有15条返回,导致缺失5条 ### Expected Behavior _No response_ ### Error Logs _No response_ ### Steps to Reproduce 接口: /api/dynamic/upstream/list?page=1&pageSize=20&keyword=&cluster=%5B%5D&namespace=default 此带有dynamic 的请求在api.service.ts underline() 方法中,忽略了驼峰转下划线的转换 后端中,modules/dynamic/dynamic-controller./dynamic.go 获取getPage() 为 pageSize := ctx.Query("page_size"),全局搜索到,后端基本没有pageSize的query...
### Description dashboard什么时候可以配置oauth2鉴权 ### Environment - APINTO Dashboard version: 3.3.3 - Operating system (run `uname -a`): ubuntu22.04
### Description Hi, I read the doc about running with docker-compose, but I noticed that some service like mysql, redis(-cluster) are exported to the host which I believe is not...
### Current Behavior  【通过快速入门跳转的新建集群页面】  【通过左侧菜单栏跳转的新建集群页面】  ### Expected Behavior _No response_ ### Error Logs _No response_ ### Steps to Reproduce / ### Environment /
### Current Behavior   dashboard前端页面展示的日志规则id与数据库实际规则id不符,导致配置API操作模板的日志输出器规则id的时候无法命中生效 ### Expected Behavior _No response_ ### Error Logs _No response_ ### Steps to Reproduce / ### Environment /
### Description 运行时候提示如下信息,怎么解决,有没有源码编译部署说明 [2023-12-29 00:55:37] [FATA] need:[github.com/eolinker/apinto-dashboard/modules/cluster/cluster-store.cluster_store.IClusterNodeStore github.com/eolinker/apinto-dashboard/modules/notice/notice-store.notice_store.INoticeChannelStatStore github.com/eolinker/apinto-dashboard/modules/variable/variable-store.variable_store.IClusterVariableStore github.com/eolinker/apinto-dashboard/modules/group/group-store.group_store.ICommonGroupStore github.com/eolinker/apinto-dashboard/modules/plugin/plugin-store.plugin_store.IPluginHistoryStore github.com/eolinker/apinto-dashboard/modules/api/store.api_store.IApiHistoryStore github.com/eolinker/apinto-dashboard/modules/api/store.api_store.IAPIStore github.com/eolinker/apinto-dashboard/modules/cluster/cluster-store.cluster_store.IClusterCertificateStore github.com/eolinker/apinto-dashboard/modules/dynamic/dynamic-store.dynamic_store.IDynamicPublishHistoryStore github.com/eolinker/apinto-dashboard/modules/plugin_template/plugin-template-store.plugin_template_store.IPluginTemplateHistoryStore github.com/eolinker/apinto-dashboard/modules/plugin_template/plugin-template-store.plugin_template_store.IPluginTemplateStore github.com/eolinker/apinto-dashboard/modules/base/quote-store.quote_store.IQuoteStore github.com/eolinker/apinto-dashboard/modules/plugin/plugin-store.plugin_store.IClusterPluginRuntimeStore github.com/eolinker/apinto-dashboard/modules/module-plugin/store.store.IModulePluginEnableStore github.com/eolinker/apinto-dashboard/modules/plugin/plugin-store.plugin_store.IClusterPluginPublishHistoryStore github.com/eolinker/apinto-dashboard/modules/module-plugin/store.store.IPluginResources github.com/eolinker/apinto-dashboard/modules/variable/variable-store.variable_store.IVariableRuntimeStore github.com/eolinker/apinto-dashboard/modules/variable/variable-store.variable_store.IVariablePublishVersionStore github.com/eolinker/apinto-dashboard/modules/variable/variable-store.variable_store.IVariableHistoryStore github.com/eolinker/apinto-dashboard/modules/openapp/openapp-store.openapp_store.IExternalApplicationStore github.com/eolinker/apinto-dashboard/modules/application/application-store.application_store.IApplicationHistoryStore github.com/eolinker/apinto-dashboard/modules/cluster/cluster-store.cluster_store.IClusterStore github.com/eolinker/apinto-dashboard/modules/plugin_template/plugin-template-store.plugin_template_store.IPluginTemplateVersionStore github.com/eolinker/apinto-dashboard/modules/dynamic/dynamic-store.dynamic_store.IDynamicQuoteStore...
### Description  ```yml version: '3' services: mysql: image: mysql:5.7.21 privileged: true restart: always container_name: apinto_mysql hostname: apinto_mysql ports: - "33306:3306" environment: - MYSQL_ROOT_PASSWORD=123456 - MYSQL_DATABASE=apinto volumes: - /var/lib/apinto/mysql:/var/lib/mysql networks:...
### Description /home/runner/work/apinto-dashboard/apinto-dashboard/app/apserver/redis.go:22 连不上redis ### Environment version: '3' services: mysql: image: mysql:5.7.21 privileged: true restart: always container_name: apinto_mysql hostname: apinto_mysql ports: - "33306:3306" environment: - MYSQL_ROOT_PASSWORD=123456 - MYSQL_DATABASE=apinto volumes: -...
### Description 可以问一下这个是什么问题吗,我用的是main分支  ### Environment - APINTO Dashboard version (run `apinto dashboard version`): - Operating system (run `uname -a`):
### Description 请问 apinto-dashboard / apinto 是否支持 Developer Portal 功能?类似 [Tyk Developer Portal](https://tyk.io/docs/tyk-developer-portal/) 或 [Kong Dev Portal](https://docs.konghq.com/gateway/latest/kong-enterprise/dev-portal/) 这种,允许第三方开发者自助注册 app 并申请 API 访问权限。 demo 里找了一圈没找到。 ### Environment (not applied)