Граф коммитов

42 Коммитов

Автор SHA1 Сообщение Дата
Michael Demmer 19aa379d30 ignore .vscode files
Signed-off-by: Michael Demmer <mdemmer@slack-corp.com>
2018-10-28 20:33:43 -07:00
Dan Kozlowski 3c8d86f9fe Adding in backwards compatability for those who might not have set EXTRA_MY_CNF's correctly
Signed-off-by: Dan Kozlowski <koz@planetscale.com>
2018-09-10 14:44:54 -07:00
Rafael Chacon c38acb7c5d Add Vagrant file and helpers script to run vitess inside a vagrant machine
Signed-off-by: Rafael Chacon <rafael@slack-corp.com>
2018-07-28 20:54:07 -07:00
Arthur Neves f98602bef2
Add make release task
now you can run: `make release VERSION=2.2`
which will cut a release, update the libs and generate a .tar.gz
file into the releases folder."

Signed-off-by: Arthur Neves <arthurnn@gmail.com>
2018-03-09 20:01:59 +01:00
Anthony Yeh 5f4cc8c8fd
Remove generated docs.
We don't need to check these in now that we use Netlify.
2018-02-28 20:04:20 -08:00
Michael Berlin e2c1a0850c .gitignore: Ignore version backups from "mvn versions:set". 2017-04-14 17:01:31 -07:00
Michael Berlin 626c157bf6 .gitignore: Sort entries alphabetically. 2017-04-14 17:01:31 -07:00
Michael Berlin 079268d559 .gitignore: Remove entry "third_party/mysql" because we no longer store files there. 2017-04-14 17:01:31 -07:00
Michael Berlin f15558202e .gitignore: Ignore Eclipse Java CheckStyle plugin configuration files. 2017-03-31 17:19:58 -07:00
Michael Berlin 54454b1efb gitignore: Ignore preview-vitess.io only if it's in the root folder.
Copies in other directories are a bug and should be fixed.
2016-11-05 21:55:10 -07:00
David Slater 52be2574dc New gitignore to ignore bower components 2016-08-04 16:01:17 -07:00
Alain Jobart 5b9aacb4c3 Removing old zk library. 2016-07-14 13:03:24 -07:00
Pavel Ivanov b1ca953c7b Generate protobuf files during compilation and fix the generation rules.
The change achieves the following:
1. Adds generation of Go and Python protobuf files during build by adding
   dependency of 'build' rule on 'proto' rule. This will avoid surprises of
   'make build' giving error when proto file is changed.
2. Modifies the generation of protobuf files to be more in line of how Makefiles
   should be written. This has an additional benefit that protobuf files won't
   be regenerated if proto files did not change.
3. Modifies the generation rules to work both locally on a workstation and
   inside the docker image. Docker image doesn't have /vt/dist/grpc installed,
   so the existing rule didn't work.

Note that as a result of this a new directory go/vt/.proto.tmp will exist after
building. I believe that should be fine and won't interfere with anything.
2016-07-01 09:18:04 -07:00
Anthony Yeh 4a2585941d Fix .gitignore to prevent loss of vendor contents when using git stash.
This is to work around a bug where 'git stash' would delete directories
that ought to be ignored.
2016-06-10 13:21:46 -07:00
Anthony Yeh 587f3a9c3f Use govendor instead of godep.
Like godep, govendor helps manage the native Go vendor dir. But it also
supports a mode where you don't have to copy all the files into your own
repo. Instead, you run `govendor sync` after updating the `vendor.json`
file, and it reconciles everything by downloading as needed.
2016-04-14 19:15:41 -07:00
Harshit Gangal 33beaf8527 added generated file in gitignore 2016-03-11 10:51:46 +05:30
Anthony Yeh c976134b8f backup: Use GCS backup in Kubernetes example. 2015-10-21 16:19:36 -07:00
Anthony Yeh f5f1222843 php/grpc: Add composer config for downloading gRPC dependencies. 2015-10-07 13:17:32 -07:00
Alain Jobart d9066317c1 Removing cbson. We'll remove bson support eventually. 2015-10-01 07:29:09 -07:00
Ammar Aijazi 53be99f0a6 Get rid of directory-specific .gitignores in favor of a single global .gitignore 2015-09-17 15:48:55 -07:00
Michael Berlin be33f728a5 git: Ignore Eclipse Pydev file ".pydevproject". 2015-05-01 13:41:33 -07:00
Anthony Yeh b14c3a308f Add test-runner script for integration tests in Docker.
This is an alternative to 'make integration_test',
with the following advantages:

