Commit Graph

173 Commits

Author SHA1 Message Date
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
Max Cherry d3d2997c61 adcom1: media objects draft 2018-12-24 18:08:11 +02:00
Max Cherry 63ceb05eb2 travis: test with 1.9.x as oldest supported Go version
https://github.com/onsi/gomega/issues/318
2018-12-24 17:24:03 +02:00
Max Cherry 8f645da46b openrtb3: less overengineering; split types into multiple files 2018-12-24 17:15:16 +02:00
Max Cherry 9e40292b67 openrtb3: move TODOs to PR 2018-10-14 15:36:02 +03:00
Max Cherry e39d7431d7 openrtb3: dirty 3.0 implementation (without AdCom for now, just OpenRTB) 2018-10-14 15:21:17 +03:00
mxmCherry 39d0e974b2 README: OCD: sort types by, umm, size 2018-10-12 22:30:35 +03:00
mxmCherry 02394d6d16 Merge pull request #30 from mxmCherry/feature/travis-go-versions
travis: only go 1.8.x and 1.x
2018-10-12 22:28:02 +03:00
mxmCherry 78fcd89d0a Merge pull request #29 from mxmCherry/feature/editorconfig
editorconfig: added basic config
2018-10-12 22:27:53 +03:00
mxmCherry 66527cc9e2 Merge pull request #28 from mxmCherry/guides/pointers-omitempty
README: pointers/omitempty hints/guides
2018-10-12 22:27:43 +03:00
mxmCherry 7600f5c0ae Merge pull request #27 from evgenigourvitch/master
Lmt to be a pointer
2018-10-12 22:27:18 +03:00
Max Cherry e922e4b3bb editorconfig: added basic config 2018-10-12 22:21:17 +03:00
Max Cherry 4eb1d90c21 travis: test only with go 1.8.x (minimal required version) and 1.x (latest stable version) 2018-10-12 22:19:33 +03:00
mxmCherry fab170783d README: pointers/omitempty hints/guides 2018-10-12 22:09:28 +03:00
evgenigourvitch 209df6ddf9 apply the same rule on DNT as for Lmt 2018-10-12 00:26:42 +03:00
evgenigourvitch 5221297992 change Lmt to be ptr to allow passing zero values when needed. 2018-10-11 11:35:37 +03:00
evgenigourvitch 481c25e746 Merge pull request #1 from mxmCherry/master
a
2018-10-11 11:32:23 +03:00
mxmCherry cad7d7ddd1 README: declare Go 1.8+ support only 2018-03-04 20:09:21 +02:00
mxmCherry 089b8f510a travis: support last 3 go versions
1.8 is the minimal required version for `json.RawMessage` to work properly
2018-03-04 19:51:03 +02:00
mxmCherry d32c21234c native/README: added godoc badge 2018-03-04 19:48:22 +02:00
Max Cherry e642f66bd4 Moved native/request.Protocol (copied from openrtb.Protocol) to native.Protocol (for consistency) 2018-03-03 10:09:58 +02:00
Max Cherry ec6a1015f2 Removed TODO - not really needed
Integral types are fine to remain int8/int64/uint64
RawJSON -> json.RawMessage switch is done
Open enums - optional, can be done later if bored
2018-03-03 09:59:20 +02:00
mxmCherry c97c0502f0 Merge pull request #24 from mxmCherry/feature/switch-from-rawjson-to-json-rawmessage
Switch from custom RawJSON to json.RawMessage
2018-03-03 09:53:13 +02:00
Max Cherry fd8bfbb100 Switch from custom RawJSON to json.RawMessage
https://github.com/mxmCherry/openrtb/issues/23
2018-03-03 09:49:12 +02:00
mxmCherry c426d335a3 Merge pull request #21 from mxmCherry/feature/native-1.2
Native 1.2
2018-03-03 09:44:36 +02:00
Max Cherry ef9ec19cb7 Native 1.2: cosmetics - reformatted v1.2 example data for testing 2018-03-03 09:36:51 +02:00
Max Cherry 4197b0fad3 Native 1.2: reviewed response types, fixed some godoc comments 2018-03-03 09:30:20 +02:00