2 months ago
2 months ago
Mike Romberg
committed
[ae0c78]
on
Code
version -> 1.17.5
2 months ago
Mike Romberg
committed
[736849]
on
Code
try having the postun-server scriptlet exit 0 (like before).
2 months ago
Mike Romberg
committed
[0a5ec2]
on
Code
update.
2 months ago
Mike Romberg
committed
[226fbc]
on
Code
move IrtAccess.py from server -> web.
2 months ago
Mike Romberg
committed
[677d97]
on
Code
Fix attr call.
2 months ago
Mike Romberg
committed
[2946e4]
on
Code
create gfe user with the systemd sysusers.d magic.
2 months ago
Mike Romberg
committed
[d8b86e]
on
Code
move to ifpxml.py
2 months ago
Mike Romberg
committed
[dda27e]
on
Code
move more code into ifpxml.py
2 months ago
Mike Romberg
committed
[fd5e50]
on
Code
pylint warnings.
2 months ago
Mike Romberg
committed
[8bda47]
on
Code
move some more xml code into ifpxml.py
2 months ago
Mike Romberg
committed
[ecdaf7]
on
Code
fix urllib imports.
2 months ago
Mike Romberg
committed
[476930]
on
Code
move some xml en/decoders into pylib module.
2 months ago
Mike Romberg
committed
[f20192]
on
Code
test was causing a race on the existance of /rpc
2 months ago
Mike Romberg
committed
[ad9f0f]
on
Code
urlopen() now warns when it has to do an implicit close. Fix it.
2 months ago
Mike Romberg
committed
[33b5b0]
on
Code
Don't use depricated tempfile methods.
2 months ago
Mike Romberg
committed
[cb38e0]
on
Code
pylint supressions for too long lines generated by swig.
2 months ago
Mike Romberg
committed
[5ca5c7]
on
Code
python 3.14 adjustments to reference counts.
2 months ago
Mike Romberg
committed
[ea489a]
on
Code
Tcl/Tk 9.0 changes.
2 months ago
Mike Romberg
committed
[9c50f2]
on
Code
encodeCookie() allreay converted to xml.
3 months ago
3 months ago
Mike Romberg
committed
[941562]
on
Code
version -> 1.17.4
3 months ago
Mike Romberg
committed
[a95511]
on
Code
version -> 1.17.4
3 months ago
Mike Romberg
committed
[dd9962]
on
Code
update.
3 months ago
Mike Romberg
committed
[40f2fa]
on
Code
cleanup.
3 months ago
Mike Romberg
committed
[f8eb65]
on
Code
Add more lock tests.
3 months ago
Mike Romberg
committed
[9a0067]
on
Code
move notification compress code and add tests.
3 months ago
Mike Romberg
committed
[8ff708]
on
Code
Add more tests.
3 months ago
Mike Romberg
committed
[f57127]
on
Code
avoid a copy.
3 months ago
Mike Romberg
committed
[62ef7b]
on
Code
refactor.
3 months ago
Mike Romberg
committed
[8201e8]
on
Code
Fix bug in compression of lock notifications which would drop
3 months ago
Mike Romberg
committed
[ee301c]
on
Code
use emplace rather than push
4 months ago
Mike Romberg
committed
[a3e968]
on
Code
turn logs of SSE back off.
4 months ago
Mike Romberg
committed
[b19f65]
on
Code
scanD2D can produce LOTS of grid updates. Compres them before adding
4 months ago
Mike Romberg
committed
[388807]
on
Code
log aroun dgetNotifications().
4 months ago
Mike Romberg
committed
[5a7195]
on
Code
More notification logs.
4 months ago
Mike Romberg
committed
[098617]
on
Code
more logs for droped connections.
4 months ago
Mike Romberg
committed
[1a3986]
on
Code
Rewrite SSE parser.
5 months ago
Mike Romberg
committed
[ffa1c1]
on
Code
Run pylint on unit tests.
5 months ago
Mike Romberg
committed
[bc2484]
on
Code
Fix warnings with -std=c++23
5 months ago
Mike Romberg
committed
[df332b]
on
Code
Look for an (optional config/local.mk) makefile fragment.
5 months ago
Mike Romberg
committed
[8d1cc3]
on
Code
Don't disable python verbose logs as the msg is always calculated anyway.
7 months ago
Mike Romberg
committed
[90d5e2]
on
Code
use subprocess to fork/exec.
7 months ago
Mike Romberg
committed
[8df2cd]
on
Code
logEvent -> logVerbose
7 months ago
Mike Romberg
committed
[ac9045]
on
Code
Move all of python warning setup to pywarnings.py
7 months ago
Mike Romberg
committed
[e844d0]
on
Code
clear the expected python exceptions + add tests for void *.
7 months ago
Mike Romberg
committed
[9beb56]
on
Code
use cherrypy.expose decorator.
7 months ago
Mike Romberg
committed
[c63075]
on
Code
Fix depricated re.sub() count paramater.
8 months ago
8 months ago
8 months ago
Mike Romberg
committed
[0364a3]
on
Code
Fedora 42 nuked the /usr/sbin dir.
8 months ago
Mike Romberg
committed
[141c3c]
on
Code
version -> 1.17.3
8 months ago
Mike Romberg
committed
[d25b5f]
on
Code
disable warning about threads and fork
8 months ago
Mike Romberg
committed
[90aaa5]
on
Code
update.
8 months ago
Mike Romberg
committed
[408187]
on
Code
use WRNSWITCH
8 months ago
Mike Romberg
committed
[e50a54]
on
Code
remove unneeded filters.
8 months ago
Mike Romberg
committed
[d65d85]
on
Code
fix pylint warnings.
8 months ago
Mike Romberg
committed
[3cc38a]
on
Code
Supress R0917 (too many paramaters) warning.
8 months ago
Mike Romberg
committed
[ca3b55]
on
Code
Refactor the python warning code. Add filter for a warning on some internal
8 months ago
Mike Romberg
committed
[35143d]
on
Code
Don't use depricated wstring conversion. Just do a simple copy.
8 months ago
Mike Romberg
committed
[0c3ee4]
on
Code
Use as/from voidptr pylong api.
8 months ago
Mike Romberg
committed
[846f86]
on
Code
use pkg-config to locate the tcl/tk (version 8) headers and libraries.
8 months ago
Mike Romberg
committed
[4c9889]
on
Code
Revert "use pkg-config for tcl/tk libraries."
8 months ago
Mike Romberg
committed
[2a05cb]
on
Code
eliminate use oftkinter.Tk()
8 months ago
Mike Romberg
committed
[52957e]
on
Code
Add support for void * to/from long
8 months ago
Mike Romberg
committed
[9ded93]
on
Code
syncTk() now seems to fail with tk 9.0. But update() does something.
8 months ago
Mike Romberg
committed
[5bf39b]
on
Code
use pkg-config for tcl/tk libraries.
8 months ago
Mike Romberg
committed
[f564bb]
on
Code
use <stdcint>
1 year ago
RHEL8 is currently running python-3.6 (according to google). So, it might work. But I would not be surprised to find that an adjustment or two might be needed for the older packages in RHEL8. The installation steps should be the same as fedora (RHEL is based on fedora) found in the README. In particular you will want to check the list of "Requires" packages found in the config/gfe.spec file and make sure they are installed before attempting the build.
1 year ago
Installing on RHEL8
1 year ago
Mike Romberg
committed
[f0d3e9]
on
Code
refactor.
1 year ago
Mike Romberg
committed
[cc0a4d]
on
Code
cleanup.
1 year ago
Mike Romberg
committed
[9467d5]
on
Code
make pylint happy.
1 year ago
Mike Romberg
committed
[f9c016]
on
Code
don't cache a generator.
1 year ago
Mike Romberg
committed
[e5f89c]
on
Code
small math optimization.
1 year ago
Mike Romberg
committed
[c204a4]
on
Code
Make source database static for performance.
1 year ago
Mike Romberg
committed
[bffdd1]
on
Code
Allow for a db to be *static* (we inventory assumed to never change).
1 year ago
Mike Romberg
committed
[d72795]
on
Code
cache db and we objects with functools.
1 year ago
Mike Romberg
committed
[5690ee]
on
Code
cleanup.
1 year ago
Mike Romberg
committed
[6a11c5]
on
Code
update filters
1 year ago
Mike Romberg
committed
[800b88]
on
Code
use __contains__ rather than .keys()
1 year ago
Mike Romberg
committed
[f805a1]
on
Code
cleanup.
1 year ago
Mike Romberg
committed
[c652a3]
on
Code
cleanup.
1 year ago
Mike Romberg
committed
[602d3c]
on
Code
cleanup.
1 year ago
Mike Romberg
committed
[7d5762]
on
Code
Use fnutil.combo for setupBLCube calls.
1 year ago
Mike Romberg
committed
[5b0150]
on
Code
function decorator module.
1 year ago
Mike Romberg
committed
[f4197c]
on
Code
tests for __contains__ and get()
1 year ago
Mike Romberg
committed
[faec01]
on
Code
make GridUtil methods protected.
1 year ago
Mike Romberg
committed
[6356e8]
on
Code
tests for ifp.init.GridUtil
1 year ago
Mike Romberg
committed
[46647d]
on
Code
cleanup.
1 year ago
Mike Romberg
committed
[ff89bd]
on
Code
pylint fixes.
1 year ago
Mike Romberg
committed
[3b36e2]
on
Code
ifpc changes + use inspect module for introspection.
1 year ago
Mike Romberg
committed
[025d9b]
on
Code
.keys() returns iterator. Add __contains__
1 year ago
1 year ago
Mike Romberg
committed
[a2bfa5]
on
Code
version -> 1.17.2
1 year ago
Mike Romberg
committed
[d21b2a]
on
Code
update.
1 year ago
Mike Romberg
committed
[a70b6a]
on
Code
cleanup
1 year ago
Mike Romberg
committed
[3e5854]
on
Code
IceAmt -> IceAccum
1 year ago
Mike Romberg
committed
[4a1b3f]
on
Code
IceAccum for NAM12 and GFS75.
1 year ago
Mike Romberg
committed
[1d0deb]
on
Code
weather grid/key utilities.