Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔀 post release branch sync #629

Merged
merged 60 commits into from
Jul 1, 2024
Merged

🔀 post release branch sync #629

merged 60 commits into from
Jul 1, 2024

Conversation

techouse
Copy link
Collaborator

No description provided.

JEuler and others added 30 commits June 1, 2021 18:03
Co-authored-by: Ivan Terekhin <[email protected]>
Co-authored-by: Youssef Raafat <[email protected]>
Co-authored-by: Ivan Terekhin <[email protected]>
Co-authored-by: Youssef Raafat <[email protected]>
Co-authored-by: luis901101 <[email protected]>
Co-authored-by: melvspace <[email protected]>
Co-authored-by: Ivan Terekhin <[email protected]>
Co-authored-by: Youssef Raafat <[email protected]>
Co-authored-by: luis901101 <[email protected]>
Co-authored-by: melvspace <[email protected]>
Co-authored-by: Ivan Terekhin <[email protected]>
Co-authored-by: Youssef Raafat <[email protected]>
Co-authored-by: luis901101 <[email protected]>
Co-authored-by: melvspace <[email protected]>
Co-authored-by: Ivan Terekhin <[email protected]>
Co-authored-by: István Juhos <[email protected]>
Co-authored-by: Youssef Raafat <[email protected]>
Co-authored-by: luis901101 <[email protected]>
Co-authored-by: melvspace <[email protected]>
Co-authored-by: Michal Šrůtek <[email protected]>
Co-authored-by: Andre <[email protected]>
Co-authored-by: John Wimer <[email protected]>
Co-authored-by: Max Röhrl <[email protected]>
Co-authored-by: Ivan Terekhin <[email protected]>
Co-authored-by: István Juhos <[email protected]>
Co-authored-by: Meysam Karimi <[email protected]>
Co-authored-by: Youssef Raafat <[email protected]>
Co-authored-by: luis901101 <[email protected]>
Co-authored-by: melvspace <[email protected]>
Co-authored-by: Michal Šrůtek <[email protected]>
Co-authored-by: Andre <[email protected]>
Co-authored-by: John Wimer <[email protected]>
Co-authored-by: Max Röhrl <[email protected]>
Co-authored-by: ipcjs <[email protected]>
Co-authored-by: ibadin <[email protected]>
Co-authored-by: Meysam Karimi <[email protected]>
Co-authored-by: Ivan Terekhin <[email protected]>
Co-authored-by: István Juhos <[email protected]>
Co-authored-by: Meysam Karimi <[email protected]>
Co-authored-by: Youssef Raafat <[email protected]>
Co-authored-by: luis901101 <[email protected]>
Co-authored-by: melvspace <[email protected]>
Co-authored-by: Michal Šrůtek <[email protected]>
Co-authored-by: Andre <[email protected]>
Co-authored-by: John Wimer <[email protected]>
Co-authored-by: Max Röhrl <[email protected]>
Co-authored-by: ipcjs <[email protected]>
Co-authored-by: ibadin <[email protected]>
Co-authored-by: Meysam Karimi <[email protected]>
Co-authored-by: Klemen Tusar <[email protected]>
Co-authored-by: Klemen Tusar <[email protected]>
Co-authored-by: Klemen Tusar <[email protected]>
* Fix Header Option Casting (#260)

Co-authored-by: Ivan Terekhin <[email protected]>

* Fix for #259 (#263)

* 4.0.1 fixes (#264)

* analyzer dependency upgraded (#296)

* fix(generator): fix PartValueFile value not nullable if arg is (#288) (#293)

* Chopper generator release 4.0.2 (#297)

* fix: fix this.body cast of null value when response body is null (#291) (#292)

* Interpolation fixes (#275)

* encodeQueryComponent now encodeComponent (#278)

* Prevent double call on token refreshment (#276)

* Fixes for #309 #308 (#310)

* Remove new keyword from interceptors.md (#312)

* Analyzer upgrade (#320)

Co-authored-by: István Juhos <[email protected]>

* Add unnecessary_brace_in_string_interps to lint ignores (#317)

* Extend pragma to quiet the linter (#318)

Co-authored-by: Ivan Terekhin <[email protected]>

* Fix converter getting called twice if using an authenticator with a JsonConverter on the request (#324)

* migrate example to nullsafety (#331)

* Resolve problem in main_json_serializable example (#328)

* Add @FiledMap @PartMap @PartFileMap (#335)

Co-authored-by: Meysam Karimi <[email protected]>

* Upgrade of analyzer (#340)

* Fix nullable QueryMap fails to compile (#344)

* Change return type of decodeJson to FutureOr in order to be able to support compute() (#345)

* Migrate from pedantic to lints ^2.0.0 with lints/recommended.yaml (#349)

* Version bumped for release (#352)

* Revert analyzer to ^4.1.0 and silence linters for Element.enclosingElement (#354)

* [chopper_generator] Update analyzer to ^4.4.0 and code_builde to ^4.3.0 and migrate deprecated code (#358)

* Add Makefiles to streamline development (#357)

* Add Bug Report Github issue template (#359)

* [chopper_generator] Add types to the generated variables (#360)

* Provide an example using an Isolate Worker Pool with Squadron (#361)

* mapToQuery changes (#364)

* Version bumped / changelog update (#367)

* Request extends http.BaseRequest (#370)

* Exclude null query vars by default and add new @method annotation includeNullQueryVars (#372)

* 5.1.0 (dev) (#373)

Co-authored-by: Ivan Terekhin <[email protected]>

Co-authored-by: Youssef Raafat <[email protected]>
Co-authored-by: luis901101 <[email protected]>
Co-authored-by: melvspace <[email protected]>
Co-authored-by: Michal Šrůtek <[email protected]>
Co-authored-by: István Juhos <[email protected]>
Co-authored-by: Andre <[email protected]>
Co-authored-by: John Wimer <[email protected]>
Co-authored-by: Max Röhrl <[email protected]>
Co-authored-by: ipcjs <[email protected]>
Co-authored-by: ibadin <[email protected]>
Co-authored-by: Meysam Karimi <[email protected]>
Co-authored-by: Meysam Karimi <[email protected]>
Co-authored-by: Klemen Tusar <[email protected]>
Co-authored-by: Klemen Tusar <[email protected]>
Co-authored-by: Ivan Terekhin <[email protected]>
add nullable example static create
# 6.1.2

* [FIX] #419
* [FIX] #421
* [CHORE] #417
# chopper

## 6.1.3

* Add follow redirects to toHttpRequest (#430)
* Update http constraint to ">=0.13.0 <2.0.0" (#431)
* Add MultipartRequest log to CurlInterceptor (#435)

---

# chopper_built_value

## 1.2.2

* Update http constraint to ">=0.13.0 <2.0.0" (#431)

---

# example

* Update squadron example (#432)

---

# Github actions

* Add cleanup step to publish workflow (#434)

---------

Co-authored-by: Joran Dob <[email protected]>
Co-authored-by: Joseph, NamKung <[email protected]>
Co-authored-by: Klemen Tusar <[email protected]>
# chopper

## 6.1.4

- [FIX] #439
# chopper_generator

## 6.0.3

* [CHORE] #448
# chopper

## 7.0.1

- Refactor ChopperClient constructor
- Refactor ChopperClient.getService
- Refactor CurlInterceptor

# chopper_generator

## 7.0.1

- Add final class modifier to generated Chopper API implementation
techouse and others added 20 commits October 7, 2023 10:33
# chopper

## 7.0.7+1

- #512

# chopper_built_value

- #512

# chopper_generator

## 7.0.5+1

- #512
# chopper

## 7.0.9

- #527
- #529

---------

Co-authored-by: Diego Tori <[email protected]>
# chopper

## 7.1.0+1

- Bump `chopper_generator` version requirement to 7.1.0
* 🔖 release chopper v7.1.1

# chopper

## 7.1.1

- #567

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Job Guldemeester <[email protected]>
* 🔖 release chopper v7.1.1+1

# chopper

## 7.1.1+1

- #570

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Job Guldemeester <[email protected]>
* 🔖 release v7.2.0

# chopper

## 7.2.0

- #579

# chopper_generator

## 7.2.0

- #579

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: wenchieh <[email protected]>
* 🔖 release v7.3.0

# chopper

## 7.3.0

- Add support for `@Tag` annotation ([#586](#586))

# chopper_generator

## 7.3.0

- Add support for `@Tag` annotation ([#586](#586))

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: wenchieh <[email protected]>
* 🔖 release v7.4.0

# chopper

## 7.4.0

- #592

# chopper_generator

## 7.4.0

- #592

---------

Signed-off-by: dependabot[bot] <[email protected]>
# chopper

## 8.0.0-rc.1

- Restructure interceptors ([#547](#547))

# chopper_generator

## 8.0.0-rc.1

- Restructure interceptors ([#547](#547))

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Job Guldemeester <[email protected]>
# chopper

## 8.0.0-rc.2

- #604

# chopper_generator

## 8.0.0-rc.2

- #604

# chopper_built_value

## 3.0.0-rc.1

- Require Chopper ^8.0.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
# chopper

## 8.0.0

- Restructure interceptors ([#547](#547))
- Add per-request timeout ([#604](#604))

# chopper_generator

## 8.0.0

- Restructure interceptors ([#547](#547))
- Add per-request timeout ([#604](#604))

## 3.0.0

- Require Chopper ^8.0.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Job Guldemeester <[email protected]>
* ⬆️ update dependencies and linters (#615)

* 📝 update build_runner reference in readme (#616)

* 📄 create symlink to chopper/LICENSE (#617)

* 👥 update/fix contributors (#618)

* 🔒 add Security Policy (#619)

* 🐛 Fix null body converter (#623)

* 📦 directly export `qs.ListFormat` instead of internal wrapper (#624)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Job Guldemeester <[email protected]>
# Conflicts:
#	chopper/CHANGELOG.md
#	chopper/pubspec.yaml
#	chopper_built_value/CHANGELOG.md
#	chopper_built_value/pubspec.yaml
#	chopper_generator/CHANGELOG.md
#	chopper_generator/pubspec.yaml
Copy link

codecov bot commented Jun 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.38%. Comparing base (7e1f0f9) to head (a2fbcad).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #629   +/-   ##
========================================
  Coverage    93.38%   93.38%           
========================================
  Files           21       21           
  Lines          499      499           
========================================
  Hits           466      466           
  Misses          33       33           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@techouse techouse merged commit 33372bf into develop Jul 1, 2024
6 checks passed
@techouse techouse deleted the chore/sync branch July 1, 2024 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sync Branch sync
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants