- 28 Aug, 2020 37 commits
-
-
Dmitry Gruzd authored
- rename metric to search_unique_visits_for_any_target_weekly - remove to_date calls - replace Date.today with Date.current
-
Toon Claes authored
Add cop so indexes are referred to by name See merge request gitlab-org/gitlab!39864
-
charlie ablett authored
Track edit by editor action for Usage Ping See merge request gitlab-org/gitlab!40232
-
James Lopez authored
Do not try to send email for vulnerability notes See merge request gitlab-org/gitlab!40545
-
charlie ablett authored
Add total count of project releases to GraphQL endpoint See merge request gitlab-org/gitlab!40147
-
Nathan Friend authored
This commit allows the GraphQL endpoint to return the total number of releases in a project.
-
Vitaly Slobodin authored
Stop using strings for VTU stubs See merge request gitlab-org/gitlab!40673
-
Vitaly Slobodin authored
Merge branch '229298-migrate-bootstrap-button-to-gitlab-ui-glbutton-in-app-assets-javascripts' into 'master' Resolve "Migrate Bootstrap button to GitLab UI GlButton in app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_merged.vue" Closes #229298 See merge request gitlab-org/gitlab!40224
-
Phil Hughes authored
Fix breadcrumb header link See merge request gitlab-org/gitlab!40486
-
Marcel Amirault authored
Fix CI/CD example. Single quote does not expand variables See merge request gitlab-org/gitlab!40629
-
Bob Van Landuyt authored
Simple count of pre-logged-in-sessions per IP Closes #219071 See merge request gitlab-org/gitlab!40336
-
Craig Miskell authored
As noted in https://gitlab.com/gitlab-org/gitlab/-/issues/219071, the current storage mechanism is a set containing the session id, but this is never used. We only need the count to determine when to start potentially invoking recaptcha. Keeping the count only is not only more performant for the web app, it stores significantly less in Redis, particularly for certain pathological cases Fixes https://gitlab.com/gitlab-org/gitlab/-/issues/219071
-
Natalia Tepluhina authored
Update commit toggle description Closes #229336 See merge request gitlab-org/gitlab!40524
-
James Lopez authored
Rename seat calculation methods See merge request gitlab-org/gitlab!40571
-
Imre Farkas authored
Store Jira server type in `jira_tracking_data` table Closes #229223 See merge request gitlab-org/gitlab!37003
-
Brett Walker authored
when test settings are run
-
Pedro Moreira da Silva authored
-
Francisco Javier López authored
Each time the user uses an editor, not matter which one, we need to track an edit action for usage ping.
-
Kushal Pandya authored
Remove VSA duration chart median line Closes #235455 See merge request gitlab-org/gitlab!39665
-
Ezekiel Kigbo authored
Removes the request for the duration chart median value
-
Jan Provaznik authored
Add filter arguments to MR GraphQL API Closes #235984 See merge request gitlab-org/gitlab!40265
-
Jan Provaznik authored
Fix project size check in MergeToRefService spec See merge request gitlab-org/gitlab!40151
-
Kushal Pandya authored
Resolve "New purchase flow does not support dark theme" See merge request gitlab-org/gitlab!40114
-
Mark Chao authored
to free up method names for to-be-added attributes
-
Ash McKenzie authored
Only allow PNGs and JPGs in image scaling requests See merge request gitlab-org/gitlab!39965
-
Mark Chao authored
Fix sidekiq queue list whitespace See merge request gitlab-org/gitlab!40618
-
Simon Knox authored
Migrate analytics stage button away from deprecated button Closes #219836 See merge request gitlab-org/gitlab!39560
-
Evan Read authored
-
Heinrich Lee Yu authored
Make searching issues/MRs by IID even easier/more discoverable See merge request gitlab-org/gitlab!40467
-
Dylan Griffith authored
Prior to this change you were required to prepend your search with `#` or `!` (like an Issue/MR link) to trigger the search by IID behaviour. This changes things so that it's even simpler to search by IID. As long as the input is just a number we'll ensure that the IID field is included in search query. This also won't prevent you from searching for the number as part of an issue title or description since we also query those fields but we give higher weight to the IID so exact IID matches should appear as the first result. This MR also includes some refactoring to improve the tests. Specifically some of the tests for searching by IID were passing by accident before. It also refactors them to use `contain_exactly` since this makes them more concise.
-
Jose Ivan Vargas authored
Revert "Merge branch 'add_standard_field_into_payload' into 'master'" See merge request gitlab-org/gitlab!40162
-
Jose Ivan Vargas authored
Update Standalone Vulnerabilities Page to be a Single Vue App Closes #214598 See merge request gitlab-org/gitlab!40189
-
Illya Klymov authored
@vuu/test-utils 1.x deprecated using strings for stubs This MR makes fixes such deprecations
-
charlie ablett authored
Add kind as part of the manifest as a diferentiator See merge request gitlab-org/gitlab!40165
-
Zamir Martins Filho authored
CiliumNetworkPolicy kubernetes resources
-
Ezekiel Kigbo authored
Replace 'issue-created' icon with 'issues' See merge request gitlab-org/gitlab!26409
-
Jeremy Elder authored
Replacing the 'issue-created' icon with the 'issues' icon. Merge requests use the default icon when one has been created, and this will follow that pattern. This also helps clean up the icon library.
-
- 27 Aug, 2020 3 commits
-
-
Kamil Trzciński authored
Calculate CRC32 checksums of persisted build trace chunks Closes #241490 and #230944 See merge request gitlab-org/gitlab!40506
-
Russell Dickenson authored
Add more Vale acronyms See merge request gitlab-org/gitlab!40665
-
Evan Read authored
-