Skip to content

Commit d7e8416

Browse files
authored
docs: Added CHANGELOG & code of conduct before first release candidate. (thanos-io#340)
Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
1 parent c02d8b7 commit d7e8416

File tree

2 files changed

+97
-0
lines changed

2 files changed

+97
-0
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## Unreleased
8+
9+
Release candidate: [v0.1.0-rc.0](https://github.com/improbable-eng/thanos/releases/tag/v0.1.0-rc.0)
10+
11+
### Added
12+
- Gossip layer for all components.
13+
- StoreAPI gRPC proto.
14+
- TSDB block upload logic for Sidecar.
15+
- StoreAPI logic for Sidecar.
16+
- Config and rule reloader logic for Sidecar.
17+
- On-the fly result merge and deduplication logic for Querier.
18+
- Custom Thanos UI (based mainly on Prometheus UI) for Querier.
19+
- StoreAPI logic for Store.
20+
- Optimized object storage fetch logic for Store.
21+
- Index cache and chunk pool for Store for better memory usage.
22+
- Stable support for Google Cloud Storage object storage.
23+
- StoreAPI logic for Querier to support Thanos federation (experimental).
24+
- Support for S3 minio-based AWS object storage (experimental).
25+
- Compaction logic of blocks from multiple sources for Compactor.
26+
- Downsampling logic for Compactor (experimental).
27+
- Rule (including alerts) evaluation logic for Ruler (experimental).
28+
- StoreAPI logic for Ruler.
29+
- Basic metric orchestration for all components.
30+
- Verify commands with potential fixes (experimental).
31+
- Compact / Downsample offline commands.
32+
- Bucket commands.
33+

CODE_OF_CONDUCT.md

+64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to
6+
making participation in our project and our community a harassment-free experience for everyone,
7+
regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience,
8+
nationality, personal appearance, race, religion, or sexual identity and orientation.
9+
10+
## Our Standards
11+
12+
Examples of behavior that contributes to creating a positive environment include:
13+
14+
* Using welcoming and inclusive language
15+
* Being respectful of differing viewpoints and experiences
16+
* Gracefully accepting constructive criticism
17+
* Focusing on what is best for the community
18+
* Showing empathy towards other community members
19+
20+
Examples of unacceptable behavior by participants include:
21+
22+
* The use of sexualized language or imagery and unwelcome sexual attention or advances
23+
* Trolling, insulting/derogatory comments, and personal or political attacks
24+
* Public or private harassment
25+
* Publishing others' private information, such as a physical or electronic address, without explicit permission
26+
* Other conduct which could reasonably be considered inappropriate in a professional setting
27+
28+
## Our Responsibilities
29+
30+
Project maintainers are responsible for clarifying the standards of acceptable behavior and
31+
are expected to take appropriate and fair corrective action in response to any instances of
32+
unacceptable behavior.
33+
34+
Project maintainers have the right and responsibility to remove, edit, or reject comments,
35+
commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct,
36+
or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate,
37+
threatening, offensive, or harmful.
38+
39+
## Scope
40+
41+
This Code of Conduct applies both within project spaces and in public spaces when an individual
42+
is representing the project or its community. Examples of representing a project or community
43+
include using an official project e-mail address, posting via an official social media account,
44+
or acting as an appointed representative at an online or offline event. Representation of a project
45+
may be further defined and clarified by project maintainers.
46+
47+
## Enforcement
48+
49+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting
50+
the project team members (e.g @bplotka @domgreen, @Fabian Reinartz) at Thanos slack workspace.
51+
The project team will review and investigate all complaints,
52+
and will respond in a way that it deems appropriate to the circumstances.
53+
The project team is obligated to maintain confidentiality with regard to the
54+
reporter of an incident. Further details of specific enforcement policies may be posted separately.
55+
56+
Project maintainers who do not follow or enforce the Code of Conduct in good faith may
57+
face temporary or permanent repercussions as determined by other members of the project's leadership.
58+
59+
## Attribution
60+
61+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
62+
63+
[homepage]: http://contributor-covenant.org
64+
[version]: http://contributor-covenant.org/version/1/4/

0 commit comments

Comments
 (0)