* Tests run in Docker, so no bootstrap is necessary.
* Tests are hermetic and can run in parallel.
* Test against different flavors just by setting a flag.
* Failing tests are retried to see if they are flaky.
* A failed test will be recorded for later inspection, while the script
  continues to run other tests.
* A test that takes too long will be considered stuck and retried.

There's plenty of room for improvement, but now that we have something
in a more readable language than Makefile, we can iterate.
2015-04-21 20:12:20 -07:00
Shengzhe Yao a686d66a39 add vitess.io site preview script 2015-02-25 16:04:07 -08:00
Shengzhe Yao 2abf6a28f8 git should ignore intellij files 2015-01-20 17:17:58 -08:00
Sugu Sougoumarane 853885e61d Add eclipse files to gitignore 2014-12-30 18:37:02 -08:00
Alain Jobart d16c600763 Adding some java-specific rules. 2014-06-18 11:33:29 -07:00
Sugu Sougoumarane c1522a29eb .DS_Store -> .gitignore 2013-12-24 15:27:39 -08:00
Sugu Sougoumarane 6615bcd90b Clean up build system
Switch to using go install. Leads to faster and cleaner builds.
go install directly installs the binaries into $VTROOT/bin directly
because $GOPATH==$VTROOT. It also intalls intermediate libraries under
pkg, which results in reuse.
There is also no more clutter in the source dirs: cleaner .gitignore.
2013-12-24 14:28:19 -08:00
Alain Jobart b74c92fc1f First phase of vtworker: commandline framework. 2013-12-13 11:16:56 -08:00
Sugu Sougoumarane 502f884e55 The grand purge: delete old binlog code 2013-11-26 20:49:57 -08:00
Sugu Sougoumarane 6627763690 improved "in use" error, drop vttopo
Numbered pool now accepts a purpose when locking resources,
and reports it as part of the error if it's in use.
Also dropping vttopo from Makefile and .gitignore.
2013-11-04 07:38:53 -08:00
Sugu Sougoumarane a835a2a399 Rename barnacle -> vtgate 2013-09-30 12:22:15 -07:00
Sugu Sougoumarane 84e946933e remove vtbarnacle binary 2013-09-16 15:35:14 -07:00
Alain Jobart 385905d893 Renaming toporeader into vttopo. 2013-09-05 13:49:42 -07:00
Alain Jobart 5bc00fa547 Adding a toporeader binary.
This is a non-caching topo.TopoReader proxy.
2013-09-05 10:36:51 -07:00
Ryszard Szopa 2e0cefb644 .gitignore improvements. 2013-07-26 17:09:13 -07:00
Sugu Sougoumarane ce55216afa ignore 'tags' for vi users 2013-07-23 15:01:20 -07:00
sougou e950ca8860 Update .gitignore
Even more go removal
2013-07-19 15:43:04 -07:00
sougou 6ab5fa2696 Update .gitignore
Remove more go artifacts
2013-07-19 15:42:25 -07:00
Sugu Sougoumarane 5b149ffab1 Fix .gitignore for vim and go 2013-07-19 15:27:55 -07:00
Ryszard Szopa b173213a01 Make ignore file git compatible. 2013-07-18 19:10:02 -07:00
Ryszard Szopa 844ac02191 .hgignore -> .gitignore 2013-07-18 18:18:20 -07:00