Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(935)

Delta Between Two Patch Sets: CHANGES.yaml

Issue 7228070: Remove service click actions
Left Patch Set: Created 11 years, 1 month ago
Right Patch Set: Remove service click actions Created 11 years, 1 month ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « .bzrignore ('k') | Makefile » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 # This file keeps track of the changes to the project. We use it both to 1 # This file keeps track of the changes to the project. We use it both to
2 # document the changes, and to find the most recent version numbers. See the 2 # document the changes, and to find the most recent version numbers. See the
3 # release process documented in docs/process.rst for details. 3 # release process documented in docs/process.rst for details.
4 4
5 # This file uses the YAML format because it is easy to write and it is easy to 5 # This file uses the YAML format because it is easy to write and it is easy to
6 # convert to JSON, which seemed like a reasonable goal in case we want to use 6 # convert to JSON, which seemed like a reasonable goal in case we want to use
7 # this data in the GUI itself at some point. Here's an example of how to 7 # this data in the GUI itself at some point. Here's an example of how to
8 # write the changes data. 8 # write the changes data.
9 9
10 # - unreleased:
10 # - 0.5.0: 11 # - 0.5.0:
11 # - Did something 12 # - Did something
12 # - Did something else 13 # - Did something else
13 # - > 14 # - >
14 # Another thing that spans multiple lines 15 # Another thing that spans multiple lines
15 # like this 16 # like this
16 # - 0.4.0: 17 # - 0.4.0:
17 # - Something! 18 # - Something!
18 # - Ooh! 19 # - Ooh!
19 20
20 # Release identifiers in this file should always be "unreleased" or 21 # Release identifiers in this file should always be "unreleased" or
21 # [NUMBER].[NUMBER].[NUMBER] per http://semver.org/ . 22 # [NUMBER].[NUMBER].[NUMBER] per http://semver.org/ .
22 23
23 - unrelased: 24 - unreleased:
25 - 0.2.0:
26 - Fix a number of bugs and UI misbehaviors.
27 - Switch to a CSS minifier that does not require Java.
28 - Remove login credentials from config.
29 - Improve tests and testing infrastructure.
30 - Improve project and code documentation.
24 - 0.1.5: 31 - 0.1.5:
25 - Add support for recess as a CSS linter. Currently not enabled. 32 - Add support for recess as a CSS linter. Currently not enabled.
26 - Allow login credentials to be placed in config. 33 - Allow login credentials to be placed in config.
27 - Support read-only mode in the GUI. 34 - Support read-only mode in the GUI.
28 - Restore mouse wheel support for pan/zoom. 35 - Restore mouse wheel support for pan/zoom.
29 - Prevent destruction of the Juju GUI service. 36 - Prevent destruction of the Juju GUI service.
30 - 0.1.4: 37 - 0.1.4:
31 - Add login infrastructure 38 - Add login infrastructure
32 - 0.1.3: 39 - 0.1.3:
33 - Avoid loading external not secure resources 40 - Avoid loading external not secure resources
34 - 0.1.2: 41 - 0.1.2:
35 - Enable frontend TLS 42 - Enable frontend TLS
36 - 0.1.1: 43 - 0.1.1:
37 - First tarball release 44 - First tarball release
38 - 0.1.0: 45 - 0.1.0:
39 - OpenStack Summit 2012 demo 46 - OpenStack Summit 2012 demo
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b