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

8 Коммитов

Автор SHA1 Сообщение Дата
Sugu Sougoumarane 2aaf63d864 deprecation: delete keyspace id annotations
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
2020-03-25 14:21:51 -07:00
yuxiaobo e126e77f9b add license in the rest of /go files
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
2019-10-22 00:18:03 +08:00
deepthi 81ecf428a1 Fix #4288
Save errors per keyspace in vschema instead of failing on the first
error so that keyspaces with valid vschema don't get invalidated by a
keyspace with vschema errors

Signed-off-by: deepthi <deepthi@planetscale.com>
2018-11-16 16:56:22 -08:00
Anthony Yeh 6914580ad5
Rewrite imports to new custom URL.
This commit consists only of the changes from running the following:

```
find go -name '*.go' | xargs -n 10 -- sed -i -r -e \
  's,"github.com/youtube/vitess/go/,"vitess.io/vitess/go/,'
```
2018-02-27 12:00:33 -08:00
Michael Demmer ab453018a0 update resilient server debug status to indicate cache freshness
Previously there was no way to tell if the resilient server had a
valid cached value from the debug UI, as any error would trump the
cached value.

To address this, display the current cached value (if any), the last
error (if any), as well as the cache freshness / TTL for all portions
of the debug status UI.
2018-02-13 15:58:46 -08:00
Sugu Sougoumarane 7af23e1dde license: BSD->Apache v2.0
Please refer to #2694 and #2670 for motivation and reasoning for
this change.

I've tried to follow best practice in inserting the copyright
headers. In other open source projects, not all files carry
the notice. For example documentation doesn't. I've followed
similar ground rules.

I did not change the php because there is a separate LICENSE
file there by Pixel Federation. We'll first need to notify
them our intent before changing anything there.

As for the presubmit check, it's going to be non-trivial
because of the number of exceptions, like file types,
directories and generated code. So, it will have to be
a separate project.
2017-05-06 00:38:56 -07:00
Sugu Sougoumarane c3cf4ff896 v3: address review comments 2017-05-02 23:29:31 -07:00
Sugu Sougoumarane f7f93b55c2 v3: refactor code to prep for new functionality
queryExecutor renamed to vcursorImpl because it
implements the VCursor interface.

Router and Planner have been merged into a single Executor.
2017-05-02 23:29:31 -07:00