- 02 Sep, 2020 15 commits
-
-
Dylan Griffith authored
This adds support for autocompleting issues that were recently viewed by the current user when they use the search bar. This data is persisted in Redis sorted sets as this provides the ability to automatically expire the data for inactive users, keep the data sorted based on most recently viewed first and easily keep a limited number of items per user expiring the least recent ones first. The recent item tracking is partly implemented as a generic solution as this will quickly be followed up with merge requests and perhaps other features people wish to quickly navigate to. The full generic refactoring will happen when we implement the 2nd usage but for now the most important thing is to include the data type in the Redis key so that we don't need to migrate data when we make this generic later. This feature is behind a feature flag per user for now so we can track the performance implications in production.
-
Tiger Watson authored
Remove cop disable comment and preload of associations See merge request gitlab-org/gitlab!40934
-
Illya Klymov authored
VSA Add stage button doesnt display the form Closes #244054 See merge request gitlab-org/gitlab!41026
-
Russell Dickenson authored
Docs: Update capitalization of runner See merge request gitlab-org/gitlab!40913
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/233529
-
Russell Dickenson authored
Docs: Adding link to Composer CI/CD instructions See merge request gitlab-org/gitlab!41023
-
Suzanne Selhorn authored
-
Douglas Barbosa Alexandre authored
Apply GZip compression to discussion diffs Closes #225600 See merge request gitlab-org/gitlab!40778
-
Kerri Miller authored
This module holds common logic for compression and decompression of strings via ActiveSupport::Gzip. The destination of these compressed strings is usually Redis, so encoding is handled, as is compression detection when decompressing.
-
Evan Read authored
Update vale docs and exceptions See merge request gitlab-org/gitlab!40992
-
Ezekiel Kigbo authored
Updates the listening event for the custom stage form Adds additional jest specs
-
Douglas Barbosa Alexandre authored
Geo: Fix update event bugs Closes #238137 and #241668 See merge request gitlab-org/gitlab!40643
-
Evan Read authored
Add Azure Blob Storage configuration documentation Closes #25877 See merge request gitlab-org/gitlab!40693
-
Evan Read authored
Specify pgbouncer config file name See merge request gitlab-org/gitlab!40183
-
- 01 Sep, 2020 25 commits
-
-
Evan Read authored
Add info about environment_filter variable See merge request gitlab-org/gitlab!40621
-
Ezekiel Kigbo authored
Merge branch '219782-matej-replace-gl-deprecated-button-with-gl-button-in-app-assets-javascripts-notes-components' into 'master' Replace deprecated button in /components/note_actions/reply_button.vue Closes #219782 See merge request gitlab-org/gitlab!40851
-
Suzanne Selhorn authored
Merge branch '233091-docs-publishing-packages-to-composer-repository-with-ci_job_token' into 'master' Docs: Use CI_JOB_TOKEN with Composer repository Closes #233091 See merge request gitlab-org/gitlab!38385
-
Łukasz Korbasiewicz authored
-
Mark Lapierre authored
Check for a single line number instead of arbitrary text See merge request gitlab-org/gitlab!41002
-
Simon Knox authored
Added tracking to boards add issues See merge request gitlab-org/gitlab!40907
-
Andrew Fontaine authored
Add stopPropagation and specs to report abuse link Closes #243532 See merge request gitlab-org/gitlab!40918
-
Scott Stern authored
-
Russell Dickenson authored
Preparing your MR with Snowplow events for review See merge request gitlab-org/gitlab!40961
-
Alper Akgun authored
-
Nick Gaskill authored
Add documentation for API Fuzzer See merge request gitlab-org/gitlab!35926
-
Michael Eddington authored
-
Illya Klymov authored
Convert merge requests autocomplete from at.js to tribute Closes #230971 See merge request gitlab-org/gitlab!40743
-
Mike Jang authored
Clarify compliance framework project labels docs See merge request gitlab-org/gitlab!30379
-
Matt Gonzales authored
-
Robert Speicher authored
Clean up gRPC debug_error_string messages in Sentry See merge request gitlab-org/gitlab!40938
-
Mayra Cabrera authored
Require name for all complex indexes See merge request gitlab-org/gitlab!40435
-
Patrick Bair authored
Improve upon an existing cop that requires an explicit name be provided for indexes that are "complex", i.e. created with a hash of options configuring their definition. The cop will no raise offenses at non-concurrent index creation either via create_table or add_index.
-
Mayra Cabrera authored
Expand retention period to 365 days for Vulnerability Statistics See merge request gitlab-org/gitlab!40833
-
Alan (Maciej) Paruszewski authored
-
Vitali Tatarintev authored
Introduce CodeCoveragePresenter to PipelineArtifact See merge request gitlab-org/gitlab!40870
-
Maxime Orefice authored
This MR introduces a new presenter class which will be used to present data code coverage data to gitlab frontend. This new architecture will allow us to scale to more file_type easily in the near future.
-
Enrique Alcántara authored
Update delete account modal Closes #229688 See merge request gitlab-org/gitlab!37816
-
Vitali Tatarintev authored
Sort TestCase by status and execution_time See merge request gitlab-org/gitlab!40722
-
Maxime Orefice authored
This MR introduces the ability for a TestSuite object to sort its test_cases data by status and execution_time dsc.
-