Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-16 | Add user.leap.se | Varac | |
2017-10-16 | Restructure dashboard layot | Varac | |
2017-10-16 | Rename Nagios leap.se to Nagios Infrastructure | Varac | |
2017-10-16 | Fix matching of domains so cdev issues wont show up under dev | Varac | |
2017-10-16 | Code blocks show up nices in editor | Varac | |
2017-10-16 | Dont expand variable locally | Varac | |
2017-10-16 | Set XDG_RUNTIME_DIR properly | Varac | |
Otherwise systemctl will complain with: Failed to get D-Bus connection: Connection refused | |||
2017-10-16 | Use proper systemd user service for dashboard | Varac | |
2017-10-16 | Remove broken test stage | Varac | |
2017-10-16 | ci: add javascript runtime | Azul | |
2017-10-16 | ci: cache gems between builds | Azul | |
2017-10-16 | ci: bundle gems for running tests | Azul | |
2017-10-16 | ci: add deploy stage | Azul | |
2017-10-16 | ci: get tests to run on gitlab | Azul | |
2017-10-16 | initial gitlab ci | Azul | |
2017-10-16 | gitlab: show running builds | Azul | |
2017-10-16 | style: highlight failing projects rather than timestamp | Azul | |
2017-10-16 | gitlab: prefix log with timestamp and gitlab | Azul | |
2017-10-16 | feat: only check builds where enabled and not archived | Azul | |
also reduced time between checks to 2 minutes and looking at last 50 builds. | |||
2017-10-16 | minor: increase frequency of gitlab runs | Azul | |
also print the duration of going through all projects. | |||
2017-10-16 | refactor: GitlabStats to collect stats from gitlab | Azul | |
Want to add stats about merge requests in the future while still fetching each project once. | |||
2017-10-16 | nagios: only check every minute | Azul | |
2017-10-16 | nagios: better error reporting, less noise | Azul | |
2017-10-16 | feat: only alert for failing master builds | Azul | |
2017-10-16 | cleanup: jenkins - we don't use anymore | Azul | |
2017-10-16 | minor: run for all environments | Azul | |
rolling back a debug restriction to leap environment | |||
2017-10-16 | Add Nagios | Varac | |
2017-10-16 | pin two other gems that fail to install otherwise | varac | |
2017-10-16 | update Gemfile.lock | varac | |
2017-10-16 | activesupport >= 5.0.0 requires ruby 2.2 which break jessie support | varac | |
2017-10-16 | Gitlab Build Status works now | varac | |
2017-10-16 | Use varacs gitlab gem fork for pipeline support | varac | |
2017-10-16 | [wip] gitlab-builds | varac | |
2017-10-16 | Gitlab merge reqs | varac | |
2017-10-16 | updated bundled Gems | varac | |
2017-10-16 | Updated bundled gems | varac | |
2017-10-16 | added demo.bm and mail.bm | varac | |
2017-10-16 | smaller fontsize for jenkins failed builds | varac | |
2017-10-16 | added Gemfile.lock | varac | |
2017-10-16 | initial commit, import from pixelated_dashboard | varac | |
2017-09-21 | don't multiply the updatedAt timestamp by 1000 | Peter Hamberg | |
The updatedAt timestamp has already been multiplied by 1000 at https://github.com/Smashing/smashing/blob/master/lib/dashing/app.rb#L141 so there is no need to multiply it again. See https://github.com/Smashing/smashing/commit/fce2ae11158aa39d1a3a5572707a997384afc6fc | |||
2017-06-13 | Merge pull request #67 from kinow/exit-cleanly | Bruno P. Kinoshita | |
Capture Interrupt error (Ctrl+c) and cleanly exit | |||
2017-05-29 | Capture Interrupt error (Ctrl+c) and cleanly exit | Bruno P. Kinoshita | |
2017-05-26 | Merge pull request #56 from jackhold/enable-faster-update | Tyler Mauthe | |
Change update time on events | |||
2017-05-26 | Merge pull request #25 from Zazcallabah/master | Tyler Mauthe | |
Add data transformation method to widget base | |||
2017-05-26 | Merge pull request #11 from idio/rufus3 | Tyler Mauthe | |
Update Rufus-Scheduler version | |||
2017-05-03 | Merge pull request #60 from gpatry/patch-1 | Bruno P. Kinoshita | |
Fix favicon url | |||
2017-05-03 | Fix favicon url | Guillaume PATRY | |
Fix the right favicon url to match the correct defaut path : /public/favicon.ico and not /assets/favicon.ico | |||
2017-04-10 | Update Rufus-Scheduler version | Muz | |
2017-04-05 | Merge pull request #52 from teancom/master | Tyler Mauthe | |
Use old-style hash syntax to enable compatibility with ruby 1.8.7 |