1. 24 Nov, 2023 1 commit
    • Jérome Perrin's avatar
      Gemfile.lock: update gpgme to 2.0.23 · 2b98fc27
      Jérome Perrin authored
      2.0.21 download and compiles gpgme 1.9.0 an old version which does not
      compile on gcc 12 (debian 12). This is a minimal version up to keep this
      software installable.
      2b98fc27
  2. 08 Nov, 2023 1 commit
    • Jérome Perrin's avatar
      add a package-lock.json · 74c9f9fe
      Jérome Perrin authored
      Since yesterday this old project can no longer be installed with an
      error like:
      
          npm ERR! Invalid dependency type requested: alias
      
      This was generated from the yarn.lock using https://github.com/imsnif/synp
      it might not be 100% correct but it seems to repair the test.
      74c9f9fe
  3. 09 Feb, 2023 1 commit
  4. 30 Jun, 2021 1 commit
    • Jérome Perrin's avatar
      NXD: get mimemagic from github · 69b0ffae
      Jérome Perrin authored
      mimemagic was yanked from rubygems, so this cause gitlab to fail building. To
      make it possible to keep installing this old version of gitlab we get mimemagic
      from git.
      69b0ffae
  5. 27 Feb, 2020 1 commit
    • Alain Takoudjou's avatar
      NXD: Use merge description message as merge message by default · c290e22a
      Alain Takoudjou authored
      Include Merge description message in merge by default. User can disable description in merge message by clicking on `Don't include description in commit message`.
      
      Drop the merge title which is "Merge branch SOURCE into TARGET" and only keep the MR title as commit message.
      c290e22a
  6. 26 Feb, 2020 1 commit
  7. 10 Feb, 2020 6 commits
  8. 07 Feb, 2020 1 commit
  9. 08 Nov, 2017 2 commits
  10. 07 Nov, 2017 2 commits
  11. 16 Oct, 2017 2 commits
  12. 14 Oct, 2017 5 commits
  13. 13 Oct, 2017 1 commit
  14. 12 Oct, 2017 7 commits
  15. 10 Oct, 2017 1 commit
  16. 04 Oct, 2017 3 commits
  17. 03 Oct, 2017 3 commits
  18. 02 Oct, 2017 1 commit
    • Stan Hu's avatar
      Fix gitlab rake:import:repos task · 7ac4e2b2
      Stan Hu authored
      This backports !14597 for the 9.5.x branch.
      
      Because of a change in GitLab 9.5.4 to prevent users from assuming control of
      a repository already on disk, the import task broke. Imports would fail with
      the message, "There is already a repository with that name on disk".
      
      This change skips the validation when the import is done from the
      command-line.
      
      Closes #37682
      7ac4e2b2