- 04 Dec, 2020 9 commits
-
-
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 31 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
-
Amy Qualls authored
These links need to be updated to their new destinations based on the HTTP response codes we received during testing.
-
Suzanne Selhorn authored
Add note about dynamic names and cleanup policies See merge request gitlab-org/gitlab!49060
-
Tim Rizzi authored
-
Thong Kuah authored
Update template to use codequality 0.85.18-gitlab.1 See merge request gitlab-org/gitlab!49034
-
Jose Ivan Vargas authored
Fix job trace polling bug See merge request gitlab-org/gitlab!48516
-
Payton Burdette authored
Only start trace polling when the job has started and has a trace. Do not poll if page is not visible.
-
Paul Slaughter authored
Also update spec to await for errorMessage component to be loaded.
-
Paul Slaughter authored
This helps optimize the IDE page bundle
-