You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,11 @@ install:
33
33
- go get gopkg.in/check.v1
34
34
- go get gopkg.in/yaml.v2
35
35
- go get gopkg.in/tomb.v2
36
+
- go get github.com/golang/lint/golint
36
37
37
38
before_script:
39
+
- golint ./... | grep -v 'ID' | cat
40
+
- go vet github.com/globalsign/mgo/bson github.com/globalsign/mgo/txn github.com/globalsign/mgo
* Support index hints and timeouts for count queries ([details](https://github.com/globalsign/mgo/pull/17))
24
24
* Don't panic when handling indexed `int64` fields ([detials](https://github.com/go-mgo/mgo/issues/475))
25
25
* Supports dropping all indexes on a collection ([details](https://github.com/globalsign/mgo/pull/25))
26
26
* Annotates log entries/profiler output with optional appName on 3.4+ ([details](https://github.com/globalsign/mgo/pull/28))
27
27
* Support for read-only [views](https://docs.mongodb.com/manual/core/views/) in 3.4+ ([details](https://github.com/globalsign/mgo/pull/33))
28
+
* Support for [collations](https://docs.mongodb.com/manual/reference/collation/) in 3.4+ ([details](https://github.com/globalsign/mgo/pull/37))
29
+
* Provide BSON constants for convenience/sanity ([details](https://github.com/globalsign/mgo/pull/41))
30
+
* Consistently unmarshal time.Time values as UTC ([details](https://github.com/globalsign/mgo/pull/42))
31
+
* Enforces best practise coding guidelines ([details](https://github.com/globalsign/mgo/pull/44))
32
+
* GetBSON correctly handles structs with both fields and pointers ([details](https://github.com/globalsign/mgo/pull/40))
28
33
29
34
---
30
35
31
36
### Thanks to
37
+
*@bozaro
32
38
*@BenLubar
33
39
*@carter2000
34
40
*@cezarsa
@@ -37,6 +43,7 @@ Further PR's (with tests) are welcome, but please maintain backwards compatibili
0 commit comments