Skip to content

Commit

Permalink
Automated deployment to update events 2021-08-07 (#356)
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 Aug 7, 2021
1 parent d065d2f commit bca47c5
Show file tree
Hide file tree
Showing 6 changed files with 111 additions and 0 deletions.
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-08-06
repo_name: spack/spack
html_url: https://github.com/spack/spack/pull/24257
repo_url: https://github.com/spack/spack
---

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

<small>It those are in a separate repo, it would make sense to have the GitHub workflow to build them alongside it (so separate from this PR)....</small>

<a href='https://github.com/spack/spack/pull/24257' target='_blank'>View Comment</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-08-06
repo_name: vsoch/contributor-ci-llnl
html_url: https://github.com/vsoch/contributor-ci-llnl/commit/523a8ae11ba6d8fb77e0456ad3beffc4275fdcca
repo_url: https://github.com/vsoch/contributor-ci-llnl
---

<a href='https://github.com/vsoch' target='_blank'>vsoch</a> pushed to <a href='https://github.com/vsoch/contributor-ci-llnl' target='_blank'>vsoch/contributor-ci-llnl</a>

<small>adding cfa for flux

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

<a href='https://github.com/vsoch/contributor-ci-llnl/commit/523a8ae11ba6d8fb77e0456ad3beffc4275fdcca' target='_blank'>View Commit</a>
17 changes: 17 additions & 0 deletions docs/_events/2021-08-07-buildsi-Smeagle-PushEvent-17470030968.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-08-07
repo_name: buildsi/Smeagle
html_url: https://github.com/buildsi/Smeagle/commit/b8426439b907d7d95fff6e7e36d6760d2ba013bb
repo_url: https://github.com/buildsi/Smeagle
---

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

<small>getting all types in parse_parameter to work!

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

<a href='https://github.com/buildsi/Smeagle/commit/b8426439b907d7d95fff6e7e36d6760d2ba013bb' target='_blank'>View Commit</a>
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
event_type: PullRequestEvent
avatar: "https://avatars.githubusercontent.com/u/814322?"
user: vsoch
date: 2021-08-07
repo_name: conda-forge/juliart-feedstock
html_url: https://github.com/conda-forge/juliart-feedstock/pull/7
repo_url: https://github.com/conda-forge/juliart-feedstock
---

<a href='https://github.com/vsoch' target='_blank'>vsoch</a> merged a pull request to <a href='https://github.com/conda-forge/juliart-feedstock' target='_blank'>conda-forge/juliart-feedstock</a>

<a href='https://github.com/conda-forge/juliart-feedstock/pull/7' target='_blank'>View Pull Request</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-08-07
repo_name: vsoch/chonker-awards
html_url: https://github.com/vsoch/chonker-awards/pull/188#pullrequestreview-724783414
repo_url: https://github.com/vsoch/chonker-awards
---

<a href='https://github.com/vsoch' target='_blank'>vsoch</a> <a href='https://github.com/vsoch/chonker-awards/pull/188#pullrequestreview-724783414' target='_blank'>reviewed</a> a <a href='https://github.com/vsoch/chonker-awards/pull/188' target='_blank'>vsoch/chonker-awards pull request</a>

<small></small>

<a href='https://github.com/vsoch/chonker-awards/pull/188#pullrequestreview-724783414' target='_blank'>View Review</a>
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
event_type: PushEvent
avatar: "https://avatars.githubusercontent.com/u/814322?"
user: vsoch
date: 2021-08-07
repo_name: vsoch/usrse.github.io
html_url: https://github.com/vsoch/usrse.github.io/commit/c6e051d310d5f682ce4e2fb8928cf50c8dcf2c52
repo_url: https://github.com/vsoch/usrse.github.io
---

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

<small>Adds posted date for jobs (#70)

* Issue #30: Adds basic functionality to handle post dates

- Adds functionality to the jobs page to display a posted date, if the job entry has a "posted" variable, otherwise no dates are displayed.
- Adds posted variable to the top ORNL position to provide an example job posting with a posted date.

* Issue #30: Updates README and test script

- Updates the README to include the requirement of "posted" variable in a job item in the jobs.yml file.
- Adds a requirement of the "posted" variable when checking job entries.
- Adds check for "posted" variable to be a Python datetime.date object.

* Issue #30: Updates jobs.yml
- Updates jobs.yml file to most recent from upstream usrse repo.
- Adds a "posted" variable to every entry in the jobs.yml to pass the tests.
* always sort newest on top

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/usrse.github.io/commit/c6e051d310d5f682ce4e2fb8928cf50c8dcf2c52' target='_blank'>View Commit</a>

0 comments on commit bca47c5

Please sign in to comment.