-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into prmsrswt-feature-react-ui
Signed-off-by: Prem Kumar <[email protected]>
- Loading branch information
Showing
207 changed files
with
14,760 additions
and
4,736 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 12 additions & 3 deletions
15
.github/workflows/ci.yaml → .github/workflows/cross-build.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: e2e | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
tags: | ||
pull_request: | ||
|
||
jobs: | ||
e2e: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Install Go. | ||
uses: actions/setup-go@v1 | ||
with: | ||
go-version: 1.13.6 | ||
|
||
- name: Check out code into the Go module directory. | ||
uses: actions/checkout@v2 | ||
|
||
- uses: actions/cache@v1 | ||
with: | ||
path: ~/go/pkg/mod | ||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} | ||
|
||
- name: Run e2e docker-based tests. | ||
run: make test-e2e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,6 @@ pkg/ui/static/react | |
|
||
tmp/bin | ||
examples/tmp/ | ||
|
||
# Ignore the MacOS Trash (DS-Store) | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
| Name | Email | Slack | GitHub | Company | | ||
|-----------------------|------------------------|--------------------------|---------------------------------------------|-------------------| | ||
| Bartłomiej Płotka | [email protected] | `@bwplotka` | [@bwplotka](https://github.com/bwplotka) | Red Hat | | ||
| Dominic Green | [email protected] | `@domgreen` | [@domgreen](https://github.com/domgreen) | Improbable | | ||
| Frederic Branczyk | [email protected] | `@brancz` | [@brancz](https://github.com/brancz) | Red Hat | | ||
| Giedrius Statkevičius | [email protected] | `@Giedrius Statkevičius` | [@GiedriusS](https://github.com/GiedriusS) | AdForm | | ||
| Povilas Versockas | [email protected] | `@povilasv` | [@povilasv](https://github.com/povilasv) | Utility Warehouse | | ||
|
@@ -33,6 +32,8 @@ Full list of triage persons is displayed below: | |
| Ben Ye | `@yeya24` | [@yeya24](https://github.com/yeya24) | | ||
| Martin Chodur | `@FUSAKLA` | [@fusakla](https://github.com/fusakla) | | ||
| Michael Dai | `@jojohappy` | [@jojohappy](https://github.com/jojohappy) | | ||
| Kemal Akkoyun | `@kakkoyun` | [@kakkoyun](https://github.com/kakkoyun) | | ||
| Xiang Dai | `@daixiang0` | [@daixiang0](https://github.com/daixiang0) | | ||
|
||
Please reach any of the maintainer on slack or email if you want to help as well. | ||
|
||
|
Oops, something went wrong.