Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Cleanup license and standard files #193

Merged
merged 1 commit into from
Jan 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
- uses: DataDog/labeler@glob-all
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
38 changes: 38 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Configuration for https://github.com/actions/stale

name: "Stale issues and pull requests"
on:
schedule:
- cron: "0 0 * * *"

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: >-
Thanks for your contribution!


This issue has been automatically marked as stale because it has not had
activity in the last 30 days. Note that the issue will not be automatically
closed, but this notification will remind us to investigate why there's
been inactivity. Thank you for participating in the Datadog open source community.


If you would like this issue to remain open:

1. Verify that you can still reproduce the issue in the latest version of this project.

1. Comment that the issue is still reproducible and include updated details requested in the issue template.
days-before-stale: 30
stale-issue-label: 'stale'
exempt-issue-label: 'stale/exempt'
stale-pr-message: >-
This issue has been automatically marked as stale because it has not had activity in the last 30 days.

Note that the issue will not be automatically closed, but this notification will remind us to investigate why there's been inactivity.
stale-pr-label: 'stale'
exempt-pr-label: 'stale/exempt'
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ In order to ease/speed up our review, here are some items you can check/improve

See [here][4] for more details about changelogs.

Your pull request must pass all CI tests before we will merge it. If you're seeing
Your pull request must pass all CI tests. If you're seeing
an error and don't think it's your fault, it may not be! [Join us on Slack][5] or send us an email, and together we'll
get it sorted out.

### Keep it small, focused

Avoid changing too many things at once. For instance if you're fixing two different
checks at once, it makes reviewing harder and the _time-to-release_ longer.
issues at once, it makes reviewing harder and the _time-to-release_ longer.

### Pull Request title

Expand Down Expand Up @@ -102,10 +102,10 @@ This section lists the labels we use to help us track and manage issues and pull
| `severity/minor` | Issue Only | Minor severity issue.
| `severity/normal` | Issue Only | Normal severity issue.
| `stale` | Issues and Pull Requests | Stale - Bot reminder.

| `stale/exempt` | Issues and Pull Requests | Exempt from being marked as stale.

[1]: https://github.com/DataDog/jenkins-datadog-plugin/issues
[2]: https://github.com/DataDog/jenkins-datadog-plugin/issues/new
[3]: https://docs.datadoghq.com/help
[4]: https://keepachangelog.com/en/1.0.0
[5]: https://datadoghq.slack.com
[5]: https://datadoghq.slack.com
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
3 changes: 0 additions & 3 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Release can only be performed by Datadog maintainers of this repository.
This project does not have a strict release schedule. However, we would make a release at least every 2 months.
- No release will be done if no changes got merged to the `master` branch during the above mentioned window.
- Releases may be done more frequently than the above mentioned window.
- Create a pager duty schedule corresponding to this.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

- Create a google calendar schedule corresponding to this.

## Make Sure Everything Works

Expand All @@ -27,7 +25,6 @@ This project does not have a strict release schedule. However, we would make a r
- See changes ready for release by running `ddev release show changes .` at the root of this project. Add any missing labels to PRs if needed.
- Run `ddev release changelog . <NEW_VERSION>` to update the `CHANGELOG.md` file at the root of this repository
- Commit the changes to the repository in a release branch and get it approved/merged.
- Tag the repository with the new version number.

## Release

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -56,4 +56,4 @@ public UserAuthenticationEventImpl(String username, String action, Map<String, S
}
}

}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright (c) 2010-2020, Datadog <opensource@datadoghq.com>
Copyright (c) 2015-Present Datadog, Inc <opensource@datadoghq.com>
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Loading