- Feb 23, 2021
-
-
Suzanne Selhorn authored
-
Jose Ivan Vargas Lopez authored
This adds the duration and finished_at fields to the aforementioned graphql type
-
Yorick Peterse authored
When generating a changelog and leaving out the `from` parameter, we no longer require that the names of tags start with a "v". Instead, tags can now be in the format `X.Y.Z` or `vX.Y.Z`. This fixes https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/1572
-
Amy Qualls authored
Don't touch the API endpoints themselves; only change the user-facing definitions to remove 'WIP' whenever possible. Exceptions: when we're referring to a specific argument. Those haven't changed yet.
-
Removes the security_on_demand_scans_site_validation feature flag and all associated logic.
-
Sean Arnold authored
Small tweaks Update docs
-
Sean Arnold authored
- Update specs, graphql types and docs
-
Sean Arnold authored
- Add changelog - Add changes to services + graphql - Update specs
-
- Feb 22, 2021
-
-
Subashis Chakraborty authored
-
Subashis Chakraborty authored
-
Ben Bodenmiller authored
-
Sean Arnold authored
-
Sarah Yasonik authored
-
Jonathan Schafer authored
Update docs and schema Add tests
-
Yorick Peterse authored
The `to` attribute now defaults to the target branch itself. This means that for most projects one only needs to specify the version of a new release, simplifying the use of the API. This fixes https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/1556.
-
Alex Buijs authored
Prevent in product marketing emails frmo being sent with this application setting
-
Markus Koller authored
This reverts commit 28e8e5fc, but keeps some unrelated cleanups in the specs.
-
These pages were all part of the Source Code group, but I believe they should be reassigned to the new(-ish) Code Review group.
-
- Feb 21, 2021
-
-
Sean Arnold authored
Rebuild docs
-
Sean Arnold authored
run with rake gitlab:graphql:compile_docs
-
- Feb 19, 2021
-
-
Added description field to Clusters::AgentToken Updated GraphQL mutation and create service to suport new field Updated associated tests and docs
-
Subashis Chakraborty authored
- Non happy path specs - Address feedbacks - Update docs
-
Subashis Chakraborty authored
- Fix broken spec - Fix rubocop issues
-
Subashis Chakraborty authored
- Create new PipelineSecurityReportFindingType - Create new GraphQL Resolver - Add ability to filter by scanner - Add ability to filter by severity - Add ability to filter by reportType - Add changelog entry
-
Alexis Kalderimis authored
We do not use it, it can be replaced by introspection queries, and it complicates development. The `gitlab:graphql:schema:dump` rake task now generates the file in the `./tmp` directory. The documentation is updated to mention the impact on front-end development.
-
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Although compliance framework is available to Premium tier, the compliance pipeline configuration can be used only for Ultimate tier
-
Ravishankar authored
Add change log Remove comments Fixing the migration Review comments Fixing merge conflicts Change log Review changes dummy Deleting old migrations Missed changes Missed changes Review comments missed changes Translation changes Missing translation
-
These four changes - a couple of which required some ingenuity - are the last four identified spelling issues in the main docset. Two involved inline code in tables that included pipe characters, which GitHub Flavored Markdown explicitly does not support. These lines had to be rewritten or taken out of their tables entirely; there was no other way to fix the upstream problem.
-
- Feb 18, 2021
-
-
Alina Mihaila authored
-
This change updates JSON Schema for details field in Vulnerability Finding with newest version of the schema from Security Report Schemas
-
Lien Van Den Steen authored
-
Kassio Borges authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/300005
-
Adam Hegyi authored
This change renames the InstanceStatistics feature to UsageTrends in the codebase. Note: the UI strings have been already changed in an earlier commit.
-
Charlie Ablett authored
- Add URL builder handler for Epic Boards - Add epic board presenter
-
Vitali Tatarintev authored
Now a `alertManagementHttpIntegrations` GraphQL query returns `payloadAlertFields` calculated from the persisted `payload_example`.
-
Vitali Tatarintev authored
Move custom mapping params to HttpIntegrationType so IntegrationType doesn't expose them
-
Vitali Tatarintev authored
Returns custom mapping related fields for Alert Management Integration GraphQL query
-
Alexandru Croitor authored
Description templates are a variation of file templates, however description templates were only visible at the project level in which those were defined. This implements the ability to inherit description templates from projects that define description templates and are set as template repository at group level. This will allow to display both inherited description templates from parent group(s) and instance down to project's own own description templates Edit issue is using a different FE(vue app) to be redered vs new issue form. Update templates controller to return the right templates and in corresponding format, i.e. hash instead of array. Fix the edge case when templtes in different groups have the same name, so that it would be correctly resolved to the correct template.
-
Yet another round of cleanup to eradicate spelling issues, whether false or true positives.
-