-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disallow colons #291
Disallow colons #291
Conversation
* master: Import from STDIN (#287) Bump github.com/spf13/viper from 1.6.3 to 1.7.0 (#284) Bump github.com/Masterminds/squirrel from 1.3.0 to 1.4.0 (#285) Bump github.com/gofrs/uuid from 3.2.0+incompatible to 3.3.0+incompatible (#283) Bump github.com/lib/pq from 1.5.1 to 1.5.2 Bump github.com/grpc-ecosystem/grpc-gateway from 1.14.4 to 1.14.5 Bump github.com/golang/protobuf from 1.4.0 to 1.4.1 Bump node-sass (#280) Bump github.com/golang/protobuf from 1.3.5 to 1.4.0 (#269) Bump github.com/golangci/golangci-lint from 1.24.0 to 1.26.0 (#275) Bump github.com/prometheus/client_golang from 1.5.1 to 1.6.0 (#277) Bump google.golang.org/grpc from 1.28.1 to 1.29.1 (#272) Bump github.com/Masterminds/squirrel from 1.2.0 to 1.3.0 (#276) Bump github.com/lib/pq from 1.3.0 to 1.5.1 (#279) Bump github.com/sirupsen/logrus from 1.5.0 to 1.6.0 (#273)
Codecov Report
@@ Coverage Diff @@
## master #291 +/- ##
=======================================
Coverage 83.44% 83.44%
=======================================
Files 19 19
Lines 1679 1679
=======================================
Hits 1401 1401
Misses 190 190
Partials 88 88 Continue to review full report at Codecov.
|
827617b
to
3205d63
Compare
@jperl 👋🏻 I was wondering if you could help me debug why my QAWolf Integration Test is failing here: https://github.com/markphelps/flipt/runs/709580872?check_suite_focus=true#step:10:115 I am trying to merge the It seems that QAWolf/Playwright is getting a Attached is the zip containing the video from ffmpeg (which is awesome btw. super helpful for debugging): Any help would be greatly appreciated! |
@markphelps Can you run |
…into disallow-colons * 'disallow-colons' of https://github.com/markphelps/flipt: Bump github.com/grpc-ecosystem/grpc-gateway from 1.14.5 to 1.14.6 Bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0 (#290) Bump github.com/golang/protobuf from 1.4.1 to 1.4.2
@jperl I figured it out, I wasn't 'building the ui' in the Integration Test workflow.. so it had nothing to serve, hence the 404. Thanks! |
Ok great. Glad you figured it out 🙏. Thanks for the update. |
Fixes: #262