2020-05-28 21:39 | add idea to run tests in VM | Stefan Koch | 1 | +4 | -0 |
2020-05-10 10:25 | on slash at end of path use previous folder as project name | Stefan Koch | 1 | +34 | -1 |
2020-05-04 19:14 | move PKGBUILD to an external repository | Stefan Koch | 1 | +0 | -20 |
2020-05-03 20:23 | create a PKGBUILD file to build an arch package | Stefan Koch | 3 | +45 | -6 |
2020-05-03 18:20 | update Open Points list in README | Stefan Koch | 1 | +4 | -5 |
2020-05-10 10:09 | start using logging | Stefan Koch | 4 | +115 | -2 |
2020-05-10 09:50 | add filepath to error message | Stefan Koch | 1 | +2 | -2 |
2020-05-10 09:46 | actually ignore the error on folder creation | Stefan Koch | 1 | +2 | -5 |
2020-05-03 09:06 | clarify which configuration files we have | Stefan Koch | 1 | +18 | -0 |
2020-05-01 15:44 | write message to stderr if badge cannot be written | Stefan Koch | 2 | +18 | -8 |
2020-05-01 08:52 | explain more what the focus of Cinderella is | Stefan Koch | 1 | +7 | -0 |
2020-05-01 08:47 | add docs for badges feature | Stefan Koch | 1 | +15 | -0 |
2020-05-01 08:35 | include a badge for the cinderella build status from my server | Stefan Koch | 1 | +2 | -0 |
2020-05-01 08:13 | Merge branch 'master' of https://github.com/aufziehvogel/cinderella | Stefan Koch | 8 | +156 | -55 |
2020-05-01 08:13 | allow cinderella to write build badges to a folder | Stefan Koch | 5 | +109 | -0 |
2019-12-14 14:55 | fix hook for usage with branches and tags | Stefan Koch | 1 | +3 | -2 |
2019-12-14 14:41 | allow to build tags | Stefan Koch | 7 | +37 | -2 |
2019-12-14 13:59 | prepare distinction between branches and tags | Stefan Koch | 1 | +10 | -3 |
2019-12-13 21:37 | write an integration test for encryption / decryption | Stefan Koch | 4 | +126 | -6 |
2019-12-10 20:35 | new idea: set version numbers with Cinderella when tags are created | Stefan Koch | 1 | +4 | -0 |
2019-12-08 20:17 | improve CI configuration format section of docs | Stefan Koch | 1 | +5 | -2 |
2019-12-08 12:09 | catch error when crypto file does not exist | Stefan Koch | 1 | +21 | -5 |
2019-12-08 11:52 | write to cinderella binary instead of cinderella-master | Stefan Koch | 1 | +3 | -3 |
2019-12-08 11:47 | fix post-update script to use 'run' command | Stefan Koch | 1 | +1 | -1 |
2019-12-08 11:02 | Merge branch 'master' into development | Stefan Koch | 8 | +373 | -108 |
2019-11-29 18:29 | clarify that encrypted variables are cinderella variables, not environment variables | Stefan Koch | 1 | +15 | -5 |
2019-11-24 21:17 | rewrite conditional with Option access | Stefan Koch | 1 | +10 | -9 |
2019-11-24 19:34 | handle variable loading in own file | Stefan Koch | 2 | +13 | -6 |
2019-11-24 18:09 | write a test to check that input and output after encryption/decryption is same | Stefan Koch | 3 | +33 | -6 |
2019-11-24 13:24 | update readme for new command structure | Stefan Koch | 1 | +16 | -7 |
2019-11-24 12:06 | always use .cinderella/secrets.toml for encrypted variables | Stefan Koch | 2 | +18 | -27 |
2019-11-24 10:38 | let user input password on encrypt and decrypt | Stefan Koch | 5 | +39 | -17 |
2019-11-23 23:01 | use created Key k directly | Stefan Koch | 1 | +1 | -1 |
2019-11-23 22:34 | generate a key for a string password | Stefan Koch | 2 | +32 | -6 |
2019-11-22 22:30 | provide dummy implementation for file encryption | Stefan Koch | 5 | +206 | -1 |
2019-11-11 21:09 | write a section about the planned feature to store encrypted variables | Stefan Koch | 1 | +37 | -0 |
2019-11-29 18:12 | add new ideas to make writing commands simpler | Stefan Koch | 1 | +7 | -3 |
2019-11-29 17:58 | print errors from build commands to stderr | Stefan Koch | 1 | +4 | -0 |
2019-10-11 20:27 | allow to use custom paths for the CI configuration file | Stefan Koch | 3 | +35 | -17 |
2019-10-07 21:30 | need to be able to execute a non-versioned CI configuration file | Stefan Koch | 1 | +3 | -2 |
2019-10-04 20:15 | add repo name to build failure mail | Stefan Koch | 2 | +17 | -6 |
2019-09-24 20:42 | create a command parser that can handle quoted arguments | Stefan Koch | 3 | +90 | -10 |
2019-09-23 19:52 | new open issue, need to parse commands with quotation marks | Stefan Koch | 1 | +2 | -2 |
2019-09-23 19:39 | add status code to command output | Stefan Koch | 2 | +15 | -5 |
2019-09-23 19:21 | write command output to error mail | Stefan Koch | 2 | +14 | -10 |
2019-09-23 17:31 | create execution error when something fails due to invalid command | Stefan Koch | 2 | +18 | -9 |
2019-09-23 05:43 | branch development is not public on github anymore | Stefan Koch | 1 | +1 | -1 |
2019-09-22 21:26 | write a list of open points | Stefan Koch | 1 | +14 | -0 |
2019-09-22 18:21 | clarify that commands are executed without shell | Stefan Koch | 1 | +4 | -0 |
2019-09-22 16:03 | add README info about e-mail notifications | Stefan Koch | 1 | +26 | -3 |
2019-09-22 14:24 | fix path to config.toml | Stefan Koch | 2 | +9 | -2 |
2019-09-22 12:14 | implement a nullmailer that does nothing | Stefan Koch | 2 | +64 | -24 |
2019-09-22 09:51 | send an email on build failure | Stefan Koch | 7 | +643 | -10 |
2019-09-21 17:49 | read a configuration file where mail settings can be configured | Stefan Koch | 4 | +85 | -0 |
2019-09-21 21:02 | clarify under which user the hook runs | Stefan Koch | 1 | +1 | -1 |
2019-09-20 17:23 | use percentage symbol to mark variables | Stefan Koch | 3 | +22 | -26 |
2019-09-17 20:51 | do a collection of different variable syntaxes | Stefan Koch | 1 | +43 | -0 |
2019-09-17 19:53 | add a notice that syntax will change | Stefan Koch | 1 | +2 | -1 |
2019-09-17 19:31 | use evalexpr instead of unix 'test' for expression evaluation | Stefan Koch | 6 | +46 | -17 |
2019-09-17 17:55 | add more unit tests to execution | Stefan Koch | 1 | +40 | -6 |
2019-09-16 19:36 | add unit test for pipeline execution | Stefan Koch | 2 | +46 | -11 |
2019-09-15 21:25 | document manual execution | Stefan Koch | 1 | +9 | -0 |
2019-09-15 21:15 | add subheadings in README for better overview | Stefan Koch | 1 | +4 | -0 |
2019-09-15 21:13 | add unit tests to configuration file reading | Stefan Koch | 3 | +88 | -0 |
2019-09-15 17:40 | add a conditional build trigger to pipelines | Stefan Koch | 4 | +60 | -17 |
2019-09-15 14:33 | continue with pipeline if file does not exist | Stefan Koch | 1 | +2 | -1 |
2019-09-15 13:58 | substitute variable names with build context | Stefan Koch | 4 | +39 | -5 |
2019-09-15 13:33 | throw error if tree checkout in git fails | Stefan Koch | 1 | +1 | -1 |
2019-09-15 13:28 | build the checked-in branch | Stefan Koch | 1 | +4 | -1 |
2019-09-15 13:25 | allow to pass the branch to be checked out and built | Stefan Koch | 6 | +114 | -25 |
2019-09-14 18:48 | generalize paths in post-update hook | Stefan Koch | 1 | +1 | -1 |
2019-09-14 18:48 | write documentation | Stefan Koch | 2 | +42 | -102 |
2019-09-14 18:26 | add a post-update hook file for git | Stefan Koch | 1 | +12 | -0 |
2019-09-14 17:14 | not using dyn is now deprecated | Stefan Koch | 1 | +2 | -2 |
2019-09-14 17:14 | copy binary to target location | Stefan Koch | 1 | +1 | -1 |
2019-09-14 17:14 | print each step to stdout | Stefan Koch | 1 | +2 | -0 |
2019-09-14 17:00 | clone git repo from first input argument | Stefan Koch | 1 | +9 | -2 |
2019-09-14 16:59 | updated rust toolchain | Stefan Koch | 1 | +2 | -0 |
2019-09-14 16:34 | use vendored openssl build | Stefan Koch | 2 | +11 | -1 |
2019-09-14 16:00 | execute all commands in the cloned git repo | Stefan Koch | 1 | +5 | -0 |
2019-09-14 15:12 | add a simple TOML configuration to project | Stefan Koch | 1 | +10 | -0 |
2019-09-14 15:11 | implement execution of TOML configuration | Stefan Koch | 7 | +167 | -60 |
2019-08-25 09:44 | create a first test cloning a git repo | Stefan Koch | 4 | +352 | -0 |
2019-08-25 06:43 | Rust is also an implementation option | Stefan Koch | 1 | +1 | -1 |
2019-08-11 13:01 | write a short project summary table | Stefan Koch | 1 | +11 | -0 |
2019-08-11 12:51 | refine requirements | Stefan Koch | 1 | +22 | -0 |
2019-08-11 12:40 | clarify that everything with drone.io seems to be in docker | Stefan Koch | 1 | +5 | -1 |
2019-08-11 12:36 | use singular person for Drone | Stefan Koch | 1 | +1 | -1 |
2019-08-11 12:34 | add references | Stefan Koch | 1 | +7 | -0 |
2019-08-11 12:32 | collect some notes on the project | Stefan Koch | 1 | +58 | -2 |
2019-08-11 11:27 | Initial commit | Stefan Koch | 3 | +35 | -0 |