Skip to content
Snippets Groups Projects
  1. Aug 23, 2021
  2. Aug 20, 2021
  3. Aug 19, 2021
  4. Aug 18, 2021
  5. Aug 17, 2021
  6. Aug 16, 2021
  7. Aug 14, 2021
  8. Aug 13, 2021
  9. 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
    • E'zeki&el Kigbo's avatar
      Check `cycleAnalyticsForGroups` license for metrics · f33d91ab
      E'zeki&el Kigbo authored
      Makes sure that we skip time summary requests for
      projects that do not have the
      `cycle_analytics_for_groups license
      Unverified
      f33d91ab
    • E'zeki&el Kigbo's avatar
      Update related specs · f896f449
      E'zeki&el Kigbo authored
      Fix jest base specs
      
      Updates the base vue js specs for
      project value stream analytics
      
      Update value stream metrics specs
      
      Added time metric fixtures for project vsa
      to generate relevant data
      
      Fix value stream metrics specs
      Unverified
      f896f449
  10. Aug 11, 2021
  11. 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
    • David Kim's avatar
      Fix cache_context to include more variables · 07d52415
      David Kim authored
      07d52415
    • Paul Slaughter's avatar
      Revert "Merge branch 'conditionally-render-create-project-button' into 'master'" · b072fb7f
      Paul Slaughter authored
      This reverts merge request !64196
      b072fb7f
  12. Aug 09, 2021
  13. Aug 06, 2021
Loading