Happy GitLab day, everyone! Another GitLab hackathon is in the books!
Thank you to all the 68 participants for your contributions and the 414 MRs!
Now it's time for us to review all of your work until the 15th of September. On the 19th we will announce the winners, the dates, and some changes for the next Hackathon.
You will also receive a survey next week to help gather feedback and improve the Hackathon.
Here is also the recording of the wrap up call: https://www.youtube.com/watch?v=cPpt9-UoGlY
I have the following error when I run bundle exec rspec ./spec/lib/gitlab/ci/config/entry/service_spec.rb
ont my local GDK on master
An error occurred while loading ./spec/lib/gitlab/ci/config/entry/service_spec.rb.
Failure/Error: include DatabaseReflection
NameError:
uninitialized constant Feature::FlipperFeature::DatabaseReflection
# ./lib/feature.rb:9:in `<class:FlipperFeature>'
# ./lib/feature.rb:8:in `<module:Feature>'
# ./lib/feature.rb:6:in `<top (required)>'
# ./spec/support/helpers/stub_feature_flags.rb:6:in `included'
# ./spec/lib/gitlab/ci/config/entry/service_spec.rb:8:in `include'
# ./spec/lib/gitlab/ci/config/entry/service_spec.rb:8:in `block in <top (required)>'
# ./spec/lib/gitlab/ci/config/entry/service_spec.rb:7:in `<top (required)>'
Run options: include {:focus=>true}
All examples were filtered out; ignoring {:focus=>true}
No examples found.
What am I missing?
require 'fast_spec_helper'
to require 'spec_helper'
spec/lib/gitlab/ci/config/entry/rules/rule_spec.rb
uses require 'fast_spec_helper'
and require 'support/helpers/stub_feature_flags'
but StubFeatureFlags
do not seems used...
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
@
mention meIn 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"
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? π
@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/ π