ust:meeting_minutes_october_18_20_2022

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ust:meeting_minutes_october_18_20_2022 [2022/10/20 23:28]
jchang
ust:meeting_minutes_october_18_20_2022 [2022/10/21 00:49] (current)
jchang [Updates]
Line 17: Line 17:
     * wget https://​gist.github.com/​kennybytes/​4bbbec29df847e94859f1ff28cc24244     * wget https://​gist.github.com/​kennybytes/​4bbbec29df847e94859f1ff28cc24244
     * git apply fake-mode.patch     * git apply fake-mode.patch
-    ​git status+      ​patch does not apply
   * Plugged in old HDD and it works   * Plugged in old HDD and it works
     * Need to find where old data is --> old postgres data     * Need to find where old data is --> old postgres data
Line 23: Line 23:
 **October 20, 2022** **October 20, 2022**
   * Changed line 99 of xbee_gateway.py --> now = datetime.now(timezone.utc) -> now = datetime.datetime.now(datetime.timezone.utc)   * Changed line 99 of xbee_gateway.py --> now = datetime.now(timezone.utc) -> now = datetime.datetime.now(datetime.timezone.utc)
-  * +  * Approved pull request and merged to master 
 +  * Fake patch 
 +    * Used own environments to create changes and make pull requests 
 +    * Restored files on lab computer 
 +    * Did a git pull to update files on lab computer to latest versions 
 +      * Note: issue with import statements in gateway_server.py (from decoder... take out the "​."​ from before the file) 
 +    *  
 +  * Staging environment 
 +    * Created tables on raspberrypi 
 +  * Old server data from HDD 
 +    * cd /media/ to cd into hard drive
 ===== Goals ===== ===== Goals =====
   * Gateway maintenance ​   * Gateway maintenance ​
  • ust/meeting_minutes_october_18_20_2022.1666308483.txt.gz
  • Last modified: 2022/10/20 23:28
  • by jchang