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

Bug 569340 design a way for an admin to interact with the server #688

Merged
merged 2 commits into from
Mar 27, 2021

Conversation

eparovyshnaya
Copy link
Contributor

  • Felix Gogo commands are employed to server management
  • licensing status display (self:status) command is implementd
  • basic server handle commands (server:start, server:stop, server:restart) are implemented

Signed-off-by: eparovyshnaya [email protected]

- Felix Gogo commands are employed to server management
- licensing status display (self:status) command is implementd
- basic server handle commands (server:start, server:stop,
server:restart) are implemented

Signed-off-by: eparovyshnaya <[email protected]>
- rename 'ui' package to 'interaction' as for unknown reason most peaple
cannot tell the difference between UI and GUI notions
- publish this package properly in a half-hidden way

Signed-off-by: eparovyshnaya <[email protected]>
@codecov
Copy link

codecov bot commented Mar 27, 2021

Codecov Report

Merging #688 (3afe645) into master (2b86b17) will decrease coverage by 0.14%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #688      +/-   ##
============================================
- Coverage     36.52%   36.37%   -0.15%     
  Complexity      339      339              
============================================
  Files           920      926       +6     
  Lines         19670    19749      +79     
  Branches       1178     1178              
============================================
  Hits           7184     7184              
- Misses        12087    12166      +79     
  Partials        399      399              
Impacted Files Coverage Δ Complexity Δ
.../passage/lbc/internal/jetty/FlsJettyActivator.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...assage/lic/internal/jetty/interaction/Command.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...ssage/lic/internal/jetty/interaction/Commands.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
.../internal/jetty/interaction/LicenseProtection.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
.../lic/internal/jetty/interaction/LicenseStatus.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...rnal/jetty/interaction/LicensedJettyActivator.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...eraction/RequirementsLicensingStatusExplained.java 0.00% <ø> (ø) 0.00 <0.00> (?)
.../passage/lic/internal/jetty/interaction/Scope.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
.../lic/internal/jetty/interaction/ServerHandles.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
... and 5 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 2b86b17...3afe645. Read the comment docs.

@eparovyshnaya eparovyshnaya merged commit 966d090 into master Mar 27, 2021
@eparovyshnaya eparovyshnaya deleted the 569340 branch April 2, 2021 15:01
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