Skip to content
Snippets Groups Projects

Configuration for Mercurial module policy

Merged Georges Racinet requested to merge topic/heptapod/hg-module-policy into branch/heptapod
  1. Dec 14, 2020
    • Georges Racinet's avatar
      Mercurial: made configurable in /etc/gitlab/gitlab.rb · a4b03e0c
      Georges Racinet authored
      Example:
      
        mercurial['invocation']['module_policy'] = 'rust+c'
      a4b03e0c
    • Georges Racinet's avatar
      Mercurial module policy, defaulting to "c" · 4f1d7c49
      Georges Racinet authored
      For Heptapod 0.18.0rc1, we'll have the Rust extensions built by default.
      We need to be able to reconfigure at any time to disable them.
      
      Leaving them disabled looks like the prudent option for now
      
      The Rails and Shell YaML configuration files are rendered with
      the whole `invocation` block, the `module_policy` key being
      also the one for those files, there was nothing to do for them
      once it got defined.
      4f1d7c49
  2. Dec 11, 2020
  3. Dec 14, 2020
  4. Dec 13, 2020
    • Georges Racinet's avatar
      Python: preinstalling pip 20.3 · 8b2a0b5e
      Georges Racinet authored
      We thought for a while a version mismatch *before* the landmark 20.3
      could have been the cause of the problems with the `gunicorn` console script,
      but it turned out to be somewhat independent.
      
      Anyway, pip 20.3 provides better version conflict analysis. Once our setup
      works with it, it will have gained more robustness and maintainability.
      8b2a0b5e
    • Georges Racinet's avatar
      Python: stop excluding dist/egg-info from package · 4442945a
      Georges Racinet authored
      This should unbreak the `gunicorn` console script in current pre-rc1
      Heptapod 0.18.0 images, hence our `hg-inner-http` service.
      
      These files are important for basic distribution functionality to work
      as expected. For instance, without them, this won't work:
      
          >>> from pkg_resources import working_set as ws, Requirement
          >>> ws.find(Requirement.parse('gunicorn'))
      
      The problem encountered with Gunicorn is that in our builds for the
      future Heptapod 0.18, its starter script changed
      to use the importlib/pkg_resource metadata (entry_points etc.),
      whereas in the Heptapod 0.17 package, it defaulted to the more direct:
      
      ```
      #!/opt/gitlab/embedded/bin/python3.8
      # -*- coding: utf-8 -*-
      import re
      import sys
      from gunicorn.app.wsgiapp import run
      if __name__ == '__main__':
          sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
          sys.exit(run())
      ```
      
      This is also what one gets if Gunicorn is reinstalled after the fact.
      The reason why it changed is obscure (could be a side effect of
      splitting the requirements file) and should be considered irrelevant, even
      if such non-determinism is irritative:
      Removing `dist-info` and `egg-info`, as 8591d0de6505 did, can only cause harm.
      
      We're still keeping the exclusion for `__pycache__` although Debian (hence
      the Ubuntu we're using) has tools for that.
      
      Consider for UPSTREAM, this is a drop in the ocean in terms of weight
      (less than 1MB, easily compressed).
      4442945a
    • Georges Racinet's avatar
      Merged build robustness from heptapod-stable · 3079f8ef
      Georges Racinet authored
      Notably, builds can't work on most machines if they don't
      trust the Heptapod internal CACERT.
      3079f8ef
  5. Dec 12, 2020
    • Georges Racinet's avatar
      Building Mercurial with Rust · 409b6a93
      Georges Racinet authored
      Thankfully, Mercurial's `setup.py` does not trim unknown
      environment variables.
      
      Hoping the baked `env` is suitable. Otherwise we'd have to do
      the copy/update dance from `ENV`.
      409b6a93
    • Georges Racinet's avatar
    • Georges Racinet's avatar
      Docker: use Heptapod Internal Tooling CA · b453c628
      Georges Racinet authored
      of course that's needed here as well, and in fact, both for the
      Kaniko script (if needed for S3 layers) and in the Docker build
      itself (to grab the .deb from download.heptapod.net).
      
      We avoid installing the authority during the build, so that we don't
      depend on a removal script to be sure that it's not trusted after this
      single download. It is even removed from /assets to avoid creating
      doubt.
      b453c628
    • Georges Racinet's avatar
      Push packages to upload.heptapod.net · 4e361452
      Georges Racinet authored
      As with other projects, download.heptapod.net is often
      just a local cache, whereas upload.heptapod.net is the
      primary that accepts SFTP connections.
      4e361452
    • Georges Racinet's avatar
      gitlab-rails: preinstall Python grpcio · 43009ac3
      Georges Racinet authored
      Recent builds (yet on a different Omnibus branch) have shown a
      tendency to fail because of incompatibilities between header
      files of boringssl (vendored by grpcio) and openssl.
      
      It seems that preinstalling it independently has a tendency to just
      grab a wheel. Would be good enough to unblock us, and then we'll
      see.
      43009ac3
  6. Dec 11, 2020
  7. Dec 12, 2020
    • Georges Racinet's avatar
      Reconstructed Gemfile.lock for ALTERNATIVE_SOURCES=true · ada17523
      Georges Racinet authored
      The merge with 13.5.4 reverted it back to the internal GitLab
      development mirror.
      
      As with 8b1c53ac3585, this changes many versions. What matters
      for us is that:
      
      - it works, giving us a reliable build
      - running in the build environment with ALTERNATIVE_SOURCES=true
        (of course) does not create a local modification. These are
        refused by the checks.
      ada17523
  8. Dec 11, 2020
  9. Dec 07, 2020
  10. Dec 04, 2020
  11. Nov 13, 2020
  12. Nov 03, 2020
  13. Nov 06, 2020
  14. Sep 28, 2020
  15. Nov 03, 2020
  16. Oct 26, 2020
    • Ian Baum's avatar
      Merge branch 'sh-puma-somaxconn' into 'master' · 199d3bf8
      Ian Baum authored
      Set net.core.somaxconn kernel parameter for Puma
      
      Closes #5752
      
      See merge request gitlab-org/omnibus-gitlab!4688
      
      (cherry picked from commit 0cb950d318743f6641d7b56b72d64be4a302bb72)
      
      59885c60 Set net.core.somaxconn kernel parameter for Puma
      199d3bf8
  17. Oct 28, 2020
    • Ian Baum's avatar
      Merge branch 'pitr' into 'master' · e84adc4a
      Ian Baum authored
      Implementation of PITR recovery before promotion
      
      Closes gitlab#225173
      
      See merge request gitlab-org/omnibus-gitlab!4636
      
      (cherry picked from commit 9ae9fcf7d55b1416dfa009e2c944f1a9672bd28a)
      
      691a1fa5 Geo: Implement PITR recovery before promotion of secondary node
      1171279d Apply 1 suggestion(s) to 1 file(s)
      402e18c6 Apply suggestion. Better lsn file check
      fe0c04a3 Merge branch 'master' of gitlab.com:gitlab-org/omnibus-gitlab into pitr
      e3f99908 Apply 1 suggestion(s) to 1 file(s)
      1d5781dc Merge branch 'pitr' of gitlab.com:gitlab-org/omnibus-gitlab into pitr
      7a34d0da Apply 1 suggestion(s) to 1 file(s)
      3e9c8592 Apply suggestions
      dbbccdee Merge branch 'pitr' of gitlab.com:gitlab-org/omnibus-gitlab into pitr
      2ff5b783 Apply suggestions
      8b9163ac Add suggestions
      565f96c6 Apply suggestions
      39b2465d Apply suggestions
      c8f5d0ab Merge remote-tracking branch 'origin/master' into pitr
      0ba306f4 Fix part of Geo::PromoteToPrimaryNode specs
      90c50385 Make recovery_to_point_in_time tio return true
      8dd17632 Merge remote-tracking branch 'origin/master' into pitr
      1af3bf5a Separate Promote DB task
      8a521139 Update specs for the command split
      f068dfc3 Merge remote-tracking branch 'origin/master' into pitr
      175a4efd Apply 1 suggestion(s) to 1 file(s)
      b1af4039 Remove io/console
      e84adc4a
  18. Nov 02, 2020
  19. Oct 22, 2020
  20. Oct 20, 2020
    • DJ Mountney's avatar
      Merge branch... · 273a833f
      DJ Mountney authored
      Merge branch '5728-qa-tests-failing-after-group-was-explicitly-set-for-repositories_storages' into 'master'
      
      Resolve "QA tests failing after group was explicitly set for repositories_storages"
      
      Closes #5728
      
      See merge request gitlab-org/omnibus-gitlab!4661
      
      (cherry picked from commit f5f77eb1848f2b61cb884441c79dc2f02ec62b85)
      
      84e0939c Ensure group is set before mode in storage_directory
      db3854c7 Wrong mr number in changelog
      273a833f
  21. Oct 21, 2020
  22. Oct 20, 2020
  23. Oct 19, 2020
  24. Oct 15, 2020
  25. Oct 19, 2020
  26. Oct 16, 2020
  27. Oct 14, 2020
  28. Oct 07, 2020
  29. Oct 03, 2020
  30. Sep 08, 2020
  31. Sep 03, 2020
  32. Oct 16, 2020
  33. Oct 15, 2020
Loading