- 03 Dec, 2020 40 commits
-
-
Matija Čupić authored
Simplify stage extrapolation Small GraphQL improvements * Use connection_type for an array of objects * Update GraphQL description for job need name Remove include_merged_yaml parameter Removes the include_merged_yaml parameter to make code more idiomatic. The parameter isn't stored, it's computed dynamically when accessed so this introduces a slight performance overhead, but it's far outweighed by the pro of having cleaner code and less technical debt. Stub YamlProcessor response in resolver specs Refactor relation connection types * Move request type tests to request specs * Use proper status enum values Simplify Ci::Config GraphQL resolver
-
lauraMon authored
Refactors to use string as content type * Refactors mutation to use STRING_TYPE rather than ApolloUpload, since the mutation cannot work with a path from the frontend * Removes YamlProcessorResult type and returns StageType instead * Adds status field to mutation to mirror implementation * Makes comprehensive specs Adds a changelog Filters out jobless stages Refactored to use custom types * Added a ci_config type for stages, groups, jobs, needs * Adds a new gitlab-ci.yml stub that has some includes * Updates specs * Updates docs and schema Updates mutation to be a resolver instead * Due to some changes, this was better fitted to be resolved in its own resolver instead of being a mutation. Specs were changed and slightly modified to reflect this. * Adds type specs * Adds some missing fields (size) * Updates docs and schema * Updates the changelog
-
Rémy Coutable authored
Avoid branch name checking when creating a new snippet See merge request gitlab-org/gitlab!48995
-
Bob Van Landuyt authored
Fix kwargs deprecation warnings in service specs See merge request gitlab-org/gitlab!48804
-
Rémy Coutable authored
Add Attributes cleaner to Group Migration See merge request gitlab-org/gitlab!48374
-
Douglas Barbosa Alexandre authored
Truncate error messages for failed Group Import See merge request gitlab-org/gitlab!48989
-
Rémy Coutable authored
Add details column to vulnerability findings table See merge request gitlab-org/gitlab!49005
-
Alan (Maciej) Paruszewski authored
This change adds new column to vulnerability findings table that is needed to store Generic Security Report details.
-
Bob Van Landuyt authored
Add additional fields to GraphQl terraform state version See merge request gitlab-org/gitlab!48411
-
Emily Ring authored
Added serial and downloadPath to graphql state_version_type Updated related docs and tests
-
Paul Slaughter authored
Typo fix See merge request gitlab-org/gitlab!49066
-
Bob Van Landuyt authored
Apply Postgres HLL distributed batch counter to Usage Ping secure pipelines metrics See merge request gitlab-org/gitlab!48233
-
Craig Norris authored
Put back details about tier moves See merge request gitlab-org/gitlab!49087
-
Marcel Amirault authored
Removed Intro line from example, and reworded others for clarity.
-
Peter Leitzen authored
Refactor WikiPage::Meta and WikiPage::Slug See merge request gitlab-org/gitlab!48755
-
Alper Akgun authored
Merge branch '284955-engineering-trim-down-the-skip-copy-in-the-com-trial-flow-for-non-gl-users' into 'master' Trim-down the "skip copy" in the .com trial flow for non-GL users See merge request gitlab-org/gitlab!48110
-
Marcin Sedlak-Jakubowski authored
Fix future tense issues See merge request gitlab-org/gitlab!49025
-
Rachel Gottesman authored
-
Marcia Ramos authored
Add note for blocked MWPS See merge request gitlab-org/gitlab!48069
-
Mike Jang authored
-
Sarah Groff Hennigh-Palermo authored
Update dependency @gitlab/ui to v24.4.0 See merge request gitlab-org/gitlab!49074
-
Alper Akgun authored
Add usage ping generation to a rake task and to docs See merge request gitlab-org/gitlab!48674
-
Alina Mihaila authored
- Add rake task to generate and print usage ping JSON - Add rake task to generate and send usage ping to Versions Application - Add docs
-
Marcin Sedlak-Jakubowski authored
Fix future tense issues See merge request gitlab-org/gitlab!49026
-
Rachel Gottesman authored
-
George Koltsov authored
-
George Koltsov authored
- Remove prohibited references when importing information using Group Migration with GraphQL. Any fields that end on `_id`, `attributes`, `html` are not allowed to be imported
-
Bob Van Landuyt authored
Remove Rails background transaction metrics See merge request gitlab-org/gitlab!48024
-
Marcin Sedlak-Jakubowski authored
Fix future tense issues See merge request gitlab-org/gitlab!49027
-
Rachel Gottesman authored
-
Marcin Sedlak-Jakubowski authored
Fix future tense issues See merge request gitlab-org/gitlab!49023
-
Rachel Gottesman authored
-
Alper Akgun authored
Experiment for non-GL users
-
Kamil Trzciński authored
Revert "Enable Query Cache for Load balancing" See merge request gitlab-org/gitlab!49110
-
Marcia Ramos authored
Fixing small typo See merge request gitlab-org/gitlab!48948
-
Francisco Javier López authored
We are going to introduce new models for group wikis than can reuse part of the existing code. This commits, refactor those classes.
-
Francisco Javier López authored
There a time window between the moment where we start the snippet creation commit and when the git hooks are called. In those git hooks we check that the user can only create the default branch in the repository. Nevertheless, in that window time, the default branch might change, resulting in an invalid git operation.
-
Marcia Ramos authored
Fix link to documentation See merge request gitlab-org/gitlab!48958
-
Marcia Ramos authored
Update shfmt docker image to latest stable v3.2.0. See merge request gitlab-org/gitlab!48007
-
Ilia Kosenko authored
Added section for setting ES attributes from rails console to docs See merge request gitlab-org/gitlab!48554
-