- 04 Nov, 2020 1 commit
-
-
Dylan Griffith authored
Sorting already exists for search results from the web. Most of this code for searching is shared. Unfortunately in the web search results we had to implement this by using a single parameter. In order for our API to be in line with other APIs it seemed preferable to implement sorting as 2 params (field, direction). To make matters worse the web sorting does things like `created_asc` for sorting by `created_at asc`. So it wasn't even perfectly constructed by concatenating field name and direction. Unfortunately the simplest option here seemed to be to push the understanding of how to interpret these different params into the searching code so it needs to handle 2 different meanings for the `sort` param. I considered changing the web code to do a translation of params before passing down to the `SearchService` but this was tricky due `params` being passed in and also `@sort` is used by the view. We may in future be able to refactor this to use 2 params but it seemed tricky to introduce now with a single form field.
-
- 03 Nov, 2020 39 commits
-
-
Craig Norris authored
Re-flow notes back into body text See merge request gitlab-org/gitlab!46838
-
Amy Qualls authored
Decrease the note usage on pages not owned by a stage.
-
Craig Norris authored
Re-flow notes into body text See merge request gitlab-org/gitlab!46835
-
Amy Qualls authored
Re-flow notes into body text, on pages not owned by a specific stage.
-
Nick Gaskill authored
Edited self-managed subscriptions headings and text for improved clarity See merge request gitlab-org/gitlab!46200
-
Russell Dickenson authored
-
Craig Norris authored
Re-flow note boxes back into body text See merge request gitlab-org/gitlab!46834
-
Amy Qualls authored
Re-flow note boxes back into body text for pages that don't have stage ownership. Also, small tone and style changes for things that caught my eye while I was scrolling.
-
Mike Jang authored
Update performance docs to reflect removal of `DOMContentLoaded` and usage of `waitForCSSLoaded` See merge request gitlab-org/gitlab!46733
-
Peter Hegman authored
- `DOMContentLoaded` is no longer needed - `waitForCSSLoaded()` can be used for JS that relies on CSS
-
Suzanne Selhorn authored
Transfer existing job logs to new storage location See merge request gitlab-org/gitlab!46524
-
Ben Bodenmiller authored
-
Stan Hu authored
Track usage for CI Secrets (Vault) See merge request gitlab-org/gitlab!46515
-
Amy Qualls authored
Added deprecation warning to Opsgenie integration See merge request gitlab-org/gitlab!46824
-
Sarah Waldner authored
-
Amy Qualls authored
Adds docs about gitlab runner agent example See merge request gitlab-org/gitlab!46144
-
João Alexandre Cunha authored
-
Stan Hu authored
Pass the HTTP host header to webpack-dev-server See merge request gitlab-org/gitlab!46795
-
Craig Norris authored
Add facet labels list back in See merge request gitlab-org/gitlab!46574
-
Kyle Wiebers authored
Adds more context as to why refinements are needed Uses an example list similar to features above
-
Dylan Griffith authored
[GraphQL] Design Management: use Global-ID scalar See merge request gitlab-org/gitlab!36115
-
Suzanne Selhorn authored
Remove extra proposed package registry See merge request gitlab-org/gitlab!46605
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Stan Hu authored
Fixes ssh key deletion notification See merge request gitlab-org/gitlab!46687
-
Mayra Cabrera authored
Add code coverage summary resolver See merge request gitlab-org/gitlab!46549
-
Maxime Orefice authored
This commit moves our code coverage summary resolver to its own resolver class. It also changes the type of our lastUpdatedAt field to a date field.
-
Krasimir Angelov authored
Implement usage ping for Vault secrets using Reds HLL counters. See https://gitlab.com/gitlab-org/gitlab/-/issues/235758.
-
Suzanne Selhorn authored
Minor changes to wording of Experiments API docs See merge request gitlab-org/gitlab!46528
-
Phil Calder authored
-
Mike Jang authored
Docs update for Snowplow events warranting changelogs See merge request gitlab-org/gitlab!46791
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!46813
-
Jose Ivan Vargas authored
Update GitLab UI/SVG See merge request gitlab-org/gitlab!46678
-
Mike Jang authored
Update the Sign in text description documentation See merge request gitlab-org/gitlab!46327
-
Segolene Bouly authored
-
GitLab Release Tools Bot authored
-
Mike Jang authored
Troubleshooting docs to generate usage ping See merge request gitlab-org/gitlab!46754
-