As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
  1. Feb 14, 2023
  2. Feb 08, 2023
  3. Feb 07, 2023
    • Igor Drozdov's avatar
      Define Do function for Gitlab net client · 3a733910
      Igor Drozdov authored
      In future, we'll need to perform http requests for Geo related
      code area.
      
      We cannot use retryable requests because:
      
      - It's not necessary for the to be retryable
      - In order to retry, the whole request body is stored in RAM,
      while we need to stream large blobs of data
      
      This commit:
      
      - Extracts logging into a separate round tripper in order to
      reuse it for other http requests by default
      - Defines Do function that accepts raw request as an argument
      Unverified
      3a733910
  4. Feb 03, 2023
  5. Feb 01, 2023
  6. Jan 31, 2023
  7. Jan 30, 2023
  8. Jan 27, 2023
  9. Jan 25, 2023
    • Igor Drozdov's avatar
      Stub retryable http values in tests · 952a18f6
      Igor Drozdov authored
      Currently, the default values are used for retryable http.
      That's why a test waits 1 second minimun to retry a request.
      Client test takes 25 seconds to execute as a result.
      When we stub the value to 1 millisecond instead, we get 0.5s of
      execution
      Unverified
      952a18f6
  10. Jan 23, 2023
  11. Jan 17, 2023
  12. Jan 12, 2023
  13. Jan 11, 2023
  14. Jan 10, 2023
  15. Dec 15, 2022
  16. Dec 02, 2022
  17. Dec 01, 2022
    • Stan Hu's avatar
      Release 14.14.0 version · 4b5f1e6d
      Stan Hu authored
      - Add developer documentation to sshd package !683
      - Improve error message for Gitaly `LimitError`s !691
      - Drop 1.16 compatibility in go.sum !692
      - Bump x/text to 0.3.8 !692
      - Update prometheus package to 1.13.1 !692
        Restrict IP access for PROXY protocol !693
      - Fix broken Gitaly integration tests !694
      - Clean up .gitlab-ci.yml file !695
      - Use the images provided by Gitlab to run tests !698
      - Use Ruby 2.7.7 as the default !699
      - Use blocking reader to fix race in test !700
      Unverified
      4b5f1e6d
  18. Nov 29, 2022
Loading