Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#36 fixed Integration of rasdaman test Jinsongdi Yu j.yu@…
Description

integrate test in to ../systemtest

#37 fixed patch manager needs improvement Peter Baumann
Description

1) patch mgr shows only the 10 most recent patches, but doesn't state that clearly. should provide a brief text and maybe an option to see all patches. 2) download of patches leads to the error below:

While doing a GET operation on /patchmanager, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'patchop': u'Download'}

User Agent was: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8

System Information

Trac 0.11.5
Python 2.6.4 (r264:75706, Dec 7 2009, 19:02:09)
[GCC 4.4.1]
setuptools 0.6c9
SQLite 3.6.16
pysqlite 2.4.1
Genshi 0.5.1
mod_python 3.3.1
Bitten 0.7dev
Pygments 1.0
GIT 1.6.3.3
jQuery: 1.3.2

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 444, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 205, in dispatch
    resp = chosen_handler.process_request(req)
  File "/home/trac/petascope/plugins/PatchManager-andrei.egg/PatchManager/web_ui.py", line 34, in process_request
    result = patchMan.process_command(req.args['patchop'], req)
  File "/home/trac/petascope/plugins/PatchManager-andrei.egg/PatchManager/PatchMan.py", line 159, in process_command
    self.processDownloadPatch(req)
  File "/home/trac/petascope/plugins/PatchManager-andrei.egg/PatchManager/PatchMan.py", line 116, in processDownloadPatch
    self.env.log.debug(req.args['select[]'])
KeyError: 'select[]'

#38 fixed RasJ reports wrong query result Heinrich Stamerjohanns anonymous
Description

When query select add_cells(i[5:5]) from NN3_1 AS i is executed via RasJ library, the following wrong result is returned: result=-2.292137065441767E273

but the correct result is (obtained via rasql): 7835

The corresponding rasql invocation is: ./rasql -q "select add_cells(i[5:5]) from NN3_1 AS i" —out string

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.