Skip to content
Snippets Groups Projects
  1. Apr 01, 2019
  2. Mar 25, 2019
    • Takenobu Tani's avatar
      Update Wiki URLs to point to GitLab · 3769e3a8
      Takenobu Tani authored and Marge Bot's avatar Marge Bot committed
      This moves all URL references to Trac Wiki to their corresponding
      GitLab counterparts.
      
      This substitution is classified as follows:
      
      1. Automated substitution using sed with Ben's mapping rule [1]
          Old: ghc.haskell.org/trac/ghc/wiki/XxxYyy...
          New: gitlab.haskell.org/ghc/ghc/wikis/xxx-yyy...
      
      2. Manual substitution for URLs containing `#` index
          Old: ghc.haskell.org/trac/ghc/wiki/XxxYyy...#Zzz
          New: gitlab.haskell.org/ghc/ghc/wikis/xxx-yyy...#zzz
      
      3. Manual substitution for strings starting with `Commentary`
          Old: Commentary/XxxYyy...
          New: commentary/xxx-yyy...
      
      See also !539
      
      [1]: https://gitlab.haskell.org/bgamari/gitlab-migration/blob/master/wiki-mapping.json
      3769e3a8
  3. Mar 22, 2019
  4. Mar 20, 2019
  5. Mar 18, 2019
  6. Feb 16, 2019
  7. Feb 01, 2019
  8. Jan 30, 2019
  9. Jan 21, 2019
  10. Jan 07, 2019
  11. Dec 22, 2018
  12. Dec 21, 2018
  13. Dec 18, 2018
  14. Dec 17, 2018
  15. Dec 14, 2018
    • Ben Gamari's avatar
      gitlab-ci: Add linters · e9f68a15
      Ben Gamari authored
      These are taken from our previous arcanist linters as well as the
      gitolite hooks but with some heavy refactoring.
      e9f68a15
  16. Dec 02, 2018
    • Alp Mestanogullari's avatar
      update (CicleCI) CI script to work with ghc-ci · 93a3f907
      Alp Mestanogullari authored
      ghc-ci is a tiny webservice that acts as an intermediate between our
      CircleCI jobs on Gitlab and the actual builds running on CircleCI, so that
      the build script doesn't need to rely on any secret, which makes the whole
      setup fork-friendly.
      
      The concrete effect of this patch is to allow any fork of GHC on Gitlab to
      run CircleCI jobs.
      93a3f907
  17. Dec 01, 2018
    • Ben Gamari's avatar
      Add GitLab CI · b6108395
      Ben Gamari authored
      b6108395
    • Alp Mestanogullari's avatar
      Add a Gitlab CI script that runs Circle CI validation jobs · b9260e92
      Alp Mestanogullari authored and Ben Gamari's avatar Ben Gamari committed
      And put it to use for running i386 and x86_64 linux validate,
      x86_64 darwin validate and building with hadrian. For all the validate
      jobs, we save the artifacts (bindist + test results for now) in Circle CI
      and subsequently grab them in Gitlab. The nice side effect is that merge
      requests now show the change in test results from the patches and let you
      download or browse the artifacts.
      b9260e92
Loading