1. 30 Apr, 2021 6 commits
  2. 29 Apr, 2021 34 commits
    • Ethan Urie's avatar
      Squashed commit of the following: · 109d612e
      Ethan Urie authored
      commit a2ef9f1e1c0ae4fd119481a493cf118fb0e2113d Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Thu Apr 29 12:24:51 2021 -0400
      
          Responding to code review comments
      
      commit 107845cfcfefe3056bb772a3eeb09d7579faa07f Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Wed Apr 28 21:42:27 2021 -0400
      
          Add support for Recaptcha and CONDITIONAL_ALLOW
      
      commit 82b0f2d5a4cfb5698f01d9c98b43cc6911e1496a Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Wed Apr 28 21:06:35 2021 -0400
      
          Add GRPC credentials for TLS in production
      
      commit 5d569e39feea23a2606d9a2a23d5794251f1e704 Merge: cd12ff5e748
      d6fb606a38d Author: Ethan Urie <ethan.urie@gmail.com> Date:   Wed Apr 28
      17:17:01 2021 -0400
      
          Merge branch '299558-integrate-with-anti-spam-service' of
          gitlab.com:gitlab-org/gitlab into
          299558-integrate-with-anti-spam-service
      
      commit cd12ff5e748855c10b90f68394e3be60f82204fc Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Wed Apr 28 17:12:41 2021 -0400
      
          Addressing code review comments
      
          Mostly removed unused or unnecessary code
      
      commit f71f72cac863375273eee1360ac2c4497c960e76 Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Wed Apr 28 16:10:39 2021 -0400
      
          Adding changelog
      
      commit d6fb606a38de171b3c3c0347e581c2f7c4bb74aa Author: agroleau
      <agroleau@gitlab.com> Date:   Wed Apr 28 16:10:36 2021 -0400
      
          Integrate Spamcheck gRPC gem into GitLab spam verdict service
      
          Introduction of the Security Automation anti-spam engine protobuf
          gem.
      
          Sets up a GRPC channel from the SpamVerdictService to the anti-spam
          engine.
      
      commit 292046c74fdaf5f67c55ef361973835427fd253f Merge: 9058ba98ad6
      c1e4eca80ca Author: Ethan Urie <ethan.urie@gmail.com> Date:   Wed Apr 28
      16:03:03 2021 -0400
      
          Merge branch '299558-integrate-with-anti-spam-service' of
          gitlab.com:gitlab-org/gitlab into
          299558-integrate-with-anti-spam-service
      
      commit c1e4eca80ca26b5d0f0f0c28171170213b1ad85d Author: agroleau
      <agroleau@gitlab.com> Date:   Wed Apr 28 14:39:09 2021 -0400
      
          Integrate Spamcheck gRPC gem into GitLab spam verdict service
      
          The anti-spam engine, spamcheck, is going to utilize gRPC in
          production but for now, it provides an HTTP endpoint that accepts
          and returns JSON. However, the JSON has to be formatted to match the
          structure of the protocol buffers that will eventually be used. This
          MR reformats the JSON to match spamcheck's protobufs.
      
      commit 9058ba98ad614ad5c610382cecf727fab832bf9c Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Mon Apr 26 14:17:04 2021 -0400
      
          Re-implement rescuing a specific error type
      
      commit 4015eebfcc2eebab096ad5f4815f23477ad3388c Merge: d6b5a6ec4c8
      ba710a0d Author: Ethan Urie <ethan.urie@gmail.com> Date:   Mon Apr 26
      12:57:38 2021 -0400
      
          Merged with master
      
      commit d6b5a6ec4c87467cff8e8235cd9a90d21dc50a61 Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Fri Apr 23 12:53:32 2021 -0400
      
          Fix build issues
      
      commit 1e43f06fa678263779ec432818e6f4750aca8779 Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Fri Apr 23 10:50:08 2021 -0400
      
          Set spamcheck gem to 0.0.5 from rubygems
      
          Refactor `SpamVerdictService` to use the new Spamcheck client class
      
      commit 2c5d10fdf0716f7b843ca16abe7d29c54fa7adde Merge: 4cb5cbd1bc4
      69594f08 Author: Ethan Urie <ethan.urie@gmail.com> Date:   Thu Apr 22
      16:53:16 2021 -0400
      
          Merged with master
      
      commit 4cb5cbd1bc4ac15429c69d726bb2f649f87cadc8 Merge: 6d7eeb78d98
      0dd8c84b Author: Ethan Urie <ethan.urie@gmail.com> Date:   Tue Apr 20
      16:03:46 2021 -0400
      
          Merged with master
      
      commit 6d7eeb78d9818320dabf550a8796487f7d3414f8 Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Wed Apr 14 16:14:33 2021 -0400
      
          Fix Ruby 2.7 deprecations
      
      commit 863ee96aafe1071c985f74decc59b624a04e507f Merge: 7cfd704de6f
      2b6e5cab Author: Ethan Urie <ethan.urie@gmail.com> Date:   Wed Apr 14
      08:47:41 2021 -0400
      
          Merge remote-tracking branch 'origin/master' into
          299558-integrate-with-anti-spam-service
      
      commit 7cfd704de6f915230aacb01d5b45647ebadb66a7 Merge: 50f0fcba818
      b49dd8e1 Author: Ethan Urie <ethan.urie@gmail.com> Date:   Tue Apr 13
      15:09:35 2021 -0400
      
          Merged with master
      
      commit 50f0fcba818e877e4382677b69b5ed04993da442 Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Fri Apr 9 10:03:37 2021 -0400
      
          Move `spamcheck_client` to `spamcheck` and updated tests
      
      commit ee7011fc712f53e88d4d84ef3576bd06723b7314 Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Thu Apr 8 15:02:50 2021 -0400
      
          Capture the user's primary email address
      
      commit 324464315216f4759411cb9383457afd9f8255c2 Merge: 1dd4f510955
      5dbbb980ac1 Author: Ethan Urie <ethan.urie@gmail.com> Date:   Thu Apr 8
      10:47:24 2021 -0400
      
          Merge branch '299558-integrate-with-anti-spam-service' of
          https://gitlab.com/gitlab-org/gitlab into
          299558-integrate-with-anti-spam-service
      
      commit 5dbbb980ac1200e94e757354e484df17b1a7d34d Author: Jayson Salazar
      <jsalazar@gitlab.com> Date:   Thu Apr 8 14:45:46 2021 +0000
      
          Add a BLOCK_USER case to spam_action_service.rb as otherwise the
          result would be ALLOW for external_verdict='block'
      
      commit 1dd4f510955d137b3680d3417fb993781e945418 Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Thu Apr 8 10:44:43 2021 -0400
      
          Set spamcheck branch to master
      
      commit ff64700c27f80dc0ee85dd56d5bb77f19a8abacb Author: Jayson Salazar
      <jsalazar@gitlab.com> Date:   Thu Apr 8 14:43:34 2021 +0000
      
          Add a BLOCK_USER case to spam_action_service.rb as otherwise the
          result would be ALLOW for external_verdict='block'
      
      commit f2af0e2833c5176dbd6907340f805a13eb566ed1 Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Wed Mar 10 17:14:15 2021 -0500
      
          Update application settings to support grpc spam check URL
      
      commit e016cb86d767f6750d78fa1d4e5b42fc614c0ae1 Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Wed Mar 10 15:26:54 2021 -0500
      
          Created initial SpamcheckClient specs
      
      commit ccccc3a682df9ad6730365e3dbca4f22f115cc0b Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Tue Mar 9 08:41:12 2021 -0500
      
          SpamVerdictService specs are passing, starting client specs
      
      commit 1193aeeea5295aea8b81de3a6c05d5975949f5e0 Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Mon Mar 8 14:14:16 2021 -0500
      
          Move verdict mappings into a hash from a method
      
      commit f014a98307b765202f784ec2c62dc9ebedbc72bb Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Fri Mar 5 15:31:49 2021 -0500
      
          Updated specs for GRPC
      
      commit b40b348702b843bc5d98c45ce01516d7ce60c43d Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Wed Mar 3 14:12:15 2021 -0500
      
          Initial client tests with updated gem files
      
          Updated gems and created the first, skeletal tests for the new
          client code for Spamcheck.
      
      commit b55a29c0bf15c0aaacf6fd5b5b6bd1eb8781b323 Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Fri Jan 22 08:36:19 2021 -0500
      
          Reformat JSON message to match the expeted protobuf message
      
      commit 8e89d41ccddfdbcc84c8b678c70da7c2a667ed7a Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Thu Feb 25 13:54:16 2021 -0500
      
          Initial client code
      
      commit 0e9621825cbf709bf2a5d6c40488ad38e8536be3 Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Mon Feb 22 14:35:03 2021 -0500
      
          Add spamcheck gem to the Gemfile
      
      commit 1d70b4e8dd849163321a6319421438579efe85ba Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Mon Feb 1 14:32:08 2021 -0500
      
          Add changes to format to include multiple emails and updated_at
      
      commit 9d4b43a234a1f5c4983a6c5d839b8b5a471cb95e Author: Ethan Urie
      <ethan.urie@gmail.com> Date:   Tue Jan 26 14:59:42 2021 -0500
      
          Reformat JSON message to match the expeted protobuf message
      109d612e
    • Olena Horal-Koretska's avatar
      Merge branch 'spinner-space-admin-payload-btn' into 'master' · bafa3cbe
      Olena Horal-Koretska authored
      Add space next to the spinner in Preview payload button in the admin settings page
      
      See merge request gitlab-org/gitlab!59458
      bafa3cbe
    • Yogi's avatar
    • Mike Greiling's avatar
      Merge branch '329405-allow-user-to-edit-issue-confidentiality-on-graphql-boards' into 'master' · 8d56dbb8
      Mike Greiling authored
      Add confidentiality widget to graphql board sidebar
      
      See merge request gitlab-org/gitlab!60567
      8d56dbb8
    • Frédéric Caplette's avatar
      Merge branch 'jivanvl-remove-gldropdown-tags-ff' into 'master' · f2db72fb
      Frédéric Caplette authored
      Remove gldropdown_tags feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS]
      
      See merge request gitlab-org/gitlab!60153
      f2db72fb
    • Scott Hampton's avatar
      Merge branch 'pb-fix-filter-out-empty-variables-new-pipeline' into 'master' · 25773e73
      Scott Hampton authored
      Fixes filter variables bug for pipeline creation
      
      See merge request gitlab-org/gitlab!60538
      25773e73
    • Nick Gaskill's avatar
      Merge branch 'russell/move-dast-content' into 'master' · 22b898d8
      Nick Gaskill authored
      Move DAST content
      
      See merge request gitlab-org/gitlab!60579
      22b898d8
    • Jose Ivan Vargas's avatar
      Merge branch '327384-diff-component' into 'master' · d25d1898
      Jose Ivan Vargas authored
      Diff component + utility functions
      
      See merge request gitlab-org/gitlab!60187
      d25d1898
    • Jose Vargas's avatar
      Remove gldropdown_tags feature flag · 97cd9336
      Jose Vargas authored
      This migrates the previous dropdown and searchbox
      on the tags page to use gitlab-ui components
      
      Changelod: other
      97cd9336
    • Arturo Herrero's avatar
      Merge branch '271242_optimize_merge_request_filter' into 'master' · aff5ebaf
      Arturo Herrero authored
      Apply optimizations to merge request reference rendering
      
      See merge request gitlab-org/gitlab!60500
      aff5ebaf
    • Douglas Barbosa Alexandre's avatar
      Merge branch '326114_change_sync_seat_link_worker_cron_job_time' into 'master' · ab28e0be
      Douglas Barbosa Alexandre authored
      Change SyncSeatLinkWorker cron job execution time
      
      See merge request gitlab-org/gitlab!60401
      ab28e0be
    • Corinna Wiesner's avatar
      cccfbcb3
    • Andrew Fontaine's avatar
      Merge branch '327686-update-projects-specs' into 'master' · 6381f606
      Andrew Fontaine authored
      Update default branch name in projects specs
      
      See merge request gitlab-org/gitlab!60622
      6381f606
    • Etienne Baqué's avatar
      Merge branch '264393-add-event-timestamp-to-deployments-webhooks' into 'master' · de530d4e
      Etienne Baqué authored
      Add event timestamp to deployments webhooks
      
      See merge request gitlab-org/gitlab!60518
      de530d4e
    • Suzanne Selhorn's avatar
      Merge branch 'amandarueda-master-patch-10457' into 'master' · 876a10fd
      Suzanne Selhorn authored
      Added Max attachment size to limit settings
      
      See merge request gitlab-org/gitlab!60414
      876a10fd
    • Andrew Fontaine's avatar
      Merge branch 'eread/update-markdownlint-cli-version-match-pipelines' into 'master' · d015a7d6
      Andrew Fontaine authored
      Upgrade version of bundled markdownlint-cli to match docs pipelines
      
      See merge request gitlab-org/gitlab!60580
      d015a7d6
    • David Fernandez's avatar
      Merge branch 'cat-releases-sortedlinks-np1' into 'master' · 86267203
      David Fernandez authored
      Fix releases API N+1 in sorted_links usage
      
      See merge request gitlab-org/gitlab!60561
      86267203
    • Rémy Coutable's avatar
      Merge branch 'quarantine-epic-sidebar-flaky-spec' into 'master' · f63766b3
      Rémy Coutable authored
      Quarantine flaky spec
      
      See merge request gitlab-org/gitlab!60630
      f63766b3
    • Arturo Herrero's avatar
      Merge branch '326432-fj-add-new-security-menu' into 'master' · 7ba4da68
      Arturo Herrero authored
      Add Security and Compliance menu
      
      See merge request gitlab-org/gitlab!60368
      7ba4da68
    • Craig Norris's avatar
      Merge branch 'docs-tacker-typo' into 'master' · 87340e3a
      Craig Norris authored
      Docs: fixed typo
      
      See merge request gitlab-org/gitlab!60619
      87340e3a
    • 🤖 GitLab Bot 🤖's avatar
      Merge branch 'release-tools/update-gitaly' into 'master' · 58dee6d0
      🤖 GitLab Bot 🤖 authored
      Update Gitaly version
      
      See merge request gitlab-org/gitlab!60629
      58dee6d0
    • Achilleas Pipinellis's avatar
      Merge branch 'nelbacha-master-patch-54737' into 'master' · e950a3d6
      Achilleas Pipinellis authored
      List required parameters first
      
      See merge request gitlab-org/gitlab!60610
      e950a3d6
    • Shinya Maeda's avatar
      Merge branch 'mo-keep-latest-pipeline-artifact-forever' into 'master' · 67bcc4fb
      Shinya Maeda authored
      Keep latest pipeline artifact forever
      
      See merge request gitlab-org/gitlab!60400
      67bcc4fb
    • Maxime Orefice's avatar
      Keep latest pipeline artifact forever · ade1372f
      Maxime Orefice authored
      ade1372f
    • Achilleas Pipinellis's avatar
      Merge branch 'nelbacha-master-patch-56089' into 'master' · b65b1ae0
      Achilleas Pipinellis authored
      Document How to manage runner jobs during upgrades
      
      See merge request gitlab-org/gitlab!60620
      b65b1ae0
    • Nourdin el Bacha's avatar
      0b120876
    • David O'Regan's avatar
      Merge branch 'dmishunov-refactoring-sidebar-css' into 'master' · 715d591b
      David O'Regan authored
      Moved .toggle-mobile-nav to header.scss
      
      See merge request gitlab-org/gitlab!60608
      715d591b
    • Nicolò Maria Mezzopera's avatar
      Merge branch '325182_06_time_ago_cleanup' into 'master' · 9697d9a4
      Nicolò Maria Mezzopera authored
      Geo Node Status 2.0 - TimeAgo Cleanup
      
      See merge request gitlab-org/gitlab!60434
      9697d9a4
    • Zack Cuddy's avatar
      Geo Node Status 2.0 - TimeAgo Cleanup · ee13fa3d
      Zack Cuddy authored
      ee13fa3d
    • Patrick Bajao's avatar
      Merge branch 'feature/arbitrary-commit-revision-picker-2' into 'master' · 1cdb4ed1
      Patrick Bajao authored
      Implement the arbitrary dropdown and the corresponding diffs in `Changes` Tab
      
      See merge request gitlab-org/gitlab!57026
      1cdb4ed1
    • GitLab Release Tools Bot's avatar
      Update gitaly to e0c4194d510 · f42580ef
      GitLab Release Tools Bot authored
      f42580ef
    • Kyle Wiebers's avatar
      2846496f
    • David O'Regan's avatar
      Merge branch '327997-add-promo-image-to-informational-popover' into 'master' · b473d089
      David O'Regan authored
      Add the golden tanuki promo image to the informational popover
      
      See merge request gitlab-org/gitlab!60325
      b473d089
    • Dallas Reedy's avatar