Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
1e3f623
feat: add streamr-config package
kare Nov 18, 2021
12ba2e8
Update networks.json
jtakalai Dec 1, 2021
18919e9
chore: update .gitignore
kare Feb 3, 2022
32fa168
refactor: re-structure and rename project
kare Feb 3, 2022
9582cfb
docs: add README
kare Feb 3, 2022
9b1f768
refactor: move Environment closer to all other types
kare Feb 3, 2022
d3a50aa
refactor: add RPC HTTP/WS URLs
kare Feb 3, 2022
da5df76
refactor: add Polygon contracts and update chain IDs
kare Feb 3, 2022
7a992b5
refactor: replace Address type with string
kare Feb 3, 2022
0bfd617
refactor: merge package-lock.json from master
kare Feb 3, 2022
4492254
ci: update config workflow
kare Feb 3, 2022
c7eafd9
refactor: code review update
kare Feb 3, 2022
a40d6f3
refactor: rename binance-smart-chain to binance
kare Feb 3, 2022
f46b7fb
refactor: rename xdai to gnosis
kare Feb 3, 2022
351d569
chore: update package.json keywords and homepage
kare Feb 7, 2022
fbf0b1d
docs: update README code example
kare Feb 7, 2022
64a9b5c
docs: update README with development and release chapters
kare Feb 7, 2022
f4ea584
build: add script for creating release
kare Feb 7, 2022
16ac13b
build: add Makefile
kare Feb 7, 2022
46f7b6b
docs: update README for Makefile
kare Feb 7, 2022
4d752fc
build(dev-deps): update ts-node 10.5.0
kare Feb 7, 2022
ffc13ce
chore: update version
kare Feb 7, 2022
5a6b417
build: prefix version with package name
kare Feb 9, 2022
05ebb80
build: include node_modules in clean recipe
kare Feb 9, 2022
402fe30
build: fix Npm nit about deprecated package
kare Feb 9, 2022
3606cb2
build: update @typescript-eslint/eslint-plugin and @typescript-eslint…
kare Feb 9, 2022
5dce236
build: update eslint-plugin-jsdoc 37.8.1
kare Feb 9, 2022
e3d4bf1
build: rename .sh files to .bash
kare Feb 9, 2022
d71de56
ci: update Dependabot config
kare Feb 9, 2022
ce81109
Merge branch 'master' into ETH-184-streamr-config-package
kare Feb 10, 2022
d5658fc
Merge branch 'master' into ETH-184-streamr-config-package
kare Feb 14, 2022
01738f3
build: remove package-lock.json
kare Feb 14, 2022
f2eeeed
Merge branch 'master' into ETH-184-streamr-config-package
kare Feb 14, 2022
e7b394f
ci: update ci workflows
kare Feb 14, 2022
9178e79
build: revert root package-lock.json
kare Feb 14, 2022
b94279d
ci: update workflow
kare Feb 14, 2022
e137703
Merge branch 'master' into ETH-184-streamr-config-package
kare Feb 14, 2022
2db5730
build: use eslintrc from root
kare Feb 14, 2022
7349f25
build: move common devDependencies to root
kare Feb 14, 2022
72d909c
style: run eslint fix
kare Feb 14, 2022
c41057c
build: run tests for all workspaces
kare Feb 14, 2022
88c585a
ci: add root project to Dependabot
kare Feb 14, 2022
a53a0e9
build(config): add missing bash flags
kare Feb 14, 2022
4ebc391
build(config): drop node_modules recipe
kare Feb 15, 2022
ec42808
docs: update README
kare Feb 15, 2022
a98a4df
Merge branch 'master' into ETH-184-streamr-config-package
kare Feb 16, 2022
07579b2
refactor: extract script for validating Git repository
kare Feb 16, 2022
4051048
refactor: use 'release' prefix for release commit
kare Feb 16, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 68 additions & 21 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
#
# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates

