- 18 Feb, 2020 40 commits
-
-
Clement Ho authored
Add documentation for single stat percentile value support See merge request gitlab-org/gitlab!24816
-
Heinrich Lee Yu authored
Replace set to let_it_be in specs See merge request gitlab-org/gitlab!25429
-
Robert Speicher authored
Drop etag cache on logs API See merge request gitlab-org/gitlab!24864
-
Adrien Kohlbecker authored
-
Lin Jen-Shin authored
Consolidate conditions and rules under .gitlab/ci/rules.gitlab-ci.yml See merge request gitlab-org/gitlab!25150
-
Toon Claes authored
Migrate mentions from design notes to DB table Closes #198325 See merge request gitlab-org/gitlab!23704
-
Phil Hughes authored
Add limit-container-width class to container registry See merge request gitlab-org/gitlab!25368
-
Phil Hughes authored
Resolve "Design management: Bullet points are not rendering on comments" See merge request gitlab-org/gitlab!25421
-
Mayra Cabrera authored
Add missing Secure Sidekiq changelog entry See merge request gitlab-org/gitlab!25394
-
Sean McGivern authored
Convert request specs into units for PostReceiveService See merge request gitlab-org/gitlab!25377
-
Igor Drozdov authored
-
Marcia Ramos authored
Update GitLab version for duplicating dashboards See merge request gitlab-org/gitlab!25366
-
Marcin Sedlak-Jakubowski authored
-
Peter Leitzen authored
Resolve "NoMethodError: undefined method `term_agreements' for nil:NilClass" Closes #204723 See merge request gitlab-org/gitlab!24771
-
Peter Leitzen authored
Resolve "Rename in MR exported keys - backend" See merge request gitlab-org/gitlab!25247
-
Tetiana Chupryna authored
We'll drop license_management when FE is done
-
Marcel Amirault authored
docs: Fix links to gitlab-foss See merge request gitlab-org/gitlab!25349
-
Sean McGivern authored
Initial a11y scanning CI template See merge request gitlab-org/gitlab!25144
-
Stan Hu authored
Fix a log schema inconsistency Closes gitlab-com/gl-infra/infrastructure#8931 See merge request gitlab-org/gitlab!25419
-
Shinya Maeda authored
Add epic changed status email missing specs See merge request gitlab-org/gitlab!24902
-
Vitali Tatarintev authored
Removes usage of `set` in specs
-
Vitali Tatarintev authored
Removes usage of `set` in specs
-
Craig Furman authored
In JiraService, some structured logs for errors were sent with a Hash in the error key, and some with a String. This frustrates Elasticsearch, which is commonly used to store structured logs, causing it to have to drop logs from one instance or the other due to the type mismatch.
-
manojmj authored
This change is required to make sure that only logged in users can accept or decline terms
-
Nick Thomas authored
Store lsif ci artifact as gzip See merge request gitlab-org/gitlab!25412
-
Vitali Tatarintev authored
Removes usage of `set` in specs
-
Rémy Coutable authored
Merge branch '206937-flaky-spec-spec-features-snippets-user_creates_snippet_spec-rb-66' into 'master' Resolve "Flaky spec: spec/features/snippets/user_creates_snippet_spec.rb:66" Closes #206937 See merge request gitlab-org/gitlab!25408
-
Sean McGivern authored
Improve reference pattern with word boundary See merge request gitlab-org/gitlab!25266
-
drew cimino authored
Apply suggestions to accessibility_testing.md
-
Nick Thomas authored
Handle missing MergeRequestDiff gracefully See merge request gitlab-org/gitlab!24559
-
Vitali Tatarintev authored
Removes usage of `set` in specs
-
ntepluhina authored
-
Imre Farkas authored
Disable self-approval at the Instance level - Fix approvals filtering Closes #39060 See merge request gitlab-org/gitlab!25385
-
Gosia Ksionek authored
-
Alessio Caiazza authored
Upgrade pages to 1.16.0 See merge request gitlab-org/gitlab!25238
-
Heinrich Lee Yu authored
Drop signatures in email replies See merge request gitlab-org/gitlab!25389
-
drew cimino authored
Splitting by category isn't sufficient anymore since Verify/Acccessbility is Core and Verify/Browser-Performance is Premium. We brought the Verify/ category as a whole out of EE, and specifically excluded BrowserPerformance for the time being.
-
drew cimino authored
MVC template that can be included in a gitlab-ci.yml file Accompanying first set of docs, modeled on Browser Performance
-
Arturo Herrero authored
The regex (?<issue>\d+\b) is used in several places and here we are abstracting into a common reference.
-
Arturo Herrero authored
This is a follow-up from 08908856 to improve the reference pattern. Match: EXT-123 Not match: EXT-123A
-