- 07 Mar, 2019 14 commits
-
-
MickeyMoz authored
-
Axel Hecht authored
-
Axel Hecht authored
-
Axel Hecht authored
-
MickeyMoz authored
-
Georg Fritzsche authored
-
Georg Fritzsche authored
-
Sebastian Kaspari authored
-
Mihai Tabara authored
-
Michael Comella authored
This class is modeled after PocketEndpointRaw from FFTV but adapted to: - Take more dependencies as args instead of statically - Use :concept-fetch - Be more generic to more gracefully handle additional APIs PocketEndpoint is intended to wrap this class and convert the raw JSON into Kotlin types useful to the application. See PocketEndpointRaw from FFTV: https://github.com/mozilla-mobile/firefox-tv/blob/daf118b092a7083cd41fdd51c5448fa41e4a885d/app/src/main/java/org/mozilla/tv/firefox/pocket/PocketEndpoint.kt#L75
-
Michael Comella authored
This is intended to be passed in as a dependency to the endpoint classes for them to know which urls to access. This was adapted from Firefox for Fire TV's BuildConfigDerivables.globalPocketVideoEndpoint: https://github.com/mozilla-mobile/firefox-tv/blob/daf118b092a7083cd41fdd51c5448fa41e4a885d/app/src/main/java/org/mozilla/tv/firefox/utils/BuildConfigDerivables.kt#L30
-
Michael Comella authored
-
Michael Comella authored
-
Alessio Placitelli authored
This exposes two new testing only functions in `Glean`: `testGetExperimentData` and `testIsExperimentActive`. This additionally fixes Glean test code so that metrics clearing only happens once.
-
- 06 Mar, 2019 6 commits
-
-
Arturo Mejia authored
-
MickeyMoz authored
-
MickeyMoz authored
-
Sebastian Kaspari authored
-
Michael Comella authored
-
Emily Kager authored
-
- 05 Mar, 2019 13 commits
-
-
travis79 authored
This moves the validation that was happening in the `*MetricType` classes to their associated `*StorageEngine` classes. Removing TODO's and removing storage engine references from metrics Move tests involved with data validation from metrics to storage engines
-
Michael Droettboom authored
-
Michael Droettboom authored
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
Arturo Mejia authored
-
MickeyMoz authored
-
Michael Droettboom authored
-
Michael Droettboom authored
-
MickeyMoz authored
-
Sebastian Kaspari authored
-
Michael Comella authored
This was modeled after the commit that added :service-glean: 92a936c7
-
Christian Sadilek authored
-
- 04 Mar, 2019 7 commits
-
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
Emily Kager authored
-
Eitan Isaacson authored
-
MickeyMoz authored
-
travis79 authored
Add description of background state, as well as add subsections and make all the specific ping docs look similar. This included adding a summary description, scheduling, and content information sections. Added links to new background definition where appropriate. Finally, updated the events ping documentation to reflect recent changes to the schema with the removal of `objectId` and `value` fields. Additional changes to docs per Bug 1525578
-
MickeyMoz authored
-