Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

GitLab

55 Topics 529 Posts
  • GitLab - Package Updates

    Pinned
    179
    1 Votes
    179 Posts
    41k Views
    Package UpdatesP

    [1.96.1]

    Update gitlab-foss to 17.5.2 Full Changelog Fix group wiki activity events breaking the user feed Add param filtering to avoid error while saving project settings (merge request) GitLab Enterprise Edition Fix new project group templates pagination GitLab Enterprise Edition Update pdf worker file path in pdf viewer Add missing project_id for build_chat_data (merge request) Use custom adapter for parsing FogBugz XML (merge request) Removed id from authorize buttons and added specs (merge request) HTML injection in vulnerability Code flow leads to XSS on self hosted instances (merge request) Remove is-unsafe-link from product analytics tables to prevent XSS (merge request) Details of blocking merge request can be exposed via list (merge request) Prevent agent access via unconfirmed or disallowed group members (merge request) Remove permissions JSONB column from the condition
  • Persistent memory issues—how to reduce/remove extra features?

    4
    2 Votes
    4 Posts
    93 Views
    S

    Thanks for the answers—so to be clear it’s not possible to reduce the features as their docs suggest? (Through some rb config)

    To be honest the gitea instance was hacked, so that was not ideal, and I switched from gogs to gitea awhile ago and cannot exactly recall why.

  • How to run a GitLab container registry (2024)

    Unsolved
    2
    1 Votes
    2 Posts
    91 Views
    D

    I couldn't find a good way to do it just with GitLab so I went ahead and installed another app. I'd still like to hear if this is possible with GitLab alone.

    Overall, it took about 10 minutes to set it up this way, which is better than not having repository functionality. One note is that the way the docker registry app identifies itself, the port is VERY important in how you login. Previously I was able to auth with my GitLab hosted docker repository with a URL like:
    docker login registry.mydomain.com

    but this didn't work at all with the Cloudron Docker Registry hosted at the same domain. I had to change to:
    docker login registry.mydomain.com:443

    yes - the port is apparently important!

  • Pushing to a branch doesn't trigger callbacks

    2
    1 Votes
    2 Posts
    90 Views
    J

    @lukaszj could it be same as https://gitlab.com/gitlab-org/gitlab/-/issues/348565 ? From a comment there, One "workarround" that seems to work is to trigger the HouseKeeping on the general settings . The issue is still not fixed but maybe you can look for log string "Internal API error" ? There are some detailed logs in /run/gitlab/log/ (only available via Web Terminal)

  • gitlab-ee question

    Moved
    17
    0 Votes
    17 Posts
    1k Views
    girishG

    @AriusII No plans for next 3 months atleast (but that's as far as our planning goes). But given EE is selfhosted, it's not outside our scope.

  • Error During GitLab Update (16.11.2 -> 17.0.1): Insufficient Disk Space

    5
    0 Votes
    5 Posts
    377 Views
    nebulonN

    So despite having 11Gb free, the restore fails due to insufficient disk space? I am not sure how we can help here though. Can you install a fresh gitlab instance fine?

  • Service Desk does not generate tickets from emails

    Solved
    11
    0 Votes
    11 Posts
    840 Views
    P

    @girish Works like a charm. Many thanks for the fix!

  • Can't login after upgrade to 1.88

    9
    1 Votes
    9 Posts
    230 Views
    klawitterbK

    FYI the changed username fixed it, everything is running fine now. 👍

  • Cannot log in through cmd line after update

    2
    1 Votes
    2 Posts
    305 Views
    girishG

    @Zoldir Looks like you are using http auth, is that correct? Any reason to not use SSH for git push/pull?

    In any case, the recent update of GitLab moved from LDAP to OIDC. Once you login to gitlab , visit https://git.domain.com/-/user_settings/personal_access_tokens. You can use that personal access token for HTTP auth ("You can also use personal access tokens to authenticate against Git over HTTP.")

  • Unable to access Rails Console from web terminal

    Solved
    3
    1 Votes
    3 Posts
    275 Views
    Z

    Damned, it was too obvious to be seen.

    It works, thanks 😄

  • Sidekiq Loop takes down GitLab instance

    3
    1 Votes
    3 Posts
    345 Views
    timweddeT

    I did read through those pages, and that is in fact how I arrived at the queue state representation that I posted above. Unfortunately clearing the queue did not help for long: The tasks kept reappearing.

    I have, however -through many trials and tribulations- possibly managed to resolve this problem over the weekend: Logging into the GitLab postgres DB, I found a table called container_repositories which contained references to the repos that were used to test the registry feature. After truncating that table, clearing the queued jobs and restarting GitLab (as well as the entire instance for good measure), it seems to have slowly reverted back to normal over the past 24 hours, at least for the time being. I'm gonna keep an eye on it some more, but it's looking like that might've been it.

    It's a bit weird that GitLab would keep spinning tasks endlessly like this, but then again it's a massive piece of software, so perhaps this is simply a strange bug in GitLab itself. In any case, the container registry instructions for GitLab integration did not seem to work that well for us as they produce this behavior whenever I try them out (I tried it twice to make sure), so maybe another look at those could be warranted.

  • 1 Votes
    1 Posts
    87 Views
    No one has replied
  • V1.85.0-1 broke app deployment

    5
    0 Votes
    5 Posts
    371 Views
    nebulonN

    @timconsidine since the difference is mostly the postgresql fixes, it might be worth updating already in your case.

  • GitLab Upgrade Error

    Moved Solved
    3
    1 Votes
    3 Posts
    387 Views
    D

    Yes after upgrading it solved

  • Gitlab Mailroom fails to start

    Solved
    4
    1 Votes
    4 Posts
    282 Views
    D

    This should be fixed from 16.7 onwards I believe.

  • Gitlab Runner - OK on the same machine?

    10
    1 Votes
    10 Posts
    1k Views
    girishG

    @djxx I wouldn't say running a CI runner a "little thing" 🙂 But anyway, it's up to you if you feel comfortable and are aware of the repercussions of installing things give access to all your containers.

    I have no idea about sysbox, never tried it.

  • Long startup and hourly crash

    10
    0 Votes
    10 Posts
    693 Views
    robiR

    It's better now, using 3250MB of RAM.

  • gitlab multiDomain

    3
    0 Votes
    3 Posts
    316 Views
    C

    @girish I'll test it and let you know, but if multiDomain doesn't cut it i'm pretty sure httpsPorts would, at least for the basic setups.

  • Gitlab deletes new branches instantly -> /home/git is not writable.

    3
    0 Votes
    3 Posts
    255 Views
    girishG

    @opensourced that warning comes from bundler and it can be ignored (it's not an error).

    Are you able to see the issue on git.cloudron.io ?

  • Gitlab Service Desk is missing lots of incoming mail

    Moved Solved
    4
    2 Votes
    4 Posts
    474 Views
    O

    @girish I actually managed to get this running. The lower end of the section in the docs did the trick.