Skip to content

Commit

Permalink
Merge pull request #354 from moul/dev/moul/paging2
Browse files Browse the repository at this point in the history
feat: add relay pagination
  • Loading branch information
Godefroy Ponsinet committed Oct 17, 2018
2 parents 77da1b8 + 17a1012 commit 130e44d
Show file tree
Hide file tree
Showing 39 changed files with 5,376 additions and 1,244 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,14 +256,15 @@ jobs:
name: set Ruby version
command: echo "ruby-2.4" > ~/.ruby-version

- checkout
- checkout:
path: ~/go/src/berty.tech/

- attach_workspace:
at: ~/go/src/berty.tech/

# if build breaks, increment vX in both restore_cache and save_cache
- restore_cache:
key: v1-ios-golang-{{ .Environment.GOVERSION }}-2
key: v2-ios-golang-{{ .Environment.GOVERSION }}-2

- run:
name: install-go
Expand All @@ -288,9 +289,10 @@ jobs:
fi
- save_cache:
key: v1-ios-golang-{{ .Environment.GOVERSION }}-2
key: v2-ios-golang-{{ .Environment.GOVERSION }}-2
paths:
- ~/go
- ~/go/pkg
- ~/go/src/github.com
- ~/go-install

- run:
Expand Down
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# Collapse generated files on GitHub
*.gen.go linguist-generated
*.gen.yml linguist-generated
*.gen.graphql linguist-generated
*.pb.go linguist-generated
client/react-native/common/schema.graphql linguist-generated
Expand Down

0 comments on commit 130e44d

Please sign in to comment.