Jared Lockhart

Results 158 issues of Jared Lockhart

We have a pattern with our experiment dates in Experimenter that is used both in legacy and in Nimbus: For each of (start_date, enrollment_end_date, end_date) there are three possible states:...

In the frontend we use Bootstrap which has utility classes for anything you could need in terms of layout and spacing and typography. Using inline style attributes can create styles...

Ciprian raised a very good point which is that now that we can re enroll in rollouts, that could interact with the pref logic in desktop so that 1) A...

When I open a new tab the TabCenter pane overlaps the awesomebar so I can't see what I'm typing. ![screenshot 2016-08-23 13 48 13](https://cloud.githubusercontent.com/assets/119884/17903179/76f5861a-6938-11e6-9769-6953a81991e2.png)

ready

Should the following two lines: https://github.com/clouserw/tower/blob/master/tower/__init__.py#L55-L56 use six.text_type instead of unicode like here: https://github.com/django/django/blob/master/django/utils/translation/__init__.py#L99 ?

## Problem description After pushing a Docker image to Dockerhub, there is a period of time where pulling that image will fail with `unknown blob`, see example pulls: ``` latest:...

Let's add an AUTOGRAPH_KEYID env var and then pass it into autograph when we call here: https://github.com/mozilla/normandy/blob/master/normandy/recipes/signing.py#L72 Pass it as `keyid` see autograph docs here: https://github.com/mozilla-services/autograph/blob/main/docs/endpoints.md#signdata If the env var...

I just got a test failure that passed the second time I ran it, looks like an intermittent failure (which is probably backed up by the comment inside the test):...

Defect
P5 - Low Priority

I recently discovered you can say `docker-compose kill;docker-compose rm` to remove all the containers created just by that specific compose file and updated the relevant commands in experimenter like so:...

P5 - Low Priority
task

To help simulate the full Normandy workflow, we need to add autograph and delivery console to the docker compose file so that we can simulate creating and storing signed recipes.

P5 - Low Priority
task