#
---
version: 2
updates:
- package-ecosystem: github-actions
Expand All @@ -16,8 +17,11 @@ updates:
- ci
assignees:
- DaisyDomergue
reviewers:
- kare

- package-ecosystem: npm
directory: /packages/chainlink-ens-external-adapter
directory: /
schedule:
interval: daily
time: '08:00'
Expand All @@ -28,11 +32,22 @@ updates:
include: scope
labels:
- build
assignees:
- samt1803
- jtakalai
reviewers:
- kare

- package-ecosystem: npm
directory: /packages/chainlink-ens-external-adapter
schedule:
interval: daily
time: '08:00'
timezone: Europe/Helsinki
open-pull-requests-limit: 5
commit-message:
prefix: build
include: scope
labels:
- build

- package-ecosystem: npm
directory: /packages/smartcontracts
schedule:
Expand All @@ -45,10 +60,6 @@ updates:
include: scope
labels:
- build
assignees:
- samt1803
- jtakalai
- kare

- package-ecosystem: npm
directory: /packages/streamregistry-thegraph-subgraph
Expand All @@ -62,26 +73,50 @@ updates:
include: scope
labels:
- build

- package-ecosystem: npm
directory: /packages/config
schedule:
interval: daily
time: '08:00'
timezone: Europe/Helsinki
open-pull-requests-limit: 5
commit-message:
prefix: build
include: scope
labels:
- build
assignees:
- samt1803
- jtakalai
- kare
reviewers:
- kare

- package-ecosystem: npm
directory: /packages/docker-dev-chain-init
schedule:
interval: daily
time: '08:00'
timezone: Europe/Helsinki
open-pull-requests-limit: 5
commit-message:
prefix: build
include: scope
labels:
- build

- package-ecosystem: docker
directory: /packages/chainlink-ens-external-adapter
directory: /packages/docker-dev-chain-init
schedule:
interval: daily
time: "08:00"
timezone: Europe/Helsinki
open-pull-requests-limit: 5
commit-message:
prefix: build
assignees:
- samt1803
- jtakalai
- kare
prefix: build(docker)
labels:
- build
assignees:
- kare

- package-ecosystem: docker
directory: /packages/streamregistry-thegraph-subgraph
Expand All @@ -91,10 +126,22 @@ updates:
timezone: Europe/Helsinki
open-pull-requests-limit: 5
commit-message:
prefix: build
prefix: build(docker)
labels:
- build
assignees:
- samt1803
- jtakalai
- kare

- package-ecosystem: docker
directory: ./packages/chainlink-ens-external-adapter
schedule:
interval: daily
time: "08:00"
timezone: Europe/Helsinki
open-pull-requests-limit: 5
commit-message:
prefix: build(docker)
labels:
- build
assignees:
- kare
17 changes: 3 additions & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,23 @@ on:
pull_request:
branches:
- master
- release/*
push:
branches:
- master
- release/*

jobs:
test:
name: Run tests
timeout-minutes: 20
runs-on: ${{ matrix.os }}
continue-on-error: false
strategy:
fail-fast: false
matrix:
include:
- node_version: 16
os: ubuntu-20.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2.4.0
- name: Install Node
uses: actions/setup-node@v2.5.1
- uses: actions/setup-node@v2.5.1
with:
node-version-file: '.nvmrc'
node-version-file: .nvmrc
cache: npm
cache-dependency-path: |
./package-lock.json
./packages/smartcontracts/package-lock.json
- name: Install dependencies
run: npm ci
- name: Build and lint
Expand Down
33 changes: 33 additions & 0 deletions .github/workflows/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: streamr-config package
on:
push:
branches:
- master
pull_request:
branches:
- master
concurrency:
group: config-ci-${{ github.head_ref }}
cancel-in-progress: true
defaults:
run:
shell: bash
jobs:
build:
name: Lint & Test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-node@v2.5.1
with:
node-version-file: .nvmrc
cache: npm
cache-dependency-path: |
./package-lock.json
- run: |
npm ci
cd packages/config
npm run lint
npm run test
npm run build
Loading