summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Tuning Grunt and Vagrant settings so that IDM has more memory to work with; ↵jakefeasel2015-02-092-2/+7
| | | | grunt was killing the process due to lack of memory
* Another check for possible failures from FETCH calls, this time for Oracle PLSQLjakefeasel2014-12-071-2/+3
|
* Adding samples for Oracle and SQL Server, populating structure for all samplesjakefeasel2014-12-071-12/+9
|
* Moving version to OpenIDM 3.1 releasejakefeasel2014-12-071-1/+1
|
* Restoring schema structure view in the UIjakefeasel2014-12-072-4/+3
|
* Core support implemented for inspecting and storing schema structurejakefeasel2014-12-076-8/+110
|
* Fixing CSS for codemirror height, things now seem to render properlyjakefeasel2014-11-291-0/+1
|
* Minor adjustments to default windows config, also fixing broken reference to ↵jakefeasel2014-11-293-4/+4
| | | | jquery.blockUI
* Better shell provisioning for windowsjakefeasel2014-11-282-1/+6
|
* Initial support for Oracle and SQL Serverjakefeasel2014-11-2816-80/+207
|
* Configuration support for MS SQL Server and Oracle JDBC driversjakefeasel2014-11-023-0/+20
|
* Initial support for tracking the fiddles used by a logged-in userjakefeasel2014-11-0113-138/+183
|
* Using base64url instead of base64, as that is the actual format used by ↵jakefeasel2014-11-011-1/+9
| | | | OpenID Connect
* Aligning with recent changed in OpenIDM trunkjakefeasel2014-11-015-61/+160
|
* Updating Vagrant to use latest from openidm-boilerplate (trusty, openjdk, ↵jakefeasel2014-11-015-41/+31
| | | | etc....)
* Login with openid connect and provision to local tables, along with usage ↵jakefeasel2014-10-092-0/+97
| | | | tracking
* OpenID Connect logins now saved as local users, show gravatars and can logoutjakefeasel2014-09-2817-64/+284
|
* Flattening objectTypes for fiddles, now that the proper technique isjakefeasel2014-09-254-79/+67
| | | | known
* Initial attempted support for OpenID Connect authentication: upgrading to ↵jakefeasel2014-09-2223-352/+553
| | | | OpenIDM 3.1-SNAPSHOT, configuring auth module, adding UI support
* Creating 'utils' folder for misc UI modules; updated fiddle editor to only ↵jakefeasel2014-09-1423-162/+99
| | | | use CodeMirror instead of reverting to a textarea
* Converting tabs to whitespace, and trimming all trailing whitespacejakefeasel2014-09-1445-3218/+3218
|
* Restoring the styling of a few nav bar elements, to look as they do in prodjakefeasel2014-09-131-16/+20
|
* Tuning gruntfile to only run the tasks appropriate to the changed file, ↵jakefeasel2014-09-131-3/+12
| | | | rather than everything each time
* Upgrading Backbone, CodeMirror and Handlebars to the latest versions. ↵jakefeasel2014-09-1324-7886/+103
| | | | Replaced Handlebars with Lo-dash
* Upgrading to the latest version of sql.jsjakefeasel2014-09-133-26/+25
|
* Minifying with source maps now, to make debugging easierjakefeasel2014-09-131-0/+3
|
* Removing external libs jquery (+plugins) and require (+plugins), replaced by ↵jakefeasel2014-09-1310-10302/+78
| | | | latest versions to be downloaded as part of the build. Also using almond.js to further optimize the final build.
* Grunt watch was missing a stepjakefeasel2014-09-071-1/+1
|
* Upgrading bootstrap to 2.3.2, expanding grunt tasks for optimizing UI, ↵jakefeasel2014-09-0777-14735/+99
| | | | starting process of removing third-party code from scm, in favor of downloading it with maven
* Using varnish for caching GET requestsjakefeasel2014-09-063-15/+24
|
* Moving vagrant provisioner scripts into new folder, added new one for ↵jakefeasel2014-09-055-5/+11
| | | | starting IDM. Also setup grunt to run in the IDM vm automatically
* Updating IDM vagrant config to start IDM as a service, each time it boots upjakefeasel2014-09-052-4/+8
|
* Support for tracking query set detailjakefeasel2014-09-042-3/+89
|
* Improving the query for idle fiddles, so that it can take advantagejakefeasel2014-09-032-4/+21
| | | | of indexes.
* Updating fiddle provisioner config to take advantage of ScriptedSQLjakefeasel2014-09-024-167/+193
| | | | | 1.4 complex object support, primarily to begin the implementation of tracking query sets as child objects of queries.
* Upgrading to Scripted SQL 1.4 for both connectorsjakefeasel2014-09-0118-481/+379
|
* Implementing detailed PostgreSQL support, including better transactionjakefeasel2014-08-091-39/+69
| | | | and exception handling, as well as protection against explict commits.
* Adding initial support for execution plans, as well as hardening MySQL ↵jakefeasel2014-08-034-52/+155
| | | | transactions
* Fixing mysql provisioner and cnf after download stopped workingjakefeasel2014-08-022-19/+19
|
* Using OpenIDM 3.0.0 instead of 3.0.0-SNAPSHOTjakefeasel2014-08-012-2/+6
| | | | Have to build OpenIDM from source as binary is not available
* Adding query timeout of 10 seconds across the boardjakefeasel2014-07-072-0/+4
|
* Pulling in new router entry from IDM trunk, for internal user passwordsjakefeasel2014-07-071-0/+11
|
* Increasing default connection pool settingsjakefeasel2014-07-072-6/+6
|
* Moving to audit-less config, which requires moving around some logic to ↵jakefeasel2014-07-076-180/+172
| | | | catch failures earlier.
* Syncing with upstream changes in IDM 3 (final released connector, updated ↵jakefeasel2014-07-074-5/+7
| | | | logging settings)
* Updating scripted sql to 1.1.1.0-RC1, and making associated changes to ↵jakefeasel2014-06-059-15/+20
| | | | config and work-arounds due to bug
* Removing unused experimental scriptjakefeasel2014-06-051-77/+0
|
* Reverting too-quiet logger settings, for nowjakefeasel2014-06-051-5/+5
|
* Some logging and processing optimizationsjakefeasel2014-06-023-0/+143
|
* Fixing some broken logic around hosted schemas which are already runningjakefeasel2014-06-021-8/+11
|
* Moving the 'dev' folder into the root, since it is not an IDM project resourcejakefeasel2014-06-024-6/+4
|
* Aligning with upstream IDM changesjakefeasel2014-05-294-6/+10
|
* Support for out-of-the-box sample fiddlesjakefeasel2014-05-102-5/+35
|
* Fixing broken regexp logic for DDL scripts; now correctly handle multi-line ↵jakefeasel2014-05-101-6/+10
| | | | DDL statements
* Correcting an assumption about the structure of the object returnedjakefeasel2014-05-101-0/+2
| | | | | | from openidm.create - rather than the full object, it was just an object with the _id value. So I needed to issue a full openidm.read to get back the full details.
* Correcting misalignment of __NAME__ for schema_def, also adding ↵jakefeasel2014-05-101-3/+6
| | | | sample_fragment to db_types
* Switching over to WebSQL now working properly againjakefeasel2014-05-101-1/+1
|
* Updating SQL.js file location, now should be functional againjakefeasel2014-05-101-1/+1
|
* Added support for browser-based databases (SQLite)jakefeasel2014-05-105-125/+142
|
* Better handling of various query inputs, and queries which failjakefeasel2014-05-091-38/+50
|
* Fixing action name in access.jsjakefeasel2014-05-081-1/+1
|
* New 'createSchema' endpoint used to attempt the creation of the schema and ↵jakefeasel2014-05-082-0/+61
| | | | create the running database, and report errors if found
* Adding script/*.js to watched file listjakefeasel2014-05-081-1/+1
|
* Using anonymous instead of openidm-admin for REST callsjakefeasel2014-05-084-124/+123
|
* Typo in delete script (missing table alias) causing problems for schema_def ↵jakefeasel2014-05-081-1/+1
| | | | removal
* Bumping last_used timestamp when an existing schema is attempted to be 'created'jakefeasel2014-05-081-0/+14
|
* Semicolon cleanupjakefeasel2014-05-081-1/+1
|
* New rules for anonymous access to various endpointsjakefeasel2014-05-081-14/+31
|
* Rollback creation of database in host when the DDL throws an errorjakefeasel2014-05-081-8/+19
|
* New config properties file necessary to override default UI locationjakefeasel2014-05-081-0/+101
|
* Adding "upper" to pg 9.3 drop script, so that it will be properly ↵jakefeasel2014-04-271-1/+1
| | | | case-insensitive
* Including errormessage in response nowjakefeasel2014-04-271-1/+1
|
* Fixed call to loadContentjakefeasel2014-04-262-3/+11
|
* Start of support for using the UIjakefeasel2014-04-2613-1006/+1083
|
* Proper commenting-out of not-yet-available db_types, plus a correction to ↵jakefeasel2014-04-261-11/+11
| | | | the admin password for postgresql
* Adding support for db_types REST endpoints (system/fiddles/db_types)jakefeasel2014-04-262-2/+72
|
* Fixing gruntfile path to refer to proper relative target locationjakefeasel2014-04-261-1/+1
|
* New MySQL 5.6 vagrant host, with alignment for these hosts in the fiddle ↵jakefeasel2014-04-265-13/+52
| | | | data script
* Adjusting path for node_modules in .gitignorejakefeasel2014-04-221-1/+1
|
* Removing and ignoring .DS_Storejakefeasel2014-04-224-1/+2
|
* Forwarding ports on the host to pg, and adding hba rule to allow connectionsjakefeasel2014-04-222-1/+3
|
* Removing unused groovy scriptsjakefeasel2014-04-212-158/+0
|
* Removing no longer needed config file, as it has been updated within IDMjakefeasel2014-04-211-101/+0
|
* Adjusting the user used to login with, in the idm bootstrap (previously it ↵jakefeasel2014-04-211-1/+1
| | | | was starting IDM as root, which was annoying)
* Adding in new conf file, necessary to get UI working (until properly fixed ↵jakefeasel2014-04-211-0/+101
| | | | in IDM).
* Initial import of code from jakefeasel/sqlfiddle branch workjakefeasel2014-04-20256-0/+42491