gitlab-treeview
gitlab-treeview copied to clipboard
Chrome extension to show a code tree on GitLab
发现如果有两级中文目录的话数据也无法显示
使用的1.6版本
参考 [https://docs.gitlab.com/ee/api/v3_to_v4.html](https://docs.gitlab.com/ee/api/v3_to_v4.html) `GET /projects/:id/repository/tree` parameter `ref_name` has been renamed to `ref` for consistency 影响分支的读取
Request URL: http://git.dev.sh.xxx.com/api/v4/projects/54440/repository/tree?id=54440&recursive=true&ref_name=release&private_token=g4pYAhFVteBzHYgWnyKq Request Method: GET Status Code: 401 Unauthorized 可以把private_token从代码里面删掉么?我直接在浏览器输入该链接,去掉private_token参数,能正常拿到数据,加入private_token参数就报401,private_token的值也取错了啊,应该去accessToken,而不是feedtoken!!!
[Deprecation] document.registerElement is deprecated and will be removed in M73, around March 2019. Please use window.customElements.define instead. See https://www.chromestatus.com/features/4642138092470272 for more details.
 - FIX: 由于`per_page`最大为`99`, 因此之前采用的`loadRecursiveNode`无法加载所有结构, 导致出现`bug`, 目前采用递归调用`loadNode`形式. - Feat: 添加了url同步
Hi !  Version : GitLab Enterprise Edition 11.4.0-rc3-ee Version of my private gitlab : 11.3.4 (30f019d) Thanks
We have our own gitlab server, and plugin does not work on it. Console log is showing error: 401 (Unauthorized), and I cannot find out where and how to config...
每页限制100
Thank you for this amazing extension, is the syntax highlighting for files on the roadmap?