Watch a page in gitlab wiki - notifications

How can I watch a page in gitlab wiki and receive notifications every time someone edit/modify the page. I already watch the project and receive notifications for commits, comments etc

I answer my own question after posting in Gital user group.
It is not possible to watch a page in Gitlab wiki. See link below
https://groups.google.com/forum/#!msg/gitlabhq/v887P52tMXI/MqaCWztc7sAJ

I ran into this problem recently. Not receiving alerts was not an option in our case, so I ended up writing an external program that can generically watch git repositories for commit changes and send emails. Here's the project: https://github.com/datamachines/gitwatch

Related

CF Workers - Download the script

I've lost the repository for my Cloudflare worker and I can't seem to find any information to get it neither from the dashboard, nor wrangler.
Is there a way to download the worker without its git repository? It was published via wrangler.
The button for Online editing is now visible.
Maybe was some CloudFlare maintenance.

Drone.io failed to received webhook from GitHub, but It's work if I send webhook payload manually

I've using Drone as CI/CD for a year. But today my drone server just suddenly fails to received webhook from GitHub.
So I've go to GitHub's webhook section in the repository. And I see this
But the weird part is if I'm using the same payload as GitHub try to send to my drone server. It's actually work. And the build is succeed as usual.
Someone has any idea about this problem? Because it's just suddenly happen (no configuration change for a past month).
I've found the solution for my issue. Just change content type in GitHub webhook to application/json and it back to work like a charm!
Disabling and then re-enabling the repo in Drone is what fixed it for me.
See discussion here and here

How to access puppet documentation offline?

Is there any way I can have Puppet complete documenation available offline ? Its hard checking module documentation everytime via browser.
I hope it will help other Puppet module developers.
Thank you.
While searching I have found Zeal Application which is like Offline Documentation broweser and that seems supports so many langugages. can be download from Official website here: https://zealdocs.org/
You could request to download it from Puppet direct.
https://docs.puppet.com/download/
It will come down as puppetdocs-latest.tar.gz and is currently about 879MB.
It looks like the documentation is supposed to be viewable offline if you simply clone it. Go to this link here. However, at this moment, it looks to me like the offline viewing functionality is broken - the relative hyperlinks don't actually work. If you figured out what's wrong, you could probably send in a PR to fix it.

Triggering an old build on buildbot externally?

I am running a buildbot buildserver. I have a job my-job that gets triggered each time a git push is made. All builds are kept and can be rebuild when I am logged in. The URL to an old build looks like this:
http://buildbot.internal:8010/builders/my-job/builds/924
Now I need to trigger an old build from a Java HTTP client implementation I have made (e.g http-get), is that possible?
I have not been able to find any documentation for this type of usage.
In Buildbot-0.8.x, the best way to do this is to simulate a click of the "Rebuild" button in the web UI, which means POSTing the data that a web browser would POST for that form.

Sending notifications on build failure in Bamboo server

I want to configure the Bamboo notification in a way that
When a build fails on the bamboo server a notification mail should go the developer responsible for the build failure. This is achieved and works fine.
Also the notification about the build failure should go to the developer's respective supervisor (say his/her scrum master and product owner). How to achieve this?
Thanks for your time and help
It is possible. In Bamboo 4.x (and i think also in Bamboo 5.x) you can set this kind of notification here: Configure Plan->Notifications
On this site, you have a few options. You can select in the Event dropdown menu for example "Failed Builds And First Successful" and in Recipient Type "Committers".
You can add multiple notification rules.