Skip to content

Commit

Permalink
Merge pull request #490 from golemfactory/km/upload-web-root
Browse files Browse the repository at this point in the history
Extend default assets
  • Loading branch information
kmazurek authored Apr 19, 2021
2 parents 56efcef + bc96d08 commit b88d4af
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@

### Other changes

## [0.2.2] - 2021-04-15
## [0.2.3] - 2021-04-19

### Other changes
- added CHANGELOG.md and CONTRIBUTING.md files [#487](https://github.com/golemfactory/goth/pull/487)
- updated default goth assets [#490](https://github.com/golemfactory/goth/pull/490)

## [0.2.2] - 2021-04-15

### Features
- enabled overriding values when parsing `goth-config.yml` file [#489](https://github.com/golemfactory/goth/pull/489)

## [0.2.1] - 2021-04-14
Expand Down
6 changes: 6 additions & 0 deletions goth/default-assets/web-root/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Ignore everything in this directory
*
# With some exceptions
!.gitignore
!params.json
!upload
1 change: 1 addition & 0 deletions goth/default-assets/web-root/params.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
4 changes: 4 additions & 0 deletions goth/default-assets/web-root/upload/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except .gitignore itself
!.gitignore
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exclude= '/(\.eggs|\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|venv|\.svn|_build|

[tool.poetry]
name = "goth"
version = "0.2.2"
version = "0.2.3"
description = "Golem Test Harness - integration testing framework"
authors = ["Golem Factory <[email protected]>"]
license = "GPL-3.0"
Expand Down

0 comments on commit b88d4af

Please sign in to comment.