Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.2.1 #35

Merged
merged 8 commits into from
Mar 18, 2022
Merged

V1.2.1 #35

merged 8 commits into from
Mar 18, 2022

Conversation

Aran30
Copy link
Contributor

@Aran30 Aran30 commented Feb 17, 2022

Added template dockerfile

Updated core to version 1.2.1

@Aran30
Copy link
Contributor Author

Aran30 commented Feb 17, 2022

closes #33

@codecov-commenter
Copy link

codecov-commenter commented Feb 17, 2022

Codecov Report

Merging #35 (79864f0) into master (cb2e823) will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff             @@
##              master       #35   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity         3         3           
===========================================
  Files              1         1           
  Lines              7         7           
===========================================
  Hits               7         7           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cb2e823...79864f0. Read the comment docs.

.github/workflows/gradle.yml Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
Dockerfile Outdated
USER las2peer
RUN chmod -R a+rwx /src
RUN chmod +x /src/docker-entrypoint.sh
RUN chmod +x gradlew && ./gradlew build --exclude-task test
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is the test task excluded?

docker-entrypoint.sh Show resolved Hide resolved
function set_in_service_config {
sed -i "s?${1}[[:blank:]]*=.*?${1}=${2}?g" ${SERVICE_PROPERTY_FILE}
}
#cp $SERVICE_PROPERTY_FILE $SERVICE_PROPERTY_FILE
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this line for?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

which line do you mean?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The line that is commented out

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dunno, removed it

@Aran30 Aran30 requested a review from lakhoune March 16, 2022 20:11
.github/workflows/gradle.yml Outdated Show resolved Hide resolved
function set_in_service_config {
sed -i "s?${1}[[:blank:]]*=.*?${1}=${2}?g" ${SERVICE_PROPERTY_FILE}
}
#cp $SERVICE_PROPERTY_FILE $SERVICE_PROPERTY_FILE
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The line that is commented out

Dockerfile Outdated
EXPOSE $HTTPS_PORT
EXPOSE $LAS2PEER_PORT
RUN chmod +x /src/docker-entrypoint.sh
RUN chmod +x docker-entrypoint.sh
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either this line or the one above is not needed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed it now

Dockerfile Outdated
RUN chmod +x gradlew && ./gradlew build
#RUN dos2unix /src/docker-entrypoint.sh
#RUN dos2unix /src/etc/i5.las2peer.connectors.webConnector.WebConnector.properties
#RUN dos2unix /src/etc/i5.las2peer.services.servicePackage.akgService.properties
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add a comment here telling users why this is commented out

@Aran30 Aran30 requested a review from lakhoune March 17, 2022 18:33
@Aran30 Aran30 merged commit 3e98308 into master Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants