- 21 May, 2020 40 commits
-
-
Nicolò Maria Mezzopera authored
- matcher - matchers test
-
Jan Provaznik authored
Create endpoints for Group import UI See merge request gitlab-org/gitlab!29270
-
Josianne Hyson authored
We want to have the UI for group import as well as the existing API. Create the controller endpoints required to support the group import UI. For now, this process will be identical to the existing API functionality and will be visually the same as the existing project import. Relates to: https://gitlab.com/gitlab-org/gitlab/-/issues/211807
-
Alessio Caiazza authored
Disable Praefect SQL queue in tests Closes gitaly#2797 See merge request gitlab-org/gitlab!32742
-
Kushal Pandya authored
Allow different in bulk editing issues See merge request gitlab-org/gitlab!32734
-
Jan Provaznik authored
Log bytes read from / written to Redis See merge request gitlab-org/gitlab!31352
-
Jacob Vosmaer authored
This adds instrumentation for the number of bytes written to and read from Redis. To avoid having to monkey-patch multiple methods of Redis::Client, this change introduces a custom Redis driver which inherits from the default Redis::Connection::Ruby driver. Counts include the size of the commands (GET, SET etc.), but exclude the size overhead of Redis serialization (type, length prefix, trailing \r\n). https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/318
-
James Lopez authored
Expose Jira imported issues count in GraphQL See merge request gitlab-org/gitlab!32580
-
Phil Hughes authored
Clean up unused shim class Closes #217582 See merge request gitlab-org/gitlab!32500
-
Phil Hughes authored
Fix broken help link on operations settings page Closes #218627 See merge request gitlab-org/gitlab!32722
-
Tristan Read authored
-
Heinrich Lee Yu authored
Expose DAST request and response evidence Closes #215679 See merge request gitlab-org/gitlab!31562
-
Cameron Swords authored
Expose evidence on occurrence Add example to DAST report
-
Stan Hu authored
Gitaly enabled the PostgreSQL queue by default, but this functionality isn't working properly in tests yet. Disable this for now until we have a compelling reason to enable it. Closes https://gitlab.com/gitlab-org/gitaly/-/issues/2797
-
charlie ablett authored
Fix duplicate filename displayed in design todos Closes #217162 See merge request gitlab-org/gitlab!32274
-
Dylan Griffith authored
Elasticsearch integration should only ever read/write from alias See merge request gitlab-org/gitlab!32107
-
Rajat Jain authored
Previously, choosing labels and then clicking on the issue, would cause the label to reset. Now, we'll make sure to keep the state persistent even when the issues are selected.
-
Dmitry Gruzd authored
-
Evan Read authored
Add documentation of GraphQL API copy_field_description helper See merge request gitlab-org/gitlab!32611
-
Luke Duncalfe authored
-
Marcel Amirault authored
Tag Vale errors with names See merge request gitlab-org/gitlab!32738
-
Evan Read authored
Also moves a file to correct location.
-
Marcel Amirault authored
Docs: Fix all remaining foss-links Closes gitlab-docs#440 See merge request gitlab-org/gitlab!32660
-
Grzegorz Bizon authored
Use DAG serializer for pipelines controller Closes #217813 See merge request gitlab-org/gitlab!31583
-
Fabio Pitino authored
Add DAG entities for pipeline, stage, group, job.
-
Kushal Pandya authored
Resolve "Footer System Message covers horizontal scrollbar" Closes #30853 See merge request gitlab-org/gitlab!29212
-
Holly Reynolds authored
Fixed linting issue Adding missing changelog
-
Kushal Pandya authored
Improve Requirements Management docs See merge request gitlab-org/gitlab!30716
-
Marcin Sedlak-Jakubowski authored
-
Evan Read authored
Find and replace issue links to add hyphens in /api and /development See merge request gitlab-org/gitlab!32627
-
Stefan Schmalzhaf authored
-
Stefan Schmalzhaf authored
-
Thong Kuah authored
Merge branch '217605-make-group-namespace-name-in-email-a-link-to-group-overview-page' into 'master' Make group/namespace name in email a link to group Closes #217605 See merge request gitlab-org/gitlab!32461
-
Doug Stull authored
- clearer for user when email received on what is being alerted upon.
-
Evan Read authored
Find and replace gitlab issue links in /doc/administration See merge request gitlab-org/gitlab!32624
-
Ray Paik authored
Fix wording about self re-activating user account See merge request gitlab-org/gitlab!32620
-
Mike Lewis authored
Create initial acronyms test Closes #209010 See merge request gitlab-org/gitlab!26625
-
Amy Qualls authored
This test creates a test for undefined acronyms, and seeds the list with some of the more common ones found.
-
Marcel Amirault authored
Links to issues need to be update to use a hyphen, this MR changes issue links in /doc/api and development
-
Dylan Griffith authored
Add terraform state metrics to usage data Closes #207510 See merge request gitlab-org/gitlab!31280
-