Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding BDD infrastructure #44

Closed
wants to merge 57 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
970750a
implement base files of BDD structure
Mar 7, 2021
51a4686
adjusted license headers
Mar 7, 2021
29f91fd
upload initial bash script for GitHub Action
Mar 8, 2021
88ff187
upload GitHub action workflow file
Mar 8, 2021
d776744
quick fix shebang
Mar 8, 2021
ec307a2
new action type
Mar 8, 2021
635090e
made script executable
Mar 8, 2021
5a7fad1
using composite action
Mar 8, 2021
47ab05e
fiddling with composite
Mar 8, 2021
cbc4813
working on connection BDD
Mar 8, 2021
83ec1af
added Grakn BDD GitHUB action
Mar 8, 2021
7b248d7
removed PyCal envs
Mar 8, 2021
632fb6b
testing the action
Mar 8, 2021
69f03b6
adjusted version
Mar 8, 2021
7ed276a
next try
Mar 8, 2021
7a04b49
test linking
Mar 8, 2021
1a4af97
another test
Mar 8, 2021
2c744ce
testing new HoJ GHAction
Mar 8, 2021
023ab03
update to Action
Mar 8, 2021
abae99a
up
Mar 8, 2021
b291f96
updated version
Mar 8, 2021
1436020
updated link
Mar 8, 2021
f74bb39
updated link
Mar 8, 2021
f343eef
First implementation of Session and Transaction (#45)
FrankUrbach Mar 12, 2021
839e6b6
Fix Session_Type reference
Mar 14, 2021
e7db42f
Merge pull request #46 from Humans-of-Julia/tk/fix-session-type-refer…
tk3369 Mar 14, 2021
bd7489a
changed gitignore
FrankUrbach Mar 14, 2021
4cf58d5
Merge branch 'main' of https://github.com/Humans-of-Julia/GraknClient…
FrankUrbach Mar 14, 2021
343c016
correct the error calling functions for getting
FrankUrbach Mar 15, 2021
bb97de6
Merge pull request #48 from Humans-of-Julia/fu/correct-database-manager
FrankUrbach Mar 15, 2021
7605bee
Clean up of local files (#50)
mkschulze Mar 17, 2021
c315ebd
delete them files (#52)
mkschulze Mar 17, 2021
d88bba7
implement base files of BDD structure
Mar 7, 2021
b625c8a
adjusted license headers
Mar 7, 2021
c98478f
upload initial bash script for GitHub Action
Mar 8, 2021
771804f
upload GitHub action workflow file
Mar 8, 2021
d234070
quick fix shebang
Mar 8, 2021
b28e959
new action type
Mar 8, 2021
69b29ad
made script executable
Mar 8, 2021
d360cf9
using composite action
Mar 8, 2021
ed4d52c
fiddling with composite
Mar 8, 2021
13b7ff9
working on connection BDD
Mar 8, 2021
8f251cc
added Grakn BDD GitHUB action
Mar 8, 2021
2d610b0
removed PyCal envs
Mar 8, 2021
b60b9e8
testing the action
Mar 8, 2021
3696909
adjusted version
Mar 8, 2021
029b90b
next try
Mar 8, 2021
e0d2437
test linking
Mar 8, 2021
03c401d
another test
Mar 8, 2021
2be4e1b
testing new HoJ GHAction
Mar 8, 2021
b24fdb8
update to Action
Mar 8, 2021
ab87e34
up
Mar 8, 2021
0cdcb44
updated version
Mar 8, 2021
b51fd58
updated link
Mar 8, 2021
8e9ba52
updated link
Mar 8, 2021
4e14cc5
Merge rebase
Mar 17, 2021
e468636
include first test
Mar 19, 2021
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
Binary file removed .DS_Store
Binary file not shown.
3 changes: 0 additions & 3 deletions .github/workflows/.env
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
ENV["PYTHON"] = "${{ env.pythonLocation }}" >> $GITHUB_ENV
ENV["PYCALL_JL_RUNTIME_PYTHONHOME"] = "${{ env.pythonLocation }}" >> $GITHUB_ENV
ENV["PYCALL_JL_RUNTIME"] = "${{ env.pythonLocation }}" >> $GITHUB_ENV
16 changes: 16 additions & 0 deletions .github/workflows/grakn-bdd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Grakn BDD runner
on: [push]

jobs:
hello_world_job:
runs-on: ubuntu-latest
name: A job to pull feature files, install Grakn, and execute the tests
steps:
- uses: actions/checkout@v2
- id: foo
uses: Humans-of-Julia/[email protected]
with:
who-to-greet: 'Mark Schulze'
- run: echo random-number ${{ steps.foo.outputs.random-number }}
shell: bash

10 changes: 7 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ docs/site/
# ignore local user specific files
.git
.vscode
# Manifest.toml
# test/Manifest.toml
# docs/Manifest.toml
Manifest.toml
test/Manifest.toml
docs/Manifest.toml
.DS_Store
src/.DS_Store

# ignore julia internal git files in the dev folder
_git2_*
Expand All @@ -37,3 +39,5 @@ src/generated/protoc/
src/generated/protobuf/
protocol
client-python

test/graql_defines/
239 changes: 0 additions & 239 deletions Manifest.toml

This file was deleted.

2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ version = "0.1.0"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
HPack = "28024e5f-9f70-4280-80a2-4be20479eed3"
HTTP2 = "0ee529b6-85a9-4020-94aa-d5b2735f286b"
ProtoBuf = "3349acd9-ac6a-5e09-bcdb-63829b23a429"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
gRPC = "afc8a647-7d08-4745-b7bc-49733df17e1a"

[compat]
Expand Down
Loading