summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixes reference to lodashHEADorigin/masterorigin/HEADmasterjakefeasel2015-08-161-2/+2
|
* Fixes Oracle Insert/Update queries in SQL paneljakefeasel2015-08-161-8/+12
|
* Removes pgpool, going back to single appdbjakefeasel2015-08-164-61/+6
|
* Adding crontab for postgresql fiddle server to restart service every four hoursjakefeasel2015-07-051-0/+2
|
* Encoding the full details from OpenID Connect claims, to prevent login ↵jakefeasel2015-06-075-36/+47
| | | | failures from unexpected data
* Adjusting references to new lodash filenamejakefeasel2015-06-071-1/+1
|
* Fixes ownership for pgpool config filesjakefeasel2015-06-071-1/+2
|
* Uses the same my.cnf settings for mysql55 as is used for mysql56jakefeasel2015-06-071-1/+4
|
* Fixes pool_passwd setting to use relative pathjakefeasel2015-06-071-4/+4
|
* Preventing the expiration of Oracle user passwordsjakefeasel2015-06-071-1/+3
|
* Updates to lodash and codemirrorjakefeasel2015-06-072-6/+6
|
* Better details for setting up the site in AWSjakefeasel2015-06-071-0/+4
|
* Fixes paths for my.cnf in mysql55jakefeasel2015-05-201-1/+1
|
* Restoring SQL Server 2008 support via compatibility mode of 2014. Fixes ↵jakefeasel2015-05-171-2/+2
| | | | jakefeasel/sqlfiddle2#19
* Excluding the sync of build folders when provisioning to AWSjakefeasel2015-05-161-4/+8
|
* Initial support for a pgpool-based database cluster for openidm repo and ↵jakefeasel2015-05-118-20/+718
| | | | sqlfiddle central databases. Moving fiddle env for pg93 into separate vm
* Updating ad for SQL Sentryjakefeasel2015-05-097-6/+1
|
* Checking for hosts before attempting to call createSchema, particularly for ↵jakefeasel2015-05-051-0/+12
| | | | old fiddles
* Simplifies and corrects some broken logic with statement separators. Need to ↵jakefeasel2015-05-043-26/+20
| | | | do some data cleanup in the backend now.
* Null values in DDL were causing problems; coalesce to empty string to ↵jakefeasel2015-05-041-1/+1
| | | | work-around it
* Updates OIDC config and handling to deal with Google's new behaviorjakefeasel2015-05-043-3/+6
|
* Prevents the 'Oops' pop-up from appearing when the problem is just a ↵jakefeasel2015-05-041-2/+4
| | | | too-large request
* Only attempt to create ABSENT databases if they are subject to deprovisioningjakefeasel2015-05-031-1/+1
|
* Do not attempt to create schemas that never get deprovisionedjakefeasel2015-05-031-13/+15
|
* Adding flag for schemas which should not be deprovisioned, particularly ↵jakefeasel2015-05-024-6/+19
| | | | helpful for larger samples with well-known names
* Fixing build so that ojdbc is actually optionaljakefeasel2015-05-023-13/+7
|
* Using createSchema endpoint within executeQuery and returning any failure ↵jakefeasel2015-04-251-35/+11
| | | | that may occur as part of schema creation
* Adds AWS CLI to IDM nodes, for ELB registration/deregistration during ↵jakefeasel2015-04-203-1/+48
| | | | regular reboots
* Fixes typo in comment for cron backupjakefeasel2015-04-201-1/+1
|
* Adjusting backup interval to be once a day (during the time of day with the ↵jakefeasel2015-04-191-1/+1
| | | | least traffic) to preserve system resources
* Fixes bug with paths in idm_aws.shjakefeasel2015-04-191-2/+4
|
* Improving secondary node config, particularly for working within aws and a ↵jakefeasel2015-04-193-9/+38
| | | | load-balancer
* Moving to use IDM in a two-node cluster rather than a stand-alone server, for HAjakefeasel2015-04-1910-82/+233
|
* Typos in READMEjakefeasel2015-04-071-1/+1
|
* Fixing bug with long lists of fiddle history / favorites in the modal. Also, ↵jakefeasel2015-04-052-7/+4
| | | | adjusting the popovers to work within scrollable modal.
* Better support for OBJECT types; Resolves jakefeasel/sqlfiddle2#18jakefeasel2015-04-041-0/+12
|
* Typo with groovy script - trailing commajakefeasel2015-04-041-1/+1
|
* Fixing outdated hostname references in vagrant scriptsjakefeasel2015-04-042-1/+2
|
* Better handling of null values for ddl and sqljakefeasel2015-04-044-4/+5
|
* Initial progress with jakefeasel/sqlfiddle2#5jakefeasel2015-04-037-62/+222
|
* Adding a generic error handler for when the backend responds with errorsjakefeasel2015-04-031-0/+2
|
* Allowing empty-string query statementsjakefeasel2015-04-031-1/+1
|
* Removing any lingering blockUI layers that may be lingering, when clicking ↵jakefeasel2015-04-031-0/+1
| | | | 'Clear'
* Adding mysql55 host for a backendjakefeasel2015-04-034-17/+48
|
* Removing unnecessary printlnsjakefeasel2015-04-031-2/+0
|
* Better approach for handling ABSENT schema_defs which have context of 'host' ↵jakefeasel2015-04-033-2/+24
| | | | but no host available to execute.
* Reverting commit 18f3e3efba089eb4731382419ef40ca64be0f140 - was a bad idea, ↵jakefeasel2015-04-031-1/+1
| | | | broke things
* Changing behavior for ABSENT - fiddles which have no host available were ↵jakefeasel2015-04-031-1/+1
| | | | being returned as ABSENT and yet were unable to be created (since they have no host). In normal situations fiddles shouldn't be ABSENT.
* Increasing max_connections default in postgres from 100 to 500jakefeasel2015-04-031-0/+1
|
* Adding explicit sql.close() calls to all ScriptedSQL connector scripts, to ↵jakefeasel2015-04-039-11/+31
| | | | avoid leaving open connections
* Better error message from varnish for large requestsjakefeasel2015-03-261-1/+1
|
* Updating varnish config to reject large requests before hitting IDMjakefeasel2015-03-261-9/+17
|
* Adjusting default JAVA_OPTS to align with prod, also exposing varnish port ↵jakefeasel2015-03-252-2/+10
| | | | by default
* Restoring favicon.icojakefeasel2015-03-251-0/+0
|
* Support for Array types in the result setjakefeasel2015-03-231-0/+5
|
* Initial support for fetching 'favorite' fiddles for logged in users, via ↵jakefeasel2015-03-216-13/+331
| | | | REST only (no UI support yet)
* Better approach to handling responsive menus. Closes jakefeasel/sqlfiddle2#15jakefeasel2015-03-192-4/+2
|
* Fixing bug with medium-sized windows, cutting off the dropdown navjakefeasel2015-03-192-2/+5
|
* Faulty logic in Oracle list_database_script, wasn't accounting for empty ↵jakefeasel2015-03-172-21/+33
| | | | schemas. Also made the CreateScript more robust, to better handle failures during the base schema creation
* Removing port 80 from Vagrantfile, so that non-root users can start it ↵jakefeasel2015-03-171-1/+0
| | | | without problem
* Allowing users to become editable, mainly so that proper subjects can be set ↵jakefeasel2015-03-171-65/+86
| | | | for them
* Broken HTML for fiddle history links, and screwy CSS for overflowing tab ↵jakefeasel2015-03-152-4/+8
| | | | content. Fixes jakefeasel/sqlfiddle2#9
* Setting ojdbc6 as an optional dependency rather than requiring the user to ↵jakefeasel2015-03-151-2/+2
| | | | manually uncomment the block
* New edge case for MySQL - SELECT ... INTO @var throws error when using ↵jakefeasel2015-03-151-0/+1
| | | | eachRow, even though it executes. http://sqlfiddle.com/#\!9/8657a/1 as an example
* Work-around for buggy behavior of restlet when making external/rest callsjakefeasel2015-03-155-2/+58
|
* Better handling of null values in columns of various data types. Closes ↵jakefeasel2015-03-141-4/+4
| | | | jakefeasel/sqlfiddle2#13
* Adding swapfile to idm machine, plus smarter logic to detect Oracle driverjakefeasel2015-03-142-7/+17
|
* Cron job on postgres server to backup sqlfiddle database to s3. Closes ↵jakefeasel2015-03-145-8/+49
| | | | jakefeasel/sqlfiddle2/#10
* Longer caching of most successful GET requestsjakefeasel2015-03-131-1/+10
|
* Handling of nulls in the query response, converting them to stringsjakefeasel2015-03-131-1/+12
|
* Fixing buggy behavior with dropdowns on touch devices / responsive windowsjakefeasel2015-03-083-7/+12
|
* Fixing navigation for responsive ui, so that you can actually change db typesjakefeasel2015-03-081-1/+3
|
* Removing unnecessary execution plan details from schema_def.db_typesjakefeasel2015-03-082-15/+0
|
* Upgrading to CodeMirror 5.0.0jakefeasel2015-03-082-4/+4
|
* Updating the about pagejakefeasel2015-03-081-40/+37
|
* Adjusting Varnish to cache most GET requests even when cookies are presentjakefeasel2015-03-081-1/+6
|
* Restoring execution plan functionality after regressionjakefeasel2015-03-072-1/+28
|
* Taking into account the chance that email will be used as a stand-in for ↵jakefeasel2015-03-072-5/+20
| | | | subject, for transition to OIDC
* Fixing a regexp bug having to do with strings with dollar signs and other ↵jakefeasel2015-03-072-8/+24
| | | | edge cases.
* Better handling of responses which used to work but now fail due to missing ↵jakefeasel2015-03-071-3/+3
| | | | hosts
* Removing constraint for current_host_id, as it is presently unusedjakefeasel2015-03-071-2/+2
|
* Fixing list_database_script for postgresql serversjakefeasel2015-03-071-4/+4
|
* Further refinement of dbTypes orderingjakefeasel2015-03-071-1/+2
|
* Moving to endpoint for dbTypes and ordering by stable version firstjakefeasel2015-03-074-3/+9
|
* Removing reference to current_host_id in migration.sqljakefeasel2015-03-061-4/+3
|
* Bringing the sponsorship section up to date, plus some initial work on ↵jakefeasel2015-03-065-27/+60
| | | | saving favorities
* Further responsive fixes, after accounting for longer label valuesjakefeasel2015-03-061-2/+2
|
* Fixing responsive css rules so buttons no longer wrapjakefeasel2015-03-061-2/+2
|
* Increasing default memory settings for Javajakefeasel2015-03-061-1/+1
|
* Typo with read call on db_typesjakefeasel2015-03-061-1/+1
|
* Changes necessary to support db_types which no longer have hosts available ↵jakefeasel2015-03-068-5/+44
| | | | to execute queries on
* AWS-oriented changes for migrating and dealing with pre-existing site datajakefeasel2015-03-067-22/+158
|
* Provider-specific tuningjakefeasel2015-03-061-16/+27
|
* Fixing bug with network config in windowsjakefeasel2015-03-011-1/+1
|
* Reverting some changes so that Virtualbox works againjakefeasel2015-03-011-24/+17
|
* Vagrant support for aws as a providerjakefeasel2015-02-284-29/+90
|
* Adjusting defaults for varnish to run on port 80jakefeasel2015-02-282-1/+12
|
* Improving the varnish configuration to remap requests to the backendjakefeasel2015-02-264-2/+20
|
* Major improvements to the tracking of recently-used fiddles, presented ↵jakefeasel2015-02-2213-268/+422
| | | | within the My Fiddles dialog. More work still needed for tracking favorites.
* Adding note for starting project on Windowsjakefeasel2015-02-221-0/+2
|