Skip to content

Commit

Permalink
Tune documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed May 4, 2021
1 parent f3778a9 commit 79da5f2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
32 changes: 14 additions & 18 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog

## v0.9
## v0.9 - 2021-05-04

1. Mock Actors implementation for Kafka
- on schedule producer
- on demand producer
- reactive consumer+producer
- consumer fact validation
2. Display timestamps in traffic log, instead of offset
3. Introduce `env` function for templating
4. Do not respond with Content-Type=text/html if no content-type header is configured
5. Make `MOCKINTOSH_FORCE_PORT` to work always
6. CLI argument to set the tag enabled, forbid comma in tag name
7. Alternative base directory for resource files via `MOCKINTOSH_DATA_DIR`
8. Fix missing `request.path.<n>` support in templating

## v0.8.2 - 2021-04-07

Expand Down Expand Up @@ -114,23 +127,6 @@

# Next Version

1. Mock Actors implementation for Kafka
- on schedule producer
- on demand producer
- reactive consumer+producer
- consumer fact validation
2. Display timestamps in traffic log, instead of offset
3. Introduce `env` function for templating
4. Do not respond with Content-Type=text/html if no content-type header is configured
5. Make `MOCKINTOSH_FORCE_PORT` to work always
6. CLI argument to set the tag enabled, forbid comma in tag name
7. Alternative base directory for resource files via `MOCKINTOSH_DATA_DIR`
8. Fix missing `request.path.<n>` support in templating

TODO:
- config reloading to work


# Roadmap Ideas

## Async Mock Actors
Expand Down
4 changes: 2 additions & 2 deletions docs/Management.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ management:
# sslKeyFile: "subdir/key.pem",
```

Uncommenting SSL settings will enable SSL on that port, just like with [service's SSL settings](#ssl-support).
Uncommenting SSL settings will enable SSL on that port, just like with [service's SSL settings](Configuring.md#ssl-support).

You can access global API of above settings via url like `http://localhost:8000`.

Expand Down Expand Up @@ -62,7 +62,7 @@ You can reset these stats by issuing `DELETE` call on same path.

## Resetting Iterators

- You can reset positions of [dataset](#datasets) and [multi-response](#multiple-responses) endpoints, by
- You can reset positions of [dataset](Configuring.md#datasets) and [multi-response](Configuring.md#multiple-responses) endpoints, by
issuing `POST /reset-iterators` request.

## Unhandled Requests
Expand Down

0 comments on commit 79da5f2

Please sign in to comment.