Paul Dix
32c63cd038
Update README.md
2019-01-12 17:48:58 -05:00
Ryan Betts
5e9e6a729e
Add NPM dependency to README.md
2019-01-11 14:33:23 -05:00
Jacob Marble
53d2d076cc
fix: Add 'Basic Usage' fodder to README
2019-01-10 13:02:48 -08:00
Mark Rushakoff
c1975c2020
docs: don't mention platform in README anymore
2019-01-09 20:48:25 -08:00
Chris Goller
107431523e
Merge pull request #1393 from influxdata/chore/add-bazaar-to-readme
...
Add information about bazaar to readme file
2018-12-15 10:50:08 -06:00
Edd Robinson
d51a3f9b32
Update README
2018-11-30 10:54:24 +00:00
Edd Robinson
25074b4568
go mod tidy
2018-11-30 10:54:24 +00:00
Deniz Kusefoglu
1f26e5a1c1
Add information about bazaar to readme file
2018-11-13 17:01:56 -08:00
Jonathan A. Sternberg
46ed9bc4fb
feat: switch to using go modules for building
...
This updates the dependency manager to use go modules instead of dep so
that we can remove dep as a dependency and we can begin using and giving
feedback on modules within this project. It should simplify dependency
management and make it faster to run the builds too.
The big change is updating the various Makefiles to stop relying on the
vendor directory because it no longer exists. This change creates a
`tools.go` file with the revisions of the tools we use that are currently
in the `required` section of `Gopkg.toml`. We are currently in other
discussions to modify how we handle tool dependency management, but this
change does not change that.
2018-09-20 08:33:15 -07:00
Mark Rushakoff
4e55cf23d7
chore: add status badge to README
2018-08-30 09:24:50 -07:00
Matt Broberg
7ff267dd17
Linking to Flux from README.md
...
Making it easier for interested parties to find Flux. Also linking to the best resource so far, which is @pauldix's presentation.
2018-06-15 10:54:00 +01:00
Michael Desa
eabba6986d
migrate(platform): move public dependencies into platform
...
migrate(context): move context package to platform
migrate(kit/errors): move errors package to platform
migrate(mock): move mock package to platform
migrate(prometheus): move prometheus package to platform
migrate(rand): move rand package to platform
migrate(snowflake): move snowflake package to platform
migrate(testing): move testing package to platform
migrate(zap): move zap package to platform
migrate(http): move http package to platform
migrate(platform): rename base package idpe to platform
git(base): add gitignore
dep: add dependencies
migrate(platform): remove consumer.go
migrate(platform): make secret things private again
2018-05-14 17:12:53 -04:00
Michael Desa
6982acfa37
docs(platform): add base readme
2018-05-14 12:14:40 -04:00