summaryrefslogtreecommitdiff
path: root/build.ant
AgeCommit message (Collapse)Author
2015-04-06build.ant: deploy-local: setup default fragments, cleanup, formatLV-426
2015-04-06build.ant: add version-tag, visible from user as RZ_VERSION (global)Alon Levy
2015-04-06client: types: split types.js to form domain_types.js, containing ↵today-is-not-the-dayAlon Levy
declarative json
2015-04-06wip: per-domain type systemLV-426
2015-04-05introducing template fragmentsLV-426
2015-03-13build.ant: fix typoAlon Levy
2015-03-02user_db copy: avoiding quiet operation, allowing graceful fail if not presentLV-426
2015-03-02res/ should not contain top-level files - mving user_db lookup path to res/etcLV-426
2015-03-01build.ant: copy existing user_db.db for local deployment if it existsAlon Levy
2015-02-17build.ant: rename for consistent camel cased propertiesAlon Levy
2015-02-17client/server: support optimizing with require.js using node run r.jsAlon Levy
built is controlled by property do-client-optimize which defaults to false. Even if the optimized main is built (single file main-built.js and source map file main-built.js.map) they are not used unless rhizi-config.conf client_optimize is set to True which causes app.js to use main-built.js and not main.js The resulting file is 687 KiloBytes large. Pretty scary, but it still loads faster this way. (from very small tests locally). This is without compression done by the server.
2015-02-11build.ant: use remoteDeployServer, targetDomain (may be merged later)LV-426
2015-02-11build.ant: rm deprecated rz_config deploymentLV-426
2015-02-11build.ant: rm deprecated htpasswd stuffLV-426
2015-02-05build.ant: deploy production patch set by target domainLV-426
2015-01-27build.ant: ignore missing htpasswd (used only for run-local.sh)Alon Levy
2015-01-27Revert "removing dead htpasswd copy task"Alon Levy
This reverts commit 06a6710efd23eeb8d6b8680df5ed1146c7771504.
2015-01-26removing dead htpasswd copy taskLV-426
2015-01-21build.ant: document change accidentally introduced to previous patchAlon Levy
2015-01-21client/model/core: cannot delete id (create_node_from_spec) due to it using ↵Alon Levy
Object.defineProperty
2015-01-21build.ant: copy htpasswdAlon Levy
2015-01-18cp rhizi-server.conf.example -> rhizi-server.conf on deploy-localLV-426
2015-01-18correct deployment server nameLV-426
2015-01-13add '--delete' & filtersLV-426
2014-12-21simplify build.ant: rm rhiziProjectDir, work relative to basedirLV-426
2014-12-16adapt build.ant to new layoutLV-426
2014-12-14bin -> ../src-py symlink handlingLV-426
2014-12-14global deployDirLocal propLV-426
2014-12-14rsync macro: extraOpts argLV-426
2014-12-14rsync macro docLV-426
2014-12-10symlink against src-py during deploy-localLV-426
2014-12-08fix race conditionLV-426
2014-12-06build.ant: deploy code under /bin, fix local deploy missing dir issueLV-426
2014-12-03speedup deployment via <parallel>, update layoutLV-426
2014-12-03index.html: update deployment scriptLV-426
2014-12-02wip/build.ant: deb pkg, local/remote deployLV-426