Skip to content

dev to main for beta2#116

Merged
emdobrin merged 11 commits intomainfrom
dev
Dec 23, 2020
Merged

dev to main for beta2#116
emdobrin merged 11 commits intomainfrom
dev

Conversation

@shalehaha
Copy link
Copy Markdown
Contributor

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

nporter-adbe and others added 7 commits November 9, 2020 10:21
* Add query parameter

* revert some change

* remove spm

* functional test

* fix comments

* fix unnecessary code

Co-authored-by: Kevin Lind <40409666+kevinlind@users.noreply.github.com>
Co-authored-by: Emilia Dobrin <33132425+emdobrin@users.noreply.github.com>
Co-authored-by: jgeng <jgeng@adobe.com>
* Get hits persisted, need to finish tests

* Update core ref and fix typos

* Add EdgeHitProcessorTests

* Close hit queue on unregister

* Clean persistent queue after each test

* Minor refactoring, fix a few warnings

* Format and fix warnings

* re-add try's

* Update config.yml

* Add functional tests for persistent functionality

* First round of PR comments (logs, function names, comments)

* Move URL generaetion into hit processor

* Make EdgeNetworkService async and address other PR comments

* Attempt to fix test on CI

* Increase network timeout

* Rewrite assertions in new functional tests

* Increase timeout

* Improve test

* assert failing network requests

* Remove unused code

* Extract retry interval to constant

* Add 207 recoverable error code, fix test names

* Move all hit building into HitProcessor

* Downgrade some types from Codable, fix hit processor tests

* Fix test names

* Check ready for event before procesing hits, add  more hit processor tests

* Add test for nil config

* Remove event from EdgeHit, remove redundent log
…dle (#109)

* Set event type with the handle type on Edge response evevnts

* Swap type and source when attaching handle type

* Add tests for empty handle type and missing handle type.

* Add clarifying comment
Co-authored-by: jgeng <jgeng@adobe.com>
Copy link
Copy Markdown
Contributor

@nporter-adbe nporter-adbe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good.

@emdobrin are we ready to merge dev to main?

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 17, 2020

Codecov Report

Merging #116 (35ded77) into main (52982db) will increase coverage by 1.59%.
The diff coverage is 88.24%.

@@            Coverage Diff             @@
##             main     #116      +/-   ##
==========================================
+ Coverage   89.53%   91.11%   +1.59%     
==========================================
  Files          16       17       +1     
  Lines         573      619      +46     
==========================================
+ Hits          513      564      +51     
+ Misses         60       55       -5     

Copy link
Copy Markdown
Contributor

@kevinlind kevinlind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's update SampleApps/AEPCommerceDemoApp/Podfile.lock with the latest as well.

Copy link
Copy Markdown
Contributor

@kevinlind kevinlind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me too.

@emdobrin emdobrin merged commit 476f730 into main Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants