Skip to content

Commit

Permalink
Prepare for 1.0.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
kpritam committed Aug 27, 2019
1 parent 914c68a commit 4772d33
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ The product is in a new repository: [csw](https://github.com/tmtsoftware/csw).

All notable changes to this project will be documented in this file.

## [CSW v1.0.0-RC3] - 2019-08-27

This is the release candidate 3 for the first major release of the TMT Common Software for project stakeholders.
See [here](https://tmtsoftware.github.io/csw/1.0.0-RC3/) for a detailed documentation of this version of the CSW software.

## [CSW v1.0.0-RC2] - 2019-08-12

This is the release candidate 2 for the first major release of the TMT Common Software for project stakeholders.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Pre-Release History

| Date | Tag | Docs | Source | Download |
|-----|-----|--------|-----|-----|
| 2019-08-27 | v1.0.0-RC3 | [scala](https://tmtsoftware.github.io/csw/1.0.0-RC3/api/scala/index.html), [java](https://tmtsoftware.github.io/csw/1.0.0-RC3/api/java/index.html) | [csw-1.0.0-RC3](https://github.com/tmtsoftware/csw/tree/v1.0.0-RC3)| Apps: [zip](https://github.com/tmtsoftware/csw/releases/download/v1.0.0-RC3/csw-apps-1.0.0-RC3.zip), Source: [tar.gz](https://github.com/tmtsoftware/csw/archive/v1.0.0-RC3.tar.gz), [zip](https://github.com/tmtsoftware/csw/archive/v1.0.0-RC3.zip) |
| 2019-08-12 | v1.0.0-RC2 | [scala](https://tmtsoftware.github.io/csw/1.0.0-RC2/api/scala/index.html), [java](https://tmtsoftware.github.io/csw/1.0.0-RC2/api/java/index.html) | [csw-1.0.0-RC2](https://github.com/tmtsoftware/csw/tree/v1.0.0-RC2)| Apps: [zip](https://github.com/tmtsoftware/csw/releases/download/v1.0.0-RC2/csw-apps-1.0.0-RC2.zip), Source: [tar.gz](https://github.com/tmtsoftware/csw/archive/v1.0.0-RC2.tar.gz), [zip](https://github.com/tmtsoftware/csw/archive/v1.0.0-RC2.zip) |
| 2019-08-07 | v1.0.0-RC1 | [scala](https://tmtsoftware.github.io/csw/1.0.0-RC1/api/scala/index.html), [java](https://tmtsoftware.github.io/csw/1.0.0-RC1/api/java/index.html) | [csw-1.0.0-RC1](https://github.com/tmtsoftware/csw/tree/v1.0.0-RC1)| Apps: [zip](https://github.com/tmtsoftware/csw/releases/download/v1.0.0-RC1/csw-apps-1.0.0-RC1.zip), Source: [tar.gz](https://github.com/tmtsoftware/csw/archive/v1.0.0-RC1.tar.gz), [zip](https://github.com/tmtsoftware/csw/archive/v1.0.0-RC1.zip) |
| 2019-03-25 | v0.7.0-RC1 | [scala](https://tmtsoftware.github.io/csw/0.7.0-RC1/api/scala/index.html), [java](https://tmtsoftware.github.io/csw/0.7.0-RC1/api/java/index.html) | [csw-0.7.0-RC1](https://github.com/tmtsoftware/csw/tree/v0.7.0-RC1)| Apps: [zip](https://github.com/tmtsoftware/csw/releases/download/v0.7.0-RC1/csw-apps-0.7.0-RC1.zip), Source: [tar.gz](https://github.com/tmtsoftware/csw/archive/v0.7.0-RC1.tar.gz), [zip](https://github.com/tmtsoftware/csw/archive/v0.7.0-RC1.zip) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import org.scalatest.{BeforeAndAfterAll, BeforeAndAfterEach, FunSuite, Matchers}
class ComponentTypeTest extends FunSuite with Matchers with BeforeAndAfterAll with BeforeAndAfterEach {

// DEOPSCSW-14: Codec for data model
test("ComponentType should be any one of this types : 'container', 'hcd', 'assembly', 'sequence', 'sequencecomponent' and 'service'") {
test(
"ComponentType should be any one of this types : 'container', 'hcd', 'assembly', 'sequence', 'sequencecomponent' and 'service'"
) {

val expectedComponentTypeValues = Set("container", "hcd", "assembly", "service", "sequencer", "sequencecomponent")
val actualComponentTypeValues: Set[String] =
Expand Down
11 changes: 11 additions & 0 deletions notes/1.0.0-RC3.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

## CSW - TMT Common Software v1.0.0-RC3

This is release v1.0.0-RC3 of the TMT Common Software.

See [CHANGELOG.md](CHANGELOG.md) for details of all releases.

### Documentation
- Reference paradox documentation: https://tmtsoftware.github.io/csw/1.0.0-RC3/
- Scaladoc: https://tmtsoftware.github.io/csw/1.0.0-RC3/api/scala/index.html
- Javadoc: https://tmtsoftware.github.io/csw/1.0.0-RC3/api/java/index.html

0 comments on commit 4772d33

Please sign in to comment.