Difference between revisions of "D Services"

From D Wiki
Jump to: navigation, search
(Init page)
 
(add d.godbolt.org)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== DServices ==
+
This is a list of popular services and websites within the D infrastructure.
  
 
{{DServices
 
{{DServices
 
  | DServices =
 
  | DServices =
 +
 +
{{DService
 +
| name = '''auto-tester'''
 +
| about = Automated testing for <tt>/dlang</tt>
 +
| maintainer = braddr
 +
| maintainer_url = https://github.com/braddr/d-tester
 +
| url = http://dtest.dlang.io
 +
}}
  
  
 
{{DService
 
{{DService
 
  | name = '''DAutoTester'''
 
  | name = '''DAutoTester'''
  | about = For every PR builds a diff and preview of the future version of dlang.org
+
  | about = Automated documentation testing for <tt>/dlang</tt>
 
  | maintainer = CyberShadow
 
  | maintainer = CyberShadow
 
  | maintainer_url = https://github.com/CyberShadow
 
  | maintainer_url = https://github.com/CyberShadow
 
  | url = http://dtest.dlang.io
 
  | url = http://dtest.dlang.io
 
}}
 
}}
 +
 +
{{DService
 +
| name = '''DLang Ci'''
 +
| about = Automated Project testing for <tt>/dlang</tt>
 +
| maintainer = MartinNowak
 +
| maintainer_url = https://github.com/Dicebot/dlangci
 +
| url = http://ci2.dawg.eu
 +
}}
 +
  
 
{{DService
 
{{DService
Line 28: Line 45:
 
  | maintainer_url = https://github.com/ibuclaw/gcc-explorer/
 
  | maintainer_url = https://github.com/ibuclaw/gcc-explorer/
 
}}
 
}}
 +
 +
{{DService
 +
| name = '''d.godbolt.org'''
 +
| about = Compiler explorer for GDC & LDC
 +
| maintainer = mattgodbolt
 +
| second_maintainer = JohanEngelen for LDC
 +
| url = https://d.godbolt.org
 +
| maintainer_url = https://github.com/mattgodbolt/compiler-explorer
 +
}}
 +
 +
 +
 +
{{DService
 +
| name = '''DLang-Bot'''
 +
| about = Automated bugzilla, github, and trello references and auto-merging PRs
 +
| maintainer = MartinNowak
 +
| maintainer_url = https://dlang-bot.herokuapp.com
 +
| url = https://github.com/dlang-bots/dlang-bot
 +
}}
 +
  
 
{{DService
 
{{DService

Latest revision as of 02:35, 4 March 2017

This is a list of popular services and websites within the D infrastructure.


Title / InfoDescriptionMaintainer
Automated testing for /dlang braddr
Automated documentation testing for /dlang CyberShadow
Automated Project testing for /dlang MartinNowak
Interactive Tour through D stonemaster
Compiler explorer for DMD ibuclaw
Compiler explorer for GDC & LDC mattgodbolt
Automated bugzilla, github, and trello references and auto-merging PRs MartinNowak
Online registry for dub packages s-ludwig