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