Sha256: a634ddeb6e610facc4447cf5003e513c2ba7b4d6a9c8e589a15878c8a6dd9049

Contents?: true

Size: 1.32 KB

Versions: 10

Compression:

Stored size: 1.32 KB

Contents

# CHANGELOG teuton v 2.1

# 1. Export grades on csv file using Moodle format

* Automaticaly exports `moodle.csv` file with all cases grades, using adecuate format so it could be imported directly into Moodle platform.
* We need to configure some params like this:

```
---
:global:
:cases:
- :tt_members: ...
  :tt_moodle_id: User Moodle Identity
```

# 2. readme keyword

We currently use the "teuton readme pry-folder" command to export README file from the challenge.

* This example shows how to use readme keyword to add group description or target description:

```
group "GROUPNAME" do
  readme "Description for this group"

  target "target1"
  readme "Description for this target"
  goto :host, :exec => 'id root'
  expec_one 'root'
```

# 3. Installation process

* Use Bundler to install gems instead of rake.
* It will be usefull use sysadming-game as gem? And install it with `gem install teuton`.
* Vagrant: test how to use vagrant machines as case hosts.

# 4. Info sobre novedades de la versiĆ³n 2.1

1. Teuton readme y dsl readme
2. Macros de define macro
3. Export yaml y html
4. Teuton --no-color
5. teuton run --case
6. teuton run --cname
7. teuton run --cpath
8. actualizar formatos de salida
9. instalaciĆ³n mediante gemas
10. teuton panel
11. teuton client y server
12. nuevos nombres de comandos...
13. cambio de goto a run

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
teuton-2.3.9 docs/changelog/v2.1.md
teuton-2.3.8 docs/changelog/v2.1.md
teuton-2.3.7 docs/changelog/v2.1.md
teuton-2.3.6 docs/changelog/v2.1.md
teuton-2.3.5 docs/changelog/v2.1.md
teuton-2.3.4 docs/changelog/v2.1.md
teuton-2.3.3 docs/changelog/v2.1.md
teuton-2.3.2 docs/changelog/v2.1.md
teuton-2.3.1 docs/changelog/v2.1.md
teuton-2.2.2 docs/changelog/v2.1.md