summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* adding recurring_jobs_clients to hold the information for recurring jobs.Preston Cody2008-01-061-0/+12
| | | | svn path=/trunk/; revision=338
* statusid needs to be a part of the key to avoidPreston Cody2008-01-051-1/+1
| | | | | | duplicate entry collisions. svn path=/trunk/; revision=319
* dependency is not required.Preston Cody2008-01-021-4/+4
| | | | | | changed timestamps to datetimes. svn path=/trunk/; revision=309
* removing the cert field for the clients table.Preston Cody2008-01-012-2/+1
| | | | svn path=/trunk/; revision=302
* add LOCK TABLES to grant lines.Preston Cody2007-12-311-2/+2
| | | | svn path=/trunk/; revision=297
* change default username/password to something more...saneAndrew Gaffney2007-12-311-2/+2
| | | | svn path=/trunk/; revision=296
* This is a very large commit from Rodrigo Lazo (rlazo) for Google SoCPreston Cody2007-08-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This is the latest patch on the job execution series. As far as I could test it, now scire should be able to create, distribute, execute and gather the output of a job with the new models. Also the jobs register their status on the database (pending, downloaded, running, failed, finished or cancelled). So now all the backend code needed to "watch" a job is on its place. Right now a job gets executed but dies on the post processing stage (at least that is what I understand from the error message) Just move the GACL_functions.py from server/ to server/modules and apply this patch and you'll how myltiple entries are created for each member of the group in jobs_clients and on job_history. I've take some precautions regarding concurrency adding some locks, I'm not sure they are enough so please comment on that svn path=/; revision=247
* adding seed data for the jobs and scripts sequences.Preston Cody2007-07-221-0/+2
| | | | svn path=/; revision=237
* added sequences for jobs and scripts.Preston Cody2007-07-221-2/+11
| | | | | | | make jobs and scripts not auto_increment anymore. this will require those who have the tables made to drop and rebuild. svn path=/; revision=236
* changing the dyn_tags table to use scriptid instead of jobidPreston Cody2007-07-211-3/+3
| | | | | | fixing up the script creation section. still a work in progress. svn path=/; revision=235
* adding back in the sequences DB codePreston Cody2007-07-212-12/+11
| | | | | | | adding in some code that will hopefully allow clients to once-again be inserted. svn path=/; revision=234
* adding changes from Rodrigo Lazo (rlazo) for Google SoC:Preston Cody2007-07-212-3/+5
| | | | | | modified add_job.php to make use of the new scheduling logic, plus other minor changes svn path=/; revision=233
* adding a patch from rlazo to fix the scripts sample rowPreston Cody2007-07-191-1/+1
| | | | | | was missing return_output svn path=/; revision=231
* adding a commaPreston Cody2007-07-191-1/+1
| | | | svn path=/; revision=230
* adding a default set of statuses from Rodrigo Lazo.Preston Cody2007-06-161-5/+18
| | | | | | | changed the clients lines and jobs lines to use the statusid's instead of the words. svn path=/; revision=222
* forgot to include additional patch from Rodrigo Lazo for SoC.Preston Cody2007-06-161-2/+11
| | | | | | | | | this adds an additional client_status table similar to jobs_status, to save space and be more efficient. svn path=/; revision=221
* committing some changes from Rodrigo Lazo for google SoC:Preston Cody2007-06-161-9/+17
| | | | | | fixed some typo errors svn path=/; revision=219
* adding some lines to the sample seed data.Preston Cody2007-06-092-19/+1
| | | | | | removing old doc. svn path=/; revision=218
* updating all the seed data values with the latestPreston Cody2007-05-211-14/+41
| | | | | | | | | | from a DB dump from my box. this adds a bunch of UI permissions I had been working on. it also cleans up the index numbers (start at reasonable values) added in insert lines for the sequences that are commented out the sequences don't appear to be needed currently, but may be necessary for oracle or other DBs without GET_LAST_INSERT_ID svn path=/; revision=206
* bring the seed data a bit more up to date.Preston Cody2007-05-211-16/+3
| | | | | | | permissions now sync'd with the phpgacl_seed data. clients and scripts updated. svn path=/; revision=205
* removed clientid from job_conditions.Preston Cody2007-05-211-2/+68
| | | | | | | | | changed run_interval to run_schedule added return_output to scripts table. will help with post-processing. added a few drop table if exists lines to the phpgacl code. added commented-out sequences should they prove necessary. svn path=/; revision=204
* Flow charts for the current status of the jobs subroutines.Matt Disney2007-04-1810-0/+3913
| | | | svn path=/; revision=197
* some larger structural changes here.Preston Cody2007-03-262-3/+1063
| | | | | | | | | | | userid, clientid, and permid are no-longer auto_increment values they instead will take their IDs from the gacl ids assigned. this makes linking between the tables much easier since the ids will always be the same. (no more lookups) also adding a bare_scire.sql file with a minimal setup this combines scire.sql and scire2.sql svn path=/; revision=190
* use scire;Preston Cody2007-03-171-0/+1
| | | | svn path=/; revision=183
* adding sample scire.conf file for backend server usePreston Cody2007-03-152-0/+83
| | | | | | added initial phpgacl_seed file. svn path=/; revision=182
* adding in default phpgacl db creation so as to avoid having those stupid ↵Preston Cody2007-03-141-0/+217
| | | | | | setup.php pages. svn path=/; revision=181
* updating the database schemas. the additions may be temporary tables.Preston Cody2007-03-142-3/+18
| | | | svn path=/; revision=180
* removing old html and templates directories so they don't confusePreston Cody2007-02-1928-0/+0
| | | | | | adding screenshots for the user tour. svn path=/; revision=179
* dunno what changed here but it must be better thanPreston Cody2006-12-111-2/+2
| | | | | | it used to be! svn path=/; revision=177
* adding proposed dyn_tags table. this is just an ideaPreston Cody2006-12-111-0/+8
| | | | | | not sure how it'll actually end up svn path=/; revision=176
* updating schema for last_run in jobs_conditionsPreston Cody2006-08-132-10/+19
| | | | | | | and adding recommended perm,priority to scripts revised sample sql as well. svn path=/; revision=150
* updating sample sql with new meaning of status fieldPreston Cody2006-07-231-4/+4
| | | | | | in the clients table svn path=/; revision=137
* adding in the permcategory line.Preston Cody2006-07-151-0/+2
| | | | svn path=/; revision=125
* just adding more sample lines.Preston Cody2006-07-051-0/+3
| | | | svn path=/; revision=124
* various updates around the board. mainly focusing on client and userPreston Cody2006-06-141-1/+1
| | | | | | | | pages. some DB updates and asthetic changes. preparing for user sessions svn path=/; revision=99
* updated some scire database interface filesPreston Cody2006-06-042-1/+7
| | | | | | | fixed some queries fixed the exporter pages (as useless as they are now). svn path=/; revision=91
* adding sample DB entriesPreston Cody2006-06-041-0/+37
| | | | svn path=/; revision=89
* updating svn with current copy from wikiPreston Cody2006-06-031-45/+85
| | | | svn path=/; revision=88
* small updatePreston Cody2006-05-291-2/+3
| | | | svn path=/; revision=87
* still totally a work in progress but here's anPreston Cody2006-05-281-66/+143
| | | | | | updated db design svn path=/; revision=86
* forgot client keyNicholas D. Wolfwood2006-05-221-0/+1
| | | | svn path=/; revision=85
* fix syntaxNicholas D. Wolfwood2006-05-221-26/+31
| | | | svn path=/; revision=84
* adding first pass, working off of what codeman already has, will need much ↵Nicholas D. Wolfwood2006-05-221-0/+77
| | | | | | more thought though, since db structure is going to be a pain to change svn path=/; revision=83
* update to moria.sql. add a svnignore to the templates directory for templates_cPreston Cody2006-05-211-0/+11
| | | | svn path=/; revision=74
* add scire sql for sessions tableNicholas D. Wolfwood2006-05-211-0/+7
| | | | svn path=/; revision=65
* adding little doc I wrote on the train homePreston Cody2006-05-181-0/+29
| | | | svn path=/; revision=61
* better spacingPreston Cody2006-05-051-3/+25
| | | | svn path=/; revision=53
* rename moria/ to docs/Andrew Gaffney2006-05-056-0/+190
svn path=/; revision=52