Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: rename binary to aerogear-app-metrics & update docs #24

Merged
merged 3 commits into from
Feb 27, 2018

Conversation

darahayes
Copy link
Contributor

Description

This PR does two things:

  • Changes the default binary name from metrics (which is unclear) to aerogear-app-metrics
  • Drastic improvements to the Readme

Ping @paolobueno @aliok @david-martin

@darahayes darahayes changed the title fix: rename default binary to aerogear-app-metrics fix: rename binary to aerogear-app-metrics & update docs Feb 27, 2018
README.md Outdated
```
curl http://localhost:3000/healthz
docker-comose up
Copy link
Contributor

Choose a reason for hiding this comment

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

typo for compose

README.md Outdated
```
git tag -a v0.0.x -m "Release 0.0.x"
```
* `make build_linux` - Compiles a Linux compatible binary. This is mainly used for Docker builds. **Note:** `make build` should still be used if you are a Linux user.
Copy link
Contributor

Choose a reason for hiding this comment

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

I think the Note here is a bit confusing. Maybe better to just highlight that build_linux puts the binary in a different place.

* The code is built and the full test suite is run.
* The [goreleaser](https://goreleaser.com/) tool generates a Changelog and binaries for Windows, MacOS and Linux. These are added to the release created in Github.
* A new docker image is built and given the tags `latest` and `<git tag>` (where `<git tag>` is the `x.y.z` tag that was used).
* The docker image is pushed to the Aerogear organization in Github.
Copy link
Contributor

Choose a reason for hiding this comment

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

Not sure about capitalization for AeroGear, I see the 'g' in both lower and upper case in the website and other places, is there an official one?

For this repo we used AeroGear in CONTRIBUTING.md already.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You're right, I think it's actually Aerogear. I've updated the Readme to only use this style.

Copy link
Contributor

Choose a reason for hiding this comment

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

@matzew confirmed via IRC that it should be preferably 'AeroGear'

Copy link
Contributor

@paolobueno paolobueno left a comment

Choose a reason for hiding this comment

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

Awesome stuff, minor comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants