Activity

From 02/16/2018 to 03/17/2018

03/16/2018

09:46 PM Revision c13e8efd: Removed legacy configure function in src/commandline-interface/main.lisp
* src/commandline-interface/main.lisp (configure): removed no longer
needed
J. Moringen
09:46 PM Revision 19bcdbf9: Removed clon-based commandline handling in src/commandline-interface/*.lisp
* src/commandline-interface/main.lisp (update-synopsis): removed; no
longer needed
(configure): removed clon-base...
J. Moringen
09:46 PM Revision c154d0ef: Added filtering in src/commands/command-info-variables.lisp
* src/commands/command-info-variables.lisp (info-variables::filter):
new slot; stores the filter for selecting vari...
J. Moringen
09:46 PM Revision 8ab36db1: Use commandline-options module in src/commandline-interface/configuration.lisp
* src/commandline-interface/configuration.lisp (define-schema *global-schema*):
new schema; for global configuratio...
J. Moringen
09:46 PM Revision 277b5231: Removed generate functions from main.lisp
* src/commandline-interface/main.lisp (*generator-version*): removed;
no longer needed
(load-people): likewise
...
J. Moringen
09:46 PM Revision c9cca790: Added info commands in src/commands/command-info-{variables,aspects}.lisp
* src/commands/command-info-variables.lisp: new file; contains
info-variables command
* src/commands/command-info-a...
J. Moringen
09:46 PM Revision edb7ce08: Added help command in src/commands/command-help.lisp
* src/commands/command-help.lisp: new file; contains help command
* jenkins.project.commands.asd (system jenkins.proj...
J. Moringen
09:46 PM Revision 19d446b8: Removed legacy configuration in src/commandline-interface/configuration.lisp
* src/commandline-interface/configuration.lisp
(define-schema *general-schema*): removed no longer needed
(define...
J. Moringen
09:46 PM Revision de304238: Added generate command in src/commands/command-generate.lisp
* src/commands/command-generate.lisp: new file; contains generate
command
* jenkins.project.commands.asd (system je...
J. Moringen
09:46 PM Revision f6487e4d: Added version command in src/commands/command-version.lisp
* src/commands/command-version.lisp: new file; contains version
command
* jenkins.project.commands.asd (system jenk...
J. Moringen
09:46 PM Revision 194274f7: Use command mechanism in src/commandline-interface/main.lisp
* src/commandline-interface/main.lisp (main): when the commandline
looks like it uses the command-based syntax, use...
J. Moringen
09:46 PM Revision 1264c825: Added checking functions in src/commands/functions-check.lisp
* src/commands/functions-check.lisp: new file; contains functions for
checking the aspects of model objects
* jenki...
J. Moringen
09:46 PM Revision 65d36009: Added deployment functions in src/commands/functions-deploy.lisp
* src/commands/functions-deploy.lisp: new file; contains function for
deploying jenkins jobs
* jenkins.project.comm...
J. Moringen
09:44 PM Revision 58194b9d: Added input functions in src/commands/functions-input.lisp
* src/commands/functions-input.lisp: new file; contains for handling
build generator inputs
* src/commands/package....
J. Moringen
09:43 PM Revision 222a634b: Added version functions in src/commands/functions-version.lisp
* src/commands/functions-version.lisp: new file; contains function for
dealing with the build generator version
* j...
J. Moringen
09:43 PM Revision 0d2192f1: Added value type conversions in src/commands/value-types.lisp
* src/commands/value-types.lisp: new file; contains value type
conversions for recipe-version pairs and variable as...
J. Moringen
09:43 PM Revision 70303a59: Added execute-command in src/commands/protocol.lisp
* src/commands/protocol.lisp (execute-command): new function; execute
command with condition handling and threadpoo...
J. Moringen
09:43 PM Revision 682a2f16: Initial import of commands module in src/commands/*.lisp
* src/commands/conditions.lisp: new file; conditions signaled by the
commands module
* src/commands/protocol.lisp: ...
J. Moringen
09:43 PM Revision 1e9c6fc3: Added command options in src/commands/*.lisp
* src/commands/conditions.lisp (option-configuration-problem): new
condition; superclass for command option-related...
J. Moringen
09:43 PM Revision a4ee4007: Use as-phase in jenkins-access-mixin in src/commands/mixins.lisp
* src/commands/mixins.lisp
(command-execute :before jenkins-access-mixin): establish a phase
around the body
J. Moringen
09:43 PM Revision 315fe11f: Added command class mixins in src/commands/mixins.lisp
* src/commands/mixins.lisp: new file; contains mixin classes for
command classes
* jenkins.project.commands.asd (sy...
J. Moringen
09:43 PM Revision 697f3684: Added phase machinery in src/commands/{conditions,phases}.lisp
* src/commands/conditions.lisp (phase-condition): new condition class;
superclass for phase-related conditions
(d...
J. Moringen
09:42 PM Revision 1d22f2f8: Added help functions in src/commandline-options/help.lisp
* src/commandline-options/conditions.lisp (mandatory-options-not-supplied-error):
use `print-option' in report prin...
J. Moringen
11:27 AM Revision 7d3b38b0: Added option-synopsis in src/commandline-options/{protocol,options}.lisp
* src/commandline-options/protocol.lisp (option-synopsis): new generic
function; describe an option
* src/commandli...
J. Moringen
11:24 AM Revision 5a6c48d7: Initial import of commandline-options module in src/commandline-options/*.lisp
* src/commandline-options/types.lisp: new file; types used in the
commandline-options module
* src/commandline-opti...
J. Moringen

03/12/2018

02:36 PM Revision c0688cde: Added query command in src/commands/command-query.lisp
J. Moringen
02:36 PM Revision 87a0d7b2: trace-variable
J. Moringen
02:36 PM Revision f532ea2f: Removed generate stuff from main.lisp
J. Moringen
02:36 PM Revision ee73b34a: for generate command
J. Moringen
02:36 PM Revision 88d234cc: for functions-input
J. Moringen
02:36 PM Revision a38c0306: citkat gravatar
J. Moringen
02:36 PM Revision 11ee7eea: dry-run for generate
J. Moringen
02:36 PM Revision 121ec047: Added discover command in src/commands/command-discover.lisp
J. Moringen
02:36 PM Revision 4885c779: citkat: Added missing safe-name call
J. Moringen
02:36 PM Revision 4a06a2bb: for validate
J. Moringen
02:36 PM Revision 13decccb: phase for report command
J. Moringen
02:36 PM Revision 2b623f61: Added input functions in src/commands/functions-input.lisp
J. Moringen
02:36 PM Revision 0e02edde: Duplicate title, description check in src/commands/command-validate.lisp
J. Moringen
02:36 PM Revision beee9f93: Added recipe-and-version type in src/commands/value-types.lisp
* src/commands/value-types.lisp (recipe-and-version): new type; a
recipe pathname and a version string
(raw->valu...
J. Moringen
02:36 PM Revision cd796ccd: for input
J. Moringen
02:36 PM Revision 64ad3ff2: error handling, in particular interactive interrupt in src/commandline-interfa...
J. Moringen
02:36 PM Revision ec091525: Added hack command in src/commands/command-hack.lisp
J. Moringen
02:36 PM Revision 85b79dc9: for validate command
J. Moringen
02:36 PM Revision eb50b7ef: Added analyze command in src/commands/command-analyze.lisp
J. Moringen
02:36 PM Revision be767183: Added install command in src/commands/command-install.lisp
J. Moringen
02:36 PM Revision 8d617fb8: citkat: Do not export catalog default images
J. Moringen
02:36 PM Revision 0d5d06cc: citkat multiple person names
J. Moringen
02:36 PM Revision 7a7896eb: Added command class mixins in src/commands/mixins.lisp
* src/commands/mixins.lisp: new file; contains mixin classes for
command classes
* jenkins.project.commands.asd (sy...
J. Moringen
02:36 PM Revision bb443a8c: Added platform-requires command in src/commands/platform-requires.lisp
J. Moringen
02:36 PM Revision 617321de: removed legacy stuff from main
J. Moringen
02:36 PM Revision 8de09e19: Added version functions in src/commands/functions-version.lisp
J. Moringen
02:36 PM Revision 91ed9834: Added filtering in src/commands/command-info-variables.lisp
J. Moringen
02:36 PM Revision a973993e: citkat fixes
J. Moringen
02:36 PM Revision 3d145525: Recipe maintainers for distributions in src/commands/functions-input.lisp
J. Moringen
02:36 PM Revision e454dce5: maybe for generate command
J. Moringen
02:36 PM Revision ae81b95f: for functions-input: better error report for missing version when in included ...
J. Moringen
02:36 PM Revision a9f9e908: for command-validate: better error reports for nature check
J. Moringen
02:36 PM Revision 1e23a6cf: Removed clon dependency
J. Moringen
02:36 PM Revision aa27153b: Added checking functions in src/commands/functions-check.lisp
* src/commands/functions-check.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
02:36 PM Revision 092c2af9: Handle identically named branches and tags in src/commands/functions-input.lisp
* src/commands/functions-input.lisp (load-project/versioned): for a
pair of identically named branch and tag, drop ...
J. Moringen
02:36 PM Revision 3b94bba3: Improve "resource" export in src/report/citkat.lisp
J. Moringen
02:36 PM Revision 940737ca: Added version command in src/commands/command-version.lisp
* src/commands/command-version.lisp:
* jenkins.project.commands.asd (system jenkins.project.commands):
added file s...
J. Moringen
02:36 PM Revision 3b7d7e2f: load persons in src/commands/command-generate.lisp
J. Moringen
02:36 PM Revision 80f283eb: Added validate command in src/commands/command-validate.lisp
J. Moringen
02:36 PM Revision 213934b1: Added deployment functions in src/commands/functions-deploy.lisp
* src/commands/functions-deploy.lisp: new file
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
02:36 PM Revision 5af7a8d4: citkat downcase scm kind
J. Moringen
02:36 PM Revision c5753067: citkat report
J. Moringen
02:36 PM Revision db442489: citkat license
J. Moringen
02:36 PM Revision 084e286e: Added phase machinery in src/commands/{conditions,phases}.lisp
* src/commands/conditions.lisp (phase-condition): new condition class;
superclass for phase-related conditions
(d...
J. Moringen
02:36 PM Revision 2797fc05: Added report command in src/commands/command-report.lisp
J. Moringen
02:36 PM Revision c5807421: Use command mechanism in src/commandline-interface/main.lisp
* src/commandline-interface/main.lisp (main): when the commandline
looks like it uses the command-based syntax, use...
J. Moringen
02:36 PM Revision c918eb26: Added info commands in src/commands/command-info-{variables,aspects}.lisp
* src/commands/command-info-variables.lisp: new file;
* src/commands/command-info-aspects.lisp: new file;
* src/comm...
J. Moringen
02:36 PM Revision 364ed481: Added help command in src/commands/command-help.lisp
* src/commands/command-help.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
added...
J. Moringen
02:36 PM Revision d967b4c5: Removed legacy configuration in src/commandline-interface/configuration.lisp
J. Moringen
02:36 PM Revision d8a5af08: Added generate command in src/commands/command-generate.lisp
J. Moringen
02:36 PM Revision 979c7f1c: Use commandline-options module in src/commandline-interface/configuration.lisp
J. Moringen
02:36 PM Revision 53b0faf2: suspicious natures in src/commands/command-validate.lisp
J. Moringen
02:36 PM Revision 759afbf5: use as-phase in src/commands/mixins.lisp
J. Moringen
02:36 PM Revision 9ede83b7: Option error reporting issues
J. Moringen
02:36 PM Revision 180c4b2a: Added value type conversions in src/commands/value-types.lisp
* src/commands/value-types.lisp: new file; contains value type
conversions for recipe-version pairs and variable as...
J. Moringen
01:55 PM Revision 15e47b8d: Recognize numbers in parse-overwrite in src/commandline-interface/main.lisp
* src/commandline-interface/main.lisp (parse-overwrite): parse things
that look like numbers as JSON
J. Moringen

03/02/2018

09:36 PM Revision c0bc394d: Adaptations to new dependency syntax in src/model/project/util.lisp
* src/model/project/util.lisp (parse-dependency-spec): J. Moringen
09:36 PM Revision 237b25f6: Project, distribution name from filename in src/model/project/yaml.lisp
* src/model/project/yaml.lisp (load-project-spec/yaml-1):
(load-distribution-spec/yaml-1):
J. Moringen
09:27 PM Revision 652fa693: more YAML stuff
J. Moringen
09:24 PM Revision 17d78f8d: Initial YAML conversion
J. Moringen
09:07 PM Revision 797a1ab5: Added value type conversions in src/commands/value-types.lisp
* src/commands/value-types.lisp: new file; contains value type
conversions for recipe-version pairs and variable as...
J. Moringen
09:07 PM Revision 64fd1bc7: Added phase machinery in src/commands/{conditions,phases}.lisp
* src/commands/conditions.lisp (phase-condition): new condition class;
superclass for phase-related conditions
(d...
J. Moringen
09:07 PM Revision d0c46277: citkat: Do not export catalog default images
J. Moringen
09:07 PM Revision 308586aa: removed legacy stuff from main
J. Moringen
09:07 PM Revision d3fdbba7: Added command options in src/commands/*.lisp
* src/commands/conditions.lisp (option-configuration-problem): new
condition; superclass for command option-related...
J. Moringen
09:07 PM Revision d65bcd76: Handle identically named branches and tags in src/commands/functions-input.lisp
* src/commands/functions-input.lisp (load-project/versioned): for a
pair of identically named branch and tag, drop ...
J. Moringen
09:07 PM Revision cbdcea35: Added deployment functions in src/commands/functions-deploy.lisp
* src/commands/functions-deploy.lisp: new file
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
09:07 PM Revision cb2600b1: Added help command in src/commands/command-help.lisp
* src/commands/command-help.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
added...
J. Moringen
09:07 PM Revision d7bddd63: Removed generate stuff from main.lisp
J. Moringen
09:07 PM Revision cf14f180: for functions-input
J. Moringen
09:07 PM Revision 366217c3: for command-validate: better error reports for nature check
J. Moringen
09:07 PM Revision 979886ef: citkat license
J. Moringen
09:07 PM Revision 3740f932: for validate command
J. Moringen
09:07 PM Revision 9960e2de: Added checking functions in src/commands/functions-check.lisp
* src/commands/functions-check.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
09:07 PM Revision c634b968: use as-phase in src/commands/mixins.lisp
J. Moringen
09:07 PM Revision 9a425b87: Option error reporting issues
J. Moringen
09:07 PM Revision 258663a9: Use command mechanism in src/commandline-interface/main.lisp
* src/commandline-interface/main.lisp (main): when the commandline
looks like it uses the command-based syntax, use...
J. Moringen
09:07 PM Revision 21885396: Added validate command in src/commands/command-validate.lisp
J. Moringen
09:07 PM Revision 3b041256: Added info commands in src/commands/command-info-{variables,aspects}.lisp
* src/commands/command-info-variables.lisp: new file;
* src/commands/command-info-aspects.lisp: new file;
* src/comm...
J. Moringen
09:07 PM Revision 95be247a: Added analyze command in src/commands/command-analyze.lisp
J. Moringen
09:07 PM Revision 1fb11708: for functions-input: better error report for missing version when in included ...
J. Moringen
09:07 PM Revision 63843ebc: for generate command
J. Moringen
09:07 PM Revision c244190d: Added generate command in src/commands/command-generate.lisp
J. Moringen
09:07 PM Revision 1e413a96: maybe for generate command
J. Moringen
09:07 PM Revision 3c35a430: Improve "resource" export in src/report/citkat.lisp
J. Moringen
09:07 PM Revision 9ed69959: Added execute-command in src/commands/protocol.lisp
* src/commands/protocol.lisp (execute-command): new function; execute
command with condition handling and threadpoo...
J. Moringen
09:07 PM Revision e01b0d1f: Added filtering in src/commands/command-info-variables.lisp
J. Moringen
09:07 PM Revision e829bdd3: Added recipe-and-version type in src/commands/value-types.lisp
* src/commands/value-types.lisp (recipe-and-version): new type; a
recipe pathname and a version string
(raw->valu...
J. Moringen
09:07 PM Revision 3e76238a: Added input functions in src/commands/functions-input.lisp
J. Moringen
09:07 PM Revision 93756836: load persons in src/commands/command-generate.lisp
J. Moringen
09:07 PM Revision 9fcd0518: phase for report command
J. Moringen
09:07 PM Revision 8d6e7079: Initial import of commandline-options module in src/commandline-options/*.lisp
* src/commandline-options/types.lisp: new file; types used in the
commandline-options module
* src/commandline-opti...
J. Moringen
09:07 PM Revision 19bf4214: Added query command in src/commands/command-query.lisp
J. Moringen
09:07 PM Revision 4208b303: Added discover command in src/commands/command-discover.lisp
J. Moringen
09:07 PM Revision eb59022f: Added hack command in src/commands/command-hack.lisp
J. Moringen
09:07 PM Revision a368a88d: dry-run for generate
J. Moringen
09:07 PM Revision ec52b690: Added option-synopsis in src/commandline-options/{protocol,options}.lisp
* src/commandline-options/protocol.lisp (option-synopsis): new generic
function; describe an option
* src/commandli...
J. Moringen
09:07 PM Revision ee711c85: citkat: Added missing safe-name call
J. Moringen
09:07 PM Revision 0fb55c62: Initial import of commands module in src/commands/*.lisp
* src/commands/conditions.lisp: new file; conditions signaled by the
commands module
* src/commands/protocol.lisp: ...
J. Moringen
09:07 PM Revision 0e387efc: Added report command in src/commands/command-report.lisp
J. Moringen
09:07 PM Revision 48d65ea3: Added platform-requires command in src/commands/platform-requires.lisp
J. Moringen
09:07 PM Revision 82d206ef: for input
J. Moringen
09:07 PM Revision 72de8ebd: citkat downcase scm kind
J. Moringen
09:07 PM Revision 5fbb00cf: error handling, in particular interactive interrupt in src/commandline-interfa...
J. Moringen
09:07 PM Revision fd9c4dd3: Added install command in src/commands/command-install.lisp
J. Moringen
09:07 PM Revision a8724c78: Duplicate title, description check in src/commands/command-validate.lisp
J. Moringen
09:07 PM Revision ba2b0046: citkat multiple person names
J. Moringen
09:07 PM Revision 5e17e007: Added version functions in src/commands/functions-version.lisp
J. Moringen
09:07 PM Revision 0cb4e301: for validate
J. Moringen
09:07 PM Revision fe0dcbc6: Added help functions in src/commandline-options/help.lisp
* src/commandline-options/help.lisp: new file; contains functions for
printing option-related help messages
* src/c...
J. Moringen
09:07 PM Revision 81d6c1ed: citkat fixes
J. Moringen
09:07 PM Revision 09a13583: Added command class mixins in src/commands/mixins.lisp
* src/commands/mixins.lisp: new file; contains mixin classes for
command classes
* jenkins.project.commands.asd (sy...
J. Moringen
09:07 PM Revision fedc23d1: Removed legacy configuration in src/commandline-interface/configuration.lisp
J. Moringen
09:07 PM Revision 5a8ebd67: Removed clon dependency
J. Moringen
09:07 PM Revision 07354651: Added version command in src/commands/command-version.lisp
* src/commands/command-version.lisp:
* jenkins.project.commands.asd (system jenkins.project.commands):
added file s...
J. Moringen
09:07 PM Revision 8011f383: Use commandline-options module in src/commandline-interface/configuration.lisp
J. Moringen
09:07 PM Revision 5603f089: suspicious natures in src/commands/command-validate.lisp
J. Moringen
09:07 PM Revision 7caecbea: citkat gravatar
J. Moringen
09:07 PM Revision 5a4d9bd9: trace-variable
J. Moringen
09:07 PM Revision 5846de11: Recipe maintainers for distributions in src/commands/functions-input.lisp
J. Moringen
09:07 PM Revision b7d7673a: citkat report
J. Moringen
08:04 PM Revision b88412fa: Version bump 0.20 -> 0.21 in version-string.sexp
* version-string.sexp: changed value "0.20.0" -> "0.21.0" J. Moringen
06:58 PM Revision 40772dc8: Made name property optional in src/model/project/json.lisp
* src/model/project/json.lisp (define-json-loader): for :congruent,
name property may be omitted, but must match fi...
J. Moringen
06:55 PM Revision b4372a74: Expand variable references in included project versions in src/model/project/j...
Variable references in included project versions can only refer to
variables defined directly in the distribution.
*...
J. Moringen
06:43 PM Revision c116f00c: Expand variable references in included project versions in src/model/project/j...
Variable references in included project versions can only refer to
variables defined directly in the distribution.
*...
J. Moringen
06:40 PM Revision 4748d746: Added evaluate function in src/model/variables/*.lisp
* src/model/variables/protocol.lisp (header): updated copyright
(evaluate): new generic function; evaluate an expre...
J. Moringen
03:47 PM Revision 450c4188: Initial YAML conversion
J. Moringen
03:47 PM Revision 95221252: Adaptations to new dependency syntax in src/model/project/util.lisp
* src/model/project/util.lisp (parse-dependency-spec): J. Moringen
03:47 PM Revision b8c2e949: Project, distribution name from filename in src/model/project/yaml.lisp
* src/model/project/yaml.lisp (load-project-spec/yaml-1):
(load-distribution-spec/yaml-1):
J. Moringen
03:47 PM Revision eedb17bd: more YAML stuff
J. Moringen
03:37 PM Revision a238a1c8: citkat gravatar
J. Moringen
03:37 PM Revision a8bb9aef: Removed legacy configuration in src/commandline-interface/configuration.lisp
J. Moringen
03:37 PM Revision 7ec9a7c0: Removed generate stuff from main.lisp
J. Moringen
03:37 PM Revision b91f0b7e: Removed clon dependency
J. Moringen
03:37 PM Revision bb14ab93: dry-run for generate
J. Moringen
03:37 PM Revision ff0d4b17: for validate command
J. Moringen
03:37 PM Revision 5f472ae7: citkat fixes
J. Moringen
03:37 PM Revision 726b9856: Added report command in src/commands/command-report.lisp
J. Moringen
03:37 PM Revision 94dcacc8: Duplicate title, description check in src/commands/command-validate.lisp
J. Moringen
03:37 PM Revision 57659a2f: citkat report
J. Moringen
03:37 PM Revision 53011b5e: citkat: Do not export catalog default images
J. Moringen
03:37 PM Revision 77d084fa: for validate
J. Moringen
03:37 PM Revision f57cabe8: citkat: Added missing safe-name call
J. Moringen
03:37 PM Revision 060cc055: citkat multiple person names
J. Moringen
03:37 PM Revision f0ca4abc: for functions-input: better error report for missing version when in included ...
J. Moringen
03:37 PM Revision a6a8c285: Added hack command in src/commands/command-hack.lisp
J. Moringen
03:37 PM Revision aa816537: Option error reporting issues
J. Moringen
03:37 PM Revision 3d097e8d: maybe for generate command
J. Moringen
03:37 PM Revision 108e5d06: citkat license
J. Moringen
03:37 PM Revision 63a7c987: for generate command
J. Moringen
03:37 PM Revision 63ce51c6: Added recipe-and-version type in src/commands/value-types.lisp
* src/commands/value-types.lisp (recipe-and-version): new type; a
recipe pathname and a version string
(raw->valu...
J. Moringen
03:37 PM Revision 38354280: trace-variable
J. Moringen
03:37 PM Revision c909a5da: citkat downcase scm kind
J. Moringen
03:37 PM Revision cd2b19c3: Improve "resource" export in src/report/citkat.lisp
J. Moringen
03:37 PM Revision ce320613: Added query command in src/commands/command-query.lisp
J. Moringen
03:37 PM Revision 2914eebc: suspicious natures in src/commands/command-validate.lisp
J. Moringen
03:37 PM Revision d779f377: Use commandline-options module in src/commandline-interface/configuration.lisp
J. Moringen
03:37 PM Revision 1974de3e: phase for report command
J. Moringen
03:37 PM Revision eaa1f652: error handling, in particular interactive interrupt in src/commandline-interfa...
J. Moringen
03:37 PM Revision 25b1846f: for command-validate: better error reports for nature check
J. Moringen
03:37 PM Revision e9021b79: Added discover command in src/commands/command-discover.lisp
J. Moringen
03:37 PM Revision de521e14: removed legacy stuff from main
J. Moringen
03:37 PM Revision 20492a5e: load persons in src/commands/command-generate.lisp
J. Moringen
03:37 PM Revision 69a3fe99: Added install command in src/commands/command-install.lisp
J. Moringen
03:37 PM Revision adb160f4: Added analyze command in src/commands/command-analyze.lisp
J. Moringen
03:37 PM Revision dfc8df8a: Added validate command in src/commands/command-validate.lisp
J. Moringen
03:37 PM Revision 474a0198: Added platform-requires command in src/commands/platform-requires.lisp
J. Moringen
03:36 PM Revision 95208d8e: Added checking functions in src/commands/functions-check.lisp
* src/commands/functions-check.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
03:36 PM Revision 9765a76d: for functions-input
J. Moringen
03:36 PM Revision adbd75a7: Initial import of commandline-options module in src/commandline-options/*.lisp
* src/commandline-options/types.lisp: new file; types used in the
commandline-options module
* src/commandline-opti...
J. Moringen
03:36 PM Revision eada4b0e: Added value type conversions in src/commands/value-types.lisp
* src/commands/value-types.lisp: new file; contains value type
conversions for recipe-version pairs and variable as...
J. Moringen
03:36 PM Revision eb4d054b: Added execute-command in src/commands/protocol.lisp
* src/commands/protocol.lisp (execute-command): new function; execute
command with condition handling and threadpoo...
J. Moringen
03:36 PM Revision d8106826: Added command class mixins in src/commands/mixins.lisp
* src/commands/mixins.lisp: new file; contains mixin classes for
command classes
* jenkins.project.commands.asd (sy...
J. Moringen
03:36 PM Revision 8c47db2d: Handle identically named branches and tags in src/commands/functions-input.lisp
* src/commands/functions-input.lisp (load-project/versioned): for a
pair of identically named branch and tag, drop ...
J. Moringen
03:36 PM Revision ee141dad: Added filtering in src/commands/command-info-variables.lisp
J. Moringen
03:36 PM Revision c5175fdd: Added deployment functions in src/commands/functions-deploy.lisp
* src/commands/functions-deploy.lisp: new file
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
03:36 PM Revision 3dcf80c8: Added input functions in src/commands/functions-input.lisp
J. Moringen
03:36 PM Revision efe9fdc7: Recipe maintainers for distributions in src/commands/functions-input.lisp
J. Moringen
03:36 PM Revision a18cb845: Use command mechanism in src/commandline-interface/main.lisp
* src/commandline-interface/main.lisp (main): when the commandline
looks like it uses the command-based syntax, use...
J. Moringen
03:36 PM Revision af38cbab: Added command options in src/commands/*.lisp
* src/commands/conditions.lisp (option-configuration-problem): new
condition; superclass for command option-related...
J. Moringen
03:36 PM Revision bbbbcb47: Added help command in src/commands/command-help.lisp
* src/commands/command-help.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
added...
J. Moringen
03:36 PM Revision f9188b7a: for input
J. Moringen
03:36 PM Revision fe48a511: Added info commands in src/commands/command-info-{variables,aspects}.lisp
* src/commands/command-info-variables.lisp: new file;
* src/commands/command-info-aspects.lisp: new file;
* src/comm...
J. Moringen
03:36 PM Revision feb438e0: use as-phase in src/commands/mixins.lisp
J. Moringen
03:36 PM Revision a70e7300: Initial import of commands module in src/commands/*.lisp
* src/commands/conditions.lisp: new file; conditions signaled by the
commands module
* src/commands/protocol.lisp: ...
J. Moringen
03:36 PM Revision 5e132fa8: Added phase machinery in src/commands/{conditions,phases}.lisp
* src/commands/conditions.lisp (phase-condition): new condition class;
superclass for phase-related conditions
(d...
J. Moringen
03:36 PM Revision b5079537: Added version command in src/commands/command-version.lisp
* src/commands/command-version.lisp:
* jenkins.project.commands.asd (system jenkins.project.commands):
added file s...
J. Moringen
03:36 PM Revision 0505e552: Added option-synopsis in src/commandline-options/{protocol,options}.lisp
* src/commandline-options/protocol.lisp (option-synopsis): new generic
function; describe an option
* src/commandli...
J. Moringen
03:36 PM Revision ff183e46: Added generate command in src/commands/command-generate.lisp
J. Moringen
03:36 PM Revision 0124af53: Added version functions in src/commands/functions-version.lisp
J. Moringen
03:36 PM Revision a2f49b71: Added help functions in src/commandline-options/help.lisp
* src/commandline-options/help.lisp: new file; contains functions for
printing option-related help messages
* src/c...
J. Moringen
03:33 PM Revision 25fcb922: Better reports for missing versions in src/commandline-interface/main.lisp
* src/commandline-interface/main.lisp (load-project/versioned):
use `object-error' when reporting references to mis...
J. Moringen
03:18 PM Revision 0117ee41: Added platform-requires command in src/commands/platform-requires.lisp
J. Moringen
03:18 PM Revision 783549c6: Duplicate title, description check in src/commands/command-validate.lisp
J. Moringen
03:18 PM Revision 6c783f00: citkat: Added missing safe-name call
J. Moringen
03:18 PM Revision 0671a91b: citkat gravatar
J. Moringen
03:18 PM Revision c69e4839: Added install command in src/commands/command-install.lisp
J. Moringen
03:18 PM Revision 1cd208a2: Improve "resource" export in src/report/citkat.lisp
J. Moringen
03:18 PM Revision f32a88f7: load persons in src/commands/command-generate.lisp
J. Moringen
03:18 PM Revision 6b549466: citkat multiple person names
J. Moringen
03:18 PM Revision a2c6f392: for functions-input: better error report for missing version when in included ...
J. Moringen
03:18 PM Revision cb7da3e3: Added report command in src/commands/command-report.lisp
J. Moringen
03:18 PM Revision fd2398c6: Added validate command in src/commands/command-validate.lisp
J. Moringen
03:18 PM Revision 73d073a6: for generate command
J. Moringen
03:18 PM Revision 61dfb6da: suspicious natures in src/commands/command-validate.lisp
J. Moringen
03:18 PM Revision cc4acfe9: Option error reporting issues
J. Moringen
03:18 PM Revision 4c46c218: Added analyze command in src/commands/command-analyze.lisp
J. Moringen
03:18 PM Revision 56cc954f: citkat fixes
J. Moringen
03:18 PM Revision 6ebb97c9: citkat license
J. Moringen
03:18 PM Revision 85848a84: maybe for generate command
J. Moringen
03:18 PM Revision 26a0ad50: dry-run for generate
J. Moringen
03:18 PM Revision 0e3d4b83: for validate command
J. Moringen
03:18 PM Revision b4fe9f6c: Removed legacy configuration in src/commandline-interface/configuration.lisp
J. Moringen
03:18 PM Revision 1c9a6f79: citkat report
J. Moringen
03:18 PM Revision 9bc00ac1: Added query command in src/commands/command-query.lisp
J. Moringen
03:18 PM Revision e931df4f: citkat downcase scm kind
J. Moringen
03:18 PM Revision 1b081b90: error handling, in particular interactive interrupt in src/commandline-interfa...
J. Moringen
03:18 PM Revision 98cd4437: trace-variable
J. Moringen
03:18 PM Revision 668b427f: for validate
J. Moringen
03:18 PM Revision 6f925341: phase for report command
J. Moringen
03:18 PM Revision 68ee53b6: citkat: Do not export catalog default images
J. Moringen
03:18 PM Revision d56ada2f: Added discover command in src/commands/command-discover.lisp
J. Moringen
03:18 PM Revision 10b9fe33: for command-validate: better error reports for nature check
J. Moringen
03:18 PM Revision 292ad463: Added recipe-and-version type in src/commands/value-types.lisp
* src/commands/value-types.lisp (recipe-and-version): new type; a
recipe pathname and a version string
(raw->valu...
J. Moringen
03:18 PM Revision 9f30ede4: Added hack command in src/commands/command-hack.lisp
J. Moringen
03:18 PM Revision a2dab102: Use commandline-options module in src/commandline-interface/configuration.lisp
J. Moringen
03:14 PM Revision f85a8a60: removed legacy stuff from main
J. Moringen
03:14 PM Revision 61956fa6: Removed clon dependency
J. Moringen
03:14 PM Revision 1fc7aa33: Removed generate stuff from main.lisp
J. Moringen
03:14 PM Revision 4d23754e: Use command mechanism in src/commandline-interface/main.lisp
* src/commandline-interface/main.lisp (main): when the commandline
looks like it uses the command-based syntax, use...
J. Moringen
03:08 PM Revision 8660ea8e: for input
J. Moringen
03:08 PM Revision d5720cea: Initial import of commandline-options module in src/commandline-options/*.lisp
* src/commandline-options/types.lisp: new file; types used in the
commandline-options module
* src/commandline-opti...
J. Moringen
03:08 PM Revision 0f5c366c: Recipe maintainers for distributions in src/commands/functions-input.lisp
J. Moringen
03:08 PM Revision 0fe4931b: Added checking functions in src/commands/functions-check.lisp
* src/commands/functions-check.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
03:08 PM Revision 5b5d6165: Initial import of commands module in src/commands/*.lisp
* src/commands/conditions.lisp: new file; conditions signaled by the
commands module
* src/commands/protocol.lisp: ...
J. Moringen
03:08 PM Revision 513eb865: Added version command in src/commands/command-version.lisp
* src/commands/command-version.lisp:
* jenkins.project.commands.asd (system jenkins.project.commands):
added file s...
J. Moringen
03:08 PM Revision b45ae01d: for functions-input
J. Moringen
03:08 PM Revision a4ed7730: Added info commands in src/commands/command-info-{variables,aspects}.lisp
* src/commands/command-info-variables.lisp: new file;
* src/commands/command-info-aspects.lisp: new file;
* src/comm...
J. Moringen
03:08 PM Revision 603a2e8c: Added help functions in src/commandline-options/help.lisp
* src/commandline-options/help.lisp: new file; contains functions for
printing option-related help messages
* src/c...
J. Moringen
03:08 PM Revision 69a499b3: Added command class mixins in src/commands/mixins.lisp
* src/commands/mixins.lisp: new file; contains mixin classes for
command classes
* jenkins.project.commands.asd (sy...
J. Moringen
03:08 PM Revision 46a7eaaf: Added deployment functions in src/commands/functions-deploy.lisp
* src/commands/functions-deploy.lisp: new file
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
03:08 PM Revision 6989f666: Added filtering in src/commands/command-info-variables.lisp
J. Moringen
03:08 PM Revision 8659ccb6: use as-phase in src/commands/mixins.lisp
J. Moringen
03:08 PM Revision 7106eb01: Added help command in src/commands/command-help.lisp
* src/commands/command-help.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
added...
J. Moringen
03:08 PM Revision f437dd78: Added option-synopsis in src/commandline-options/{protocol,options}.lisp
* src/commandline-options/protocol.lisp (option-synopsis): new generic
function; describe an option
* src/commandli...
J. Moringen
03:08 PM Revision fb5ddb70: Handle identically named branches and tags in src/commands/functions-input.lisp
* src/commands/functions-input.lisp (load-project/versioned): for a
pair of identically named branch and tag, drop ...
J. Moringen
03:08 PM Revision 2864f993: Added generate command in src/commands/command-generate.lisp
J. Moringen
03:08 PM Revision dc2f8c13: Added version functions in src/commands/functions-version.lisp
J. Moringen
03:08 PM Revision ba21bbdd: Added execute-command in src/commands/protocol.lisp
* src/commands/protocol.lisp (execute-command): new function; execute
command with condition handling and threadpoo...
J. Moringen
03:08 PM Revision e991247e: Added value type conversions in src/commands/value-types.lisp
* src/commands/value-types.lisp: new file; contains value type
conversions for recipe-version pairs and variable as...
J. Moringen
03:08 PM Revision f83308a9: Added command options in src/commands/*.lisp
* src/commands/conditions.lisp (option-configuration-problem): new
condition; superclass for command option-related...
J. Moringen
03:08 PM Revision b019c1c8: Added input functions in src/commands/functions-input.lisp
J. Moringen
03:08 PM Revision 8979667f: Added phase machinery in src/commands/{conditions,phases}.lisp
* src/commands/conditions.lisp (phase-condition): new condition class;
superclass for phase-related conditions
(d...
J. Moringen
03:05 PM Revision 87d9ec63: Use one-line progress style when interactive in src/commandline-interface/main...
* src/commandline-interface/main.lisp (configure): set default of
general.progress-style configuration schema item ...
J. Moringen
02:28 PM Revision cacb8747: `unbound-variable' conditions cannot be deferred src/commandline-interface/mai...
* src/commandline-interface/main.lisp (call-with-delayed-error-reporting):
do not allow deferring conditions of typ...
J. Moringen
01:56 PM Revision d7070256: for command-validate: better error reports for nature check
J. Moringen
01:56 PM Revision 56b68843: citkat: Do not export catalog default images
J. Moringen
01:56 PM Revision d69bc88b: citkat multiple person names
J. Moringen
01:56 PM Revision e3db1728: Added query command in src/commands/command-query.lisp
J. Moringen
01:56 PM Revision f73b8e02: citkat gravatar
J. Moringen
01:56 PM Revision 4c595683: Added platform-requires command in src/commands/platform-requires.lisp
J. Moringen
01:56 PM Revision 4ef6a99c: citkat report
J. Moringen
01:56 PM Revision b07602cc: Added analyze command in src/commands/command-analyze.lisp
J. Moringen
01:56 PM Revision e35645b5: citkat downcase scm kind
J. Moringen
01:56 PM Revision 2bcadac6: Added hack command in src/commands/command-hack.lisp
J. Moringen
01:56 PM Revision 7c5e293c: citkat: Added missing safe-name call
J. Moringen
01:56 PM Revision 6c123179: Duplicate title, description check in src/commands/command-validate.lisp
J. Moringen
01:56 PM Revision b213a623: phase for report command
J. Moringen
01:56 PM Revision 12684eb3: Added recipe-and-version type in src/commands/value-types.lisp
* src/commands/value-types.lisp (recipe-and-version): new type; a
recipe pathname and a version string
(raw->valu...
J. Moringen
01:56 PM Revision 3fe43732: for functions-input: better error report for missing version when in included ...
J. Moringen
01:56 PM Revision a454a484: Improve "resource" export in src/report/citkat.lisp
J. Moringen
01:56 PM Revision aa72c1f4: Added install command in src/commands/command-install.lisp
J. Moringen
01:56 PM Revision 3be882b4: Added discover command in src/commands/command-discover.lisp
J. Moringen
01:56 PM Revision df7f89fa: citkat license
J. Moringen
01:56 PM Revision 7acb671f: citkat fixes
J. Moringen

02/28/2018

07:11 PM Revision 5e8b6d92: for functions-input: better error report for missing version when in included ...
J. Moringen
07:11 PM Revision b84138c5: for command-validate: better error reports for nature check
J. Moringen

02/27/2018

01:56 PM Revision ffd2b3c6: citkat: Added missing safe-name call
J. Moringen
01:56 PM Revision a758631b: Added input functions in src/commands/functions-input.lisp
J. Moringen
01:56 PM Revision de2d0e88: Added help command in src/commands/command-help.lisp
* src/commands/command-help.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
added...
J. Moringen
01:56 PM Revision a8b177e1: for validate command
J. Moringen
01:56 PM Revision 5dc890a0: Added version functions in src/commands/functions-version.lisp
J. Moringen
01:56 PM Revision dd4bc600: Improve "resource" export in src/report/citkat.lisp
J. Moringen
01:56 PM Revision 5be87c13: Recipe maintainers for distributions in src/commands/functions-input.lisp
J. Moringen
01:56 PM Revision df2d8cbe: maybe for generate command
J. Moringen
01:56 PM Revision a48e44c2: Added hack command in src/commands/command-hack.lisp
J. Moringen
01:56 PM Revision dc3d8804: Added filtering in src/commands/command-info-variables.lisp
J. Moringen
01:56 PM Revision a17a9d26: Added option-synopsis in src/commandline-options/{protocol,options}.lisp
* src/commandline-options/protocol.lisp (option-synopsis): new generic
function; describe an option
* src/commandli...
J. Moringen
01:56 PM Revision 266b8277: load persons in src/commands/command-generate.lisp
J. Moringen
01:56 PM Revision 268fd4bb: Removed generate stuff from main.lisp
J. Moringen
01:56 PM Revision a0ef13de: for validate
J. Moringen
01:56 PM Revision a0294adb: Added generate command in src/commands/command-generate.lisp
J. Moringen
01:56 PM Revision 63258a6d: citkat gravatar
J. Moringen
01:56 PM Revision e6b6540c: Removed legacy configuration in src/commandline-interface/configuration.lisp
J. Moringen
01:56 PM Revision e8ee8983: citkat fixes
J. Moringen
01:56 PM Revision afa11ab6: Use commandline-options module in src/commandline-interface/configuration.lisp
J. Moringen
01:56 PM Revision 1c57fa7b: for input
J. Moringen
01:56 PM Revision 988cf70b: citkat: Do not export catalog default images
J. Moringen
01:56 PM Revision 97bc3cfc: Added platform-requires command in src/commands/platform-requires.lisp
J. Moringen
01:56 PM Revision 5edc2ef7: Added validate command in src/commands/command-validate.lisp
J. Moringen
01:56 PM Revision 18de8433: Added recipe-and-version type in src/commands/value-types.lisp
* src/commands/value-types.lisp (recipe-and-version): new type; a
recipe pathname and a version string
(raw->valu...
J. Moringen
01:56 PM Revision d53f5c6f: phase for report command
J. Moringen
01:56 PM Revision 1603fe39: Added info commands in src/commands/command-info-{variables,aspects}.lisp
* src/commands/command-info-variables.lisp: new file;
* src/commands/command-info-aspects.lisp: new file;
* src/comm...
J. Moringen
01:56 PM Revision 6bba6454: Duplicate title, description check in src/commands/command-validate.lisp
J. Moringen
01:56 PM Revision d451b332: Handle identically named branches and tags in src/commands/functions-input.lisp
* src/commands/functions-input.lisp (load-project/versioned): for a
pair of identically named branch and tag, drop ...
J. Moringen
01:56 PM Revision 8c9ec365: Added command options in src/commands/*.lisp
* src/commands/conditions.lisp (option-configuration-problem): new
condition; superclass for command option-related...
J. Moringen
01:56 PM Revision 0f4dfdb5: Added help functions in src/commandline-options/help.lisp
* src/commandline-options/help.lisp: new file; contains functions for
printing option-related help messages
* src/c...
J. Moringen
01:56 PM Revision d44fbce9: Added command class mixins in src/commands/mixins.lisp
* src/commands/mixins.lisp: new file; contains mixin classes for
command classes
* jenkins.project.commands.asd (sy...
J. Moringen
01:56 PM Revision 6ef273a9: Added deployment functions in src/commands/functions-deploy.lisp
* src/commands/functions-deploy.lisp: new file
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
01:56 PM Revision 296c462d: Added analyze command in src/commands/command-analyze.lisp
J. Moringen
01:56 PM Revision 502ce7e8: suspicious natures in src/commands/command-validate.lisp
J. Moringen
01:56 PM Revision 8a238ec5: Added report command in src/commands/command-report.lisp
J. Moringen
01:56 PM Revision 89abe2ba: Added install command in src/commands/command-install.lisp
J. Moringen
01:56 PM Revision 4efdbee0: Initial import of commandline-options module in src/commandline-options/*.lisp
* src/commandline-options/types.lisp: new file; types used in the
commandline-options module
* src/commandline-opti...
J. Moringen
01:56 PM Revision 0e12c593: Added version command in src/commands/command-version.lisp
* src/commands/command-version.lisp:
* jenkins.project.commands.asd (system jenkins.project.commands):
added file s...
J. Moringen
01:56 PM Revision 0df2a562: Initial import of commands module in src/commands/*.lisp
* src/commands/conditions.lisp: new file; conditions signaled by the
commands module
* src/commands/protocol.lisp: ...
J. Moringen
01:56 PM Revision ce1b6456: Simplified simple-object-error in src/model/project/json.lisp
J. Moringen
01:56 PM Revision 861b5302: citkat downcase scm kind
J. Moringen
01:56 PM Revision f8d915ba: Added discover command in src/commands/command-discover.lisp
J. Moringen
01:56 PM Revision 312cb508: error handling, in particular interactive interrupt in src/commandline-interfa...
J. Moringen
01:56 PM Revision 0d7605aa: removed legacy stuff from main
J. Moringen
01:56 PM Revision 731f40be: citkat multiple person names
J. Moringen
01:56 PM Revision 0d21ae54: Option error reporting issues
J. Moringen
01:56 PM Revision bd73dbce: citkat report
J. Moringen
01:56 PM Revision 0b2d99f9: Added checking functions in src/commands/functions-check.lisp
* src/commands/functions-check.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
01:56 PM Revision c91fe93f: for generate command
J. Moringen
01:56 PM Revision 77928e1c: trace-variable
J. Moringen
01:56 PM Revision c8a00358: Added query command in src/commands/command-query.lisp
J. Moringen
01:56 PM Revision c8204a71: Use command mechanism in src/commandline-interface/main.lisp
* src/commandline-interface/main.lisp (main): when the commandline
looks like it uses the command-based syntax, use...
J. Moringen
01:56 PM Revision 08570929: Removed clon dependency
J. Moringen
01:56 PM Revision c67c02ea: Added value type conversions in src/commands/value-types.lisp
* src/commands/value-types.lisp: new file; contains value type
conversions for recipe-version pairs and variable as...
J. Moringen
01:56 PM Revision 3853403f: Added execute-command in src/commands/protocol.lisp
* src/commands/protocol.lisp (execute-command): new function; execute
command with condition handling and threadpoo...
J. Moringen
01:56 PM Revision 79a995d2: dry-run for generate
J. Moringen
01:56 PM Revision 3e9254c0: use as-phase in src/commands/mixins.lisp
J. Moringen
01:56 PM Revision 3bb1a785: citkat license
J. Moringen
01:56 PM Revision c410fa3a: for functions-input
J. Moringen
01:56 PM Revision f4652122: Added phase machinery in src/commands/{conditions,phases}.lisp
* src/commands/conditions.lisp (phase-condition): new condition class;
superclass for phase-related conditions
(d...
J. Moringen
11:58 AM Revision c1c522b2: error handling, in particular interactive interrupt in src/commandline-interfa...
J. Moringen
11:58 AM Revision 79909f75: Added generate command in src/commands/command-generate.lisp
J. Moringen
11:58 AM Revision 7a2bf565: Added validate command in src/commands/command-validate.lisp
J. Moringen
11:58 AM Revision 762876a8: Added hack command in src/commands/command-hack.lisp
J. Moringen
11:58 AM Revision 746fb34a: Added deployment functions in src/commands/functions-deploy.lisp
* src/commands/functions-deploy.lisp: new file
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
11:58 AM Revision 731f8a2e: Duplicate title, description check in src/commands/command-validate.lisp
J. Moringen
11:58 AM Revision f998f393: citkat: Do not export catalog default images
J. Moringen
11:58 AM Revision 44c02d6f: trace-variable
J. Moringen
11:58 AM Revision f86ecd1b: Added version command in src/commands/command-version.lisp
* src/commands/command-version.lisp:
* jenkins.project.commands.asd (system jenkins.project.commands):
added file s...
J. Moringen
11:58 AM Revision f7b2c546: citkat: Added missing safe-name call
J. Moringen
11:58 AM Revision 36879bd8: citkat gravatar
J. Moringen
11:58 AM Revision 4b40d932: for validate command
J. Moringen
11:58 AM Revision 879fc96b: Added checking functions in src/commands/functions-check.lisp
* src/commands/functions-check.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
11:58 AM Revision 6fc4ad2a: Added analyze command in src/commands/command-analyze.lisp
J. Moringen
11:58 AM Revision bdd40c69: citkat license
J. Moringen
11:58 AM Revision 8ab46525: Use commandline-options module in src/commandline-interface/configuration.lisp
J. Moringen
11:58 AM Revision bd373074: for generate command
J. Moringen
11:58 AM Revision 8d00131d: dry-run for generate
J. Moringen
11:58 AM Revision f14b695b: for functions-input
J. Moringen
11:58 AM Revision cd28fdde: Added filtering in src/commands/command-info-variables.lisp
J. Moringen
11:58 AM Revision 6b288aed: maybe for generate command
J. Moringen
11:58 AM Revision 2d287cd5: Use command mechanism in src/commandline-interface/main.lisp
* src/commandline-interface/main.lisp (main): when the commandline
looks like it uses the command-based syntax, use...
J. Moringen
11:58 AM Revision cde203b5: Added info commands in src/commands/command-info-{variables,aspects}.lisp
* src/commands/command-info-variables.lisp: new file;
* src/commands/command-info-aspects.lisp: new file;
* src/comm...
J. Moringen
11:58 AM Revision 1603224b: suspicious natures in src/commands/command-validate.lisp
J. Moringen
11:58 AM Revision cdfcc105: phase for report command
J. Moringen
11:58 AM Revision 4e3c0538: citkat downcase scm kind
J. Moringen
11:58 AM Revision ebe410ae: Improve "resource" export in src/report/citkat.lisp
J. Moringen
11:58 AM Revision 19025929: Removed legacy configuration in src/commandline-interface/configuration.lisp
J. Moringen
11:58 AM Revision 990550e6: Handle identically named branches and tags in src/commands/functions-input.lisp
* src/commands/functions-input.lisp (load-project/versioned): for a
pair of identically named branch and tag, drop ...
J. Moringen
11:58 AM Revision b5c55225: Option error reporting issues
J. Moringen
11:58 AM Revision acf3b438: citkat multiple person names
J. Moringen
11:58 AM Revision e939fe44: Removed clon dependency
J. Moringen
11:58 AM Revision 644dc956: Added recipe-and-version type in src/commands/value-types.lisp
* src/commands/value-types.lisp (recipe-and-version): new type; a
recipe pathname and a version string
(raw->valu...
J. Moringen
11:58 AM Revision d44996aa: Added help command in src/commands/command-help.lisp
* src/commands/command-help.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
added...
J. Moringen
11:58 AM Revision 508297ec: Added platform-requires command in src/commands/platform-requires.lisp
J. Moringen
11:58 AM Revision 63fda535: Added query command in src/commands/command-query.lisp
J. Moringen
11:58 AM Revision 1c588f6a: for validate
J. Moringen
11:58 AM Revision b1a5ee86: Added report command in src/commands/command-report.lisp
J. Moringen
11:58 AM Revision 6326496b: citkat report
J. Moringen
11:58 AM Revision 61b813df: Added discover command in src/commands/command-discover.lisp
J. Moringen
11:58 AM Revision 60f33faa: Recipe maintainers for distributions in src/commands/functions-input.lisp
J. Moringen
11:58 AM Revision 5314fafa: removed legacy stuff from main
J. Moringen
11:58 AM Revision aea0c13e: Added install command in src/commands/command-install.lisp
J. Moringen
11:58 AM Revision a442855e: load persons in src/commands/command-generate.lisp
J. Moringen
11:58 AM Revision 21f5e914: citkat fixes
J. Moringen
11:58 AM Revision 1b3aa5e4: Removed generate stuff from main.lisp
J. Moringen
11:58 AM Revision c92bab81: Added command options in src/commands/*.lisp
* src/commands/conditions.lisp (option-configuration-problem): new
condition; superclass for command option-related...
J. Moringen
11:58 AM Revision 8b8fb72d: use as-phase in src/commands/mixins.lisp
J. Moringen
11:58 AM Revision 0f12164c: for input
J. Moringen
11:58 AM Revision 3a97fe63: Added phase machinery in src/commands/{conditions,phases}.lisp
* src/commands/conditions.lisp (phase-condition): new condition class;
superclass for phase-related conditions
(d...
J. Moringen
11:58 AM Revision 90bb3bdc: Added command class mixins in src/commands/mixins.lisp
* src/commands/mixins.lisp: new file; contains mixin classes for
command classes
* jenkins.project.commands.asd (sy...
J. Moringen
11:58 AM Revision 9cf0d785: Initial import of commandline-options module in src/commandline-options/*.lisp
* src/commandline-options/types.lisp: new file; types used in the
commandline-options module
* src/commandline-opti...
J. Moringen
11:58 AM Revision cdeea043: Added version functions in src/commands/functions-version.lisp
J. Moringen
11:58 AM Revision ec9e1c45: Added value type conversions in src/commands/value-types.lisp
* src/commands/value-types.lisp: new file; contains value type
conversions for recipe-version pairs and variable as...
J. Moringen
11:58 AM Revision 9aac3e94: Initial import of commands module in src/commands/*.lisp
* src/commands/conditions.lisp: new file; conditions signaled by the
commands module
* src/commands/protocol.lisp: ...
J. Moringen
11:58 AM Revision 8713e4d7: Added help functions in src/commandline-options/help.lisp
* src/commandline-options/help.lisp: new file; contains functions for
printing option-related help messages
* src/c...
J. Moringen
11:58 AM Revision d2d4889b: Added input functions in src/commands/functions-input.lisp
J. Moringen
11:58 AM Revision 215bbd2b: Added execute-command in src/commands/protocol.lisp
* src/commands/protocol.lisp (execute-command): new function; execute
command with condition handling and threadpoo...
J. Moringen
11:58 AM Revision 208d4bfb: Added option-synopsis in src/commandline-options/{protocol,options}.lisp
* src/commandline-options/protocol.lisp (option-synopsis): new generic
function; describe an option
* src/commandli...
J. Moringen

02/26/2018

08:46 PM Revision 2903f71e: Fix unfortunate symlink resolution in src/analysis/mps.lisp
* src/analysis/mps.lisp (header): updated copyright
(analyze pathname eql +mps-plugin-build-files+): truenamize the...
J. Moringen
06:43 PM Revision f533ded1: Fix unfortunate symlink resolution in src/analysis/mps.lisp
* src/analysis/mps.lisp (header): updated copyright
(analyze pathname eql +mps-plugin-build-files+): try not to res...
J. Moringen
04:53 PM Revision fd4eb317: Duplicate title, description check in src/commands/command-validate.lisp
J. Moringen

02/21/2018

12:37 PM Revision 85ab3510: Added discover command in src/commands/command-discover.lisp
J. Moringen
12:37 PM Revision c0d1d520: Added hack command in src/commands/command-hack.lisp
J. Moringen
12:37 PM Revision 61f02763: maybe for generate command
J. Moringen
12:37 PM Revision c0ced45c: Improve "resource" export in src/report/citkat.lisp
J. Moringen
12:37 PM Revision 6012ab29: Added recipe-and-version type in src/commands/value-types.lisp
* src/commands/value-types.lisp (recipe-and-version): new type; a
recipe pathname and a version string
(raw->valu...
J. Moringen
12:37 PM Revision 41ab2278: Removed legacy configuration in src/commandline-interface/configuration.lisp
J. Moringen
12:37 PM Revision a4ffc7aa: Added query command in src/commands/command-query.lisp
J. Moringen
12:37 PM Revision 721dbe0f: Added analyze command in src/commands/command-analyze.lisp
J. Moringen
12:37 PM Revision b02daf58: citkat gravatar
J. Moringen
12:37 PM Revision 0a2ac0f9: trace-variable
J. Moringen
12:37 PM Revision 995da7d8: Added install command in src/commands/command-install.lisp
J. Moringen
12:37 PM Revision bfbdc5d3: for validate
J. Moringen
12:37 PM Revision b6054cd9: Added validate command in src/commands/command-validate.lisp
J. Moringen
12:37 PM Revision 83ae4656: suspicious natures in src/commands/command-validate.lisp
J. Moringen
12:37 PM Revision cea4ac89: phase for report command
J. Moringen
12:37 PM Revision 697130c4: citkat fixes
J. Moringen
12:37 PM Revision dde27ef2: error handling, in particular interactive interrupt in src/commandline-interfa...
J. Moringen
12:37 PM Revision 5c03d018: removed legacy stuff from main
J. Moringen
12:37 PM Revision 35f96ccd: Option error reporting issues
J. Moringen
12:37 PM Revision fe781d25: citkat: Added missing safe-name call
J. Moringen
12:37 PM Revision 5923bf55: dry-run for generate
J. Moringen
12:37 PM Revision 6a0857bd: citkat: Do not export catalog default images
J. Moringen
12:37 PM Revision 08e1e95e: citkat multiple person names
J. Moringen
12:37 PM Revision 27946226: Added report command in src/commands/command-report.lisp
J. Moringen
12:37 PM Revision 9004d480: citkat downcase scm kind
J. Moringen
12:37 PM Revision 6c37d74c: load persons in src/commands/command-generate.lisp
J. Moringen
12:37 PM Revision 33f8f9c6: for validate command
J. Moringen
12:37 PM Revision 02269bc9: Use commandline-options module in src/commandline-interface/configuration.lisp
J. Moringen
12:37 PM Revision bc5bb5b1: citkat report
J. Moringen
12:37 PM Revision 34dbe7fe: citkat license
J. Moringen
12:37 PM Revision ffa33aec: for generate command
J. Moringen
12:37 PM Revision f065c49d: Added platform-requires command in src/commands/platform-requires.lisp
J. Moringen
12:37 PM Revision d7d66889: Handle identically named branches and tags in src/commands/functions-input.lisp
* src/commands/functions-input.lisp (load-project/versioned): for a
pair of identically named branch and tag, drop ...
J. Moringen
12:37 PM Revision f1cc6337: Added info commands in src/commands/command-info-{variables,aspects}.lisp
* src/commands/command-info-variables.lisp: new file;
* src/commands/command-info-aspects.lisp: new file;
* src/comm...
J. Moringen
12:37 PM Revision bb6ec6c3: Added deployment functions in src/commands/functions-deploy.lisp
* src/commands/functions-deploy.lisp: new file
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
12:37 PM Revision 57263671: Added filtering in src/commands/command-info-variables.lisp
J. Moringen
12:37 PM Revision 263bdd85: for input
J. Moringen
12:37 PM Revision 4f695d77: Added generate command in src/commands/command-generate.lisp
J. Moringen
12:37 PM Revision 3760d3d4: use as-phase in src/commands/mixins.lisp
J. Moringen
12:37 PM Revision 6c5bfa36: Recipe maintainers for distributions in src/commands/functions-input.lisp
J. Moringen
12:37 PM Revision 1a4e2058: Added value type conversions in src/commands/value-types.lisp
* src/commands/value-types.lisp: new file; contains value type
conversions for recipe-version pairs and variable as...
J. Moringen
12:37 PM Revision cff9211a: Added version command in src/commands/command-version.lisp
* src/commands/command-version.lisp:
* jenkins.project.commands.asd (system jenkins.project.commands):
added file s...
J. Moringen
12:37 PM Revision 83924706: Added help command in src/commands/command-help.lisp
* src/commands/command-help.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
added...
J. Moringen
12:37 PM Revision b44881af: Use command mechanism in src/commandline-interface/main.lisp
* src/commandline-interface/main.lisp (main): when the commandline
looks like it uses the command-based syntax, use...
J. Moringen
12:37 PM Revision d4f854e0: for functions-input
J. Moringen
12:37 PM Revision acc2b2e9: Added execute-command in src/commands/protocol.lisp
* src/commands/protocol.lisp (execute-command): new function; execute
command with condition handling and threadpoo...
J. Moringen
12:37 PM Revision 7a42c1aa: Removed clon dependency
J. Moringen
12:37 PM Revision b07c4b11: Added version functions in src/commands/functions-version.lisp
J. Moringen
12:37 PM Revision d70965c5: Removed generate stuff from main.lisp
J. Moringen
12:37 PM Revision 77833389: Added phase machinery in src/commands/{conditions,phases}.lisp
* src/commands/conditions.lisp (phase-condition): new condition class;
superclass for phase-related conditions
(d...
J. Moringen
12:37 PM Revision a673a1cb: Added input functions in src/commands/functions-input.lisp
J. Moringen
12:37 PM Revision dd20c0a9: Added checking functions in src/commands/functions-check.lisp
* src/commands/functions-check.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
12:37 PM Revision b0a0bdde: Added command class mixins in src/commands/mixins.lisp
* src/commands/mixins.lisp: new file; contains mixin classes for
command classes
* jenkins.project.commands.asd (sy...
J. Moringen

02/16/2018

05:45 PM Revision 3792ba92: Initial import of commands module in src/commands/*.lisp
* src/commands/conditions.lisp: new file; conditions signaled by the
commands module
* src/commands/protocol.lisp: ...
J. Moringen
05:45 PM Revision 1834f02e: Added command options in src/commands/*.lisp
* src/commands/conditions.lisp (option-configuration-problem): new
condition; superclass for command option-related...
J. Moringen
05:45 PM Revision ae626ca5: Added help functions in src/commandline-options/help.lisp
* src/commandline-options/help.lisp: new file; contains functions for
printing option-related help messages
* src/c...
J. Moringen
05:45 PM Revision 956c989f: Initial import of commandline-options module in src/commandline-options/*.lisp
* src/commandline-options/types.lisp: new file; types used in the
commandline-options module
* src/commandline-opti...
J. Moringen
05:45 PM Revision 3c1e6b77: Added option-synopsis in src/commandline-options/{protocol,options}.lisp
* src/commandline-options/protocol.lisp (option-synopsis): new generic
function; describe an option
* src/commandli...
J. Moringen
 

Also available in: Atom