Atlassian announced Enterprise release for Jira and Confluence early this year. What does it mean to you? In my opion, if stability is the number one priority for you (not more features), then you should always go for the current enterprise release when you plan to upgrade your Jira and Confluence. What’s unique about an … Continue reading Enterprise releases for Jira Software and Confluence
iframe shows as blank page in Confluence
If your added iframe macro shows as a blank page in confluence page. I think there are two places you need to check. Ensure the site url (include protocol scheme) has been whitelisted. Check whether the site allows cross origin access. For example, *.sharepoint.com does not cross origin access by setting x-frame-option as SAMEORIGIN. Reference: … Continue reading iframe shows as blank page in Confluence
EKS is now generally available
Finally finally, EKS is now generally available. It took roughly half year to arrive here since the announcement in last ReInvent. If you ever used kops before, then you will feel that the way how they build k8s cluster is very similar. Except that AWS manages the master nodes for you. I had quick look … Continue reading EKS is now generally available
Reduce Git Repository Size
I wrote the blog couple days ago - BitBucket Server Unreachable When Merge Pull Request, as mentioned the issue was caused by the big size of the repository. As a workaround/ quick fix, we increased the merge timeout value, and upgraded Git to a newer version which remediate the issue. The issue will come back … Continue reading Reduce Git Repository Size
Check Confluence team calendar via script
As the time of writing, Confluence does not have an API that allows user to get events from the team calendar. As a workaround, I wrote a Python script that downloads and parses the ics file (choose subscribe the calendar, then you will see the URL) of the team calendar so to get the events. … Continue reading Check Confluence team calendar via script
