Skip to content

v1.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 01:43
· 5 commits to integration since this release

[v4r3p5]

FIX: (DIRACGrid#566) Update CI according to the compatible DIRAC branch.
FIX: (DIRACGrid#564) Increase client.updateSoftware timeout

[v4r3p4]

FIX: (DIRACGrid#559) fix deployment action

[v4r3p3]

FIX: (DIRACGrid#557) Fix deployment CI job

[v4r3p2]

FIX: (DIRACGrid#555) fix deployment action

[v4r3p1]

FIX: (DIRACGrid#552) Handle requests without arguments for getSpaceOccupancyData

[v4r3]

FIX: (DIRACGrid#535) Use lists instead of tuples in VMDiracHandler
NEW: (DIRACGrid#514) use default menu for fresh WebApp installation
FIX: (DIRACGrid#515) align VMDIRAC with ext6
NEW: (DIRACGrid#501) add VMDIRAC application
CHANGE: (DIRACGrid#502) remove Desktop view
FIX: (DIRACGrid#500) move run_in_executor part to asyncGen decorated method
FIX: (DIRACGrid#499) Create the directory in /WebApp/StaticResourceLinkDir if it doesn't already exist
FIX: (DIRACGrid#494) Fix typo in deployment CI job
NEW: (DIRACGrid#494) provide finishWithImage method
FIX: (DIRACGrid#492) update encodeDatetime to defaultEncoder(issue DIRACGrid#490)
FIX: (DIRACGrid#491) Return list in PilotMonitorHandler.web_getSelectionData
FIX: (DIRACGrid#489) Make RegistryManagerHandler tolerant of null values
FIX: (DIRACGrid#488) Fix typo in deployment workflow
FIX: (DIRACGrid#486) Remove unused dynamic discovery of ExtJS version
NEW: (DIRACGrid#484) Add PyPI deployment
NEW: (DIRACGrid#484) Use a diracweb_packaging package to provide extjs
NEW: (DIRACGrid#484) Make WebAppDIRAC update the symlinks in /opt/dirac/webRoot/resources each time it's launched
FIX: (DIRACGrid#482) Mostly fixes bytes/str mix-ups in the code which are hard to spot without running it; optimization
NEW: (DIRACGrid#482) add git Python 3 tests
FIX: (DIRACGrid#481) Use a PEP-440 style version string if running with Python 3
FIX: (DIRACGrid#481) Miscellaneous Python 3 compatibility fixes
FIX: (DIRACGrid#479,DIRACGrid#480) Convert datetime object to string for tornado finish method
FIX: (DIRACGrid#472) use JobMonitoringClient().getJobGroups instead of deprecated getProductionIds
FIX: (DIRACGrid#470) set default variable for LOCATION in a SiteSummary
NEW: (DIRACGrid#470) add VO selector for SiteSummary and ResourceSummary
CHANGE: (DIRACGrid#467) move main source code to src
NEW: (DIRACGrid#467) add pyproject.toml, setup.py
CHANGE: (DIRACGrid#467) add project description to setup.cfg
NEW: (DIRACGrid#467) move tests things to tests
CHANGE: (DIRACGrid#467) rename README.md to README.rst
FIX: (DIRACGrid#466) fix selector of pilot stats
FIX: (DIRACGrid#465) return empty result instead error for no host request

[v4r2p9]

FIX: (DIRACGrid#530) fix bug in application downtime
FIX: (DIRACGrid#529) fix SystemAdministrator selector

[v4r2p8]

FIX: (DIRACGrid#525) fix SystemAdministrator selector, DIRACGrid#519 issue
FIX: (DIRACGrid#524) fix TimeSearch panel, DIRACGrid#518 issue

[v4r2p7]

FIX: (DIRACGrid#522) fix downtime message
FIX: (DIRACGrid#520) fix bug in applicationInDowntime

[v4r2p6]

FIX: (DIRACGrid#510) add arguments to getHosts in SystemAdministration
FIX: (DIRACGrid#511) downtime fix bug
FIX: (DIRACGrid#511) datetime field fix bug

[v4r2p5]

CHANGE: (DIRACGrid#506) change datetime field behavior in selector, use Time field
CHANGE: (DIRACGrid#505) get hosts from DB for SystemAdministrator
NEW: (DIRACGrid#503) declare downtime for the application

[v4r2p4]

FIX: (DIRACGrid#495) copy SettingsPanel.js to desktop folder

[v4r2p2]

CHANGE: (DIRACGrid#460) Use universal replaceImage instead setSrc or updateSrc

[v4r2p1]

FIX: (DIRACGrid#456) fix System, Module --> DIRACSystem, DIRACModule

[v4r2]

FIX: (DIRACGrid#443) return in case of error in SiteSummary
FIX: (DIRACGrid#443) additional configuration check in FileCatalog application
NEW: (DIRACGrid#443) a SessionData will accumulate the WebApp configuration completely
CHANGE: (DIRACGrid#439) Use ConfigurationClient instead of RPCClient
CHANGE: (DIRACGrid#440) optimize sysadmin getSysInfo method to use directly query ComponentMonitoring
FIX: (DIRACGrid#442) Site Summary fixes
FIX: (DIRACGrid#436) delete the missing key from the ComponentMonitoring response
CHANGE: (DIRACGrid#424) don't read web.cfg, use WebApp section in driac.cfg instead
CHANGE: (DIRACGrid#423) remove upload method from the RootHandler
NEW: (DIRACGrid#422) add new Selection Fields and Group By clauses for Activity Monitoring in the Accounting
NEW: (DIRACGrid#412) add getProperties helper method to the WebHandler
FIX: (DIRACGrid#412) fix bugs, change refreshStore to setStore in the js part of code, use getUserName, etc.. instead getSessionData
FIX: (DIRACGrid#406) add diraccfg to the requirements, minor fixes

[v4r0p39]

CHANGE: allow AccountingMonitor to get the full filter list in the accounting plots

[v4r0p38]

NEW: (DIRACGrid#473) use listStatesForWeb endpoint to make the Public State Manager faster

[v4r0p37]

FIX: (DIRACGrid#453) use setSrc to replaceImage

[v4r0p36]

NEW: (DIRACGrid#449) Add columns to SiteSummary overview tables.

[v4r0p35]

FIX: (DIRACGrid#444) fix SiteSummary plots and setter

[v4r0p33]

FIX: (DIRACGrid#437) use updateSrc instead setSrc to update plots
FIX: (DIRACGrid#434) use -L curl flag to fix tests
FIX: (DIRACGrid#420) sort alphabetically menus in webapp
FIX: (DIRACGrid#419) Disable bufferedRenderer in RegistryManager to allow better searching
FIX: (DIRACGrid#417) use raw instead data property
FIX: (DIRACGrid#415) use updateSrc instead setSrc for replaceImage method
FIX: (DIRACGrid#411) resove pyLint errors
CHANGE: (DIRACGrid#408) add diraccfg to the requirements

[v4r0p32]

FIX: (DIRACGrid#405) PilotMonitor showJobs feature now provide all the jobs bound to a pilot-job reference