This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:512d3052c3874f430eca7b96c02271143fe0b55d]
| import java.util.UUID | |
| import org.jetbrains.exposed.dao.id.IdTable | |
| import org.jetbrains.exposed.sql.Op | |
| import org.jetbrains.exposed.sql.ResultRow | |
| import org.jetbrains.exposed.sql.SqlExpressionBuilder | |
| import org.jetbrains.exposed.sql.deleteWhere | |
| import org.jetbrains.exposed.sql.insert | |
| import org.jetbrains.exposed.sql.select | |
| import org.jetbrains.exposed.sql.selectAll | |
| import org.jetbrains.exposed.sql.statements.UpdateBuilder |
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:512d3052c3874f430eca7b96c02271143fe0b55d]
I hereby claim:
To claim this, I am signing this object:
| 2020/09/25 16:52:53 [INFO] Terraform version: 0.13.3 | |
| ... | |
| 2020/09/25 16:52:55 [TRACE] vertex "data.gitlab_group.ehd_apps": visit complete | |
| 2020/09/25 16:52:55 [TRACE] dag/walk: visiting "gitlab_group_ldap_link.ldap_groups[\"XXX\"] (import id \"ldapmain:XXX\")" | |
| 2020/09/25 16:52:55 [TRACE] vertex "gitlab_group_ldap_link.ldap_groups[\"XXX\"] (import id \"ldapmain:XXX\")": starting visit (*terraform.graphNodeImportState) | |
| 2020/09/25 16:52:55 [TRACE] vertex "gitlab_group_ldap_link.ldap_groups[\"XXX\"] (import id \"ldapmain:XXX\")": evaluating | |
| 2020/09/25 16:52:55 [TRACE] [walkImport] Entering eval tree: gitlab_group_ldap_link.ldap_groups["XXX"] (import id "ldapmain:XXX") | |
| 2020/09/25 16:52:55 [TRACE] dag/walk: visiting "gitlab_group.oad" | |
| 2020/09/25 16:52:55 [TRACE] eval: *terraform.EvalSequence | |
| 2020/09/25 16:52:55 [TRACE] eval: *terraform.EvalGetProvider |
| 2020/09/24 20:14:04 [INFO] Terraform version: 0.13.3 | |
| ... | |
| 2020/09/24 20:14:09 [DEBUG] gitlab_project.projects["gitlab_config"]: applying the planned Update change | |
| 2020-09-24T20:14:09.257+0300 [DEBUG] plugin.terraform-provider-gitlab_v3.0.0.exe: 2020/09/24 20:14:09 [DEBUG] Editing push rules for project "158" | |
| 2020-09-24T20:14:09.258+0300 [DEBUG] plugin.terraform-provider-gitlab_v3.0.0.exe: 2020/09/24 20:14:09 [DEBUG] GitLab API Request Details: | |
| 2020-09-24T20:14:09.258+0300 [DEBUG] plugin.terraform-provider-gitlab_v3.0.0.exe: ---[ REQUEST ]--------------------------------------- | |
| 2020-09-24T20:14:09.258+0300 [DEBUG] plugin.terraform-provider-gitlab_v3.0.0.exe: PUT /api/v4/projects/158/push_rule HTTP/1.1 | |
| 2020-09-24T20:14:09.258+0300 [DEBUG] plugin.terraform-provider-gitlab_v3.0.0.exe: Host: xxxxxx | |
| 2020-09-24T20:14:09.258+0300 [DEBUG] plugin.terraform-provider-gitlab_v3.0.0.exe: User-Agent: go-gitlab | |
| 2020-09-24T20:14:09.258+0300 [DEBUG] plugin.terraform-provider-gitlab_v3.0.0.exe: Content-Length: 375 |
| package main | |
| import ( | |
| "log" | |
| "os" | |
| "os/exec" | |
| ) | |
| func call(dir string, name string, arg ...string) { | |
| cmd := exec.Command(name, arg...) |
| ext.callCounter = 0 | |
| task('taskWithInputProperty') { | |
| group 'Test' | |
| inputs.property 'test', { | |
| logger.debug('inputs.property call') | |
| project.ext.callCounter += 1; return 'test' | |
| } | |
| File outputFile = file('test.txt') | |
| doLast { | |
| outputFile.text = 'test' |
| driver: | |
| name: ec2 | |
| image_search: | |
| name: Windows_Server-2016-English-Full-Base-* | |
| region: eu-west-1 | |
| subnet_id: subnet-3615b351 | |
| instance_type: t2.micro | |
| aws_ssh_key_id: kitchen | |
| security_group_ids: | |
| - sg-496eaa31 |
| plugins { | |
| id 'de.gliderpilot.semantic-release' version '1.3.1' | |
| } | |
| task('A_printVersion') { | |
| doLast { | |
| println version | |
| } | |
| } | |
| import com.github.zafarkhaja.semver.Version |
| plugins { | |
| id 'maven-publish' | |
| id 'groovy' | |
| id 'de.gliderpilot.semantic-release' version '1.2.0' | |
| id 'com.jfrog.artifactory' version '4.5.4' | |
| } | |
| publishing { | |
| publications { | |
| mavenJava(MavenPublication) { | |
| from components.java |