Jim Schubert
d8c9f25b10
Update sonar.yml
...
Limit next-version release branches to those ending in `.x`
2020-01-26 11:36:11 -05:00
Jim Schubert
c9ec084418
🐛 Fixing some issues with threading and NPE ( #5107 )
...
* 🐛 Fixing some issues with threading and NPE
After running Sonar on the master branch, some major analysis
opportunities were displayed.
This fixes the use of SimpleDateFormat stored as static fields.
SimpleDateFormat is not thread-safe, and may retain data across threads.
While there's no indicator that this has caused any issues (these are
mostly used for example code), we should follow these best practices.
This also fixes a handful of NPE and other minor issues such as
comparing Boolean.TRUE to strings and no wrapping some closeables in
try-with-resources.
* [cli] Unit test GenerateBatch custom deserialization helper
* Quiet batch mode in sonar.yml
* Suppress unnecessary warnings (ThreadLocals in static fields)
2020-01-25 18:28:16 -05:00
Jim Schubert
ad4a9df328
Update sonar.yml
...
Set GITHUB_REF with replacement to remove refs/heads prefix
2020-01-24 22:37:27 -05:00
Jim Schubert
9928f3c375
Update sonar.yml
2020-01-24 22:25:58 -05:00
Jim Schubert
43b6272fc6
Update sonar.yml
2020-01-24 22:18:13 -05:00
Jim Schubert
5220d7cd59
Create sonar.yml
2020-01-24 22:13:08 -05:00
Artem Shubovych
2d24d42e65
Fix auto-labeler for jax-rs ( #4943 )
2020-01-08 23:55:32 -05:00
Jim Schubert
c2ee4aefe1
Initial CODEOWNERS ( #4924 )
2020-01-05 22:23:04 +08:00
William Cheng
2ee2319552
minor doc update ( #4359 )
2019-11-04 09:29:52 +08:00
William Cheng
c68389ef47
update user list in website ( #4204 )
2019-10-21 23:55:19 +08:00
Jim Schubert
51cff82bf0
Support [typescript] as a pattern for auto-labeler ( #4180 )
...
* Support labeling changes which affect all typescript generators using `[typescript]` in title
* Add negative test case for Typescript change.
2019-10-18 17:47:56 -04:00
Josh Burton
755a6f4445
Adds Dart Dio generator ( #4018 )
...
* Adds initial implemenation of dart-dio generator
* Adds remaining boilerplate for dart-dio generator
2019-10-15 21:05:38 +08:00
Jim Schubert
7a22b14df2
Update PULL_REQUEST_TEMPLATE.md ( #4080 )
...
* Updates the PR template to allow cleaner PR description workflow.
* Cleans up some of the language/descriptions in check items.
When a single commit PR is opened, GitHub will insert the commit message to the top of the PR template. Users who follow this flow previously needed to move this text to the bottom of the PR text, and remove the placeholder text. It's such common practice for github contributors to enter descriptions in PRs, we can omit the `Description` placeholder and be less prescriptive about where the description exists.
2019-10-13 18:03:07 +08:00
Nick Meinhold
3be1196264
[Dart] Fix README template and update testing doco ( #3809 )
...
* [Dart] Fix README template and update testing doco
- deleted redundant shell script
- fixed and updated README template
- updated test package and moved to a dev_dependency
- removed old unused dev_dependency packages
- updated testing documentation in petstore sample
* Remove references to dart-flutter-petstore.sh
* Fix typos
* Fix typo
2019-09-03 08:51:43 +08:00
Esteban Marin
5167955ee0
Create FUNDING.yml ( #3008 )
2019-05-27 22:17:21 +08:00
William Cheng
cbe39ba881
Set version to 4.0.1-SNAPSHOT ( #2882 )
2019-05-14 10:28:32 +02:00
Jim Schubert
9dcab9de6b
Clarifies need to build project for sample output ( #2819 )
...
PR template seems to assume contributor is compiling the project, and would have had "latest" build completed locally. New contributors making template or documentation changes may not have built the project at all, and wouldn't know to do so based on previous PR template instructions.
2019-05-04 14:39:57 -04:00
Vincent Devos
0ece56209f
minor typo fix in samples : "pestore" -> petstore ( #2763 )
...
* minor typo fix in samples : "pestore" -> petstore
* add typescript-rxjs in samples auto-labeled bot
* Changing file permissions
2019-04-30 17:55:44 +08:00
William Cheng
ed30e85d1e
Remove security tests from the master branch ( #2433 )
...
* remove security tests as these will be test in branch instead
* remove openapi3 security script
2019-03-18 17:21:47 +08:00
autopp
f1a56447ba
Request to run ./bin/openapi3/{LANG}-petstore.sh
and ./bin/openapi3/security/{LANG}-petstore.sh
before submitting new PR. ( #2071 )
2019-02-07 12:14:11 +08:00
William Cheng
28c9b11195
Update issue checklist with an item to validate the input
...
Update issue checklist with an item to validate the input
2019-01-13 14:16:15 +08:00
William Cheng
814a697c81
Add a checklist to issue report ( #1851 )
2019-01-09 10:14:56 +01:00
Jim Schubert
13f5064ea4
Update auto-labeler.yml ( #1741 )
...
Change wording about reviewing the labels, so it doesn't sound like the user should apply labels (they can't).
2018-12-23 08:07:11 +08:00
Jim Schubert
2025d128b3
Creating regex for our generators which will allow the bot to au… ( #1639 )
...
* WIP: creating regex for our generators which will allow the bot to automatically label issues and PRs
* Include additional WIP regex
* Remainder of implemented generators
* Add tests for regex in auto labeling
2018-12-17 17:56:00 +08:00
Jim Schubert
5b91d40a8a
Update issue templates ( #1636 )
...
This updates issue templates to support auto-labeling, and multiple issue formats.
2018-12-10 11:30:55 +08:00
William Cheng
cd61442387
Improve checkout script on NPMJS wrapper ( #1595 )
...
* improve checkout on npmjs wrapper
* update readme
2018-12-04 11:14:14 +08:00
William Cheng
55f26d31d3
Update README with 3.4.x ( #1162 )
...
* update README with 3.4.x
* fix div
2018-10-03 23:53:50 +08:00
William Cheng
f1f7bdd23f
Add nullable support to Python client ( #1073 )
...
* add nullable support to python client
* update PR template
2018-09-29 17:01:13 +08:00
William Cheng
c237fe9f1c
Enhancements to documentation generators (samples, default values, etc) ( #790 )
...
* enhancements to doc generators (samples, default values, etc)
* add 3.3.x to PR template
2018-08-13 13:27:45 +08:00
Jeremie Bresson
00246f3ea0
Merge remote-tracking branch 'origin/master' into 3.2.x
...
* Solve Conflicts
* Activate "ensure_up_to_date" script
* Remove references to the "3.2.x" branch
# Conflicts:
# CI/pom.xml.bash
# CI/pom.xml.circleci
# CI/pom.xml.circleci.java7
# CI/pom.xml.ios
# modules/openapi-generator-cli/pom.xml
# modules/openapi-generator-gradle-plugin/gradle.properties
# modules/openapi-generator-gradle-plugin/pom.xml
# modules/openapi-generator-maven-plugin/pom.xml
# modules/openapi-generator-online/Dockerfile
# modules/openapi-generator-online/pom.xml
# modules/openapi-generator/pom.xml
# pom.xml
2018-07-25 18:19:37 +02:00
Benjamin Gill
59d38d7dd2
Update the set of propose PR branches ( #627 )
2018-07-24 07:20:17 +02:00
Jérémie Bresson
defedf6e2b
Mention new branches in the doc pages ( #287 )
...
* Mention new branches in docs
* Add badges for new branches in README.md
* Allow branches "3.1.x" and "4.0.x" to deploy (.travis.yaml)
2018-06-12 12:05:32 +02:00
Jérémie Bresson
88f3c8a2e0
Update PULL_REQUEST_TEMPLATE.md
...
Fix 'technical committee' link
2018-05-19 07:39:26 +02:00
Jérémie Bresson
fbf2e135ef
Docs: several small fixes ( #399 )
...
* Fixes for CONTRIBUTING.md
* Other docs fixes
2018-05-09 21:49:27 +08:00
Jérémie Bresson
e9793783cd
Fixes in GitHub templates files ( #311 )
2018-05-04 13:44:01 +02:00
Jeremie Bresson
53597764c3
Add OpenAPI spec 3.0 support (beta)
...
Co-authored-by: Akihito Nakano <sora.akatsuki@gmail.com>
Co-authored-by: Jeremie Bresson <dev@jmini.fr>
Co-authored-by: Jim Schubert <james.schubert@gmail.com>
Co-authored-by: Martin Delille <martin@phonations.com>
Co-authored-by: Tomasz Prus <tomasz.prus@gmail.com>
Co-authored-by: William Cheng <wing328hk@gmail.com>
2018-04-17 09:19:10 +02:00
William Cheng
dff463f2fc
minor typo fix
2017-11-13 18:35:47 +08:00
wing328
d325c6ee77
revise wording for PR template
2017-09-26 11:14:54 +08:00
wing328
c09c7d2fac
add new item to copy technical committee in PR
2017-09-26 11:11:24 +08:00
wing328
e00c6d1dcf
update conributing guildeline
2017-07-17 15:42:58 +08:00
wing328
b024d86eab
add location for windows batch file
2017-07-14 22:00:37 +08:00
wing328
cf2b21b57a
update wording for issue template
2017-07-14 18:28:29 +08:00
Kyle Maxwell
a201b01adc
Ultra minor spelling fix ( #5029 )
2017-03-12 14:11:53 +08:00
Paŭlo Ebermann
2b9b0f31dc
remove indentation of the comment ( #5011 )
...
This template seems to lead to people wrapping their code with indented code markers, which won't work.
Hopefully not indenting it here helps a bit.
2017-03-11 17:29:59 +08:00
Arne Jørgensen
8b681df0e6
Mention security script in pull request template
2016-09-26 22:21:09 +02:00
wing328
9c8e4f60aa
clearer wording
2016-08-31 12:51:09 +08:00
wing328
d8406c0dd0
add PR template ( #3669 )
2016-08-29 23:21:28 +08:00
wing328
44c8893ed5
update wording
2016-08-21 12:18:45 +08:00
Paŭlo Ebermann
08f86ae0b6
instructions about how to paste YAML or JSON code
...
Hopefully that will make issues easier to read.
2016-06-06 20:30:44 +02:00
cbornet
31e61b4900
add an issue template
2016-05-18 17:00:16 +02:00