Ramanth Addala
c39aef2a79
feat(r): retry configuration for status codes ( #5925 )
...
* feat(r): retry configuration for status codes
* fix(r) : fixing review comments
2020-09-08 14:34:32 +08:00
William Cheng
2fd23f505e
Prepare 5.0.0-SNAPSHOT ( #7347 )
...
* Revert "Prepare 5.0.0-beta2 release (#7345 )"
This reverts commit 212b4f784742744b7b238607dcefb23ec9db64d7.
* update readme
2020-09-04 15:31:54 +08:00
William Cheng
212b4f7847
Prepare 5.0.0-beta2 release ( #7345 )
...
* update version
* update doc
* update samples
2020-09-04 13:03:45 +08:00
William Cheng
adc3fef247
improve travis in R client ( #7063 )
2020-07-29 09:56:11 +08:00
William Cheng
02a8207b91
skip test for enum model, update readme ( #6936 )
2020-07-15 19:00:14 +08:00
Marcel Ramos
8e95298653
[R] Enum R6Class Support, closes #3367 ( #5728 )
...
* wip: fix documentation tags
* update model.mustache
* update template for documentation
* update mustache templates
* update mustache templates
* run ./bin/r-petstore and update R pkg docs
* use loadNamespace instead of package:pkgName string
* update R package code
* wip: enum
* update enum function
* use httr::content to unwrap response
* update enum table and functions
* include simplifyVector and auto_unbox arguments
* remove mapping and return strings
* use triple stash values and update enum class methods
* remove extra comma
* minor: formatting
* update and run ./bin/r-petstore.sh
* move helper for template
- export tag does not coincide with original model function
- move helper down so it does
* update tests based on generator
* Revert "update tests based on generator"
This reverts commit b6314c8927a8411561577c0dfd100018947de42e.
* Update tests with engine
- preserve test_petstore.R
* restore apiResponse
* restore simplifyVector to TRUE value
* update api.mustache templates
* fix and add tests to package
Co-authored-by: William Cheng <wing328hk@gmail.com>
2020-07-01 15:48:09 +08:00
Jim Schubert
70ca93570e
[core][general] Add metadata file tracking to aid in "Golden Tests" regeneration ( #6325 )
2020-05-22 16:48:32 -04:00
Ramanth Addala
a0bfc3c1f2
replacing caTools dependency with base64enc ( #6349 )
...
* replacing caTools dependency with base64enc
* adding review fixes
* fix(r) : updated the cran repo url
2020-05-20 21:19:13 +08:00
William Cheng
5a9b0fcf9e
update samples
2020-04-21 02:22:55 +08:00
William Cheng
faf6f197be
Merge remote-tracking branch 'origin/master' into 5.0-sync-master
2020-04-17 15:51:00 +08:00
William Cheng
a0ca253218
update samples ( #5722 )
2020-03-27 13:55:55 +08:00
Sai Giridhar P
4f7d45f603
[r] Handling CRAN feedback for example snippets ( #5345 )
...
* fix(r): Updating donttest to dontrun
* fix(r): Updating donttest to dontrun
2020-02-18 21:26:29 +08:00
William Cheng
100b01844a
Merge remote-tracking branch 'origin/master' into 5.0.x
2020-02-04 15:31:10 +08:00
William Cheng
03a59046f4
Merge remote-tracking branch 'origin/4.3.x'
2020-01-31 19:00:28 +08:00
Sai Giridhar P
ad009180dd
fix(r): Adding repository url ( #5056 )
2020-01-21 10:47:05 +08:00
William Cheng
82e2448bf2
Merge remote-tracking branch 'origin/4.3.x' into 5.0.x
2020-01-20 15:46:13 +08:00
William Cheng
04af5e0445
Merge remote-tracking branch 'origin/master' into 4.3.x
2020-01-20 15:04:34 +08:00
Sai Giridhar P
fb6daa89b0
[r] Ignore cran-comments file from the build ( #4986 )
...
* fix(cran-comments): Ignoring CRAN comments file from build
* fix(cran-comments): Ignoring CRAN comments file from build
2020-01-13 21:31:40 +08:00
Sai Giridhar P
89e963c072
[r] Ignoring README.md in Rbuildignore ( #4898 )
...
* fix(r): Removing an unnecessary file from build R library
* fix(r): Removing an unnecessary file from build R library
2020-01-02 13:16:58 +08:00
William Cheng
165a9e0508
Merge remote-tracking branch 'origin/4.3.x' into 5.0.x
2019-12-20 20:52:27 +08:00
William Cheng
531dc30917
Merge remote-tracking branch 'origin/master' into 4.3.x
2019-12-20 20:38:49 +08:00
Sai Giridhar P
e6e919fe98
[r] Fixing the CRAN submission issues ( #4828 )
...
* fix(r): CRAN submission issues
* fix(r): CRAN submission issues
2019-12-19 11:08:03 +08:00
William Cheng
466a67c9bc
Merge remote-tracking branch 'origin/4.3.x' into 5.0.x
2019-12-12 17:27:49 +08:00
William Cheng
3e34903042
Merge remote-tracking branch 'origin/master' into 4.3.x
2019-12-11 15:44:50 +08:00
Ramanth Addala
e0d6f7df1f
fix(r): fixing serializatin bug in empty json array ( #4667 )
...
* fix(r): fixing serializatin bug in empty json array
* fix(r): fixing serializatin bug in empty json array
2019-12-04 09:53:54 +08:00
William Cheng
11c7007429
Prepare v4.2.3 ( #4663 )
...
* update version
* update doc
* update samples
2019-12-02 15:26:01 +08:00
Marcel Ramos
18b950cdc3
[BUG][R] use loadNamespace instead of package:pkgName string ( #4614 )
...
* use loadNamespace instead of package:pkgName string
* update R package code
2019-11-29 10:14:47 +08:00
Marcel Ramos
2d22ae90fc
[BUG][R] Fix documentation in R package ( #4580 )
...
* wip: fix documentation tags
* update model.mustache
* update template for documentation
* update mustache templates
* update mustache templates
* run ./bin/r-petstore and update R pkg docs
2019-11-26 10:38:56 +08:00
William Cheng
4ed742b6bc
update samples
2019-11-21 15:24:13 +08:00
William Cheng
facabd4472
Merge branch '4.3.x' into 5.0.x
2019-11-21 15:19:31 +08:00
William Cheng
f07b3e0521
Prepare 4.2.2-SNAPSHOT ( #4497 )
...
* update to 4.2.2-SNAPSHOT
* update doc
* update samples
* skip ocaml test
* update version
* fix version
2019-11-15 21:34:25 +08:00
William Cheng
4ca9430474
sync master, update doc
2019-11-04 09:38:22 +08:00
William Cheng
4824bb7711
sync master, update samples
2019-11-04 09:28:19 +08:00
William Cheng
47e2c0d027
update samples ( #4334 )
2019-10-31 13:31:49 +08:00
Sai Giridhar P
2188e0feda
[r][license]: Fixing license and contact information ( #4317 )
...
* fix(license): Fixing the license information
* fix(license): Fixing the license information
2019-10-30 17:11:16 +08:00
Sai Giridhar P
3082eda27e
[r][documentation]: Adding model summary to model documentation files. ( #4310 )
...
* feat(documentation): Adding model documentation
* feat(documentation): Adding model documentation
2019-10-30 17:06:39 +08:00
William Cheng
5eb67d471b
Merge remote-tracking branch 'origin/4.2.x' into 5.0.x
2019-09-22 21:00:38 +08:00
William Cheng
3019b5a5e1
Merge remote-tracking branch 'origin/master' into 4.2.x
2019-09-22 14:18:07 +08:00
William Cheng
ea029b4029
update doc, samples ( #3875 )
2019-09-11 21:17:11 +08:00
William Cheng
3ebefccfa9
Prepare v4.1.2 release ( #3873 )
...
* update samples
* update date
2019-09-11 18:33:27 +08:00
Ramanth Addala
e18f361534
Fix/r/serialization fix and minor 3xx resp fix ( #3817 )
...
* fix(qlik): fix for minor serialization bug
* fix(r): add petsore generated classes
* fix(r): indendation fixes
2019-09-10 15:46:55 +08:00
Quim Muntal
8f13b88ed9
Support custom git repository ( #3757 )
...
* add gitHost param to GeneratorSettings and related
* parameterize gitHost in READMEs
* parameterize gitHost in go.mod
* parameterize gitHost in git_push
* update petstore samples
* run ./bin/utils/export_docs_generators.sh
* run meta-codehen.sh
* Revert "run meta-codehen.sh"
This reverts commit d6d579f6159186531257cdfdd73b9caf9e9ffeba.
* Revert "run ./bin/utils/export_docs_generators.sh"
This reverts commit 1b81538198d4319fd1b4e97447303e3cc0e8dc99.
* Revert "update petstore samples"
This reverts commit f513add88396707f6991ae2e4920359583ec88f1.
* run ensure-up-to-date
2019-09-03 21:35:49 +08:00
William Cheng
a8fe5d355c
Merge remote-tracking branch 'origin/4.2.x' into 5.0.x
2019-08-29 14:48:00 +08:00
William Cheng
9182784955
Merge remote-tracking branch 'origin/master' into 4.2.x
2019-08-28 14:01:20 +08:00
William Cheng
d0d545bbdd
Prepare 4.1.2 snapshot ( #3758 )
...
* update pom
* update samples
* update ts axios samples
2019-08-26 22:13:12 +08:00
Ramanth Addala
8cd5a4187b
[R] feat(r): handling error response for 3xx cases ( #3571 )
...
* feat(r): handling error response for 3xx cases
* fix(r) : changed the message for 3XX case
* fix(r) : fixing the status code 3xx
2019-08-25 01:21:03 +08:00
Sai Giridhar P
10a310ef69
[r] Updating api docs to include HTTP response codes and their corresponding headers ( #3699 )
...
* fix(r): Adding response headers on docs
* fix(r): Adding response headers on docs
2019-08-21 10:21:56 +08:00
William Cheng
01222268e8
update samples
2019-08-11 18:56:47 +08:00
William Cheng
5956569e7a
Prepare 4.1.1-SNAPSHOT ( #3603 )
...
* update pom
* update samples
* update pom
2019-08-10 09:41:08 +08:00
William Cheng
3e027c61da
Merge remote-tracking branch 'origin/master' into 5.0.x
2019-07-27 20:53:38 +08:00