Where communities thrive


  • Join over 1.5M+ people
  • Join over 100K+ communities
  • Free without limits
  • Create your own community
People
Activity
    Dannyel Cardoso da Fonseca
    @dannyelcf_gitlab
    One hour ago there was a merge into master that fix these errors
    spec/lib/gitlab/audit/target_spec.rb: Rspec/VerifiedDoubles has the wrong namespace - should be RSpec spec/models/concerns/database_event_tracking_spec.rb: Rspec/LeakyConstantDeclaration has the wrong namespace - should be RSpec spec/models/concerns/database_event_tracking_spec.rb: Rspec/ExpectGitlabTracking has the wrong namespace - should be RSpec
    gitlab-org/gitlab@990e693
    But it wasn't enough to solve the long time to run :(
    Dannyel Cardoso da Fonseca
    @dannyelcf_gitlab
    I think I have a clue... As community, our runner for this job is a shared runner (green.shared-gitlab-org.runners-manager.gitlab.com) and maybe the server is overloaded for now. I have already run successfully the complete pipeline in the morning from my timezone. I will retry tomorrow morning...
    Laurent Deketelaere
    @aliokan
    There is a good chance for that, we will see tomorrow ;)
    Sameroom
    @sameroom-bot
    [Lee Tickett, GitLab] :ok_hand:
    [Lee Tickett, GitLab] I would just callout in the MR why you made that change
    Feel free to @ mention me
    Thank you for another contribution +1
    Laurent Deketelaere
    @aliokan
    Any particular reason to not allow gitbot to add label backend or frontend ?

    In documentation I see https://about.gitlab.com/handbook/engineering/quality/triage-operations/#reactive-label-command

    A new MR note that start with @gitlab-bot label ~"label-name" where label-name matches group::, type:: or is ~"workflow::in dev" or ~"workflow::ready for review"

    I want to add backend in this MR to help gitlab-bot to find correct reviewer: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/95175#note_1059848183
    zillemarco
    @zeb994:matrix.org
    [m]

    Good point @aliokan πŸ™‚ Right now only a subset of labels can be set with the help of gitlab-bot, and as you pointed out frontend and backend are not included πŸ€”

    WDYT about opening an issue to ask to allow them? πŸ™‚

    https://gitlab.com/gitlab-org/quality/triage-ops/-/issues/?sort=popularity&state=opened&first_page_size=100

    1 reply
    Sameroom
    @sameroom-bot
    [Nick Veenhof, GitLab] I'd be open to allowing that - but it probably is a bigger discussion what other function domain labels we should allow then
    zillemarco
    @zeb994:matrix.org
    [m]
    Yup πŸ™‚ By opening an issue we could start the discussion πŸ™‚ For example, now that danger reports when the subtype label us missing, should we allow to also set subtype labels?
    Laurent Deketelaere
    @aliokan
    The issue: gitlab-org/quality/triage-ops#1086 Feel free to comment :)
    Sameroom
    @sameroom-bot
    [Nick Veenhof, GitLab] Ah, the subtype thing, you should totally be able to do that yes :)
    0xari
    @0xari:matrix.org
    [m]
    hi! I am a first time contributor, how can I get started? I would love to contribute code and docs. I am a newbie.
    1 reply
    0xari
    @0xari:matrix.org
    [m]
    thank you so much!
    1 reply
    Christos Bacharakis
    @cbacharakis_gitlab
    Hello friends! This Thursday at 1:30 UTC we are holding a Release Stage office hour call! See you then! https://www.meetup.com/gitlab-virtual-meetups/events/287756492/
    Sameroom
    @sameroom-bot
    [Lee Tickett, GitLab] Hoping to work on gitlab-org/gitlab!88243 during community pair programming around 11am BST. Feel free to join us https://www.twitch.tv/gitlabcommunitycoders and discord https://discord.com/channels/778180511088640070/998578723416711249
    Dannyel Cardoso da Fonseca
    @dannyelcf_gitlab
    Hello everyone! Anyone knows who closes an issue and when can it be done? I have 3 issues that have its linked MRs merged and I don't know if it is me who should close them or if this should be done by the creator (that is not me). Any advice is welcome.
    2 replies
    Sameroom
    @sameroom-bot
    [Nick Veenhof, GitLab] Can you link the issues here? We can take a look together?
    Dannyel Cardoso da Fonseca
    @dannyelcf_gitlab
    Sameroom
    @sameroom-bot
    [Brian Williams, GitLab] Typically, if there is a user-facing change then we want to test it in production before closing. If someone from the team was active on the issue then you can ping them and ask them to do verificaiton.
    Dannyel Cardoso da Fonseca
    @dannyelcf_gitlab
    Thanks a million Brian
    Anshul Riyal
    @anshulriyal_gitlab
    Did anyone received mail for july MR swag?
    zillemarco
    @zeb994:matrix.org
    [m]

    @anshulriyal_gitlab: i Guess you’re talking about the backpack right? πŸ™‚ Christos pointed me to the backpack initiative page where the is a link to the form to request the backpack in case you haven’t been contacted πŸ™‚

    This is the page: https://about.gitlab.com/community/contribute/development/backpacking/ πŸ™‚

    1 reply
    zillemarco
    @zeb994:matrix.org
    [m]
    You’re welcome 😁
    Siddharth Asthana
    @edith007_gitlab
    Everytime when I try to run gdk update... I am getting the following error when db migration is running
    rails aborted!
    ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR:  column reference "id" is ambiguous
    LINE 1: ...paces ON members.source_id = namespaces.id WHERE ("id" >= 1)...
                                                                 ^
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/load_balancing/connection_proxy.rb:100:in `block in read_using_load_balancer'
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/load_balancing/load_balancer.rb:115:in `block in read_write'
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/load_balancing/load_balancer.rb:184:in `retry_with_backoff'
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/load_balancing/load_balancer.rb:111:in `read_write'
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/load_balancing/connection_proxy.rb:99:in `read_using_load_balancer'
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/load_balancing/connection_proxy.rb:48:in `select_all'
    /home/edith/gitlab-development-kit/gitlab/app/models/concerns/each_batch.rb:62:in `each_batch'
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/background_migration/batching_strategies/primary_key_batching_strategy.rb:38:in `next_batch'
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/background_migration/batched_migration_runner.rb:105:in `find_next_batch_range'
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/background_migration/batched_migration_runner.rb:94:in `find_or_create_next_batched_job'
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/background_migration/batched_migration_runner.rb:29:in `run_migration_job'
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/background_migration/batched_migration_runner.rb:140:in `run_migration_while'
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/background_migration/batched_migration_runner.rb:49:in `run_entire_migration'
    /home/edith/gitlab-development-kit/gitlab/lib/tasks/gitlab/db.rake:339:in `block (5 levels) in <main>'
    /home/edith/gitlab-development-kit/gitlab/lib/tasks/gitlab/db.rake:337:in `block (4 levels) in <main>'
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/each_database.rb:17:in `block (2 levels) in each_database_connection'
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/each_database.rb:77:in `block in with_shared_connection'
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/shared_model.rb:34:in `using_connection'
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/each_database.rb:74:in `with_shared_connection'
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/each_database.rb:16:in `block in each_database_connection'
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/each_database.rb:11:in `each_pair'
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/each_database.rb:11:in `each_database_connection'
    /home/edith/gitlab-development-kit/gitlab/lib/tasks/gitlab/db.rake:336:in `block (3 levels) in <main>'
    /home/edith/gitlab-development-kit/gitlab/lib/tasks/gitlab/db.rake:367:in `block (3 levels) in <main>'
    
    Caused by:
    PG::AmbiguousColumn: ERROR:  column reference "id" is ambiguous
    LINE 1: ...paces ON members.source_id = namespaces.id WHERE ("id" >= 1)...
                                                                 ^
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/load_balancing/connection_proxy.rb:100:in `block in read_using_load_balancer'
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/load_balancing/load_balancer.rb:115:in `block in read_write'
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/load_balancing/load_balancer.rb:184:in `retry_with_backoff'
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/load_balancing/load_balancer.rb:111:in `read_write'
    /home/edith/gitlab-development-kit/gitlab/lib/gitlab/database/load_balancing/connection_proxy.rb:99:in `read_using_lo
    am I only one getting this error??
    Laurent Deketelaere
    @aliokan
    @edith007_gitlab What gdk doctor says?
    Siddharth Asthana
    @edith007_gitlab
    Ah! I is perfectly healthy
    After I tried to run gdk update third time it is resolved... πŸ˜…
    Laurent Deketelaere
    @aliokan
    \o/
    zillemarco
    @zeb994:matrix.org
    [m]
    Yeah, GDK can act a little bit funky sometimes πŸ™‚ I know others that do experience problems somewhat similar to these and after some runs of gdk update they get i back to work πŸ™‚
    Sameroom
    @sameroom-bot
    [Thong Kuah, GitLab] This is a known issue: gitlab-org/gitlab#371309
    Christos Bacharakis
    @cbacharakis_gitlab
    Friendly reminder that we are hosting a regular office hour call (without a specific topic) later today https://www.meetup.com/gitlab-virtual-meetups/events/287787579
    Yigit Alparslan
    @ya332
    Did anyone receive backpack from July backpack event?
    19 replies
    Rishabh Gupta
    @imrishabh18_gitlab
    Screenshot 2022-09-01 at 11.04.13 PM.png
    Why can't I login in into this? The credentials is root and 12345678, right?
    Sameroom
    @sameroom-bot
    [Lee Tickett, GitLab] Default is root/5iveL!fe
    Marco Zille
    @zillemarco_gitlab

    Hi all! To everyone interested, we created an issue to gather ideas/topics for our next pairing session we'll have on Tuesday πŸ™‚ Feel free to take a look and submit any idea πŸ™‚

    If there are multiple suggestions, we won't be able to do them all but we'll keep track so that, sooner or later, we can give them a shot πŸ™‚

    Here's the issue for Tuesday 6th of September: community-coders/pairing-sessions#7

    Jie Gao
    @kyrie.31415926535_gitlab
    Does anyone read code around bulk imports? I just don't quite understand why it uses pipeline & runner. I usually think these are used in CI.
    Sameroom
    @sameroom-bot
    [Thong Kuah, GitLab] Is it the code in lib/bulk_imports ? I think the pipeline there is un-related to CI - but rather it means a "collection of import things to do"
    1 reply
    Sameroom
    @sameroom-bot
    [Lee Tickett, GitLab] We will be holding our usual weekly community pairing session Tuesday @10.15 UTC
    Here's the issue link: community-coders/pairing-sessions#9
    Hope to see you there!
    Anshul Riyal
    @anshulriyal_gitlab
    Is there any changes in SWAG for Hackathon? I got a mail for boundlessnetwork and items was bit different and they aren't sure about, if that is for Grand/second prize or mix!
    2 replies
    Sameroom
    @sameroom-bot
    [Lee Tickett, GitLab] Hi Friends, some of us are seeing an error when updating GDK on Mac. Something along the lines of:
    ERROR: While executing gem ... (Gem::Exception) Failed to find gems ["charlock_holmes"] >= 0
    The fix is to run:
    bundle pristine charlock_holmes
    Then re-run gdk update
    Christos Bacharakis
    @cbacharakis_gitlab
    Friends, the Contributor Success team just published an exciting blogpost for pursuing faster time-to-merge for wider community contributions! https://about.gitlab.com/blog/2022/09/13/pursuing-faster-time-to-merge-for-wider-community-contributions/
    zillemarco
    @zeb994:matrix.org
    [m]

    Hi all! πŸ˜„

    The issue for next week's pairing session is available for you to suggest topics! πŸ™‚

    Here it is: community-coders/pairing-sessions#18

    Sameroom
    @sameroom-bot
    [Lee Tickett, GitLab] We should add a few of our pairing session issues (like creating the bots etc).
    Also gitlab-org/quality/triage-ops#1100 as it'd be cool to use the reactive bit of triage-ops for our project right? Especially as we're already using the scheduled policies =D
    zillemarco
    @zeb994:matrix.org
    [m]
    Oooooh that sounds cool 🀩
    I could definitely use that to add it in our workflow πŸ˜„