Skip to content
Snippets Groups Projects
  1. Aug 23, 2021
  2. Aug 20, 2021
  3. Aug 18, 2021
  4. Aug 17, 2021
  5. Aug 16, 2021
  6. Aug 12, 2021
    • Chad Woolley's avatar
      Clean up CAPTCHA view logic · b5bcb8c8
      Chad Woolley authored
      - Fixes bug related to `merge_request_to_resolve_discussions_of` which
        was introduced when the `yield` was removed from the view.
      - Combines existing separate layouts into a single view (this was the
        source of the above bug). The layout hardcoded the name of the
        separate view, and was never reused, so it served no useful purpose
        as a layout anyway.
      - Removes unused `has_submit` flag
      - Renames views to be consistent "`captcha_check`" terminology used in
        controller and helper methods
      - Reorganizes and adds comments to views
      - See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/67195
      b5bcb8c8
  7. Aug 11, 2021
    • Steve Abrams's avatar
      Dependency Proxy SSO access · 5abbc721
      Steve Abrams authored and Imre (Admin)'s avatar Imre (Admin) committed
      5abbc721
    • Igor Drozdov's avatar
      Improve raw blobs downloading · 91f0a077
      Igor Drozdov authored
      This commit improves blobs downloading in two ways:
      
      - When we send a blob via Workhorse, we don't need to download the
      file first, so we can set the limit to zero and download the metadata
      only
      
      - When we serve a file via API, then we shouldn't load all unlimited
      data, we'd better have a limit there
      
      Changelog: performance
      91f0a077
  8. Aug 10, 2021
    • Chad Woolley's avatar
      Clean up CAPTCHA controller logic · b4e82ec5
      Chad Woolley authored
      - Splits existing single `SpammableActions` module into three separate
        cohesive, loosely-coupled, and well-named new modules:
        - `SpammableActions::CaptchaCheck::JsonFormatActionsSupport`
        - `SpammableActions::CaptchaCheck::HtmlFormatActionsSupport`
        - `SpammableActions::AkismetMarkAsSpamAction`
      - Updates and adds test coverage for the new modules.
      - Moves responsibility for redirects out of shared modules and back into
         controllers.
      - For clarity, inlines responsibility for determining whether a given
        `issueable` should be spam checked into `IssuableActions#update`,
        including preserving existing inconsistent behavior with regards to
        redirects. Comments added to explain what is happening.
      - Renames `MarkAsSpamService` to `AkismetMarkAsSpamService` to make it
        clear that it is specific to Akismet.
      - Refactors and DRYs up other related areas of logic
      b4e82ec5
    • Paul Slaughter's avatar
      Revert "Merge branch 'conditionally-render-create-project-button' into 'master'" · b072fb7f
      Paul Slaughter authored
      This reverts merge request !64196
      b072fb7f
  9. Aug 09, 2021
  10. Aug 06, 2021
  11. Aug 05, 2021
  12. Aug 04, 2021
  13. Aug 03, 2021
  14. Aug 02, 2021
  15. Jul 30, 2021
  16. Jul 29, 2021
  17. Jul 28, 2021
Loading