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

208 Коммитов

Автор SHA1 Сообщение Дата
Anton Sibilev 5e8eaedcb4
Merge pull request #3 from Applifier/chore/test_easyjson
Use easyjson for bid request and response
2019-09-11 16:24:35 +03:00
Anton S 069e5c8096 add generated bid_response_easyjson.go 2019-09-06 17:40:55 +03:00
Anton S 13cccc343e add generated bid_request_easyjson.go 2019-09-06 17:08:57 +03:00
Anton Sibilev c1125dc829
Merge pull request #2 from Applifier/chore/update-upstream-cf3a19f
Update to cf3a19f0f1 from upstream
2019-07-03 10:33:48 +03:00
Igor Suleymanov f2a90f73ae
Merge branch 'master' into chore/update-upstream-cf3a19f 2019-07-01 16:04:03 +03:00
Anton S ab4340637d Revert "change device and video h/w to pointers"
This reverts commit f0114db342.
2019-03-28 16:52:24 +02:00
Anton S f0114db342 change device and video h/w to pointers 2019-03-28 16:38:40 +02:00
Anton S 9332b6a8b8 change regs.COPPA type int8 -> *int8 2019-01-25 11:24:37 +02:00
Max Cherry cf3a19f0f1 adcom1: rename creative subtypes to sound more natural 2018-12-30 13:47:19 +02:00
Max Cherry f108136ffc cosmetics: make sure that every Go pkg README has godoc badge 2018-12-30 13:36:39 +02:00
Max Cherry d09779892f cosmetics: polishing native godoc pkg comments even further 2018-12-30 13:32:46 +02:00
Max Cherry 6c4b838916 README: OCD rewording 2018-12-30 13:29:57 +02:00
Max Cherry 73756b9686 cosmetics: polishing godoc package comments 2018-12-30 13:27:40 +02:00
mxmCherry 44d4f166f6
Merge pull request #36 from mxmCherry/v12
V12
2018-12-30 13:17:23 +02:00
Max Cherry 826b155bb2 adcom1: use zeros in proto version constants
Seems a bit more natural + it already distinguishes between stuff like 4.0 and 4.1
2018-12-30 12:58:11 +02:00
mxmCherry 9fffa2a166
Merge pull request #37 from mxmCherry/feature/simplify-integral-types
Feature/simplify integral types
2018-12-30 12:56:17 +02:00
Max Cherry c4c0e4b2cc types: fix comments after mass-replace 2018-12-30 12:51:05 +02:00
Max Cherry aad0abdd75 types: fix openrtb2 ptr helpers 2018-12-30 12:47:22 +02:00
Max Cherry 3b335c8434 types: integral types hints in README 2018-12-30 12:45:55 +02:00
Max Cherry 1efc868257 types: actually, better stick to int64 instead of just int
At least, it's more convenient to use with time std pkg.
Also, API implementations better never rely on machine-dependent types.
2018-12-30 12:42:52 +02:00
Max Cherry 3682b9ade1 types: get rid of uint8 (int8 should do) 2018-12-30 12:40:26 +02:00
Max Cherry ca66729d83 types: get rid of uint64 (int will do) 2018-12-30 12:39:11 +02:00
Max Cherry 318c132d23 types: get rid of 16-bit int/uint 2018-12-30 12:33:17 +02:00
Max Cherry e7f855d096 adcom1: media response JSON sample fix: .display.type -> .display.ctype
https://github.com/InteractiveAdvertisingBureau/AdCOM/pull/9
2018-12-30 12:20:46 +02:00
Max Cherry 625dbccd47 README grooming + fixed godoc links 2018-12-28 15:50:07 +02:00
Max Cherry 210a06f0aa adcom1: helper objects (object bundles) for openrtb3, tests 2018-12-28 15:39:16 +02:00
Max Cherry b989bef12c README polishing 2018-12-28 14:32:28 +02:00
Max Cherry 6d972ebdb9 README: reflect v12 changes 2018-12-28 14:22:02 +02:00
mxmCherry 1b58583824
Merge pull request #34 from mxmCherry/feature/adcom1
adcom1
2018-12-28 14:03:50 +02:00
mxmCherry b39a975ca2
Merge pull request #31 from mxmCherry/feature/openrtb3
openrtb3
2018-12-28 14:03:41 +02:00
mxmCherry 0292ea4582
Merge pull request #35 from mxmCherry/feature/subpkgs
Feature/subpkgs
2018-12-28 14:03:21 +02:00
Max Cherry 89da0912f9 README: updated usage (import) example after subpkg moving 2018-12-28 14:00:24 +02:00
Max Cherry 1459501aaf move everything from root package to openrtb2/native1 subpackages 2018-12-28 13:58:41 +02:00
Max Cherry d066e77006 openrtb3: rename some files after package rename 2018-12-28 13:52:20 +02:00
Max Cherry a3ff7a9eef adcom1: rename package to adcom1 (avoid surprises) 2018-12-28 13:51:31 +02:00
Max Cherry d0bcd50088 openrtb3: rename package to openrtb3 (avoid surprises) 2018-12-28 13:49:37 +02:00
Max Cherry 494004dca1 openrtb3: comment cosmetics 2018-12-28 13:41:33 +02:00
Max Cherry 3d51ce9f94 adcom1: int type corrections: utcoffset - int, w/h ratios - uint8 2018-12-28 13:14:33 +02:00
Max Cherry 8f16e4006d adcom1: review numeric types - use fixed-size int/uint 2018-12-28 12:57:09 +02:00
Max Cherry e16d59dbc8 adcom1: volume normalization mode: renamed loudness option 2018-12-27 15:21:09 +02:00
Max Cherry c8f0fbc7db adcom1: use exact types instead of `interface{}` placeholders 2018-12-27 15:18:20 +02:00
Max Cherry f2b08cfc8a adcom1: enums: choose smaller (appropriate) types for closed enums (without 500+ vendor-specific notes) 2018-12-27 14:56:23 +02:00
Max Cherry 4b4667d693 adcom1: implement/reject TODOs 2018-12-27 14:51:54 +02:00
Max Cherry 2d43ec9beb adcom1: enum types finished 2018-12-27 14:39:52 +02:00
Max Cherry 7c7a15f779 adcom1: draft enum types (up to List: Placement Positions) 2018-12-26 13:05:57 +02:00
Max Cherry 77222095be adcom1: fix missing User.YOB type 2018-12-26 11:50:31 +02:00
Max Cherry 5784fd25db adcom1: context objects draft 2018-12-26 11:46:53 +02:00
Max Cherry f8fd3e7945 adcom1: placement objects draft 2018-12-25 14:35:40 +02:00
Max Cherry ee845d76aa travis: test with 1.9.x as oldest supported Go version
https://github.com/onsi/gomega/issues/318
2018-12-24 18:13:47 +02:00
Max Cherry 04c4bdadad adcom1: README 2018-12-24 18:10:12 +02:00