-
Notifications
You must be signed in to change notification settings - Fork 20
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
Issue 686 #43
Issue 686 #43
Conversation
Patching this into index 30507d4..d2bd799 100644
--- a/roles/internal/alpaca/tasks/compile.yml
+++ b/roles/internal/alpaca/tasks/compile.yml
@@ -17,9 +17,9 @@
- name: Clone CLAW Alpaca
git:
- repo: https://github.com/Islandora-CLAW/Alpaca.git
+ repo: https://github.com/dannylamb/Alpaca.git
dest: "{{ alpaca_clone_directory }}"
- version: "{{ alpaca_version }}"
+ version: issue-686
register: alpaca_git
- name: Install Alpaca via Gradle
Doesn't confirm it because things were intermittent before, but its probably a good sign. |
@dannylamb it does look like there is a test failure though
|
@jonathangreen Yeah, just ran tests locally and looks like there might be something with jsonpath in 2.19. Triplestore indexer fails to parse the event properly. |
Oh ho, such fun. |
Codecov Report
@@ Coverage Diff @@
## master #43 +/- ##
=========================================
Coverage 91.74% 91.74%
Complexity 58 58
=========================================
Files 8 8
Lines 666 666
Branches 3 3
=========================================
Hits 611 611
Misses 52 52
Partials 3 3 Continue to review full report at Codecov.
|
Alright, not sure how or why, but Travis started behaving again. @jonathangreen I guess this is good to go. |
@dannylamb Will try to test this right now. Thanks. |
When creating a Islandora Collection and Islandora Image, I'm seeing these objects reflected in Fedora as expected. |
GitHub Issue: Islandora/documentation#686
This will also affect Islandora-Devops/islandora-playbook#13
What does this Pull Request do?
Bumps activemq, camel, and toolbox versions. No longer relying on ranges. This puts us in line with the SNAPSHOT builds of Api-X that we're using.
How should this be tested?
Change https://github.com/Islandora-CLAW/claw_vagrant/blob/master/scripts/alpaca.sh#L12 to
git clone -b issue-686 https://github.com/dannylamb/Alpaca.git
and thenvagrant up
. Alpaca and Api-X should get brought up properly, and Fedora syncing should be happening.Interested parties
@Natkeeran @MarcusBarnes @Islandora-CLAW/committers