Add --stop-on-failure to phpunit
[mdk.git] / CHANGELOG.rst
1 Changelog
2 =========
3
4 v1.5.3
5 ------
6
7 - Really include ``phpunit`` does not require '_testuite' as suffix of the test suites
8
9 v1.5.2
10 ------
11
12 - Update default config for Moodle 3.0 release
13 - New script to refresh the services and external functions
14 - ``phpunit`` does not require '_testuite' as suffix of the test suites
15 - New script to fix the version numbers - Adrian Greeve
16
17 v1.5.1
18 ------
19
20 - Update default config for Moodle 2.9 release
21
22 v1.5
23 ----
24
25 - New ``precheck`` command
26 - ``phpunit`` can run a whole test suite - Andrew Nicols
27 - ``tracker`` can add comments to an issue - Andrew Nicols
28 - ``tracker`` can add/remove labels to an issue - Andrew Nicols
29 - ``config flatlist`` has an optional ``--grep`` argument
30
31 v1.4
32 ----
33
34 - ``js`` supports generation of YUI Docs - Andrew Nicols
35 - New setting ``forceCfg`` to add $CFG values to config.php upon install - David Mudrak
36 - ``js shift`` watcher does not die when compilation fails
37 - ``js shift`` output improved
38 - ``behat`` uses new mechanism for 2.6 instances
39 - ``behat`` can be used with Oracle
40 - ``behat`` logs Selenium output to a file
41 - ``behat`` supports output of progress, failures, screenshots, etc...
42 - ``behat`` does not override ``behat_wwwroot`` unless told to
43 - ``behat`` can force the initialisation
44 - ``phpunit`` can be used with Oracle
45 - ``phpunit`` does not automatically run without ``--run``
46 - ``phpunit`` supports generation of code coverage
47 - ``doctor`` supports ``--symlink`` checks
48 - ``doctor`` supports ``--masterbranch`` checks
49
50 v1.3
51 ----
52
53 - Changed directory structure to make MDK a python package
54 - Dev scripts disable string caching - David Mudrak
55 - Added support for MariaDB
56 - ``phpunit`` accepts the parameter ``--filter`` - Andrew Nicols
57
58 v1.2
59 ----
60
61 - New ``js`` command
62
63 v1.1
64 ----
65
66 - Sub processes are killed when using CTRL + C
67 - Default alias ``theme`` to set a theme - Andrew Nicols
68 - ``config`` has a new sub command ``edit``
69
70 v1.0
71 ----
72
73 - Dropped official support for Python 2.6
74 - Moving forward by using ``pip`` for external dependencies
75 - New command ``css`` for CSS related tasks
76 - New script to ``enrol`` users
77 - ``push`` and ``backport`` commands can upload patches to the tracker
78 - ``pull`` can be forced to check for patches rather than pull branches
79 - Command ``check`` was renamed ``doctor``
80 - ``doctor`` can check for dependencies
81 - Support for sourcemaps when compiling LESS - Andrew Nicols
82 - Exit with error code 1 when an exception is thrown
83 - ``run`` can pass arguments to scripts
84 - Faster clone of cache on first ``init``
85 - ``phpunit`` accepts a testcase as argument
86 - ``.noupgrade`` file can be used not to upgrade an instance
87 - ``behat`` can run tests by name - Andrew Nicols
88 - ``remove`` accepts ``-f`` as an argument - Andrew Nicols
89 - The script ``less`` is deprecated
90 - ``backport`` command resolves conflicts with CSS from LESS in theme_bootstrapbase
91
92 v0.5
93 ----
94
95 - New command ``uninstall`` to uninstall an instance
96 - New command ``plugin`` to install plugins
97 - ``push`` and ``backport`` can specify the HEAD commit when updating the tracker
98 - Updating the tracker smartly guesses the HEAD commit
99 - ``behat`` can force the download of the latest Selenium
100 - New setting not to use the cache repositories as remote
101 - ``purge`` can manually purge cache without using the shipped CLI
102
103 v0.4.2
104 ------
105
106 - Updating tracker issue uses short hashes
107 - ``create`` accepts a custom instance identifier
108 - More verbose ``dev`` script
109 - New script ``undev`` to revert the changes of the script ``dev``
110 - ``pull`` has an option to fetch only
111 - New script ``less`` to compile the less files from bootstrapbase
112 - ``run`` can execute shell scripts
113 - Auto complete for ``behat`` -f
114 - Auto complete for ``phpunit`` -u
115 - Shipping a bash script ``extra/goto_instance`` to jump to instances with auto complete
116
117 v0.4.1
118 ------
119
120 - ``config`` can display objects (eg. ``mdk config show wording``)
121 - ``config`` output is ordered alphabetically
122 - ``info`` output is ordered alphabetically
123 - ``init`` does not show the default password between brackets
124 - ``init`` does not fail because of missing directories
125 - ``run`` was permanently failing
126 - ``tracker`` failed when an issue was unassigned
127
128 v0.4
129 ----
130
131 - New command ``tracker`` to fetch information from the tracker
132 - ``alias`` support arguments for bash aliases
133 - ``alias`` can update aliases
134 - ``backport`` works locally
135 - ``backport`` can update tracker Git info
136 - ``behat`` can limit features to test
137 - ``behat`` can disable itself
138 - ``check`` can fix problems
139 - ``check`` checks remote URLs
140 - ``check`` checks $CFG->wwwroot
141 - ``check`` checks the branch checked out on integration instances
142 - ``create`` accepts multiple versions
143 - ``create`` accepts multiple suffixes
144 - ``phpunit`` can limit testing to one file
145 - ``pull`` can download patch from the tracker
146 - ``pull`` can checkout the remote branch
147 - ``push`` checks that the branch and MDL in commit message match
148 - ``rebase`` can update tracker Git info
149 - ``run`` can list the available scripts
150 - Cached repositories are mirrors
151 - Removed use of Bash script to launch commands
152 - Deprecated moodle-*.py files
153 - Instances can be installed on https
154 - Improved debugging
155
156
157 v0.3
158 ----
159
160 - New command ``behat`` which is equivalent to ``phpunit``
161 - New command ``pull`` to fetch a patch from a tracker issue
162 - New script ``webservices`` to entirely enable the web services
163 - ``push`` now updates the Git information on the tracker issue (Thanks to Damyon Wiese)
164 - ``phpunit`` can also run the tests after initialising the environment
165 - ``update --update-cache`` can proceed with the updates after updating the cached remotes
166 - ``info`` can be used to edit settings ($CFG properties) in config.php
167 - ``init`` has been a bit simplified
168 - Basic support of shell commands in aliases
169 - The settings in config.json are read from different locations, any missing setting will be read from config-dist.json
170 - Bug fixes