iamdanfox

Results 89 issues of iamdanfox

## What happened Someone just asked why bulldozer wasn't working on a PR and all the configuration looked right (bot enabled, correctly configured etc). Turns out it just hadn't delivered...

enhancement

I'm really enjoying using wiremock (2.0.10-beta) and have hit a problem trying to verify a call with duplicate query parameters: `/authz/access/12345?operations=op1&operations=op2` My naive attempt didn't work: ``` java wiremock.verify(getRequestedFor(urlPathEqualTo("/authz/access/12345")) .withQueryParam("operations",...

enhancement

We're issuing commands which need different escaping on Mac / windows. Let's get some AppVeyor CI going. https://github.com/palantir/docker-compose-rule/pull/166

Component: Gradle
Theme: Cross-Platform Compatibility
Type: Task

logs_can_be_saved_to_a_directory - com.palantir.docker.compose.logging.LoggingIntegrationTest https://circleci.com/gh/palantir/docker-compose-rule/401

Component: Logging
Theme: Testing
Type: Bug

By default, DockerComposeRule uses a randomized project name. Using the V2 yml syntax, this causes a host machine to 'run out of networks'. To fix this, we could switch the...

Component: Core
Theme: Cluster Management
Type: Bug

## What happened A common workflow: 1. I make a PR, all the CI goes green, but the overall light is still stuck at yellow 2. I click through to...

enhancement

## What happened We've been using the request_reviews functionality to try to ensure incoming PRs (across >100 repos) get attention from a team member by pushing them into team members'...

## What happened? We've been using the new `request_review` functionality pretty heavily both internally and externally, and it's been very effective in more equally load balancing PRs to members of...

## Before this PR As per the #hackweek-2022-sealed-unions channel, I'm trying to replace conjure visitors with Java 17 pattern-matching-switch expressions. I've got the codegen up at https://github.com/palantir/conjure-java/pull/1838, but I want...

## What happened? I'm trying to improve the IntelliJ integration and I just noticed this weird behaviour. A bulletproof way to reproduce it is: 1. pick a repo that uses...