Coder Social home page Coder Social logo

mattermost-cloud-monitoring's Introduction

Mattermost Terraform Modules

These are the terraform modules which SRE team user to build the Mattermost Cloud infrastructure.

Contribute

Required Tools:

make lint

Roadmap

  • Re-usable modules
  • Testing Terraform code (unit, end-to-end)

Tagging

We suggest & follow a semantic version tagging for this repo. To simplify, a semantic version tag contains three parts. For example, v1.2.3

  1. The first number is the major version, which only gets incremented when you make incompatible API or Module changes.(i.e v1 to v2)

  2. The second number is the minor version, which gets incremented when you add functionality in a backwards-compatible manner. For example , adding a new module. (i.e v1.2.3 ==> v1.3.0)

  3. The third number is the patch version, which gets incremented when you make backwards-compatible bug fixes. For example, if an existing module had a bug that caused an error when the user tried to call it or added a new feature for it etc. (i.e v1.2.3 to v1.2.4)

Cheat sheet for git tag

See the existing tags

git tag --online

Adding a tag to the last commit

git tag -a v1.1.0 HEAD -m "Added new modules"

Push the tag to the remote

git push origin v1.1.0

Incase if we need to delete a specific tag

git tag -d <tag-name>

git push --delete origin <tag-name>

mattermost-cloud-monitoring's People

Contributors

andrleite avatar angeloskyratzakos avatar cpanato avatar crspeller avatar d-wierdsma avatar ethervoid avatar gabrieljackson avatar jwilander avatar mshahidtaj avatar spirosoik avatar stafot avatar stylianosrigas avatar toninis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.