Skip to content

Commit

Permalink
Merge branch 'embed-without-ruby'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie Tolentino committed Aug 1, 2017
2 parents 8285260 + 66a93ef commit 7650390
Show file tree
Hide file tree
Showing 47 changed files with 3,729 additions and 4,763 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build: build-cli build-gui
# This should not be added as a requirement to build-gui because it may hide
# build problems. build-gui is exactly what `go get` will do on a clean repo
gen-ui-defs:
make -C ./gui/definitions
make -C ./gui

gen-schema-defs:
make -C ./gui/settings/definitions
Expand Down Expand Up @@ -102,6 +102,7 @@ deps-dev:
go get -u github.com/golang/lint/golint
go get -u github.com/modocache/gover
go get -u github.com/tools/godep
go get -u github.com/rosatolen/esc

deps: deps-dev

Expand Down
2 changes: 1 addition & 1 deletion ci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ endif

# make sure the ui definitions checked in are in sync
check-ui-defs:
make doctor -C ../gui/definitions
make doctor -C ../gui

# send coverage data to coveralls
coveralls:
Expand Down
8 changes: 8 additions & 0 deletions gui/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
generate:
go generate -x .

touch:
ls definitions/*.xml | xargs -n1 touch

doctor: touch generate
git diff --exit-code .
3,707 changes: 3,707 additions & 0 deletions gui/definitions.go

Large diffs are not rendered by default.

623 changes: 0 additions & 623 deletions gui/definitions/account_details.go

This file was deleted.

102 changes: 0 additions & 102 deletions gui/definitions/account_registration.go

This file was deleted.

212 changes: 0 additions & 212 deletions gui/definitions/add_contact.go

This file was deleted.

Loading

0 comments on commit 7650390

Please sign in to comment.