From a8f7a84648a032b68fba315056dcbc1639c71a14 Mon Sep 17 00:00:00 2001 From: Felix Barnsteiner Date: Wed, 26 Aug 2020 16:07:32 +0200 Subject: [PATCH 1/3] Link to create-agent-issues.sh in spec process --- specs/agents/process-spec.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specs/agents/process-spec.md b/specs/agents/process-spec.md index 70b05ea2..94c0d2e9 100644 --- a/specs/agents/process-spec.md +++ b/specs/agents/process-spec.md @@ -49,6 +49,7 @@ Every change that affects more than one agent should be initiated via a PR again They make sure the issues are assigned to a stack release milestone, based on the milestone of the agent table. The table should be amended to include the link to all the implementation issues. + The [`create-agent-issues.sh`](../../scripts/create-agent-issues.sh) script is your friend here. This makes it easier to see the current implementation state for each agent and makes it easy to verify that there's an issue for each agent. Agent teams can still change the milestone if priorities shift. However, they should let their team lead know. From d32077ad5bcc847ddc9b4f9d3f13f04624a6decc Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Wed, 26 Aug 2020 13:57:18 -0700 Subject: [PATCH 2/3] add link to PHP documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 547c8fd4..85baf919 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ | Java Agent | [apm-agent-java][] | [📘 elastic.co][apm-agent-java-docs] | [📂 contrib][apm-agent-java-contrib] | JavaScript RUM Agent | [apm-agent-rum-js][] | [📘 elastic.co][apm-agent-js-base-docs] | [📂 contrib][apm-agent-rum-js-contrib] | Node.js Agent | [apm-agent-nodejs][] | [📘 elastic.co][apm-agent-nodejs-docs] | [📂 contrib][apm-agent-nodejs-contrib] -| PHP Agent | [apm-agent-php][] | elastic.co - TBD | [📂 contrib][apm-agent-php-contrib] +| PHP Agent | [apm-agent-php][] | [📘 elastic.co][apm-agent-php-docs] | [📂 contrib][apm-agent-php-contrib] | Python Agent | [apm-agent-python][] | [📘 elastic.co][apm-agent-python-docs] | [📂 contrib][apm-agent-python-contrib] | Ruby Agent | [apm-agent-ruby][] | [📘 elastic.co][apm-agent-ruby-docs] | [📂 contrib][apm-agent-ruby-contrib] | .NET Agent | [apm-agent-dotnet][] | [📘 elastic.co][apm-agent-dotnet-docs] | [📂 contrib][apm-agent-dotnet-contrib] From c51d0084047222398a517d7b02814ebb142cfa00 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 3 Sep 2020 11:05:04 +0100 Subject: [PATCH 3/3] [CI] compare with the calculated SHA commit (#336) --- .ci/Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index 844f33c1..789728ee 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -81,7 +81,6 @@ pipeline { ] env.GHERKIN_SPECS_UPDATED = isGitRegionMatch( from: "${env.GIT_PREVIOUS_SUCCESSFUL_COMMIT}", - to: "${env.GIT_COMMIT}", patterns: regexps) // regexp for JSON specs @@ -90,7 +89,6 @@ pipeline { ] env.JSON_SPECS_UPDATED = isGitRegionMatch( from: "${env.GIT_PREVIOUS_SUCCESSFUL_COMMIT}", - to: "${env.GIT_COMMIT}", patterns: regexps) } }