- Nov 30, 2020
-
-
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
-
- Nov 27, 2020
-
-
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
-
Kerri Miller authored
Update package_file to use FileStoreMounter concern See merge request !48482
-
-
Patrick Bair authored
Improve ci_builds runner_id index See merge request !48241
-
Adrien Kohlbecker authored
This reverts commit 102f1c8e.
-
Andrew Fontaine authored
Pipeline Graph Restructure: New Stage Column and CSS Updates See merge request !48498
-
Adjusts mounting funcs, adds query, specs
-
Jan Provaznik authored
Add PG vars to Test.gitlab-ci.yml See merge request !48475
-
Kamil Trzciński authored
Remove gitlab_transaction_cputime_seconds metric See merge request !48023
-
Imre Farkas authored
Update GitLab Runner Helm Chart to 0.23.0/13.6.0 See merge request !48284
-
Brandon Labuschagne authored
Merge branch '239518-package-details-not-updating-when-the-same-version-is-deployed-from-a-different-branch' into 'master' Refactor package_files to standalone component See merge request !48451
-
- source - tests
-
David O'Regan authored
Refactor pipeline empty state specs See merge request !48603
-
Mark Florian authored
Add GraphQL ID conversion helpers See merge request !48456
-
-
Brandon Labuschagne authored
Fix container_registry url for relative urls See merge request !48661
-
- update utility - add more test cases
-
Nicolas Dular authored
Aligns the spec with our current testing standards and prepares it for a future experiment.
-
Sean McGivern authored
Fix query timeout when finding auto-cancelable pipelines See merge request !46575
-
Martin Wortschack authored
Update dependency @gitlab/ui to v24.2.0 See merge request !48672
-
Mark Florian authored
Pipeline Graph Restructure: Add Wrapper and Query See merge request !48339
-
Adjusts mounting funcs, adds query, specs
-
Fabio Pitino authored
Expose merge request diff variables See merge request !46621
-
🤖 GitLab Bot 🤖 authored
-
Mark Florian authored
Add AutoFix Indicator to the Vulnerability Report Page See merge request gitlab-org/gitlab!48251
-
This commit introduces an AutoFix Indicator Badge whenever AutoFix is available for the given Vulnerability.
-
Vitaly Slobodin authored
Refactor spec `spec/frontend/vue_shared/components/toggle_button_spec.js` See merge request !38544
-
- Create helper functions for finding GlIcon, input and button elements - Use isVisible instead of exists for checking icon
-
Sarah Groff Hennigh-Palermo authored
Update dependency @gitlab/ui to v24.1.0 See merge request !48395
-
Marcin Sedlak-Jakubowski authored
Add note about caching to ci efficiency doc See merge request !48665
-
-
Fabio Pitino authored
Ci::Pipeline#same_family_pipeline_ids uses PipelineObjectHierarchy to recursively find all pipelines (parent + children) given a pipeline object. This previously was finding recursively all ancestors and then all descendants. We can instead fire two queries, one to find the root ancestor and then use that as a baseline to find all descendants.
-
Mark Florian authored
Pipeline Graph Restructure: Graph Component Changes See merge request !48330
-
Applies changes and adds legacy files, specs
-
Sean McGivern authored
Add ComplianceManagement::Frameworks::DestroyService See merge request !47937
-
Marcin Sedlak-Jakubowski authored
Add version history to Jenkins integration docs See merge request !48646
-
-
Marcin Sedlak-Jakubowski authored
Add version history to Jenkins integration docs See merge request !48646
-
-