Skip to content

Commit

Permalink
Automated deployment to update contributors 2020-12-28 (#134)
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 Dec 28, 2020
1 parent 401eb42 commit 1600e6b
Show file tree
Hide file tree
Showing 7 changed files with 113 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/_events/2020-12-27-rseng-rseng-PushEvent-14651422854.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: 2020-12-27
repo_name: rseng/rseng
html_url: https://github.com/rseng/rseng/commit/2eb7765253d0ae11d7a5485490336126ff72d451
repo_url: https://github.com/rseng/rseng
---

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

<small>adding optuna

Signed-off-by: vsoch <vsochat@stanford.edu></small>

<a href='https://github.com/rseng/rseng/commit/2eb7765253d0ae11d7a5485490336126ff72d451' target='_blank'>View Commit</a>
17 changes: 17 additions & 0 deletions docs/_events/2020-12-27-rseng-software-PushEvent-14651429949.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: 2020-12-27
repo_name: rseng/software
html_url: https://github.com/rseng/software/commit/751f29bcecd22b8804ef59388981898014cf4495
repo_url: https://github.com/rseng/software
---

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

<small>Automated deployment to update software database 2020-12-27 (#168)

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

<a href='https://github.com/rseng/software/commit/751f29bcecd22b8804ef59388981898014cf4495' 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: 2020-12-27
repo_name: vsoch/opensource-heartbeat
html_url: https://github.com/vsoch/opensource-heartbeat/commit/401eb425ea41d3418c5b5245679192bf9ad08358
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 2020-12-27 (#133)

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

<a href='https://github.com/vsoch/opensource-heartbeat/commit/401eb425ea41d3418c5b5245679192bf9ad08358' target='_blank'>View Commit</a>
17 changes: 17 additions & 0 deletions docs/_events/2020-12-27-vsoch-snakemake-PushEvent-14651908210.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: 2020-12-27
repo_name: vsoch/snakemake
html_url: https://github.com/vsoch/snakemake/commit/065cfa7fcbf799a0e871935206901a78b7eff3d8
repo_url: https://github.com/vsoch/snakemake
---

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

<small>dont import requests at module level

Signed-off-by: vsoch <vsochat@stanford.edu></small>

<a href='https://github.com/vsoch/snakemake/commit/065cfa7fcbf799a0e871935206901a78b7eff3d8' 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: 2020-12-28
repo_name: ga4gh/workflow-execution-service-schemas
html_url: https://github.com/ga4gh/workflow-execution-service-schemas/issues/164
repo_url: https://github.com/ga4gh/workflow-execution-service-schemas
---

<a href='https://github.com/vsoch' target='_blank'>vsoch</a> commented on issue <a href='https://github.com/ga4gh/workflow-execution-service-schemas/issues/164' target='_blank'>ga4gh/workflow-execution-service-schemas#164</a>.

<small>And for authentication, I'm used to a server returning 401 with a Www-Authenticate header to request authentication. Is that something supported here? I saw the `auth_instructions_url` but it wasn't clear if that is for a human readable URL or should have the content of `Www-Authenticate`....</small>

<a href='https://github.com/ga4gh/workflow-execution-service-schemas/issues/164' 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: 2020-12-28
repo_name: panoptes-organization/panoptes
html_url: https://github.com/panoptes-organization/panoptes/issues/2
repo_url: https://github.com/panoptes-organization/panoptes
---

<a href='https://github.com/vsoch' target='_blank'>vsoch</a> commented on issue <a href='https://github.com/panoptes-organization/panoptes/issues/2' target='_blank'>panoptes-organization/panoptes#2</a>.

<small>See https://github.com/snakemake/snakemake/pull/819 to start discussion. It would be best if we had an authentication flow that would return 401 with a Www-Authenticate header to request it, and then the bearer token generated however the server wants. I'm not sure if this is in line with w4c3 (or what that standard is called) but let's discuss!...</small>

<a href='https://github.com/panoptes-organization/panoptes/issues/2' 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: 2020-12-28
repo_name: snakemake/snakemake
html_url: https://github.com/snakemake/snakemake/pull/819
repo_url: https://github.com/snakemake/snakemake
---

<a href='https://github.com/vsoch' target='_blank'>vsoch</a> commented on issue <a href='https://github.com/snakemake/snakemake/pull/819' target='_blank'>snakemake/snakemake#819</a>.

<small>Another quick question - why does the msg field here have repr? That means that if it's a dictionary, for example, it gets sent as a string representation of the dict (and not a dict as it should):...</small>

<a href='https://github.com/snakemake/snakemake/pull/819' target='_blank'>View Comment</a>
Expand Down

0 comments on commit 1600e6b

Please sign in to comment.