Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dorie
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
dorie
dorie
Commits
60115c5e
Commit
60115c5e
authored
Aug 21, 2018
by
Lukas Riedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGELOG.md
Add section for release v1.1.1 [ci skip] (cherry picked from commit
512eb0f9
)
parent
326b990f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
CHANGELOG.md
CHANGELOG.md
+11
-4
No files found.
CHANGELOG.md
View file @
60115c5e
...
...
@@ -4,19 +4,26 @@
## Unreleased
### Added
*
Documentation of Docker images and their usage in the CI/CD pipeline.
*
DORiE now depends on
[
`yaml-cpp`
](
https://github.com/jbeder/yaml-cpp/
)
, a
library for reading YAML files. The version required is >=5.2.0.
### Changed
*
Rebuilds of the DUNE environment Docker image are now triggered by setting the
CI variable
`REBUILD_BASE_IMAGE`
to a non-empty value. Previously, the
builds in stage
`setup`
where triggered by any manual pipeline run.
*
`Simulation`
is renamed
`RichardsSimulation`
and moved to
[
richards_simulation.hh
](
dune/dorie/interface/richards_simulation.hh
)
.
*
`RichardsSimulation`
now has its own
`RichardsSimulationTraits`
derived from
`BaseTraits`
, which defines all its member types.
`BaseTraits`
now have
reduced content and are intended to be shared between models/simulations.
## 1.1.1 (2018-08-21)
### Added
*
Documentation of Docker images and their usage in the CI/CD pipeline.
### Changed
*
Rebuilds of the DUNE environment Docker image are now triggered by setting the
CI variable
`REBUILD_BASE_IMAGE`
to a non-empty value. Previously, the
builds in stage
`setup`
where triggered by any manual pipeline run.
*
The test system folder was renamed from
`testing`
to
[
`test`
](
test
)
.
### Fixed
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment