Skip to content

Commit 674332c

Browse files
committed
Changelog information for v6.10.0.
- Legacy-Id: 10474
1 parent cc833ef commit 674332c

1 file changed

Lines changed: 57 additions & 0 deletions

File tree

changelog

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
ietfdb (6.10.0) ietf; urgency=medium
2+
3+
**Prepackaged Development Environment with Docker; Test Speedups**
4+
5+
This release provides what is hoped to be a dramatic improvement in the time
6+
needed to set up an environment for datatracker development, by providing
7+
scripts to use prebuilt docker images and mysql database tarballs.
8+
The setup process should now be as easy as:
9+
10+
1. Install Docker: https://docs.docker.com/engine/installation/
11+
2. Check out datatracker code: svn co https://svn.tools.ietf.org/svn/ietfdb/...
12+
3. In your working copy, pull down the database image: docker/setupdb
13+
4. In your working copy, start the docker container: docker/run
14+
15+
A more comprehensive setup description is available on the datatracker
16+
development wiki: https://wiki.tools.ietf.org/tools/ietfdb/wiki/Docker
17+
18+
Commit log details:
19+
20+
* Added handling for an exception which can occur in bin/mergeready if a
21+
branch with merge flags is moved, for example moving it to an attic after
22+
merge.
23+
24+
* Added support for running different containers mapping internal port
25+
8000 to different external ports. Added additional text explaining why we
26+
won't run multiple containers from the same svn branch. Did som default
27+
value code refactoring.
28+
29+
* Added little script to pull down and unpack a copy of the datatracker's
30+
mysql database files.
31+
32+
* Added tweaks to the docker setup to make it work nicely to run different
33+
docker containers for different SVN branches.
34+
35+
* Updated the docker init-script to not re-install MySQL; it can cause
36+
more trouble than it might save; added a guard against trying to set up the
37+
ietf database if MySQL isn't running; and changed the final working
38+
directory to be the same as where the user invoked the 'docker/run'
39+
command. If not started via docker/run, drop into the home directory.
40+
41+
* Updated docker/run with options to select a non-default
42+
docker-repository and docker image tag (which now defaults to the svn
43+
branch basename); added handling for missing docker environment variables,
44+
and for the docker virtual machine not running.
45+
46+
* Disallowed Coverage 4.0.2 in requirements.txt, as it is buggy.
47+
48+
* Removed logging through ietf.utils.log.log when running tests -- should
49+
shave another 15% off the test suite run time, cutting the testsuite
50+
running time in about half compared to earlier.
51+
52+
* Merged in [10097] from olau@iola.dk, in order to speed up the test
53+
suite.
54+
55+
-- Henrik Levkowetz <henrik@levkowetz.com> 14 Nov 2015 00:11:45 -0800
56+
57+
158
ietfdb (6.9.0) ietf; urgency=medium
259

360
**More IETF-94 Code**

0 commit comments

Comments
 (0)