-
Notifications
You must be signed in to change notification settings - Fork 2
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
Logging service #52
Open
MasterSushiChef
wants to merge
90
commits into
master
Choose a base branch
from
logging-service
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Logging service #52
Changes from 88 commits
Commits
Show all changes
90 commits
Select commit
Hold shift + click to select a range
a75f4e4
Non-working ICMP ping
MasterSushiChef 4fc6eab
Installed net-ping
MasterSushiChef ddee361
Added DevicePing protobuf message and 'icmp' field in PingTimes
MasterSushiChef 26edfb7
Changed device ping function
MasterSushiChef d3d2f12
Not working tests
MasterSushiChef 340b1a3
Implemented ICMP pinging of devices
MasterSushiChef 786275f
Removed semicolon in Dockerfile.test and readded list field in PingTi…
MasterSushiChef 039da78
Copy raw-socket instead of gphoto2
MasterSushiChef 6a44da7
Start of logging service
MasterSushiChef 15d2cf8
Rough outline of logging service
MasterSushiChef 9c1f83b
added capability to log data from api pings
MasterSushiChef ad8367a
updated fields for service constructor and influx database
MasterSushiChef 91de9ea
Updated tests
MasterSushiChef 8db8233
Connected InfluxDB and Grafana
MasterSushiChef cdeee53
Logging service files
MasterSushiChef ef3947b
Deleted old L O G S service
MasterSushiChef bd73c55
Ping data displaying in grafana
MasterSushiChef 00b6c52
Merge branch 'master' of https://github.com/uavaustin/orchestra into …
MasterSushiChef 870fa71
fix merge conflicts with pong
MasterSushiChef 8b99b45
Added functionality to get telemetry uptime
MasterSushiChef f64c027
Added telemetry status to database
MasterSushiChef 1047f75
Added 'ONLINE' and 'OFFLINE' statuses for telemetry service
MasterSushiChef 0bdc5be
gitignore
MasterSushiChef feee525
Updated alpine version so libsll1.1 can install
MasterSushiChef 4bd9fde
Added env variables to Dockerfile
MasterSushiChef 94a7de1
Added lumberjack to orchestra make
MasterSushiChef 647e155
Added function and endpoint to get connection state of the plane
MasterSushiChef 03164fe
Changed name of variables in lumberjack Makefile
MasterSushiChef 69541ce
Added additional env variables to start-service
MasterSushiChef f99b201
-Implemented ability to get status of plane telemetry through length …
MasterSushiChef d3b5c06
Add function to get lenght of task queue
MasterSushiChef b324aed
lumberjack now depends on forward-interop and pong
MasterSushiChef 5f68d54
Added port variable
MasterSushiChef a9822d6
Includes grafana json file
MasterSushiChef 6d1460d
grafana config (?)
MasterSushiChef 1fbcae1
delete useless grafana files
MasterSushiChef 2f718c7
Add Grafana provisioning files
oldmud0 c67abc0
Tests for lumberjack
MasterSushiChef 33daa65
Merge branch 'logging-service' of https://github.com/uavaustin/orches…
MasterSushiChef 4ffe00e
Minor style fixes in lumberjack
oldmud0 26f77b9
Update package.json
MasterSushiChef b403780
Delete package-lock.json
MasterSushiChef c26f936
Update docker compose
MasterSushiChef be25727
Delete router.js
MasterSushiChef 6f48b4b
Remove package-lock.json
MasterSushiChef e758295
Merge branch 'logging-service' of https://github.com/uavaustin/orches…
MasterSushiChef 49a2d75
Small features added and fixes
MasterSushiChef 05e038a
Add lumberjack to Travis CI
oldmud0 625475e
eslint file
MasterSushiChef 3b43921
Merge branch 'logging-service' of https://github.com/uavaustin/orches…
MasterSushiChef 97687b6
Remove task queue
MasterSushiChef 4da1cd0
Removed task queue function from telemetry
MasterSushiChef b91279f
Remove Grafana provisioning files
oldmud0 a3abb83
Remove .DS_Store
oldmud0 6d57057
Plane telemetry task
MasterSushiChef 6e62325
Updated to include task intervals across tests and services
MasterSushiChef c526960
Merge branch 'logging-service' of https://github.com/uavaustin/orches…
MasterSushiChef 3f4f318
Fixed timing problems with tests
MasterSushiChef 6f0eac9
Add babelrc file
MasterSushiChef 8ffb903
Added plane telemetry task
MasterSushiChef 5f0d1c0
Tests for plane telemetry
MasterSushiChef 8ff243b
fix for plane telemetry
MasterSushiChef 314bbbc
Merge branch 'master' of https://github.com/uavaustin/orchestra into …
MasterSushiChef f9b98a8
Merge fixes
MasterSushiChef 748ef2e
Lumberjack: DRY the code a bit
oldmud0 eafd29c
Lumberjack: Address PR review
oldmud0 ab06a87
Fixed '' host issue, container start up timing
MasterSushiChef 3df8f60
Assign statuses to 1 or 0
MasterSushiChef 854c5cf
comment
MasterSushiChef 283a819
update interop-server image
MasterSushiChef 1e3fd5d
line length
MasterSushiChef badc160
literally a space
MasterSushiChef d15f838
stop and remove influxdb container after testing
MasterSushiChef d096959
didn't catch a space
MasterSushiChef 53478a8
Merge pull request #67 from uavaustin/logging-test-fix
MasterSushiChef f37be96
Adds the code that clear all InfluxDB database.
vinaxue 1a83d55
Changes the mode of the files back to 644
vinaxue 39a8060
Added a router file for lumberjack.
vinaxue 69259a2
Merge branch 'logging-service' of https://github.com/uavaustin/orches…
vinaxue 7ae69f7
Condensed the clearData code.
vinaxue a72331c
begin work on more unit tests
MasterSushiChef 1f458a2
update tests
MasterSushiChef b8d8907
Merge branch 'master' into logging-service
MasterSushiChef c83ceab
fix grafana in testing
MasterSushiChef f02376a
Revert "fix grafana in testing"
5Nosaj5 d77f00c
Added Lumberjack timestamps
5Nosaj5 6327bac
Format fixed
5Nosaj5 483961b
fix grafana again
senkevinli 84c85ce
updated timing lumberjack
senkevinli cd23918
env variable support
senkevinli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So what ended up happening with this?