Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / rgolubtsov/hooke-jeeves-nlp-spring-boot-webflux-mongodb-reactive issues and pull requests

#35 - Containerize the microservice.

Issue - State: open - Opened by rgolubtsov almost 3 years ago
Labels: Enhancement

#34 - Get the application properties object from the app class.

Pull Request - State: closed - Opened by rgolubtsov almost 3 years ago - 1 comment
Labels: Enhancement

#33 - Enable debug logging on a conditional manner.

Pull Request - State: closed - Opened by rgolubtsov almost 3 years ago - 1 comment
Labels: Enhancement, Minor enhancement

#32 - Attribution: Keep the intermediate debug output in the original format, taken from Netlib.

Pull Request - State: closed - Opened by rgolubtsov almost 3 years ago - 1 comment
Labels: Enhancement, Minor enhancement

#31 - Get rid of unused and inactive piece of code.

Pull Request - State: closed - Opened by rgolubtsov almost 3 years ago - 1 comment
Labels: Minor enhancement

#30 - Get the scaling factor for a double-precision value from the object property instead of calling its dedicated helper method on every request.

Pull Request - State: closed - Opened by rgolubtsov almost 3 years ago - 1 comment
Labels: Enhancement, Minor enhancement

#29 - Get the scaling factor for a double-precision value from application properties.

Pull Request - State: closed - Opened by rgolubtsov almost 3 years ago - 1 comment
Labels: Enhancement

#28 - TODO: Implement calculating the objective function value.

Issue - State: closed - Opened by rgolubtsov almost 3 years ago - 1 comment
Labels: Continue implementing

#27 - Finish remaining activities (optimistically) to deal with response bodies, status codes, and error messages.

Pull Request - State: closed - Opened by rgolubtsov almost 3 years ago - 1 comment
Labels: Continue implementing, Bugfix, Bug, Minor enhancement

#26 - Return an appropriate response body when the HTTP status code is 400 Bad Request.

Pull Request - State: closed - Opened by rgolubtsov almost 3 years ago - 1 comment
Labels: Continue implementing

#25 - Return a compound response POJO: with the "output" POJO inside it.

Pull Request - State: closed - Opened by rgolubtsov almost 3 years ago - 1 comment
Labels: Enhancement

#24 - Return a compound response POJO: with the "inputs" POJO inside it.

Pull Request - State: closed - Opened by rgolubtsov almost 3 years ago - 1 comment
Labels: Enhancement

#23 - Return the response body when the HTTP status code is 200 OK.

Pull Request - State: closed - Opened by rgolubtsov almost 3 years ago - 1 comment
Labels: Continue implementing

#22 - Refactoring: Bring out app classes to the upper dir., parse and validate data in a safer way, etc.

Pull Request - State: closed - Opened by rgolubtsov about 3 years ago - 1 comment
Labels: Enhancement, Minor enhancement

#21 - Start up MongoDB and query Travis CI worker system for characteristics and available resources.

Pull Request - State: closed - Opened by rgolubtsov about 4 years ago - 1 comment
Labels: Configuration management

#20 - Add Travis CI config.

Pull Request - State: closed - Opened by rgolubtsov about 4 years ago - 1 comment
Labels: Configuration management

#19 - Colorize and stylize Doxygen API docs a little.

Pull Request - State: closed - Opened by rgolubtsov over 4 years ago - 1 comment
Labels: Documentation, Configuration management

#18 - Tailor the project to be Doxygen-ready.

Pull Request - State: closed - Opened by rgolubtsov over 4 years ago - 1 comment
Labels: Documentation, Configuration management

#17 - Print out current API version for each component.

Pull Request - State: closed - Opened by rgolubtsov over 4 years ago - 1 comment
Labels: Documentation, Configuration management

#16 - Refine Javadoc and plain comments to look aesthetically pleasing.

Pull Request - State: closed - Opened by rgolubtsov over 4 years ago - 1 comment
Labels: Documentation

#15 - Refine Javadoc comments to look aesthetically polished.

Pull Request - State: closed - Opened by rgolubtsov over 4 years ago - 1 comment
Labels: Documentation, Configuration management

#14 - Joxyfile is for Javadoc, just like Doxyfile is for Doxygen.

Pull Request - State: closed - Opened by rgolubtsov over 4 years ago - 1 comment
Labels: Documentation, Configuration management

#13 - Tailor the project to be Javadoc-ready.

Pull Request - State: closed - Opened by rgolubtsov over 4 years ago - 1 comment
Labels: Documentation, Configuration management

#13 - Tailor the project to be Javadoc-ready.

Pull Request - State: closed - Opened by rgolubtsov over 4 years ago - 1 comment
Labels: Documentation, Configuration management

#12 - Fix NullPointerException for /solve requests.

Pull Request - State: closed - Opened by rgolubtsov over 4 years ago - 1 comment
Labels: Continue implementing, Bugfix

#10 - Print HTTP request method name in a log entry.

Pull Request - State: closed - Opened by rgolubtsov over 4 years ago - 1 comment
Labels: Continue implementing

#9 - Make use of a controller helper class and configure logging to a log file.

Pull Request - State: closed - Opened by rgolubtsov over 4 years ago - 1 comment
Labels: Continue implementing

#8 - Introduce and use the SLF4J logger.

Pull Request - State: closed - Opened by rgolubtsov over 4 years ago - 1 comment
Labels: Continue implementing, Documentation

#7 - Continue implementing validating request params.

Pull Request - State: closed - Opened by rgolubtsov over 4 years ago - 1 comment
Labels: Continue implementing

#6 - Start implementing validating request params.

Pull Request - State: closed - Opened by rgolubtsov over 4 years ago - 1 comment
Labels: Continue implementing, Documentation

#5 - Bugfix: Correct and simplify calculating the number of function evaluations on each request.

Pull Request - State: closed - Opened by rgolubtsov over 4 years ago - 1 comment
Labels: Continue implementing, Bugfix

#4 - Retrieve initial guess data from the database and call the main optimization method on them. Print the final solution.

Pull Request - State: closed - Opened by rgolubtsov over 4 years ago - 1 comment
Labels: Continue implementing

#3 - Implement HTTP PUT REST methods to store initial guess data in the database for both Rosenbrock and Woods objective functions.

Pull Request - State: closed - Opened by rgolubtsov over 4 years ago - 1 comment
Labels: Continue implementing

#2 - Add rudimentary REST method to store initial guess data.

Pull Request - State: closed - Opened by rgolubtsov over 4 years ago - 1 comment
Labels: Continue implementing

#1 - Hooke and Jeeves nonlinear unconstrained minimization algorithm implementation.

Pull Request - State: closed - Opened by rgolubtsov over 4 years ago - 1 comment
Labels: Start implementing