Commit Graph

363 Commits

Author SHA1 Message Date
Marshall Gaucher 3051e0b491
Create .codecov.yml
Remove false alarm for codecov/patch
2019-10-29 16:00:12 -07:00
Larry Ruane 5f00390065
Merge pull request #96 from zcash-hackworks/ignore-coverage
add coverage.txt (output of make test) to .gitignore
2019-10-29 15:27:19 -06:00
Marshall Gaucher b0aa271b45
Merge branch 'master' into ignore-coverage 2019-10-29 14:19:34 -07:00
Larry Ruane 8cdb935805
Merge pull request #115 from zcash-hackworks/storage-GetTx-test
Storage get tx test
2019-10-29 15:12:53 -06:00
Larry Ruane 9a0ec3694c
Merge branch 'master' into storage-GetTx-test 2019-10-29 15:02:47 -06:00
Marshall Gaucher 25988d6734
Merge pull request #107 from zcash-hackworks/update_docs
Reorg documents for updates and upcoming new details
2019-10-29 12:30:50 -07:00
Marshall Gaucher cb5c1a85f6
Merge branch 'master' into update_docs 2019-10-29 12:23:35 -07:00
Marshall Gaucher 068b3a6ad3
Merge pull request #117 from zcash-hackworks/mdr0id-patch-ci-fix-mast
Update .gitlab-ci.yml
2019-10-29 12:17:03 -07:00
Marshall Gaucher 0d71e44adf
Update .gitlab-ci.yml
Sanity check the status branches github is caching per its policy
2019-10-29 12:10:48 -07:00
Marshall Gaucher 0e21b9f8d9
Merge branch 'master' into update_docs 2019-10-29 09:59:22 -07:00
Larry Ruane b345405f0a
Merge branch 'master' into ignore-coverage 2019-10-28 11:53:58 -06:00
Marshall Gaucher eca84b73c3
Merge branch 'master' into storage-GetTx-test 2019-10-16 15:23:33 -07:00
Larry Ruane 4724e403a3 add tests for GetTx* methods 2019-10-16 16:11:36 -06:00
Marshall Gaucher b9ec222328
Merge pull request #114 from zcash-hackworks/mdr0id-patch-stable-ci
Update to stable .gitlab-ci.yml
2019-10-15 10:35:14 -07:00
Marshall Gaucher 097a431c0a
Update .gitlab-ci.yml
Update issue that leaves Github in off state from master per policy
2019-10-15 10:19:09 -07:00
Marshall Gaucher a01633334c
Update .gitlab-ci.yml
Update CI to stable state after integration sanity checks
2019-10-15 09:06:01 -07:00
Marshall Gaucher c9b8a12016
Merge pull request #112 from zcash-hackworks/mdr0id-patch-ci-status-mast
Update .gitlab-ci.yml
2019-10-14 20:34:45 -07:00
Marshall Gaucher d7b50de573
Update .gitlab-ci.yml 2019-10-14 20:32:50 -07:00
Marshall Gaucher bbbee635f7
Update .gitlab-ci.yml
Add tags to sanity check branch on master prior to Github driving merge on hash. (Resolve blind Gitlab pipeline issue)
2019-10-14 20:17:47 -07:00
Marshall Gaucher a9d9bae396
Merge pull request #111 from zcash-hackworks/mdr0id-patch-remove-ci-ext
Update .gitlab-ci.yml
2019-10-14 19:49:01 -07:00
Marshall Gaucher 01bb9060cc
Update .gitlab-ci.yml
Revert change made to sanity check CI triggers for external pipeline
2019-10-14 19:38:48 -07:00
Larry Ruane facbeab019 add test for storage GetBlockByHash() 2019-10-14 14:48:24 -06:00
Marshall Gaucher 44d64ed5ac
Merge pull request #109 from zcash-hackworks/mdr0id-patch-ci-extern
Update .gitlab-ci.yml
2019-10-14 10:13:24 -07:00
Marshall Gaucher 3459619b36
Update .gitlab-ci.yml
Since the pipeline is not a DAG, add Gitlab keywork for all stages.
2019-10-14 10:12:23 -07:00
Larry Ruane 6dab32677a add test for tx GetDisplayHash() 2019-10-14 10:43:18 -06:00
mdr0id 32ad40a4cc Reorg documents for updates and upcoming new details 2019-10-13 18:28:57 -07:00
Marshall Gaucher a4963da687
Merge pull request #106 from zcash-hackworks/mdr0id-patch-ci-ext-pr-attempt
Update .gitlab-ci.yml
2019-10-13 17:06:32 -07:00
Marshall Gaucher 76d685f750
Update .gitlab-ci.yml
Update test stage for attempt at external CI run
2019-10-13 16:58:19 -07:00
Marshall Gaucher ef67498537
Update .gitlab-ci.yml (#105)
Remove extra tag block
2019-10-13 16:57:02 -07:00
Larry Ruane 7ef363a047 remove docker link from README 2019-10-13 16:34:27 -07:00
Marshall Gaucher 5fa12b398f
Merge pull request #104 from zcash-hackworks/mdr0id-patch-remove-extra-code
Update .gitlab-ci.yml
2019-10-13 16:14:43 -07:00
Marshall Gaucher 63218b45c3
Update .gitlab-ci.yml
Remove ci tags that aren't doing anything for us in Gitlab external CI flow
2019-10-13 15:58:43 -07:00
Marshall Gaucher 917892b665
Merge pull request #103 from zcash-hackworks/add_release_targs
Adding release targets to Makefile
2019-10-13 15:50:25 -07:00
mdr0id 3e0d3c2d4d Adding release targets to Makefile 2019-10-13 14:43:18 -07:00
Marshall Gaucher 12d3ac0649
Merge pull request #101 from zcash-hackworks/update_user_docker_privs
Add user to Dockerfile
2019-10-11 18:56:25 -07:00
mdr0id 35693caab5 update makefile target for default user privs in Dockerfile 2019-10-11 18:46:31 -07:00
mdr0id 7b426e12ea Add user to Dockerfile 2019-10-11 18:39:23 -07:00
Marshall Gaucher b6420a5d81
Merge pull request #98 from zcash-hackworks/mdr0id-patch-fix-ci-fork-attempt
Update .gitlab-ci.yml
2019-10-10 12:55:44 -07:00
Marshall Gaucher 0e749ea7b3
Update .gitlab-ci.yml
Attempting to resolve fork CI issue
2019-10-10 12:48:44 -07:00
Larry Ruane 44dc02a38e add coverage.* (output of make test) to .gitignore 2019-10-10 13:36:49 -06:00
Marshall Gaucher b2c4090758
Merge pull request #95 from zcash-hackworks/mdr0id-patch-ci-push-bug
Update .gitlab-ci.yml
2019-10-09 19:43:37 -07:00
Marshall Gaucher dcd0570ec8
Update .gitlab-ci.yml
Resolve issue where user, regardless of privs, do not trigger expected pipelines
2019-10-09 19:37:35 -07:00
Marshall Gaucher 7d04ffb4d1
Merge pull request #94 from zcash-hackworks/mdr0id-patch-add-cov-badge
Update README.md
2019-10-09 19:28:40 -07:00
Marshall Gaucher 4236113e95
Update README.md
Add coverage badge to README
2019-10-09 19:20:40 -07:00
Marshall Gaucher 50a2667703
Merge pull request #91 from zcash-hackworks/immutable-GetDisplayPrevHash
GetDisplayPrevHash() should not change its argument
2019-10-08 10:09:07 -07:00
Larry Ruane e4445ddace fix constant REORG (due to fixed GetDisplayPrevHash()) 2019-10-07 21:02:38 -06:00
Larry Ruane 886250e660 GetDisplayPrevHash() should not change its argument 2019-10-07 14:00:10 -06:00
Marshall Gaucher ac5aa8e42f
Attempting to resolve issue in codecov (#90)
* resolve issue in codecov
2019-10-07 12:56:56 -07:00
Marshall Gaucher 57b12e5841
Merge pull request #85 from zcash-hackworks/mdr0id-patch-dockerfile-note
Update Dockerfile
2019-10-05 22:23:07 -07:00
Marshall Gaucher 6e2bb5b62b
Merge pull request #87 from zcash-hackworks/add_codecov_ci
add codecov to ci test stage
2019-10-05 22:12:25 -07:00