Commit graph

94 commits

Author SHA1 Message Date
João Duarte
9cbcd68faf
Update pr_backporter.yml 2022-05-30 15:14:13 +01:00
João Duarte
a55034f8a9
Set step id for use in following steps on pr backporter workflow (#14181) 2022-05-30 11:00:46 +01:00
João Duarte
c1908c4231
Make version bump action "branch" parameter free form (#14162)
Being a "choice" type parameter required frequent PRs every time there's a new minor. This commit changes the field to take a string instead.
2022-05-25 12:15:37 +01:00
Karol Bucek
c9f9c38753
CI: docs preview comment working, for real (#14094) 2022-05-12 08:30:58 +02:00
Karol Bucek
5d46a72381
CI: improve doc-preview action (#14067) 2022-05-11 15:59:23 +02:00
Karol Bucek
33b77f02f5
Chore: try different version of GH action (#14036)
v1 seems to have started failing with: 
```
Run thollander/actions-comment-pull-request@v1
  with:
    message: 📃 **DOCS PREVIEW**  https://logstash_14019.docs-preview.app.elstc.co/diff
  Note: if you get a "404!" please wait until the elasticsearch ci job finishes.
  
    GITHUB_TOKEN: ***
Error: Resource not accessible by integration
```
2022-04-27 15:00:17 +02:00
João Duarte
f102b2e871
Make update strict in version bump github workflow (#13961)
Without --strict, Bundler may decide to ignore the major/minor/patch flag, as we can see in https://github.com/elastic/logstash/pull/13960/files#diff-127e1a3a65d315d86dbe640d9578a969da44e5226e5d9bf2de251b075c1d8b7aR481
2022-03-31 14:25:46 +01:00
João Duarte
6b930aa00c
Remove conservative flag from version bump workflow (#13952)
The conservative flag is preventing dependences, (both from Elastic and 3rd party) to be updated.
This causes unnecessary lag behind new dependency releases.
2022-03-30 15:44:01 +01:00
João Duarte
5289d49887 add 8.2 to version bump github workflow 2022-03-30 12:21:10 +01:00
João Duarte
e45fa8ae2f
Update branch choices in version bump workflow 2022-03-23 17:50:03 +00:00
João Duarte
8de70172a8
Enable content write permission for pr backporter workflow (#13898)
PR backports need to create branches remotely which serve as target branches for the backport pull requests.
2022-03-18 10:39:52 +00:00
João Duarte
27dc80f7e1
Fix version bumper workflow target repo and user allow listing 2022-03-14 18:00:16 +00:00
João Duarte
85eed0851f
Update and rename main.yml to version_bumps.yml 2022-03-14 17:49:51 +00:00
João Duarte
ef69112b7e
Create main.yml 2022-03-14 17:39:01 +00:00
João Duarte
0887d7609d
Update pr backporter workflow (#13807)
1. Explicitly deny content changes in the workflow
2. Move comment body to env var
3. Restrict workflow to created comments
4. Restrict workflow to allow list of users
2022-03-07 18:25:25 +00:00
Ry Biesemeyer
44fce40916
action: add docs preview link when docs change. (#13752)
* action: add docs preview link when docs change.

When a pull-request is opened, or when the HEAD of an existing pull-request is changed, and the changeset modifies the docs, add a comment to the PR with a link to our docs preview.

* Apply suggestions from code review

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
2022-02-24 13:18:26 -08:00
João Duarte
5cee5ab451
Fix backport pr workflow conditional trigger 2022-02-17 22:42:20 +00:00
João Duarte
ac455ca131
Set git identity in PR backport action 2022-02-17 17:01:07 +00:00
João Duarte
db93181379
Ensure pr backport actions fetches all git history 2022-02-17 16:43:21 +00:00
João Duarte
75a343e7d1
Fix backport PR action trigger condition 2022-02-17 16:27:49 +00:00
João Duarte
b92ab7bf6a
Add workflow to create backport PRs based off of PR comments 2022-02-17 15:27:09 +00:00
Andres Rodriguez
7e582e3dbc
Update add_to_projects_beta.yml 2022-02-03 12:23:52 -05:00
Andres Rodriguez
6ab6c18ae4
Update add_to_projects_beta.yml 2022-02-03 12:23:05 -05:00
Andres Rodriguez
33419c672a
Update add_to_projects_beta.yml 2022-02-03 12:15:45 -05:00
Andres Rodriguez
775c353ec3
Update add_to_projects_beta.yml 2022-02-03 12:12:09 -05:00
Andres Rodriguez
259bf4837b
Update add_to_projects_beta.yml 2022-02-03 12:03:36 -05:00
Andres Rodriguez
dfa3a3c7e2
Update add_to_projects_beta.yml 2022-02-03 12:01:06 -05:00
Andres Rodriguez
ed28915296
Update add_to_projects_beta.yml 2022-02-03 11:58:51 -05:00
Andres Rodriguez
22f6e0e286
Update add_to_projects_beta.yml 2022-02-03 11:26:26 -05:00
Andres Rodriguez
714db7641f
Update add_to_projects_beta.yml 2022-02-03 11:22:27 -05:00
Andres Rodriguez
a501da6cff
Update add_to_projects_beta.yml 2022-02-03 11:17:49 -05:00
Andres Rodriguez
08b9525e2d
Update add_to_projects_beta.yml 2022-02-03 11:11:56 -05:00
Andres Rodriguez
05b8ec8cd8
Create add_to_projects_beta.yml 2022-02-03 11:11:27 -05:00
Karen Metts
180767c0ac
Add template for creating documentation issues (#13456) 2021-11-30 11:52:25 -05:00
Andrea Selva
d51afe54d5
Removed JAVA_HOME using only LS_JAVA_HOME (#13214)
Removes the usage of JAVA_HOME completely which is not anymore used for JDK path resolution.

Updated all the Logstash launching scripts to use only LS_JAVA_HOME as environment variable to
determine the JDK to use to launch Logstash. JAVA_HOME is abandoned for this job.
2021-09-15 09:29:07 +02:00
Andrea Selva
3ffdb99119
Deprecate JAVA_HOME preferring LS_JAVA_HOME (#13207)
Adds print of deprecation notices on stdout when Logstash is starting with JAVA_HOME instead of LS_JAVA_HOME
2021-09-08 11:06:53 +02:00
Andrea Selva
979ea21c5e
Introduce LS_JAVA_HOME environment variable (#13204)
This commit modifies the launch scripts to take care of the LS_JAVA_HOME giving precedence over the JAVA_HOME, which is still used it the first is not found.
2021-09-06 10:22:51 +02:00
Andres Rodriguez
7b360aaac3
Add new issue templates based on Elasticsearch's (#12814)
Adds GitHub issue templates to help users file issues, enhancement/feature requests, test failures, etc.
2021-04-14 18:44:38 -04:00
Karen Metts
c588c42dcf
Internal: Add release notes section to pr template (#12662) 2021-03-18 13:47:45 -04:00
Andres Rodriguez
60c80e0d51
Create PULL_REQUEST_TEMPLATE.md (#12182)
Adds pull request template to provide better information when creating a PR.
2020-09-22 16:26:22 -04:00
Jake Landis
7ccf168526 Add section for security vulnerabilities to new issue template.
Fixes #9283
2018-03-23 19:54:30 +00:00
Suyog Rao
215b34df34 Move Contributors for more visibility 2016-05-20 10:00:33 -07:00
Jordan Sissel
49cc5eafcc Remove the pull request template.
This was a good idea, but now every PR seems to be submitted with the
description being "Thanks for contributing to logstash!" and that's
pretty annoying.

Fixes #5306
2016-05-16 18:38:20 +00:00
Suyog Rao
e66621da7a Add GitHub templates for issues and PR
Fixes #5123
2016-04-15 18:41:06 +00:00