summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-03Dont show "manual" build status as warning on dashboardVarac
2017-09-21don't multiply the updatedAt timestamp by 1000Peter 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-09-13Add user.leap.seVarac
2017-09-13Restructure dashboard layotVarac
2017-09-13Rename Nagios leap.se to Nagios InfrastructureVarac
2017-09-11Fix matching of domains so cdev issues wont show up under devVarac
2017-09-11Code blocks show up nices in editorVarac
2017-07-19Dont expand variable locallyVarac
2017-07-19Set XDG_RUNTIME_DIR properlyVarac
Otherwise systemctl will complain with: Failed to get D-Bus connection: Connection refused
2017-07-19Use proper systemd user service for dashboardVarac
2017-07-19Remove broken test stageVarac
2017-07-19ci: add javascript runtimeciAzul
2017-07-19ci: cache gems between buildsAzul
2017-07-19ci: bundle gems for running testsAzul
2017-07-19ci: add deploy stageAzul
2017-07-19ci: get tests to run on gitlabAzul
2017-07-19initial gitlab ciAzul
2017-07-19gitlab: show running buildsAzul
2017-07-18style: highlight failing projects rather than timestampAzul
2017-07-18gitlab: prefix log with timestamp and gitlabAzul
2017-07-18feat: only check builds where enabled and not archivedAzul
also reduced time between checks to 2 minutes and looking at last 50 builds.
2017-07-18minor: increase frequency of gitlab runsAzul
also print the duration of going through all projects.
2017-07-18refactor: GitlabStats to collect stats from gitlabAzul
Want to add stats about merge requests in the future while still fetching each project once.
2017-07-18nagios: only check every minuteAzul
2017-07-18nagios: better error reporting, less noiseAzul
2017-07-17feat: only alert for failing master buildsAzul
2017-07-17cleanup: jenkins - we don't use anymoreAzul
2017-07-17minor: run for all environmentsAzul
rolling back a debug restriction to leap environment
2017-07-17Add NagiosVarac
2017-06-13Merge pull request #67 from kinow/exit-cleanlyBruno P. Kinoshita
Capture Interrupt error (Ctrl+c) and cleanly exit
2017-05-29Capture Interrupt error (Ctrl+c) and cleanly exitBruno P. Kinoshita
2017-05-26Merge pull request #56 from jackhold/enable-faster-updateTyler Mauthe
Change update time on events
2017-05-26Merge pull request #25 from Zazcallabah/masterTyler Mauthe
Add data transformation method to widget base
2017-05-26Merge pull request #11 from idio/rufus3Tyler Mauthe
Update Rufus-Scheduler version
2017-05-03Merge pull request #60 from gpatry/patch-1Bruno P. Kinoshita
Fix favicon url
2017-05-03Fix favicon urlGuillaume PATRY
Fix the right favicon url to match the correct defaut path : /public/favicon.ico and not /assets/favicon.ico
2017-04-10Update Rufus-Scheduler versionMuz
2017-04-05Merge pull request #52 from teancom/masterTyler Mauthe
Use old-style hash syntax to enable compatibility with ruby 1.8.7
2017-04-02Change update time on eventsjackhold
Changing from epoch in sec to epoch in milisec
2017-03-25Merge pull request #53 from ineffyble/masterBruno P. Kinoshita
Fix links in documentation
2017-03-25Update gemspec to have a valid link to the Smashing GitHub pages siteEffy Elden
2017-03-25Update template README.md to have a valid link to the Smashing GitHub pages siteEffy Elden
2017-03-25Update links in README to canonical GitHub organisationEffy Elden
2017-03-13Use old-style hash syntax to enable compatibility with ruby 1.8.7David Bishop
2017-02-14Merge pull request #47 from jdambacher/fix-status-colorTyler Mauthe
Switched background colors for 'danger' and 'warning'
2017-02-15Switched background colors for 'danger' and 'warning'Jonas Dambacher
2017-01-15Update README.mdTyler Mauthe
2017-01-15Update CONTRIBUTING.mdTyler Mauthe
2017-01-04Deprecate mailing list in favour of gitterTyler Mauthe
2016-12-17Add mailing list to contributingBruno P. Kinoshita