- 23 Jul, 2020 27 commits
-
-
Dylan Griffith authored
Before this our search results were getting mixed up within a page. The [`Records#records`]( https://github.com/elastic/elasticsearch-rails/blob/v6.1.0/elasticsearch-model/lib/elasticsearch/model/adapters/active_record.rb#L21 ) method is meant to sort again the query results based on the original Elasticsearch ordering after loading from the DB, but this was not working correctly in our code due to us monkey patching the elasticsearch-model Gem and changing the value of [`_id`]( https://gitlab.com/gitlab-org/gitlab/blob/8214da073b9692ffb75095390bc2fa5d862b5c05/ee/lib/gem_extensions/elasticsearch/model/response/records.rb#L9 ) for Elasticsearch records. As such we needed to dig ourselves further into the monkey patch hole. This MR replaces a single line inside `Records#records` method, which, unfortunately, required us to replace the entire lengthy method. https://gitlab.com/gitlab-org/gitlab/-/issues/229982
-
Gabriel Mazetto authored
Rename Vulnerabilities::Occurrence to Vulnerabilities::Finding See merge request gitlab-org/gitlab!36280
-
charlie ablett authored
Subscription banner shouldn't display for auto-renew See merge request gitlab-org/gitlab!37127
-
James Fargher authored
Restrict allowed chars for Kubernetes Agent's name See merge request gitlab-org/gitlab!37564
-
Miguel Rincon authored
Replace fa-clock icons with GitLab SVG clock icon See merge request gitlab-org/gitlab!37123
-
Miguel Rincon authored
Migrate '.fa-spinner' to '.spinner' within 'app/views/shared/boards' See merge request gitlab-org/gitlab!36436
-
Brandon Labuschagne authored
Migrate the old fa spinner icons to the newer spinner classes or gitlab-ui gl-loading-icon component
-
Miguel Rincon authored
Fix issuable_list_spec by removing FF for vue_issuables_list See merge request gitlab-org/gitlab!36859
-
Scott Stern authored
-
James Ramsay authored
Add remove partial clone doc Closes gitaly#2767 See merge request gitlab-org/gitlab!37424
-
Christian Couder authored
This adds information in the documentation about how to remove the filterspec from a repository and how to ensure everything is present. /closes https://gitlab.com/gitlab-org/gitaly/-/issues/2767
-
Ezekiel Kigbo authored
Follow ups from !37359: small refactors to `api_spec.js` See merge request gitlab-org/gitlab!37595
-
James Ramsay authored
Reduce repo size docs - part 2 Closes #229072 See merge request gitlab-org/gitlab!36921
-
Ezekiel Kigbo authored
Replace fa-history icons with GitLab SVG history icon Closes #225900 See merge request gitlab-org/gitlab!36691
-
Martin Wortschack authored
-
Dylan Griffith authored
Send AWS credentials via environment variables to indexer Closes #215292 See merge request gitlab-org/gitlab!36917
-
Changzheng Liu authored
-
Thong Kuah authored
CI: Update Buildkite service See merge request gitlab-org/gitlab!33697
-
Thong Kuah authored
The validation rules comes from the Kubernetes specification for the `name` field. See https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#dns-label-names
-
Ash McKenzie authored
Consolidate `trigger-build-docs` into `trigger-build` See merge request gitlab-org/gitlab!37082
-
Ezekiel Kigbo authored
Update viewer switcher button icon Closes #219868 and #229979 See merge request gitlab-org/gitlab!37369
-
Valerie Karnes authored
-
Suzanne Selhorn authored
Fix container registry cleanup policy docs See merge request gitlab-org/gitlab!37649
-
Jamie Reid authored
Clarify the specific date for .COM projects and change after to before. Allied with https://gitlab.com/gitlab-org/gitlab/-/merge_requests/37411
-
Evan Read authored
Set up audit report GraphQL example See merge request gitlab-org/gitlab!36481
-
Mike Jang authored
-
Michael Kozono authored
Fix sign_in on secondary with relative URL Closes #230688 See merge request gitlab-org/gitlab!37445
-
- 22 Jul, 2020 13 commits
-
-
Evan Read authored
Add note on LB config See merge request gitlab-org/gitlab!37448
-
Will Chandler authored
-
Evan Read authored
Update Jira importer's limitations in docs See merge request gitlab-org/gitlab!37461
-
Marcin Sedlak-Jakubowski authored
-
Stan Hu authored
Replace some FA icons on groups listing page See merge request gitlab-org/gitlab!37162
-
Mike Jang authored
Add note about feature flags being on by default See merge request gitlab-org/gitlab!37500
-
Alex Hanselka authored
We had an incident recently with an on by default feature causing issues in production https://gitlab.com/gitlab-com/gl-infra/production/-/issues/2442
-
Russell Dickenson authored
Clarify unsupported behavior of .NET in License Compliance Closes #227443 See merge request gitlab-org/gitlab!36629
-
Nick Gaskill authored
-
Suzanne Selhorn authored
Improve registry migrate to object storage details See merge request gitlab-org/gitlab!37556
-
Ben Bodenmiller authored
-
Stan Hu authored
Flip off new_pipeline_form feature flag See merge request gitlab-org/gitlab!37639
-
Mike Jang authored
Introduce new Audit Reports docs page Closes #225512 See merge request gitlab-org/gitlab!36082
-