Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 10月 02, 2024
  2. 10月 01, 2024
  3. 9月 25, 2024
  4. 9月 24, 2024
  5. 9月 23, 2024
  6. 9月 20, 2024
  7. 9月 18, 2024
  8. 9月 17, 2024
  9. 9月 07, 2024
  10. 9月 06, 2024
  11. 9月 04, 2024
  12. 8月 28, 2024
  13. 8月 13, 2024
  14. 8月 10, 2024
    • Serena Fang's avatar
      Support gitaly DiffService DiffBlobs RPC · 72029731
      Serena Fang 创作于
      Changelog: changed
      
      WIP use diffblobs
      
      WIP changes to scan logic
      
      Sorta almost working
      
      Add secrets check comments
      
      New method to get blob diffs
      
      Filter out by length and binary
      
      Remove unintended changes
      
      Remove extra whitespace
      
      Remove unused methods
      
      Use patch bytes limit
      
      Add a spec
      
      Add gitaly client diff service
      
      Use gitaly diff client
      
      Fix specs using diffblobs
      
      Add spec for secret in existing file but not in diffs
      
      Add spec for multiple commits
      
      Fix some secrets check specs
      
      Remove unneeded changes to rubocop todo
      
      Fix scan specs -- look into runtime
      
      Fix linelength errors
      
      Add secrets check specs
      
      Fix spec failures
      
      Clean up specs
      
      Remove troubleshooting section from docs
      
      Add blob details to scan
      72029731
  15. 8月 07, 2024
  16. 8月 06, 2024
    • Ian Baum's avatar
      Some updates per the MR and demo · 57ba7912
      Ian Baum 创作于
      * Remove redundant setting of @config
      * Use Google defined environment variables for authentication
      * Remove extraneous testing
      57ba7912
  17. 7月 31, 2024
  18. 7月 30, 2024
    • Stan Hu's avatar
      Squelch `find` executions in OpenBao Client gemspec · 4b379258
      Stan Hu 创作于
      While running `gitlab-ctl reconfigure` or `gitlab-rails console`,
      I was seeing these messages spew:
      
      ```
      $ sudo gitlab-rails c
      find: ‘spec/*’: No such file or directory
      find: ‘spec/*’: No such file or directory
      ```
      
      Via `strace` I saw the `execve()` for `find` starting after opening
      `openbao_client.gemspec`.
      
      Fix this by using the Ruby `Dir` path instead.
      4b379258
  19. 7月 26, 2024
加载中