Commit graph

21 commits

Author SHA1 Message Date
Shay Carter
6fc73fefc6 First pass at upgrading for v23.4.1 of AWIPS
- several small changes (whitespace/comment) for some python classes
- small changes for init.py that wasn't quite correct in v20
- updated thrift package
- updated a few classes for v23.4.1 changes:
  - QpidSubscriber.py
  - qpidingest.py
2024-04-01 13:25:43 -06:00
Shay Carter
008ccd07f5 Remove change that copied MJ
- don't use bufferset in EnumSetAdapter, just keep it as set, works properly that way
2023-10-24 13:16:28 -06:00
Shay Carter
0797d070c2 Small change from MJ for getEnumSet
- set has no attribute getEnumSet, use bufferset
- see [this previous MJ commit](e20bf91a32)
2023-09-11 11:58:44 -06:00
Shay Carter
fd295d2865 First step on bringing over v20 python code
- brought over all the pythonPackages from the following repos/packages:
  - awips2/pythonPackages
  - awips2/edexOsgi/com.raytheon.uf.common.alertviz/pythonPackages
  - awips2/edexOsgi/com.raytheon.uf.common.mpe/pythonPackages
  - awips2/edexOsgi/com.raytheon.uf.common.dataplugin.text/pythonPackages
  - awips2/edexOsgi/com.raytheon.uf.common.dataplugin.grid/pythonPackages
  - awips2/edexOsgi/com.raytheon.uf.common.activetable/pythonPackages
  - awips2/edexOsgi/com.raytheon.uf.common.management/pythonPackages
  - awips2/edexOsgi/com.raytheon.uf.common.dataplugin.gfe/pythonPackages
  - awips2/edexOsgi/com.raytheon.uf.common.dataplugin.radar/pythonPackages
  - awips2/edexOsgi/com.raytheon.uf.common.site/pythonPackages
  - awips2-core/common/com.raytheon.uf.common.auth/pythonPackages
  - awips2-core/common/com.raytheon.uf.common.message/pythonPackages
  - awips2-core/common/com.raytheon.uf.common.localization/pythonPackages
  - awips2-core/common/com.raytheon.uf.common.datastorage/pythonPackages
  - awips2-core/common/com.raytheon.uf.common.pointdata/pythonPackages
  - awips2-core/common/com.raythoen.uf.common.pypies/pythonPackages
  - awips2-core/common/com.raytheon.uf.common.dataaccess/pythonPackages
  - awips2-core/common/com.raytheon.uf.common.dataplugin.level/pythonPackages
  - awips2-core/common/com.raytheon.uf.common.serialization/pythonPackages
  - awips2-core/common/com.raytheon.uf.common.time/pythonPackages
  - awips2-core/common/com.raytheon.uf.common.dataplugin/pythonPackages
  - awips2-core/common/com.raytheon.uf.common.dataquery/pythonPackages
- updated the _init_.py file in dynamicserialize/dstypes/com/raytheon/uf/common to have all the proper elements listed
- started to replace "ufpy" instances with "awips"
  - awips/test/testQpidTimeToLive.py
  - awips/test/dafTests/testWarning.py
  - awips/test/dafTests/testCombinedTimeQuery.py

- will continue the "ufpy" replacement in a separate commit for easier clarity
2023-08-23 11:45:18 -06:00
Michael James
da55f86dc0 add missing imports 2018-10-16 21:34:14 -06:00
Michael James
1b68f8800c PEP 8 coding standards 2018-10-16 21:33:43 -06:00
Michael James
ff2c227550 more code cleanup 2018-10-16 13:54:22 -06:00
Michael James
85680fe96c further cleanup for built-ins and formatting/indentation 2018-10-16 12:35:18 -06:00
Michael James
e20bf91a32 type object 'set' has no attribute 'getEnumClass' 2018-10-15 21:31:59 -06:00
Michael James
18f9afa122 cleanup, remove variable names copying built-ins, fix logic, etc. 2018-10-15 21:05:01 -06:00
Michael James
0b9a06851f further code cleanup, remove semicolons, isinstance() rather than type(), logical tidiness 2018-10-15 13:44:15 -06:00
Michael James
d40f3d9586 rm activetable, ActiveTableModeAdapter, LockTableAdapter 2018-10-15 08:53:59 -06:00
Michael James
854d227120 header and class formatting 2018-10-14 17:37:08 -06:00
Michael James
7a88a6d3db code cleanup, rm unused imports, various bug fixes 2018-10-06 08:35:30 -06:00
Michael James
4313260994 rm gfe svcbu and isc request classes 2018-10-06 08:12:09 -06:00
mjames-upc
13d88baa0c rm JobProgressAdapter ref 2018-09-06 21:04:34 -06:00
mjames-upc
e3b4fc8060 Added JobProgressAdapter 2018-09-06 20:14:11 -06:00
mjames-upc
fc2c5cb930 more manual fixes 2018-09-06 19:27:58 -06:00
mjames-upc
7a2dca5d37 manual fixes 2018-09-06 18:51:43 -06:00
Michael James
f172333430 python3 compliance notebook tested 2018-09-06 12:11:36 -06:00
mjames-upc
c132d638fe initial commit 2018-09-05 15:52:38 -06:00