-
-
Notifications
You must be signed in to change notification settings - Fork 694
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into react-document-colors
- Loading branch information
Showing
66 changed files
with
91 additions
and
8,460 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,5 @@ erl_crash.dump | |
|
||
.deps | ||
.tested | ||
.compile_messages | ||
.setup_mix_and_get_dependencies |
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 |
---|---|---|
|
@@ -28,3 +28,5 @@ erl_crash.dump | |
|
||
.deps | ||
.tested | ||
.compile_messages | ||
.setup_mix_and_get_dependencies |
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 |
---|---|---|
|
@@ -28,3 +28,5 @@ erl_crash.dump | |
|
||
.deps | ||
.tested | ||
.compile_messages | ||
.setup_mix_and_get_dependencies |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
../../LICENSE LICENSE | ||
../../.templates/github/ .github/ | ||
../../.templates/elixir/ . | ||
../messages.proto messages.proto |
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 |
---|---|---|
@@ -1 +1,25 @@ | ||
include default.mk | ||
|
||
clean: | ||
rm -rf _build deps .deps .tested | ||
rm -rf lib/cucumber_messages/generated/* | ||
|
||
.deps: setup_mix_and_get_dependencies update_proto_file compile_messages revert_proto_file | ||
touch .deps | ||
|
||
setup_mix_and_get_dependencies: | ||
mix local.hex --force | ||
mix deps.get | ||
.PHONY: setup_mix_and_get_dependencies | ||
|
||
update_proto_file: messages.proto | ||
mv $< $<.bak | ||
cat $<.bak | sed "s/package io.cucumber.messages/package cucumber_messages/" > $< | ||
|
||
compile_messages: | ||
MIX_ENV=prod mix protox.generate --multiple-files --output-path=lib/cucumber_messages/generated messages.proto | ||
.PHONY: compile_messages | ||
|
||
revert_proto_file: messages.proto.bak | ||
mv messages.proto.bak messages.proto | ||
.PHONY: revert_proto_file |
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 |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# CucumberMessages | ||
|
||
This package is released at [hex.pm](https://hex.pm/packages/cucumber_messages). | ||
|
||
## Credits | ||
|
||
This library is originally funded by [UCLL](https://www.ucll.be) its "First Time Right" research project. |
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 @@ | ||
/*.ex |
193 changes: 0 additions & 193 deletions
193
messages/elixir/lib/cucumber_messages/generated/elixir_cucumber_messages_attachment.ex
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
...r/lib/cucumber_messages/generated/elixir_cucumber_messages_attachment_content_encoding.ex
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.