-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
Customise Build Monitor with URL parameters #54
Comments
Hi @Rylon, If I understand what you described correctly, the reason why you need to reset your video wall (I assumed that by 'reseting' you mean a full system reset/restart, am I correct?) is because periodic full-page refreshing (another assumption I make is that it's achieved with some browser plugin reloading/ Build Monitor uses AJAX to communicate with the Jenkins CI server so no full-page refreshing is required... It also stores any display-specific configuration in long-lived cookies, so unless you clear your browser cache when you quit your browser, all the config data should be preserved. Is the behaviour you're observing different? Looking forward to hearing from you! |
Essentially yeah :) Currently we're using a Mac app called 'Fluid' which creates standalone .apps which actually just wrap around the built in System Webkit and display URLs in an iframe, rotating between them every 15-20 seconds. This is mainly because we don't have enough screens for all the dashboards we want to display. Although the long lived cookie is working fine, if we move Build Monitor from one display to another, we have to set the display properties again, as it's effectively a different browser being a different Fluid app. So to work around I was wondering if the properties could be passed in via the URL. Thanks! |
Ah, I see. 'Fluid' looks pretty cool :) I noticed that it claims to support:
Is this feature not working with the Build Monitor? Best, |
I think we've already got separate cookie storage on, actually Build Monitor doesn't work with Fluid, as it claims to not support latest CSS3, so I put that on a separate display in Google Chrome. The feature is working, it just means I need to set the options once per screen, then it does remember. Cheers, |
We are using some raspberry pi to display the view and same thing: configuring via URL params would be incredibly useful. |
Hey, I would love this feature as well, we have the build monitor set up on a Chromecast with greenscreen (https://github.com/groupon/greenscreen), so there is no way we can set those values in cookies. Any chance this would make it in if I sit down to implement it? |
Hey @apfelfabrik - sure, I like the idea so if you'd like to chip in with a pull request it's highly likely to make it in! |
I'd also appreciate this - we use a Screensaver on OSX to display the page, and that doesn't allow us to click on anything... In particular, we use WebViewScreensaver. This provides us with a display of the information that we need without compromising security (the screensaver is configured to ask for a password). |
I'd also like this feature (well this one, #71, or #189 would also work). Our internal network is very secure so all kiosks machines are locked down. The content for a kiosk is provided by system that captures periodic snapshots of whatever urls you give it. Cookies will never persist so having some control over the display either by configs or url params would be great. |
This would help us a lot as well as we have these monitors on many different screens. Each one can have their screen savor tailored for the display which would be very nice. |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
Hi guys I have no idea if this can be done like this, first time trying something with js and probably is wrong but can it be something similar on this for getting params from URL `angular.
|
Hi @Rylon, I've submitted a PR which should address this feature request. I realize this issues was created 4 years ago, but I thought I'd let you know. cc/ @jan-molak |
Oh cool, thanks @pxpgraphics ! |
@jan-molak Any chance to see @pxpgraphics PR merged any time soon? |
Has there been any update on this? I would also want to use this feature. |
I'm also really interested in this feature. Any plans to merge it in near future? Thanks a lot! |
will this feature / PR #403 been added in future? |
We run this dashboard on a video wall which occasionally resets, to keep the browser stable (refreshing it all day causes the history to fill up and it becomes less stable over time).
Is it possible to pass in, say, the font size you want to use, as a URL parameter?
Thanks!
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/25288140-customise-build-monitor-with-url-parameters?utm_campaign=plugin&utm_content=tracker%2F580790&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F580790&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: