Tim Knight

Results 20 issues of Tim Knight

We just noticed v9.5.0 flagged as deprecated, given we use this tool quite heavily internally - would you be able to explain why it was deprecated, so we can decide...

question

Hi there, We want to set up some Custom Project Templates as per: https://docs.gitlab.com/ee/user/group/custom_project_templates.html, we have a sub-group named "custom-project-templates" sitting just under our root group From the gitlab docs...

enhancement
new-resource
upstream api alignment
blocked

- Updates tests to use Gitlab 16 image - Updates test to handle changes to the underlying APIs - Adds programmatic date times to Access Token tests

Adding api integration test based off my percieved understanding of the underlying gitlab api and the design as currently documented in the open PR

Closes https://github.com/gitlabform/gitlabform/issues/633

YAML file ```yaml # SPDX-FileCopyrightText: 2023 Chainguard, Inc # SPDX-License-Identifier: Apache-2.0 # # This is a sample configuration file to demonstrate how to build a software # project using melange...

We are trying to use `melange build` within Gitlab-CI, currently we will be pulling a secure key from a secret manager and storing it in a `.rsa` file during the...

Builds ontop of: https://github.com/python-gitlab/python-gitlab/pull/2767 and https://github.com/python-gitlab/python-gitlab/pull/2790 Closes #2762 Adds support for adding Group to job_token_allowlist: https://docs.gitlab.com/ee/api/project_job_token_scopes.html#add-a-group-to-a-cicd-job-token-allowlist

Relates to: https://github.com/gitlabform/gitlabform/pull/750