Skip to content

Commit

Permalink
Merge pull request #745 from tom114/hotfix-remote-status-constructor
Browse files Browse the repository at this point in the history
Hotfix: Changed RemoteStatus constructor to `protected`
  • Loading branch information
deepsidhu85 authored Jun 25, 2020
2 parents 1845c17 + 3f232b8 commit 132cfb6
Show file tree
Hide file tree
Showing 6 changed files with 209 additions and 24 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Changes
--------------
* [UI]: Fixed bug when creating/modifying a metadata template the user could not search for a field. (20.05.1)
* [UI]: Fixed bug where managers could not load Users listing page. (20.05.1)
* [UI]: Fixed issue where analysis results pages would hang after running with remote synchronized data. (20.05.2)
* [Developer]: Updated chromedriver to version `latest`. (20.05.2)

20.01 to 20.05
--------------
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>ca.corefacility.bioinformatics</groupId>
<artifactId>irida</artifactId>
<packaging>war</packaging>
<version>20.05.1</version>
<version>20.05.2</version>
<name>irida</name>
<url>http://www.irida.ca</url>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class RemoteStatus {
private Date lastUpdate;

@SuppressWarnings("unused")
private RemoteStatus() {
protected RemoteStatus() {
}

public RemoteStatus(String url, RemoteAPI api) {
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
"bootstrap-sass": "^3.3.7",
"chromedriver": "^79.0.0",
"chromedriver": "latest",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.5.2",
"cssnano": "^4.1.10",
Expand Down
Loading

0 comments on commit 132cfb6

Please sign in to comment.