]> git.evergreen-ils.org Git - working/random.git/log
working/random.git
14 years agomissed some pythonification updates
erickson [Wed, 24 Feb 2010 02:35:50 +0000 (02:35 +0000)]
missed some pythonification updates

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@793 6d9bc8c9-1ec2-4278-b937-99fde70a366f

14 years agoMake this look more like python. (thanks, Perl one-liners)
erickson [Tue, 23 Feb 2010 03:43:33 +0000 (03:43 +0000)]
Make this look more like python.  (thanks, Perl one-liners)
Added a clear cache option to clear the local file cache at startup

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@792 6d9bc8c9-1ec2-4278-b937-99fde70a366f

14 years agomissed the new data file in previous commit. also, track task start time on the...
erickson [Mon, 22 Feb 2010 03:49:57 +0000 (03:49 +0000)]
missed the new data file in previous commit.  also, track task start time on the task object

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@790 6d9bc8c9-1ec2-4278-b937-99fde70a366f

14 years agoRe-org the data handling.
erickson [Mon, 22 Feb 2010 03:10:26 +0000 (03:10 +0000)]
Re-org the data handling.
- data is only written to the DB after all scripts are done.  This speeds up the client overall inside the critial code path and removes the requirements for DB semaphores to protect against multi-threaded writes.
- Moved to sqlalchemy instead of the bare mysql layer
- TODO add UI-layer methods back in for generating task summaries, etc.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@789 6d9bc8c9-1ec2-4278-b937-99fde70a366f

14 years agoupdated contrib scripts to use new-style per-thread tasks
erickson [Fri, 15 Jan 2010 20:29:26 +0000 (20:29 +0000)]
updated contrib scripts to use new-style per-thread tasks

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@760 6d9bc8c9-1ec2-4278-b937-99fde70a366f

14 years agoit's now possible to run a single task more than once inside a given script. No...
erickson [Fri, 15 Jan 2010 20:04:39 +0000 (20:04 +0000)]
it's now possible to run a single task more than once inside a given script.  No need to instantiate each task before calling start()

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@759 6d9bc8c9-1ec2-4278-b937-99fde70a366f

14 years agoupdated to use simplified inline tasks
erickson [Fri, 15 Jan 2010 19:49:37 +0000 (19:49 +0000)]
updated to use simplified inline tasks

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@758 6d9bc8c9-1ec2-4278-b937-99fde70a366f

14 years agosimplified task management. no longer using a task wrapper and task runner to accomo...
erickson [Fri, 15 Jan 2010 19:43:17 +0000 (19:43 +0000)]
simplified task management.  no longer using a task wrapper and task runner to accomodate threads.  approach now is to instantiate tasks inside the script (post thread creation).  updated sample script.  contrib scripts to follow

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@757 6d9bc8c9-1ec2-4278-b937-99fde70a366f

14 years agoused new hold id returned from place hold method to subsequently cancel placed hold...
erickson [Thu, 13 Aug 2009 17:12:43 +0000 (17:12 +0000)]
used new hold id returned from place hold method to subsequently cancel placed hold.  props_filename is a global var, fixed

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@615 6d9bc8c9-1ec2-4278-b937-99fde70a366f

14 years agoallow overriding of property filename, part 3
erickson [Fri, 17 Jul 2009 20:14:25 +0000 (20:14 +0000)]
allow overriding of property filename, part 3

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@589 6d9bc8c9-1ec2-4278-b937-99fde70a366f

14 years agoallow overriding of property filename, part 2
erickson [Fri, 17 Jul 2009 20:10:39 +0000 (20:10 +0000)]
allow overriding of property filename, part 2

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@588 6d9bc8c9-1ec2-4278-b937-99fde70a366f

14 years agoallow overriding of property filename
erickson [Fri, 17 Jul 2009 20:06:41 +0000 (20:06 +0000)]
allow overriding of property filename

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@587 6d9bc8c9-1ec2-4278-b937-99fde70a366f

