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

Implement telemetry settings #225

Merged
merged 2 commits into from
Jul 20, 2020
Merged

Conversation

karniv00l
Copy link
Contributor

No description provided.

@karniv00l karniv00l requested a review from akondas July 17, 2020 16:06
@codecov
Copy link

codecov bot commented Jul 17, 2020

Codecov Report

Merging #225 into telemetry will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             telemetry     #225   +/-   ##
============================================
  Coverage        99.73%   99.73%           
- Complexity        1440     1450   +10     
============================================
  Files              234      235    +1     
  Lines             4092     4129   +37     
============================================
+ Hits              4081     4118   +37     
  Misses              11       11           
Impacted Files Coverage Δ Complexity Δ
src/Command/CreateAdminCommand.php 100.00% <100.00%> (ø) 5.00 <1.00> (+2.00)
src/Controller/Admin/ConfigController.php 100.00% <100.00%> (ø) 6.00 <3.00> (+2.00)
src/Controller/IndexController.php 100.00% <100.00%> (ø) 2.00 <1.00> (+1.00)
src/Form/Type/Admin/ConfigType.php 100.00% <100.00%> (ø) 2.00 <0.00> (ø)
src/Service/Telemetry.php 100.00% <100.00%> (ø) 5.00 <5.00> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 741e610...f571e85. Read the comment docs.

config/services.yaml Outdated Show resolved Hide resolved
@akondas akondas merged commit 0ca51fc into repman-io:telemetry Jul 20, 2020
karniv00l added a commit to karniv00l/repman that referenced this pull request Jul 22, 2020
* Implement telemetry

* Show telemetry documentation link
karniv00l added a commit to karniv00l/repman that referenced this pull request Jul 24, 2020
* Implement telemetry

* Show telemetry documentation link
akondas pushed a commit that referenced this pull request Jul 24, 2020
* Implement telemetry settings (#225)

* Implement telemetry

* Show telemetry documentation link

* Implement telemetry send command and cron

* Simplify `send` method

* Extend telemetry model

* Simplify config route; Add link to config form

* Use JsonSerializable and MessageCountAwareInterface

* Fix downloads fields

* Limit requests to date

* Add `technical_email` to instance config

* Handle null values; Fix tests

* Revert technical email

* Use JsonSerializable

* Update sqls

* Change status code and sync packages count

* Improve tests

* Fix config controller; Use constants

* Update tests and docsUrl
@karniv00l karniv00l deleted the telemetry branch July 24, 2020 13:08
@karniv00l karniv00l added this to the 0.5.0 milestone Aug 4, 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.

2 participants