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