Commit Graph

223 Commits

Author SHA1 Message Date
mxmCherry 1d20ff2e69 adcom1: change const prefix ATypeXXX -> AgentTypeXXX 2022-05-16 20:54:05 +03:00
mxmCherry 127985565b native1: fix doc link in readme 2022-05-16 20:05:30 +03:00
mxmCherry 649ff719e4 adcom1: fix godoc comment 2022-05-16 19:58:27 +03:00
mxmCherry 77b6c0a773 adcom1: fix ExtendedIdentifierUID name/desc/json 2022-05-16 19:55:14 +03:00
mxmCherry 651b9938be adcom1: api framework - follow Xxx10 convention 2022-05-16 19:20:00 +03:00
mxmCherry 8b4c1f48f1 adcom1: fix mistype 2022-05-16 19:03:26 +03:00
mxmCherry c07ff34d9c readme: document Foo 1.0 -> Foo10 naming approach 2022-05-16 19:02:06 +03:00
mxmCherry ca9bdd67ae native1: constant naming: "Xxx 1.0" -> "Xxx10" 2022-05-16 18:54:59 +03:00
Scott Kay 53b2d0defd Fix More Object Pointers 2022-05-13 00:34:05 -04:00
Scott Kay 6ed3abe740 Fix Tests - Object Pointer Mistake 2022-05-13 00:24:39 -04:00
Scott Kay c2e87c88f8 Check Keyword Descriptions 2022-05-13 00:21:13 -04:00
Scott Kay 09cdad9668 Self Review 2022-05-13 00:13:02 -04:00
Scott Kay fc839da51d Self Review Pass 2022-05-12 23:49:01 -04:00
Scott Kay b3b9d66158 AdCOM Fields Added For OpenRTB 2.6 Parity 2022-05-12 23:33:01 -04:00
Scott Kay 4b4474f897 Main OpenRTB 2.6 Changes 2022-05-12 21:59:35 -04:00
Scott Kay a8fef21c3b Increment Version 2022-05-11 17:08:34 -04:00
mxmCherry 177249239c github actions: fix branch name 2021-04-28 21:01:48 +03:00
mxmCherry f16ddc5644 hk: copy github action code from actions tab instead of doc 2021-04-28 21:00:13 +03:00
mxmCherry 7378f56225 hk: rm travis 2021-04-28 20:57:49 +03:00
mxmCherry 5388e4172e hk: try github actions for tests 2021-04-28 20:57:38 +03:00
mxmCherry 701f0542af hk: update go doc badge 2021-04-28 20:48:22 +03:00
mxmCherry 0735b146ac hk: ok, go 1.13+ is required because of gomega 2021-04-28 20:45:07 +03:00
mxmCherry 71b22e1f4f hk: requires go 1.11+ (effectively since v14) 2021-04-28 20:31:40 +03:00
mxmCherry e39b77ca3c native response: add Int64Ptr
First non-struct pointer appeared (Asset.ID), nice to have a helper in the same pkg
2021-04-12 19:32:17 +03:00
mxmCherry 0dc23e6747 hk: prepare v15 release 2021-04-12 19:27:16 +03:00
mxmCherry 0561c56dbe Merge pull request #45 from rokostik/native_asset_id_pointer
Make native response asset ID a pointer
2021-04-12 19:22:10 +03:00
Rok Susnik e567409861 make native response asset id a pointer 2021-04-12 14:45:33 +02:00
mxmCherry f732b8857f Merge pull request #41 from mxmCherry/feature/v14
v14: fix go module
2020-03-01 15:09:34 +02:00
mxmCherry 3855899d4b v14: fix go module
https://blog.golang.org/v2-go-modules

Roughly, just a:

```shell
find -type f -iname '*.go' | xargs -I {} sed -i 's/mxmCherry\/openrtb/mxmCherry\/openrtb\/v14/g' {}
find -type f -iname '*.go' | xargs -I {} goimports -w {}
```

Also, point to pkg.go.dev for documentation (old godoc.org badge kept kill pkg.go.dev provides its own).
2020-03-01 15:05:53 +02:00
mxmCherry 16717e8089 go.mod 2019-07-08 20:54:40 +03:00
mxmCherry 073b7b395e Merge pull request #39 from zachbadgett/event-tracking-method-fix
Change native tracking method type and event type to int64
2019-07-08 20:51:54 +03:00
Zach Badgett c42b326d4c Change native tracking method type and event type to int64 2019-07-08 10:57:13 -06: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