Code Monkey home page Code Monkey logo

wimp-intellog's People

Contributors

agelito avatar

Watchers

 avatar  avatar

wimp-intellog's Issues

Validate PR's conforming to conventional commits standard

Is your feature request related to a problem? Please describe.
The project changelog generation is based on conventional commits. It's hard to manually review that all PR's title and description matches conventional commits.

Describe the solution you'd like
Add automatic verification of PR's content matching conventional commits using GitHub actions.

Remove the default Config.json file from repository

Describe the bug
Since the application have in memory default configuration we don't have to keep the Config.json file in repository. Doing this reduces risk of any sensitive or deployment specific information being publicly accessible.

To Reproduce
Steps to reproduce the behavior:

  1. Clone project
  2. See Config.json file in project root

Expected behavior
No Config.json in project root after cloning.

Release build log output is too verbose

Describe the bug
When running the application there's a lot of system log output. It would be better to only display information log messages and above coming from application code (instead of system code).

To Reproduce
Steps to reproduce the behavior:

  1. Download release build v1.0.0
  2. Run the build
  3. Post messages in intel channel (or dummy test file)
  4. See multiple log messages for each POST request made.

Expected behavior
Only see log output about warnings or errors.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows
  • Version 10

'currentFile' is null on at least one execution path.

currentFile object could be null on this line:
LogWatcherService.cs:79: fs = new FileStream(currentFile.Path, FileMode.Open, FileAccess.Read, FileShare.ReadWrite);

This would be an issue in rare cases where all observed files suddenly disappear.

[Feature] Allow observing multiple chat channels

Is your feature request related to a problem? Please describe.
In some cases corporations or alliances have multiple intel channels for different regions. It would be great if the application can track and process log messages from each channel.

Describe the solution you'd like

  • Change configuration to allow passing an array of chat channel names.
  • Instantiate a file observer for each chat channel name and process messages from each one.

Describe alternatives you've considered
Another possible alternative would be to launch one application with a different configuration for each chat channel. This alternative seems much harder to manage for the users.

Additional context
N/A

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.