Branch: master
-
Certificate renewal doesn't seem to be working... update to a new etcd anyways.
Unverified
This user has not uploaded their public key yet.GPG key ID: D8DAFB1F4EE66FE9 Learn about signing commits
-
Merge pull request #41 from shawnps/err-checks
rget/cmd: check unchecked error
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #38 from brianredbeard/vanityurl-fix
rgetserver: Fix vanity URL import path
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
rgetserver: Fix vanity URL import path
It appears that some time between 4c7b2f3 and 3eb5112 that import path[1] may have mutated. In most packages the import path is set to the form: go.merklecounty.com/rget/{package} while prior to this commit the path specifically for rgetserver is: go.merklecounty.com/{package} This was discovered when attempting to build a modified version while working on #13 and running into the following error: rget/cmd/server.go:33:2: code in directory /home/bharrington/Projects/golang/src/go.merklecounty.com/rget/rgetserver expects import "go.merklecounty.com/rgetserver" [1]: https://golang.org/cmd/go/#hdr-Import_path_checking
-
Merge pull request #37 from philips/print-submit-args
rget: submit: print usage if missing arg
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
rget: submit: print usage if missing arg
Submit takes a single URL. If there are more or less it should print usage. Fixes #23
Verified
This commit was signed with a verified signature.philips Brandon Philips
GPG key ID: 154343260542DF34 Learn about signing commits
-
Merge pull request #35 from brianredbeard/copyright-fix
chore: Set owners in rget components
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
chore: Set owners in rget components
As rget is scoped under the "merklecounty" organization, it should be sufficient to assign copyright to the psuedo-organization. At this point no one who has contributed code is likely to attempt to make a claim of violation of copyright. Resolves #31
-
README: ask people to file issues if FAQ is missing
Inviting people to ask questions helps to make the FAQ better.
Verified
This commit was signed with a verified signature.philips Brandon Philips
GPG key ID: 154343260542DF34 Learn about signing commits -
Merge pull request #16 from philips/automation-readme
README: add note about release automation
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
README: add note about release automation
It might be unclear that the SHA256SUMS generation could be done in release automation. Try to clear that up. Fixes #14
Verified
This commit was signed with a verified signature.philips Brandon Philips
GPG key ID: 154343260542DF34 Learn about signing commits -
Merge pull request #15 from fmarier/license-the-whole-project
Clarify the license of the project
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Verified
This commit was signed with a verified signature.fmarier Francois Marier
GPG key ID: C4003CEAE44115BC Learn about signing commits -
README: fixup formatting and a typo
- Format the explanation between the two commands - rge -> rget typo
Verified
This commit was signed with a verified signature.philips Brandon Philips
GPG key ID: 154343260542DF34 Learn about signing commits -
Merge pull request #11 from dmbaturin/master
Improve wording of the developer usage section
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
README: update example to use etcd
Use etcd as the example application to break the recurssion of downloading rget with rget.
Verified
This commit was signed with a verified signature.philips Brandon Philips
GPG key ID: 154343260542DF34 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was signed with a verified signature.philips Brandon Philips
GPG key ID: 154343260542DF34 Learn about signing commits -
Documentation: backup original firefox design doc
In case the old one goes away for some reason.
Verified
This commit was signed with a verified signature.philips Brandon Philips
GPG key ID: 154343260542DF34 Learn about signing commits -
TODO: remove completed milestones
Alot has been done. Let git track it :)
Verified
This commit was signed with a verified signature.philips Brandon Philips
GPG key ID: 154343260542DF34 Learn about signing commits -
production: prometheus: switch project and cluster
These two fields were filled out wrong. This fixes the issue here: Stackdriver/stackdriver-prometheus-sidecar#142
Verified
This commit was signed with a verified signature.philips Brandon Philips
GPG key ID: 154343260542DF34 Learn about signing commits -
Verified
This commit was signed with a verified signature.philips Brandon Philips
GPG key ID: 154343260542DF34 Learn about signing commits -
Oops. Linked to the wrong place.
Verified
This commit was signed with a verified signature.philips Brandon Philips
GPG key ID: 154343260542DF34 Learn about signing commits -
*: use a go vanity import path
Ensure the project has independence from GitHub over the long term.
Verified
This commit was signed with a verified signature.philips Brandon Philips
GPG key ID: 154343260542DF34 Learn about signing commits -
rgetserver: add helpful root template
philips committedAug 5, 2019 Verified
This commit was signed with a verified signature.philips Brandon Philips
GPG key ID: 154343260542DF34 Learn about signing commits -
Verified
This commit was signed with a verified signature.philips Brandon Philips
GPG key ID: 154343260542DF34 Learn about signing commits -
Verified
This commit was signed with a verified signature.philips Brandon Philips
GPG key ID: 154343260542DF34 Learn about signing commits -
server: refactor into a new package
- Add 200 on / to make monitoring possible - Put the API under /api/v1/ - Move the server logic to a separate package
Verified
This commit was signed with a verified signature.philips Brandon Philips
GPG key ID: 154343260542DF34 Learn about signing commits
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #9 from philips/production-prom
production: add prometheus service for monitoring
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
production: add prometheus service for monitoring
metric exposition was added to the rget server. Ensure those metrics are collected by Prometheus.
Verified
This commit was signed with a verified signature.philips Brandon Philips
GPG key ID: 154343260542DF34 Learn about signing commits
-
Merge pull request #8 from philips/prom-metrics
rget: server: add metrics endpoint
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits