Timeline
05/09/20:
- 10:43 Ticket #79 (change the letters in html of uppercase to lowercase) created by
- 09:40 Ticket #78 (the new job code for trans cal with emptycell and solvent considered) created by
- the is_emptycell and is_solvent is considered in the trans cal, and …
- 09:31 Changeset [7fa63e5] by
- trans emptycell and solvent #77 done Change-Id: …
- 09:30 Ticket #77 (the job for transmission of emptycell and solvent) closed by
- fixed
05/08/20:
- 16:21 Ticket #77 (the job for transmission of emptycell and solvent) created by
- the plot button for transmission emptycell and solvent
- 16:10 Ticket #76 (IQ2D page conf linked) closed by
- fixed
- 16:01 Changeset [b88f451] by
- iq2d page linked #76 done Change-Id: …
- 15:34 Changeset [3675d30] by
- iq2d basic page #75 done Change-Id: …
- 15:30 Ticket #76 (IQ2D page conf linked) created by
- linked emptycell and solvent checkbox with iq2d page
- 15:29 Ticket #75 (IQ2D tab basic page) closed by
- fixed
- 14:38 Ticket #75 (IQ2D tab basic page) created by
- the basic description of iq2d tab page
- 14:35 Ticket #72 (add the link with configuration and transmission tab) closed by
- fixed
05/07/20:
- 16:31 Ticket #74 (iq link with conf page) closed by
- fixed
- 12:17 Changeset [fffff01] by
- iq tab conf linked #74 done Change-Id: …
- 11:22 Changeset [676d861] by
- iq tab basic page #73 done Change-Id: …
- 11:19 Ticket #74 (iq link with conf page) created by
- the iq input for emptycell and solvent related runs, also the solvent …
- 11:18 Ticket #73 (the html layout for IQ Tab) closed by
- fixed
- 09:46 Ticket #73 (the html layout for IQ Tab) created by
- basic layout of IQ Tab, based on SANS_Portal_Design_V04, including …
- 09:21 Changeset [dac751f] by
- trans link with conf #72 done Change-Id: …
05/06/20:
- 12:29 Ticket #72 (add the link with configuration and transmission tab) created by
- If the checkbox of emptycell or solvent is checked, then the chosen of …
- 11:46 Ticket #71 (set the conf page changes by checkbox) closed by
- fixed
- 11:13 Changeset [635c371] by
- emptycell solvent checkbox #71 done Change-Id: …
05/05/20:
- 08:22 Changeset [7e44c10] by
- conf layout files select #70 done Change-Id: …
- 08:18 Ticket #70 (design for the layout of configuration) closed by
- fixed
04/30/20:
- 09:04 Ticket #69 (layout of html for SANS-Web at Configuration Page) closed by
- fixed
- 09:04 Ticket #68 (adding the navigation page for SANS-web) closed by
- fixed
- 08:54 Changeset [7692360] by
- layout for SANS-Web #69 done Change-Id: …
04/28/20:
- 12:43 Ticket #18 (update SANS definition file to V4) closed by
- fixed
- 12:18 Ticket #71 (set the conf page changes by checkbox) created by
- if checkbox of emptycell is not checked, then the checkbox of solvent …
- 09:10 Ticket #70 (design for the layout of configuration) created by
- adding the layout of configuration to the html file
04/26/20:
- 16:36 Ticket #69 (layout of html for SANS-Web at Configuration Page) created by
- The layout of SANS-Web at configuration page.
- 16:31 Changeset [dcb57c2] by
- SANS Nav #68 done Change-Id: I8bfadf8f0ca9f5ca1fc74324e6995928a1539b7c
- 16:17 Ticket #68 (adding the navigation page for SANS-web) created by
- There're different modules for SANS to input different parameters. …
04/23/20:
04/19/20:
- 08:14 Changeset [f332509] by
- change job.queue #60 Change-Id: I8afb0cc0fcc7c831a4f950cae7ec378280fe9ead
- 07:02 Changeset [6c9211b] by
- use StrictReids? #66 Change-Id: Ic28294db1c87081b7a22da36d89d14acd57405a1
- 06:58 Ticket #66 (use StrictRedis instead of Redis) closed by
- fixed
- 06:55 Changeset [a7d144e] by
- move myrq in app/init.py #67 Change-Id: …
- 06:54 Ticket #67 (state myrq in __init__.py) closed by
- fixed
- 06:45 Ticket #67 (state myrq in __init__.py) created by
- myrq=RQ(burst=True)
- 06:37 Ticket #66 (use StrictRedis instead of Redis) created by
- pool = redis.ConnectionPool?(host=‘127.0.0.1‘, port=6379) r = …
- 03:56 Ticket #65 (Supervisor mode) created by
- Supervisor: A Process Control System
- 00:27 Changeset [421cb30] by
- move config to app/config #64 Change-Id: …
- 00:23 Ticket #59 (remove rq.Queue) closed by
- fixed
- 00:23 Ticket #41 (config not works in jobs) closed by
- fixed
- 00:22 Ticket #64 (change config handling) closed by
- fixed
- 00:14 Ticket #62 (set RQ_ASYNC True) reopened by
- 00:00 Ticket #64 (change config handling) created by
- Why do this? The jobs and models cannot run without context. from …
04/18/20:
- 23:31 Changeset [3412f9a] by
- remove local setting in worker.py #63 Change-Id: …
- 23:26 Ticket #63 (remove local setting in worker.py) closed by
- fixed
- 23:24 Ticket #63 (remove local setting in worker.py) created by
- redis.ConnectionPool?.from_url
- 23:09 Changeset [394ba6f] by
- set RQ_ASYNC True #62 Change-Id: I2261663dbb916761339366a9f37f5d51d8291604
- 23:04 Ticket #62 (set RQ_ASYNC True) closed by
- fixed
- 23:03 Changeset [bcb4b37] by
- change to args in sans/views.py #62 Change-Id: …
- 23:03 Ticket #62 (set RQ_ASYNC True) created by
- run jobs asynchronously
- 22:58 Ticket #61 (use args to set parameters) closed by
- fixed
- 22:55 Ticket #61 (use args to set parameters) created by
- @rq.job() def add(x, y): return x + y default_queue.enqueue(add, …
- 22:51 Ticket #60 (use rq.job) created by
- myrq.get_queue().enqueue is good way.
- 22:43 Ticket #59 (remove rq.Queue) created by
- app.queue = rq.Queue('neiw-tasks', …
- 22:32 Ticket #25 (use blueprint to manage views) closed by
- fixed
- 22:32 Ticket #25 (use blueprint to manage views) reopened by
- 22:32 Ticket #30 (add python-highcharts module) closed by
- invalid
- 22:32 Ticket #30 (add python-highcharts module) reopened by
- 22:31 Ticket #29 (create sans blueprint) closed by
- fixed
- 22:31 Ticket #29 (create sans blueprint) reopened by
- 22:31 Ticket #24 (merge rq_worker and rq_worker_mp) closed by
- fixed
- 22:31 Ticket #24 (merge rq_worker and rq_worker_mp) reopened by
- 22:30 Ticket #16 (add highcharts format to models) closed by
- fixed
- 22:30 Ticket #16 (add highcharts format to models) reopened by
- 22:30 Ticket #22 (add html templates) closed by
- fixed
- 22:30 Ticket #22 (add html templates) reopened by
- 22:29 Ticket #49 (remove the upper button 'plot' in sans) closed by
- fixed
- 22:29 Ticket #49 (remove the upper button 'plot' in sans) reopened by
- 22:29 Ticket #50 (rq not working) closed by
- fixed
- 22:29 Ticket #50 (rq not working) reopened by
- 22:28 Ticket #15 (update requirements) closed by
- fixed
- 22:28 Ticket #15 (update requirements) reopened by
- 22:28 Ticket #57 (h5py bug) closed by
- fixed
- 22:28 Ticket #57 (h5py bug) reopened by
- 22:27 Ticket #56 (singleton not work in debug mode) closed by
- invalid
- 20:19 Ticket #57 (h5py bug) closed by
- wontfix: This is the bug of h5py above 2.7.0
- 20:10 Ticket #58 (sqlalchemy bug) closed by
- fixed
- 20:05 Changeset [2ccc8c6] by
- set SQLALCHEMY_TRACK_MODIFICATIONS False #58 Change-Id: …
- 19:42 Ticket #58 (sqlalchemy bug) created by
- .virtualenvs/flask/lib/python3.6/site-packages/flask_sqlalchemy/init_ …
- 19:41 Ticket #57 (h5py bug) created by
- .virtualenvs/flask/lib/python3.6/site-packages/h5py/init__.py:40: …
- 19:32 Ticket #56 (singleton not work in debug mode) created by
- 19:24 Ticket #52 (Ctrl + C forbidden) closed by
- fixed
- 19:24 Ticket #55 (disable the instrument download on mantid startup) closed by
- fixed
- 19:04 Ticket #55 (disable the instrument download on mantid startup) created by
- edit mantid-4.2.3/bin/Mantid.properties # Whether to check for …
- 18:59 Changeset [687dfe4] by
- modify getWSData #53 Change-Id: I2766ee00d86264f6519813ecc682c99d78ff0e5e
- 18:57 Ticket #54 (remove printed output from mantid) created by
- The printed output comes from ctypes C functions.
- 18:55 Ticket #53 (polish getWSData) closed by
- fixed
- 18:52 Ticket #53 (polish getWSData) created by
- def getWSData(wsname): …
- 18:36 Changeset [f16f237] by
- ctrl+c forbidden #52 Change-Id: I1ccc3450dd09ae4c2c73e68fb1043834f6ad0d76
- 18:29 Ticket #52 (Ctrl + C forbidden) created by
- The "Ctrl+C" will cause some problems. The major one is that the …
Note: See TracTimeline
for information about the timeline view.