How add Bitbucket artifact in Spinnaker? - spinnaker

I was watching a demo https://www.youtube.com/watch?v=Lyv1qTet-mY on the official Armory youtube channel and found an example of how to add different types of artifacts:
but in my case when I open the same menu there are only 3 types of artifacts:
Am I missing something or it is a bug?

Each artifact shuould be enabled using hal.
See documentation - https://www.spinnaker.io/reference/halyard/commands/#hal-config-artifact

Related

Unable to add sphinx docs version

I'm trying to add doc's version switch option at the bottom of the sphinx docs sidebar like this.
I've followed the sphinx-versions documentation step by step and facing the error "No docs found in any remote branch/tag." after running the command
sphinx-versioning build -r feature_branch . build/html
feature_branch is a sample branch created for testing the integration, . refers to the current directory and build/html is the path where the doc will be built. master_doc = 'index' is also added in the conf.py file.
I'm not sure which step is missed which is causing the error, please suggest the right way if I'm integrating it wrong. The footer at the bottom left sidebar is what I need to integrate.

Apache Ofbiz 13 remove a hot-deploy component

So I'm started using Apache Ofbiz (13) and I came across their beginners tutorial here. Within the tutorial they mention a command:
ant create-component
Which is used to create a component in hot-deploy, so my question is what is the command to delete a component which you have created?
I've tried:
ant remove-component <component_name>
and,
ant delete-component <component_name>
I can't find any documentation in regards to it.
There is no corresponding Ant target to remove a component. Just delete the component folder and the entry in the hot-deply ofbiz-component.xml.
If you start with OFBiz, I recommend to use trunk or the 16.11 release. Release 13 is not supported and maintained anymore.

Why CMSAdapter and contenthub is not available?

As per Stanbol documentation, I've checked-out source code (% svn co http://svn.apache.org/repos/asf/stanbol/trunk stanbol) and after did maven build. All is fine. Now I've started executable jar (org.apache.stanbol.launchers.full-1.0.0-SNAPSHOT).
After starting this I do not see any menu option to open CMSAdapter and contenthub. I can only see /enhancer, /topic, /entityhub, /sparql, /ontonet, /rules, and /reasoners in the menu option.
Here is the localhost page -
When I saw the checked-out directory then I did not find folders corresponding to cmsadpater and contenthub.
After I tried to download complete zip from source again and now i can see cmsadpater and contenthub -
But I'm getting error during build.
Please suggest what I'm missing here.
[ERROR] Failed to execute goal on project org.apache.stanbol.launchers.full: Could not resolve dependencies for project org.apache.stanbol:org.apache.stanbol.launchers.full:jar:0.12.0: Failure to find org.apache.sling:org.apache.sling.launchpad:xml:bundlelist:8 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced
ContentHub and CMSAdapter components have been discontinued from version 1.x. You can still find them at 0.12.x branch (https://svn.apache.org/repos/asf/stanbol/branches/release-0.12/)
Hope that helps

How to integrate Crashlytics with Github?

Did anyone have any success integrating crashlytics with github, I'm not really sure how relevant this question would be here?
I have android app already on github, and I have crashltyics correctly integrated in the app, but I tried to link it to the github repository and I'm always gettings, couldn't access repository (I contacted them so many time but they never replied) I'm 100% sure I generated the token as described (as I already did this for other apps) but Crashlytics is always rejecting this github token.
did anyone have success integrating it?
The error I'm getting is as follows:
Could not access repository for https://github.com/User/Repository
I followed the steps as per this link:
https://help.github.com/articles/creating-an-access-token-for-command-line-use
I also tried to do this with one of my open-source libs
https://github.com/shehabic/closeby
but it didn't work either, I'm not sure if it's me or crashlytics Github integration is not working
Ok, I finally got a reply from them and found out how to do it:
Simply when entering the repository in the corresponding field enter is as follows:
user/repo
instead of
http://github.com/user/repo
the integration is not really that powerful, it just creates an issue with just 1 line, without any referral to the code repo in github
I was also facing same problem but i fixed it as follows,
Step1 : Your GitHub repository: Company Name>/Repository Name
e.g cmpanyXYZ/abcd
(Note : 1. do not use .git at end of repository name. 2. You can find this details in repository clone url)
Step 2 : Generate access token from here
Copy generated token in step2 box from image.
Now Click on Verify button
Go to Firebase -> Crashlytics.
Follow the documentation step by step.
There is also a script demonstrating how to force crash and test the app.
Make sure you give the correct path of Google Info pList file in
the AppDelegate.

safari push notification - push package issue

when I try to download my push package it returns the push package with all the contents such as iconsets, mainfest.json, website.json, signature but while connecting it returns "Missing file in push package". Where is my mistake?
What is the file structure of your downloaded zip look like? It should only contain one directory. It should look like:
ZIP/
directory
icon.iconset (directory)
maifest.json
signature
website.json
I had a similar issue and could not figure it out. I ended up using the push_package gem
Follow this apple documentation and github repo, they include sufficient information required to create a safari push notifications.