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

REST API implementation #269

Merged
merged 1 commit into from
Sep 10, 2020

Conversation

karniv00l
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Sep 10, 2020

Codecov Report

Merging #269 into rest-api-rebased will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@                  Coverage Diff                   @@
##             rest-api-rebased     #269      +/-   ##
======================================================
+ Coverage               99.80%   99.82%   +0.02%     
- Complexity               1542     1792     +250     
======================================================
  Files                     253      284      +31     
  Lines                    4503     5224     +721     
======================================================
+ Hits                     4494     5215     +721     
  Misses                      9        9              
Impacted Files Coverage Δ Complexity Δ
src/Controller/Api/ApiController.php 100.00% <100.00%> (ø) 15.00 <15.00> (?)
src/Controller/Api/OrganizationController.php 100.00% <100.00%> (ø) 4.00 <4.00> (?)
src/Controller/Api/PackageController.php 100.00% <100.00%> (ø) 38.00 <38.00> (?)
src/Controller/Api/TokenController.php 100.00% <100.00%> (ø) 6.00 <6.00> (?)
src/Controller/OrganizationController.php 100.00% <100.00%> (ø) 41.00 <2.00> (ø)
src/Controller/UserController.php 100.00% <100.00%> (ø) 18.00 <6.00> (+6.00)
src/Entity/User.php 100.00% <100.00%> (ø) 41.00 <7.00> (+7.00)
src/Entity/User/ApiToken.php 100.00% <100.00%> (ø) 4.00 <4.00> (?)
src/Form/Type/Api/AddPackageType.php 100.00% <100.00%> (ø) 3.00 <3.00> (?)
src/Form/Type/Api/CreateOrganizationType.php 100.00% <100.00%> (ø) 2.00 <2.00> (?)
... and 59 more

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 56a68f4...383392f. Read the comment docs.

@karniv00l karniv00l merged commit e14ff06 into repman-io:rest-api-rebased Sep 10, 2020
akondas pushed a commit that referenced this pull request Sep 11, 2020
akondas added a commit that referenced this pull request Sep 14, 2020
* REST API implementation (#269)

* Catch all exceptions; Add IsGranted; Annotate package id; Add docs url (#272)

* Catch all exceptions; Add IsGranted; Annotate package id; Add docs url

* Update docs link

* Simplify exception listener

* More visible doc link (#273)

* Add API to readme (#274)

Co-authored-by: Piotr Rogowski <piotr.rogowski0@gmail.com>
@karniv00l karniv00l deleted the rest-api-rebased branch September 16, 2020 14:59
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.

1 participant