Releases: district09/symfony_bundle_domainator9k-core
Releases · district09/symfony_bundle_domainator9k-core
3.1.2
1.0.0
(1b8574d) Use stable version of digipolisgent/setting-bundle. by Jelle Sebreghts on Thu Aug 2 15:01:46 2018 (bb83821) WEBDOM-395: Fixed form test. by Matthijs Van Assche on Fri Jul 27 16:28:06 2018 (b6ac43c) WEBDOM-395: Added support for optional provisioners that won't run by default. by Matthijs Van Assche on Fri Jul 27 16:16:34 2018 (d5a3700) WEBDOM-398: Changed cache clear so failures don't throw an exception. by Matthijs Van Assche on Fri Jul 27 15:02:54 2018 (dedc13a) Added getconnection method. by Jelle Sebreghts on Fri Jul 13 10:15:30 2018 (8c14275) WEBDOM-379: Limit the allowed characters for an application name. by Jelle Sebreghts on Fri Jul 6 16:53:30 2018 (a26a2f3) Fix for doctrine proxies. by Jelle Sebreghts on Mon Jun 25 09:55:17 2018 (ab81a96) Added compiler passes, fixed ssh command cwd. by Jelle Sebreghts on Mon Jun 25 09:47:24 2018 (7565e0e) Log cli output when clearing cache. by Jelle Sebreghts on Fri Jun 22 14:57:40 2018 (08d1644) WEBDOM-390: Fix tests. by Jelle Sebreghts on Fri Jun 22 11:53:27 2018 (511936d) WEBDOM-390: Use the command builder to execute commands. by Jelle Sebreghts on Fri Jun 22 11:43:40 2018 (b65024b) WEBDOM-390: Fixed review remarks. - Added docblocks. - Removed unnecessary whiteline. by Jelle Sebreghts on Wed Jun 20 14:26:00 2018 (eee0132) WEBDOM-390: Added docblock per @daften's request. by Jelle Sebreghts on Wed Jun 20 14:24:34 2018 (32e5471) WEBDOM-390: Code style fix. by Jelle Sebreghts on Wed Jun 20 09:49:58 2018 (c07eca1) WEBDOM-390: Improved error handling and logging. by Jelle Sebreghts on Wed Jun 20 09:30:51 2018 (8254313) WEBDOM-390: Refactoring based on review comments. - Written better exception message when SSH login fails. - Used the execute method in the RemoteCli constructor. - Added docblock for CliInterface::execute(). - Introduced finer grained exception handling in CacheClearProvider. - Introduced finer grained exception handling in CliFactoryProvider. - Added logging to CacheClearBuildProvisioner. by Jelle Sebreghts on Tue Jun 19 16:57:22 2018 (7dc5245) WEBDOM-390: Fix tests. by Jelle Sebreghts on Tue Jun 19 11:22:12 2018 (815e0f3) Fix PHPUnit version constraint. by Jelle Sebreghts on Tue Jun 19 11:15:52 2018 (b4b56a0) WEBDOM-390: Code style fixes. by Jelle Sebreghts on Tue Jun 19 11:11:35 2018 (02fa559) WEBDOM-390: Provide a basic framework to support clearing cache during provisioning. by Jelle Sebreghts on Tue Jun 19 11:01:48 2018 (205c747) Fix service name by Jelle Sebreghts on Fri Jun 15 16:31:19 2018 (22807f8) WEBDOM-392: Fix tests. by Jelle Sebreghts on Fri Jun 15 10:43:53 2018 (3b33341) WEBDOM-392: Added getConfig method to SettingsImplementationTrait. by Jelle Sebreghts on Fri Jun 15 09:55:56 2018 (4212882) WEBDOM-389: Fix codeclimate issues. by Jelle Sebreghts on Tue Jun 12 11:59:17 2018 (061d6c5) WEBDOM-389: Added tests for new form type. by Jelle Sebreghts on Tue Jun 12 11:55:34 2018 (5899ec7) WEBDOM-389: Allow selective provisioning. by Jelle Sebreghts on Tue Jun 12 09:54:05 2018 (3a46d5e) Create a setter for the task on the provisioners. by Jelle Sebreghts on Mon Jun 11 14:39:04 2018 (0408d8a) Fix services.yml. by Jelle Sebreghts on Mon Jun 11 13:14:09 2018 (8301e46) WEBDOM-391: Fixed review remarks. by Jelle Sebreghts on Mon Jun 11 12:34:58 2018 (bbd568d) WEBDOM-391: Move escapeLog method to the task logger service. by Jelle Sebreghts on Mon Jun 11 12:25:13 2018 (a63d1ba) WEBDOM-391: Fix codeclimate issues. by Jelle Sebreghts on Fri Jun 8 17:06:12 2018 (284b51a) WEBDOM-391: Handle exceptions thrown while running a task. by Jelle Sebreghts on Fri Jun 8 17:02:57 2018 (3e11997) WEBDOM-391: [WIP] Fix autowiring. by Jelle Sebreghts on Fri Jun 8 16:39:50 2018 (1a89bf8) WEBDOM-391: [WIP] Fix codeclimate issues. by Jelle Sebreghts on Fri Jun 8 16:34:12 2018 (00ee7ec) WEBDOM-391: [WIP] Refactor Task related services. by Jelle Sebreghts on Fri Jun 8 16:30:16 2018 (81a9d2c) WEBDOM-391: Added (some) test coverage for TaskService. by Jelle Sebreghts on Fri Jun 8 10:41:27 2018 (99c6f64) WEBDOM-391: Add test for invalid task type. by Jelle Sebreghts on Fri Jun 8 09:47:26 2018 (8fc0d36) WEBDOM-91: Use newly provided Task methods to check status. by Jelle Sebreghts on Fri Jun 8 09:37:04 2018 (664f430) WEBDOM-391: Add and fix tests. by Jelle Sebreghts on Thu Jun 7 16:50:17 2018 (e9044b1) WEBDOM-391: Convert build/destroy event listeners to tagged services. by Jelle Sebreghts on Thu Jun 7 15:53:13 2018 (f5cedbf) Fix return types for ArrayCollection to Collection. by Jelle Sebreghts on Wed Jun 6 13:19:39 2018 (0926b9d) Added support for dialog polyfill. by Jelle Sebreghts on Wed Jun 6 10:24:25 2018 (52a2839) Refactor for readability. by Jelle Sebreghts on Tue Jun 5 09:14:34 2018 (55233de) Code style fixes. by Jelle Sebreghts on Mon Jun 4 19:52:50 2018 (d96afd2) Fix indentation. by Jelle Sebreghts on Mon Jun 4 19:51:11 2018 (58d3634) Code style fixes. by Jelle Sebreghts on Mon Jun 4 19:39:34 2018 (7ca8296) Fix return types for AbstractApplication. by Jelle Sebreghts on Mon Jun 4 19:29:58 2018 (ecfa122) Fix code style issues detected by codeclimate. by Jelle Sebreghts on Mon Jun 4 19:23:31 2018 (9779e4a) Refactoring based on codeclimate remarks. by Jelle Sebreghts on Mon Jun 4 19:19:15 2018 (8a7c1d4) Added roave/better-reflection dependency. by Jelle Sebreghts on Mon Jun 4 19:06:58 2018 (d5894cb) Added documentation. by Jelle Sebreghts on Mon Jun 4 19:03:16 2018 (c6fd909) Fix tests. by Jelle Sebreghts on Mon Jun 4 17:17:36 2018 (4ef4ce5) Added a template helper twig extension. by Jelle Sebreghts on Mon Jun 4 15:59:22 2018 (39dec07) Refactor templates to be more generic. by Jelle Sebreghts on Mon Jun 4 15:57:26 2018 (3232103) Changed the minimum length or an application name to 2. by Matthijs Van Assche on Fri Jun 1 16:57:05 2018 (573e744) WEBDOM-380: Fixed missing indentation. by Matthijs Van Assche on Fri May 25 16:45:03 2018 (13772bc) WEBDOM-380: Fixed missing indentation. by Matthijs Van Assche on Fri May 25 16:34:23 2018 (aa54c66) WEBDOM-380: Convert tabs to spaces when indenting log text. by Matthijs Van Assche on Fri May 25 16:23:03 2018 (6b00c0e) WEBDOM-380: Changed indentation to tabs. by Matthijs Van Assche on Thu May 24 17:05:55 2018 (76de6c5) WEBDOM-380: Fixed unneeded newline in the beginning of the log. by Matthijs Van Assche on Thu May 24 16:29:52 2018 (2149cc1) WEBDOM-380: Removed command tests. by Matthijs Van Assche on Thu May 24 15:40:38 2018 (ca02c72) WEBDOM-380: Removed old tests. by Matthijs Van Assche on Thu May 24 14:06:07 2018 (b65f0c4) WEBDOM-380: Added return types. by Matthijs Van Assche on Thu May 24 14:05:47 2018 (7e207fb) WEBDOM-380: Fixed indentation on task result log. by Matthijs Van Assche on Thu May 24 11:36:29 2018 (94910cb) WEBDOM-380: Fixed log headers not being added. by Matthijs Van Assche on Thu May 24 11:30:05 2018 (b9739ce) WEBDOM-380: Fixed Code Climate issues. by Matthijs Van Assche on Thu May 24 11:18:34 2018 (da063de) WEBDOM-380: Updated commands, services and eventlisteners. by Matthijs Van Assche on Thu May 24 10:47:44 2018 (7433c9b) WEBDOM-357: Fixed code formatting. by Matthijs Van Assche on Wed May 16 12:55:31 2018 (95ef685) WEBDOM-357: Fixed failing tests. by Matthijs Van Assche on Wed May 16 12:51:55 2018 (e4cd0dc) WEBDOM-357: Updated template service to some more human readable code. by Matthijs Van Assche on Wed May 16 11:25:38 2018 (b11396b) WEBDOM-357: Code style fixes. by Jelle Sebreghts on Tue Apr 17 17:18:01 2018 (4698011) WEBDOM-357: Rename TokenFormType.php to TokenFormTypeTest.php by Jelle Sebreghts on Tue Apr 17 16:45:57 2018 (93c9e24) WEBDOM-357: Fix tests. by Jelle Sebreghts on Tue Apr 17 16:29:14 2018 (b5d92ba) WEBDOM-357: Fix repacement keys should look like function calls. by Jelle Sebreghts on Tue Apr 17 15:41:51 2018 (c0e63ab) WEBDOM-357: Test fixes. by Jelle Sebreghts on Tue Apr 17 15:37:59 2018 (54b1983) WEBDOM-357: Code style fixes. by Jelle Sebreghts on Tue Apr 17 15:05:14 2018 (675b371) WEBDOM-357: Integrate custom tokens in the core bundle, so we don't have to support them in the separate bundles. by Jelle Sebreghts on Tue Apr 17 15:02:23 2018 (6038750) WEBDOM-357: Code style fixes. by Jelle Sebreghts on Tue Apr 17 12:25:37 2018 (d93001b) WEBDOM-357: Code style fixes. by Jelle Sebreghts on Tue Apr 17 12:24:19 2018 (af84721) WEBDOM-357: Added token entity for generic replacements. by Jelle Sebreghts on Tue Apr 17 12:20:15 2018 (05d1081) table rename by Pieter MAssoels on Fri Apr 27 15:25:29 2018 (09893a3) WEBDOM-368: add priority to environment by Pieter MAssoels on Wed Apr 25 16:14:30 2018 (9b659fc) Cancel status added by Pieter MAssoels on Wed Apr 18 12:48:51 2018 (6f740b6) WEBDOM-343: sort on application type by Pieter MAssoels on Wed Apr 18 10:46:25 2018 (c16b560) Fixed application type join. by Matthijs Van Assche on Mon Apr 16 10:20:34 2018 (7bc952d) Fixed loading application environments. by Matthijs Van Assche on Fri Apr 13 16:19:50 2018 (409bebf) Fix tests for canonical name of 14 characters. by Jelle Sebreghts on Mon Apr 9 15:10:16 2018 (0045341) Canonical name should be 14 characters. by Jelle Sebreghts on Mon Apr 9 12:54:56 2018 (bda0797) Fix replacements in templates with arguments. by Jelle Sebreghts on Tue Mar 27 16:50:43 2018 (2ad05fa) WEBDOM-329: add templating for environment by Pieter MAssoels on Thu Mar 22 14:18:02 2018 (4e5953d) WEBDOM-320: add gitref field to environment by Pieter MAssoels on Fri Mar 16 09:28:04 2018 (881c825) Return type fix by Pieter MAssoels on Fri Mar 16 10:09:35 2018 (aa80f23) WEBDOM-320: add gitref field to environment by Pieter MAssoels on Fri Mar 16 09:28:04 2018 (6e9018d) WEBDOM-306: Mark build as failed when an error occurs by Pieter MAssoels on Thu Mar 15 16:29:56 2018 (2ea3d2a) WEBDOM-314: default settings not showing up by Pieter MAssoels on Tue Mar 13 10:49:14 2018 (5250bde) Fix test failures. by Jelle Sebreghts on Tue Mar 13 09:30:35 2018 (be42a03) Added domain template. by Jelle Sebreghts on Mon Mar 12 16:41:09 2018 (e2180dc) Added template values - Application: Git repo - Application environment: Worker IP by Jelle Sebreghts on Mon Mar 12 16:32:41 2018 (704724b) Unit test fix by Pieter MAssoels on Mon Mar 12 10:41:57 2018 (8f5910f) Removed recursive validation by Pieter MAssoels on Fri Mar 9 14:38:57 2018 (a54fdfc) Extra info to log added when finished by Pieter MAssoels on Thu Mar 1 16:20:48 2018 (35e2fa2) Template replacement added by Pieter MAssoels on Wed Feb 21 15:26:41 2018 (fda7e9e) Update composer.json by Pieter Digipolis on Wed Feb 21 15:21:59 2018 (0ffe94f) Update composer.json by Pieter Digipolis on Wed Feb 21 15:19:56 2018 (a7a05f9) Create .codeclimate.yml by Jelle Sebreghts on Fri Oct 6 11:03:05 2017
1.0.0-alpha2
Switched setting-bundle to ^1.0.0@alpha
1.0.0-alpha1
Eventlistener fix