Skip to content

Commit

Permalink
Automated deployment to update contributors 2021-01-22 (#159)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions committed Jan 22, 2021
1 parent 716fdce commit fe2c4ca
Show file tree
Hide file tree
Showing 10 changed files with 164 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/_events/2021-01-21-USRSE-rse-stories-PushEvent-14902082282.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
event_type: PushEvent
avatar: "https://avatars.githubusercontent.com/u/814322?"
user: vsoch
date: 2021-01-21
repo_name: USRSE/rse-stories
html_url: https://github.com/USRSE/rse-stories/commit/2def5c9831de5d392b195cef44d4d54c49ea44c4
repo_url: https://github.com/USRSE/rse-stories
---

<a href='https://github.com/vsoch' target='_blank'>vsoch</a> pushed to <a href='https://github.com/USRSE/rse-stories' target='_blank'>USRSE/rse-stories</a>

<small>adding greg becker episode

Signed-off-by: vsoch <vsoch@users.noreply.github.com></small>

<a href='https://github.com/USRSE/rse-stories/commit/2def5c9831de5d392b195cef44d4d54c49ea44c4' target='_blank'>View Commit</a>
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
event_type: PushEvent
avatar: "https://avatars.githubusercontent.com/u/814322?"
user: vsoch
date: 2021-01-21
repo_name: USRSE/rse-stories-episodes-1
html_url: https://github.com/USRSE/rse-stories-episodes-1/commit/d4bc63baedc163a92ee5fa4b4440c6a6a9d652ed
repo_url: https://github.com/USRSE/rse-stories-episodes-1
---

<a href='https://github.com/vsoch' target='_blank'>vsoch</a> pushed to <a href='https://github.com/USRSE/rse-stories-episodes-1' target='_blank'>USRSE/rse-stories-episodes-1</a>

<small>Adding Greg Becker's episode</small>

<a href='https://github.com/USRSE/rse-stories-episodes-1/commit/d4bc63baedc163a92ee5fa4b4440c6a6a9d652ed' target='_blank'>View Commit</a>
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
event_type: IssueCommentEvent
avatar: "https://avatars.githubusercontent.com/u/814322?"
user: vsoch
date: 2021-01-21
repo_name: expfactory/expfactory
html_url: https://github.com/expfactory/expfactory/issues/136
repo_url: https://github.com/expfactory/expfactory
---

<a href='https://github.com/vsoch' target='_blank'>vsoch</a> commented on issue <a href='https://github.com/expfactory/expfactory/issues/136' target='_blank'>expfactory/expfactory#136</a>.

<small>Hmm, so the way that it works is that when you build your experiment container, internally everything is being served via [port 5000](https://github.com/expfactory/expfactory/blob/master/expfactory/templates/build/docker/Dockerfile.template#L41), which is then proxy-ed to [port 80](https://github.com/expfactory/expfactory/blob/4744a05232bc3dd2050e6b9de2bc82b3e11d961e/script/nginx.gunicorn.conf) (or the same for [https](https://github.com/expfactory/expfactory/blob/4744a05232bc3dd2050e6b9de2bc82b3e11d961e/script/nginx.https.conf)). So I suspect that if you want a different port used instead of 80, you'd need to change the nginx configuration there. It might be easiest to add a step to your Dockerfile to add a custom one [e.g., see this step](https://github.com/expfactory/expfactory/blob/25468f7ff1615144213909248ac8cd54ae5405a3/expfactory/templates/build/docker/Dockerfile.template#L21) and then make sure that you expose the port, and definitely keep all your files in version control so you can reproduce your build....</small>

<a href='https://github.com/expfactory/expfactory/issues/136' target='_blank'>View Comment</a>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
event_type: IssueCommentEvent
avatar: "https://avatars.githubusercontent.com/u/814322?"
user: vsoch
date: 2021-01-21
repo_name: expfactory/expfactory-docker
html_url: https://github.com/expfactory/expfactory-docker/issues/184
repo_url: https://github.com/expfactory/expfactory-docker
---

<a href='https://github.com/vsoch' target='_blank'>vsoch</a> commented on issue <a href='https://github.com/expfactory/expfactory-docker/issues/184' target='_blank'>expfactory/expfactory-docker#184</a>.

<small>Oh sorry - are you using the expactory-docker code in the repository here, or version 2 of expfactory (at https://expfactory.github.io)? Sorry they are different! If you can clarify which one, I can better help (I thought you were using the one here since the issue is posted here)....</small>

<a href='https://github.com/expfactory/expfactory-docker/issues/184' target='_blank'>View Comment</a>
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
event_type: IssueCommentEvent
avatar: "https://avatars.githubusercontent.com/u/814322?"
user: vsoch
date: 2021-01-21
repo_name: singularityhub/sregistry
html_url: https://github.com/singularityhub/sregistry/issues/128
repo_url: https://github.com/singularityhub/sregistry
---

<a href='https://github.com/vsoch' target='_blank'>vsoch</a> commented on issue <a href='https://github.com/singularityhub/sregistry/issues/128' target='_blank'>singularityhub/sregistry#128</a>.

<small>Yes that's correct. For a registry for one person, a service running alongside the registry (that only scans a few containers a day) might be appropriate. For a registry with much higher demand, it likely wouldn't be because of filesystem space and memory needed to run concurrent scans....</small>

<a href='https://github.com/singularityhub/sregistry/issues/128' target='_blank'>View Comment</a>
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
event_type: PullRequestReviewEvent
avatar: "https://avatars.githubusercontent.com/u/814322?"
user: vsoch
date: 2021-01-21
repo_name: snakemake/snakedeploy
html_url: https://github.com/snakemake/snakedeploy/pull/9#pullrequestreview-573591680
repo_url: https://github.com/snakemake/snakedeploy
---

<a href='https://github.com/vsoch' target='_blank'>vsoch</a> <a href='https://github.com/snakemake/snakedeploy/pull/9#pullrequestreview-573591680' target='_blank'>reviewed</a> a <a href='https://github.com/snakemake/snakedeploy/pull/9' target='_blank'>snakemake/snakedeploy pull request</a>

<small>None</small>

<a href='https://github.com/snakemake/snakedeploy/pull/9#pullrequestreview-573591680' target='_blank'>View Review</a>
23 changes: 23 additions & 0 deletions docs/_events/2021-01-21-vsoch-caliper-PushEvent-14904271506.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
event_type: PushEvent
avatar: "https://avatars.githubusercontent.com/u/814322?"
user: vsoch
date: 2021-01-21
repo_name: vsoch/caliper
html_url: https://github.com/vsoch/caliper/commit/ea94f56b3155f7021587ab0e681a9d0caa00a9d2
repo_url: https://github.com/vsoch/caliper
---

<a href='https://github.com/vsoch' target='_blank'>vsoch</a> pushed to <a href='https://github.com/vsoch/caliper' target='_blank'>vsoch/caliper</a>

<small>adding support to extract static file functions (#29)

* adding support to extract static file functions
* add support to specify version when extracting
* updating docs to include metrics
* adding plot example

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Co-authored-by: vsoch <vsoch@users.noreply.github.com></small>

<a href='https://github.com/vsoch/caliper/commit/ea94f56b3155f7021587ab0e681a9d0caa00a9d2' target='_blank'>View Commit</a>
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
event_type: PushEvent
avatar: "https://avatars.githubusercontent.com/u/814322?"
user: vsoch
date: 2021-01-21
repo_name: vsoch/caliper-analysis
html_url: https://github.com/vsoch/caliper-analysis/commit/f7809779fb8e132acd2cfdc0984a24f4f914bd9d
repo_url: https://github.com/vsoch/caliper-analysis
---

<a href='https://github.com/vsoch' target='_blank'>vsoch</a> pushed to <a href='https://github.com/vsoch/caliper-analysis' target='_blank'>vsoch/caliper-analysis</a>

<small>adding mouseovers to plot

Signed-off-by: vsoch <vsoch@users.noreply.github.com></small>

<a href='https://github.com/vsoch/caliper-analysis/commit/f7809779fb8e132acd2cfdc0984a24f4f914bd9d' target='_blank'>View Commit</a>
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
event_type: PushEvent
avatar: "https://avatars.githubusercontent.com/u/814322?"
user: vsoch
date: 2021-01-21
repo_name: vsoch/opensource-heartbeat
html_url: https://github.com/vsoch/opensource-heartbeat/commit/716fdce91bfa7e05c62b2869b638a78ff5ac5fbc
repo_url: https://github.com/vsoch/opensource-heartbeat
---

<a href='https://github.com/vsoch' target='_blank'>vsoch</a> pushed to <a href='https://github.com/vsoch/opensource-heartbeat' target='_blank'>vsoch/opensource-heartbeat</a>

<small>Automated deployment to update contributors 2021-01-21 (#158)

Co-authored-by: github-actions <github-actions@users.noreply.github.com></small>

<a href='https://github.com/vsoch/opensource-heartbeat/commit/716fdce91bfa7e05c62b2869b638a78ff5ac5fbc' target='_blank'>View Commit</a>
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
event_type: IssueCommentEvent
avatar: "https://avatars.githubusercontent.com/u/814322?"
user: vsoch
date: 2021-01-22
repo_name: vsoch/pull-request-action
html_url: https://github.com/vsoch/pull-request-action/issues/59
repo_url: https://github.com/vsoch/pull-request-action
---

<a href='https://github.com/vsoch' target='_blank'>vsoch</a> commented on issue <a href='https://github.com/vsoch/pull-request-action/issues/59' target='_blank'>vsoch/pull-request-action#59</a>.

<small>hey @shaungrady ! It looks like this is definitely possible: https://docs.github.com/en/rest/reference/pulls#update-a-pull-request. I'll try to take a look soon and see if I can add this. Likely I'd keep the default to still exit if the PR is open, but we could add a variable that you could use to specify wanting an update in this case. I'll definitely try to make some time in the next week or so to work on this, stay tuned!...</small>

<a href='https://github.com/vsoch/pull-request-action/issues/59' target='_blank'>View Comment</a>

0 comments on commit fe2c4ca

Please sign in to comment.