- 04 Dec, 2020 17 commits
-
-
Ezekiel Kigbo authored
Applies some minor cleanup suggestions to the spec files
-
Dylan Griffith authored
Add metrics for Clone quick_action See merge request gitlab-org/gitlab!48537
-
Mark Lapierre authored
Add negatable predicate methods See merge request gitlab-org/gitlab!48242
-
Sofia Vistas authored
Prior to this change, the matchers would need in some cases to wait for the condition to return true and the negate it. This can add up to 10 seconds each time. This MR, instead of executing the page object's matcher method, uses a custom matcher for match_when_negated that reads more naturally and avoids using negative predicate methods such as has_no_file in the end to end test.
-
Michael Kozono authored
Maintenance mode displays a banner message See merge request gitlab-org/gitlab!44773
-
Mayra Cabrera authored
Geo: Ensure Reenqueuer works as intended See merge request gitlab-org/gitlab!48172
-
Kerri Miller authored
Allow applicable approval rules to be included for reviewers See merge request gitlab-org/gitlab!46855
-
David Kim authored
-
Kerri Miller authored
Pass the 'raw' URL instead of 'blob' URL in revocation api call See merge request gitlab-org/gitlab!49170
-
Amy Qualls authored
GitLab to Kubernetes communication blueprint See merge request gitlab-org/gitlab!46847
-
Mikhail Mazurskiy authored
Rebase against master, since this branch was a few weeks old, and start by adding hard line wraps.
-
Amy Qualls authored
Fix typo in terraform state page See merge request gitlab-org/gitlab!49185
-
Mark Lapierre authored
e2e: Add missing let that led to a project being created when loading the file See merge request gitlab-org/gitlab!48899
-
Dylan Griffith authored
De-normalize project visibility_level into issues Elasticsearch documents See merge request gitlab-org/gitlab!48436
-
Evan Read authored
Soften gitaly nfs warning See merge request gitlab-org/gitlab!49172
-
Thong Kuah authored
Cleanup invitation_reminders experiment code See merge request gitlab-org/gitlab!47920
-
Mike Greiling authored
Chunk deferred runtime and terminal modules in Web IDE See merge request gitlab-org/gitlab!47719
-
- 03 Dec, 2020 23 commits
-
-
Evan Read authored
Clarify why you may use Jenkins webhook option See merge request gitlab-org/gitlab!48969
-
Ben Bodenmiller authored
-
Saikat Sarkar authored
-
Mayra Cabrera authored
Fix bug in ProjectRepositoryStorageMove transition to scheduled See merge request gitlab-org/gitlab!49105
-
Evan Read authored
Gitaly Cluster TLS doc fixes See merge request gitlab-org/gitlab!49084
-
Dylan Griffith authored
Previously transferring groups used custom code to trigger indexing after the projects were updated. But this did not account for checking visibility_level changes. As such we need to pass through the changed attributes to maintain_elasticsearch_update when calling it directly so we can determine if we need to also index the associated issues again.
-
Dylan Griffith authored
This method will be used in several places as we de-normalize more data in the index. This method at the class level also helps us avoid typo like bugs or association rename bugs which would have previously only have been caught later in sidekiq worker raising an exception. Raising early when defining the class provides a safer developer experience.
-
Dylan Griffith authored
Since the `visibility_level` of issues will later be used for filtering internal issues we need to ensure the value is correctly set.
-
Dylan Griffith authored
This is necessary to search issues correctly without joining to the parent project. The previous case where we only set `issues_access_level` will not correctly handle "Internal" projects because "Internal" does not change the `issues_access_level` of the project and we need a way to ensure that issues from "Internal" projects are only found by logged in users.
-
Kerri Miller authored
Add build info to all package types See merge request gitlab-org/gitlab!48811
-
Steve Abrams authored
Update Conan, PyPI, Composer, and NuGet to save build_infos and package_file_build_infos. Refactor the saving of these objects to be in a common set of services.
-
Bryan Stenson authored
-
Mike Greiling authored
# Conflicts: # doc/development/testing_guide/frontend_testing.md
-
Luke Duncalfe authored
Format ID as uppercase in GraphQL descriptions See merge request gitlab-org/gitlab!48992
-
Suzanne Selhorn authored
Add composer version info to composer package docs See merge request gitlab-org/gitlab!49144
-
John Long authored
-
Mike Jang authored
Docs for adding a context when recording an experiment user See merge request gitlab-org/gitlab!48941
-
Alper Akgun authored
-
Mike Jang authored
Fix outdated external links See merge request gitlab-org/gitlab!49177
-
Craig Norris authored
Fix yet more external link redirects See merge request gitlab-org/gitlab!49180
-
Amy Qualls authored
Updating links to external sites based on HTTP response codes.
-
Craig Norris authored
Repair external links that redirect See merge request gitlab-org/gitlab!49179
-
Craig Norris authored
Compress images with pngquant See merge request gitlab-org/gitlab!49169
-