14 years agoscript to pull object ids/barcodes from the db for generating a constrictor propertie...
erickson [Fri, 10 Jul 2009 20:11:17 +0000 (20:11 +0000)]
script to pull object ids/barcodes from the db for generating a constrictor properties file

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@579 6d9bc8c9-1ec2-4278-b937-99fde70a366f

14 years agofixed renew log line
erickson [Fri, 10 Jul 2009 18:00:36 +0000 (18:00 +0000)]
fixed renew log line

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@578 6d9bc8c9-1ec2-4278-b937-99fde70a366f

14 years agoadded configurable dictionary file option, fixed comment typo
erickson [Fri, 10 Jul 2009 16:07:43 +0000 (16:07 +0000)]
added configurable dictionary file option, fixed comment typo

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@577 6d9bc8c9-1ec2-4278-b937-99fde70a366f

14 years agoadded really dumb (for now) user search script. made generic random phrase generator...
erickson [Wed, 1 Jul 2009 15:33:19 +0000 (15:33 +0000)]
added really dumb (for now) user search script. made generic random phrase generator in utils

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@555 6d9bc8c9-1ec2-4278-b937-99fde70a366f

14 years agoadded user transaction data retrieval, by various types of transaction
erickson [Wed, 1 Jul 2009 03:10:26 +0000 (03:10 +0000)]
added user transaction data retrieval, by various types of transaction

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@554 6d9bc8c9-1ec2-4278-b937-99fde70a366f

14 years agoadded basic bib search script, which pulls random words from the dictionary and build...
erickson [Wed, 1 Jul 2009 02:46:25 +0000 (02:46 +0000)]
added basic bib search script, which pulls random words from the dictionary and builds 1-3 word search phrases

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@553 6d9bc8c9-1ec2-4278-b937-99fde70a366f

15 years agotypo. thanks Jeff.
erickson [Fri, 9 Jan 2009 21:04:58 +0000 (21:04 +0000)]
typo.  thanks Jeff.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@96 6d9bc8c9-1ec2-4278-b937-99fde70a366f

15 years agomore API drift repairs. now using checkout.full / removed all traces of checkout...
erickson [Wed, 26 Nov 2008 22:25:46 +0000 (22:25 +0000)]
more API drift repairs.  now using checkout.full / removed all traces of checkout.permit

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@57 6d9bc8c9-1ec2-4278-b937-99fde70a366f

15 years agodjango requires explicit import of _ now
erickson [Wed, 26 Nov 2008 21:47:39 +0000 (21:47 +0000)]
django requires explicit import of _ now

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@56 6d9bc8c9-1ec2-4278-b937-99fde70a366f

15 years agorepaired some django DPI drift
erickson [Wed, 26 Nov 2008 21:31:49 +0000 (21:31 +0000)]
repaired some django DPI drift

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@55 6d9bc8c9-1ec2-4278-b937-99fde70a366f

15 years agodjango no longer supports the --noinput option. this will probably have a negative...
erickson [Wed, 26 Nov 2008 21:31:12 +0000 (21:31 +0000)]
django no longer supports the --noinput option.  this will probably have a negative effect on the auto windows installer.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@54 6d9bc8c9-1ec2-4278-b937-99fde70a366f

15 years agosome updates to repair API drift with opensrf/evergreen
erickson [Wed, 26 Nov 2008 21:22:15 +0000 (21:22 +0000)]
some updates to repair API drift with opensrf/evergreen

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@53 6d9bc8c9-1ec2-4278-b937-99fde70a366f

15 years agoAdding constrictor (per IRC conversation) source to contrib repo. needs a lot of...
erickson [Wed, 26 Nov 2008 03:43:40 +0000 (03:43 +0000)]
Adding constrictor (per IRC conversation) source to contrib repo.  needs a lot of tuning to fit the latest evergreen/opensrf python bits.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@51 6d9bc8c9-1ec2-4278-b937-99fde70a366f