Skip to content

Commit

Permalink
feat(README): update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dtherhtun committed Sep 10, 2022
1 parent a4ea439 commit ebba7ae
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 2 deletions.
Binary file added .github/img/EventAutomatorsmall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/img/eventAutomator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/img/gitops_to_sheetOps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Release Go project

on:
push:
tags:
- "v*-release" # triggers only if push new tag version, like `0.8.4` or else

jobs:
build:
name: GoReleaser build
runs-on: ubuntu-latest

steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up Go 1.14
uses: actions/setup-go@v2
with:
go-version: 1.17.6
id: go

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@master
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# EventAutoma
# EventAutomator (SheetOps)

Google event base Automation
![alt](./.github/img/EventAutomatorsmall.png)

A reliable pre-scaling system through the spreadsheet without straying from GitOps methodology.

## GitOps to SheetOps Workflow

![alt](./.github/img/gitops_to_sheetOps.png)
19 changes: 19 additions & 0 deletions scale.log
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,22 @@
2022/09/05 22:36:06 JobID -> 7469fa9f-dee8-47a2-93ec-fc56d47c395c executionId -> 185
2022/09/05 22:37:05 [DTH] TESTING Event is Starting...........
2022/09/05 22:37:05 Wrong Event instruction: adfa
2022/09/06 13:59:05 [DTH] TESTING Event is Starting...........
2022/09/06 13:59:07 JobID -> 7469fa9f-dee8-47a2-93ec-fc56d47c395c executionId -> 186
2022/09/06 14:00:05 [DTH] TESTING Event is Starting...........
2022/09/06 14:00:06 JobID -> 7469fa9f-dee8-47a2-93ec-fc56d47c395c executionId -> 187
2022/09/06 14:02:05 [DTH] TESTING Event is Starting...........
2022/09/06 14:02:06 JobID -> 7469fa9f-dee8-47a2-93ec-fc56d47c395c executionId -> 188
2022/09/06 16:01:26 Unable to retrieve the events: Get "https://www.googleapis.com/calendar/v3/calendars/c_ul2f5s0g93ib5efh11r23c7ink%40group.calendar.google.com/events?alt=json&maxResults=10&orderBy=startTime&prettyPrint=false&showDeleted=false&singleEvents=true&timeMin=2022-09-06T13%3A57%3A00%2B07%3A00": read tcp 172.16.200.49:56325->142.250.199.42:443: read: connection reset by peer
2022/09/07 16:26:05 [DTH] TESTING Event is Starting...........
2022/09/07 16:26:10 JobID -> 7469fa9f-dee8-47a2-93ec-fc56d47c395c executionId -> 191
2022/09/07 16:27:05 [DTH] TESTING Event is Starting...........
2022/09/07 16:27:06 JobID -> 7469fa9f-dee8-47a2-93ec-fc56d47c395c executionId -> 192
2022/09/07 16:47:05 [DTH] TESTING Event is Starting...........
2022/09/07 16:47:07 JobID -> 7469fa9f-dee8-47a2-93ec-fc56d47c395c executionId -> 193
2022/09/07 16:48:05 [DTH] TESTING Event is Starting...........
2022/09/07 16:48:06 JobID -> 7469fa9f-dee8-47a2-93ec-fc56d47c395c executionId -> 194
2022/09/07 16:59:05 [DTH] TESTING Event is Starting...........
2022/09/07 16:59:06 JobID -> 7469fa9f-dee8-47a2-93ec-fc56d47c395c executionId -> 195
2022/09/07 17:03:05 [DTH] TESTING Event is Starting...........
2022/09/07 17:03:07 JobID -> 4175475a-ecfd-4677-8bb7-0909fe2ab2f8 executionId -> 196

0 comments on commit ebba7ae

Please sign in to comment.