- 12 Nov, 2020 40 commits
-
-
Markus Koller authored
This endpoint is used for LFS over SSH and had two problems: 1. We were generating the repository URL from `project` rather than `container`, which means we'd return the wrong URL for e.g. project wiki repositories. In practice this didn't break LFS, as we're not touching the repository itself and just associating the objects with the project record, which works the same with project wikis. 2. We did not check if LFS is enabled, which means we'd still return a URL for project snippets. This is less of a problem as the subsequent HTTP requests to the LFS controllers would still fail, but it's better to be consistent and abort early here. Follow-up to https://gitlab.com/gitlab-org/gitlab/-/merge_requests/45874
-
Peter Leitzen authored
Fix release assets link redirection See merge request gitlab-org/gitlab!35381
-
Sean McGivern authored
Backfill cleanup schedules for old closed/merged MRs See merge request gitlab-org/gitlab!46782
-
Yannis Roussos authored
Add missing expression indexes See merge request gitlab-org/gitlab!47424
-
Gabriel Mazetto authored
Add BulkImports::Tracker See merge request gitlab-org/gitlab!47009
-
Andreas Brandl authored
Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/280826
-
Phil Hughes authored
Merge branch '229696-migrate-deprecatedmodal2-to-glmodal-in-app-assets-javascripts-vue_shared-components-gl_modal' into 'master' Remove unused shared gl_modal.vue component See merge request gitlab-org/gitlab!47390
-
Nicolò Maria Mezzopera authored
Remove gl-button from star button See merge request gitlab-org/gitlab!47446
-
Marcin Sedlak-Jakubowski authored
Add Epics Swimlanes documentation See merge request gitlab-org/gitlab!46635
-
Enrique Alcántara authored
Disable a custom tooltip initialization See merge request gitlab-org/gitlab!46427
-
Florie Guibert authored
-
Vitali Tatarintev authored
Fix comment for diff note images See merge request gitlab-org/gitlab!47400
-
Kushal Pandya authored
Fixes multi line comments options in parallel mode See merge request gitlab-org/gitlab!45557
-
Denys Mishunov authored
Add documentation for the Web IDE command palette See merge request gitlab-org/gitlab!45869
-
Tomas Vik authored
-
Sanad Liaquat authored
Update Project Security Dashboard Spec See merge request gitlab-org/gitlab!47332
-
Grzegorz Bizon authored
Improve thread safety of Ci::BuildTraceChunk data stores See merge request gitlab-org/gitlab!46717
-
Phil Hughes authored
Fix secure MR widget background colors in dark mode See merge request gitlab-org/gitlab!47352
-
Sean McGivern authored
Schedule clean up of merge request refs efficiently See merge request gitlab-org/gitlab!46758
-
Miguel Rincon authored
Code quality severity icons See merge request gitlab-org/gitlab!46829
-
Scott Hampton authored
Adding badges to the code quality for severity
-
Kushal Pandya authored
Swimlanes - Hide epic lanes with 0 issues See merge request gitlab-org/gitlab!47257
-
Natalia Tepluhina authored
Boards - Create new issue in GraphQL [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!46747
-
Stan Hu authored
Handle invalid strings in authorization headers See merge request gitlab-org/gitlab!47206
-
Natalia Tepluhina authored
Add integration with BE based on mocks See merge request gitlab-org/gitlab!47019
-
Olena Horal-Koretska authored
-
Heinrich Lee Yu authored
Add CI job to Terraform state version GraphQL type See merge request gitlab-org/gitlab!47339
-
Miguel Rincon authored
Updated service desk incoming email to use custom email See merge request gitlab-org/gitlab!46053
-
Dylan Griffith authored
Add background migrations for Elasticsearch See merge request gitlab-org/gitlab!46672
-
Dmitry Gruzd authored
This MR implements elastic migration framework, which looks and behaves similar to rails database migrations. Migrations are stored in ee/elastic/migrate/ with YYYYMMDDHHMMSS_migration_name.rb file name format
-
Gabriel Mazetto authored
Update rake to v13 See merge request gitlab-org/gitlab!47318
-
Kushal Pandya authored
Use closed icons for issue and epics See merge request gitlab-org/gitlab!47176
-
Michael Le authored
-
Kushal Pandya authored
-
Tiger Watson authored
Add region field to AWS Role See merge request gitlab-org/gitlab!47209
-
Emily Ring authored
Add migration to add field to AWS Role. Update AuthorizeRoleService and FetchCredentialsService to use new region field.
-
Douglas Barbosa Alexandre authored
Generate package events file See merge request gitlab-org/gitlab!47118
-
Luke Duncalfe authored
hAdd a rule to enforce resolver type annotations See merge request gitlab-org/gitlab!47375
-
Alex Kalderimis authored
This new rubocop rule enforces that all resolvers declare their type. This is important for several reasons: - developers can read a resolver and know what it does, by understanding what it is meant to return. - we can enable better testing of resolvers, by creating fields from resolvers using `Resolver.field_options`. - Resolvers become the SSOT for field metadata, enabling us to eliminate repetition and boilerplate.
-
Florie Guibert authored
Add VueX action to create issue using graphQL mutation
-