This repository has been archived by the owner on Jan 17, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 47
feat(apiserver): Create API Server component #32
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
k911
added
kind/feature
New feature or request
status/wip
Work in progress
area/http-server
priority/important
labels
Feb 28, 2019
k911
force-pushed
the
apiserver
branch
2 times, most recently
from
March 16, 2019 18:14
670759c
to
4801bb1
Compare
k911
force-pushed
the
apiserver
branch
3 times, most recently
from
March 17, 2019 13:16
8bca571
to
a13ae57
Compare
k911
force-pushed
the
apiserver
branch
3 times, most recently
from
March 18, 2019 23:58
85ba2b3
to
e2eae04
Compare
k911
force-pushed
the
apiserver
branch
2 times, most recently
from
March 19, 2019 00:25
17bd6e4
to
0591ece
Compare
Codecov Report
@@ Coverage Diff @@
## develop #32 +/- ##
=============================================
- Coverage 82.76% 82.55% -0.22%
- Complexity 345 428 +83
=============================================
Files 47 54 +7
Lines 1056 1341 +285
=============================================
+ Hits 874 1107 +233
- Misses 182 234 +52
Continue to review full report at Codecov.
|
k911
force-pushed
the
apiserver
branch
2 times, most recently
from
March 19, 2019 22:17
7bd7632
to
90d70e5
Compare
k911
force-pushed
the
apiserver
branch
2 times, most recently
from
April 6, 2019 13:19
5e08003
to
140c353
Compare
k911
changed the title
feat(api-server): Create API Server component
feat(apiserver): Create API Server component
Apr 6, 2019
k911
force-pushed
the
apiserver
branch
3 times, most recently
from
April 6, 2019 13:52
cc445ef
to
5a6fe61
Compare
k911
force-pushed
the
apiserver
branch
3 times, most recently
from
April 6, 2019 14:50
e8f7804
to
ca1345b
Compare
API Server component will allow to manage Swoole HTTP Server trough HTTP interface
Code Climate has analyzed commit c62b55c and detected 3 issues on this pull request. Here's the issue category breakdown:
Note: there are 2 critical issues. The test coverage on the diff in this pull request is 77.8% (50% is the threshold). This pull request will bring the total coverage in the repository to 82.9% (-0.6% change). View more on Code Climate. |
k911
pushed a commit
that referenced
this pull request
Apr 26, 2019
## (2019-04-26) * refactor: Replace foreach loop with `yield from` expression ([8744f30](8744f30)) * refactor(http-client): Decouple components of Http clients ([eb60f5b](eb60f5b)) * refactor(pid): Rename "pid_file" option to "pid-file" (#42) ([2a234c3](2a234c3)), closes [#42](#42) * build(docker): Gather code coverage from tests running in containers ([12084e1](12084e1)) * build(docker): Parametrize image tags ([80bb0a8](80bb0a8)) * build(docker): Provide configuration for testing ([d4f630a](d4f630a)) * build(docker): Use "pcov" instead of "xdebug" as code coverage engine ([4284ed3](4284ed3)) * ci(circle): Add build to matrix with latest version of swoole ([af17b96](af17b96)) * ci(circle): Configure Docker layer cache ([6ec5731](6ec5731)) * ci(circle): Detect latest swoole version using pecl website ([1e83b4c](1e83b4c)) * ci(circle): Fix cache key in save cache step ([ec1c1d9](ec1c1d9)) * ci(circle): Optimize caching keys ([6fd1872](6fd1872)) * ci(circle): Set-up commitlint (#36) ([8fc4a0c](8fc4a0c)), closes [#36](#36) * ci(circleci): Add shellcheck step ([b086620](b086620)) * ci(codeclimate): Enable "shellcheck" ([7271cf8](7271cf8)) * ci(travis): Add separate builds with latest swoole and updated composer packages ([6a22070](6a22070)) * ci(travis): Enable CodeCov reporting ([35eb034](35eb034)) * ci(travis): Fix usage of CodeClimate on Pull Request ([741cd3e](741cd3e)) * ci(travis): Increase retries count for code coverage tests ([853f0a7](853f0a7)) * ci(travis): Remove code coverage step ([0292a43](0292a43)) * ci(travis): Switch "travis_retry" to custom bash script ([1f1de2a](1f1de2a)) * ci(travis): Switch distro to ubuntu xenial (#38) ([1d7a65c](1d7a65c)), closes [#38](#38) * ci(travis): Use swoole v4.3.1 ([dbd240a](dbd240a)) * chore(deps): Upgrade dependencies ([f4580a0](f4580a0)) * chore(deps): Upgrade dependencies ([0bed9e9](0bed9e9)) * chore(deps): Upgrade dependencies ([270b95b](270b95b)) * chore(deps): Upgrade dependencies ([ab745c8](ab745c8)) * chore(ide-helper): Switch to official swoole package (#49) ([c87cbc8](c87cbc8)), closes [#49](#49) * chore(phpstan): Ignore wrong reports of callable arguments ([d129105](d129105)) * test: Add InotifyHMR test ([e76729a](e76729a)) * test(code-coverage): Gather code coverage from server processes ([d6ef146](d6ef146)) * test(commands): Ensure symfony commands are registered correctly ([d3abbc1](d3abbc1)) * test(feature): Create feature tests suite ([e27d48f](e27d48f)) * test(mock): Fix Swoole Server mocks (#48) ([a93ac48](a93ac48)), closes [#48](#48) * test(xdebug-handler): Test restarting process when xdebug enabled ([740af84](740af84)) * feat: Add meaningful exceptions (#46) ([4e2cc6d](4e2cc6d)), closes [#46](#46) * feat(apiserver): Create API Server component (#32) ([a8d0ec2](a8d0ec2)), closes [#32](#32) [#2](#2) * feat(server): Add setting for "buffer_output_size" (#33) ([7a50864](7a50864)), closes [#33](#33) * feat(server): Set-up hooks on lifecycle events ([271a341](271a341)) * fix(di): Do not use integer node for port ([ac6fdcf](ac6fdcf)) * fix(hmr): Drop unused reference to SymfonyStyle object in InotifyHMR ([6b22485](6b22485)) * fix(reload): Make sure command works on macOS system ([4d99e9c](4d99e9c))
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area/config
area/docs
area/http-server
area/symfony-bundle
area/tests
kind/breaking-change
kind/feature
New feature or request
priority/important
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
API Server component will allow to manage Swoole HTTP Server trough HTTP interface.
Command
swoole:server:status
is added to get informations about currently running HTTP server.Closes #2