Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
Coming from https://github.com/opensearch-project/opensearch-plugins/issues/96, add MacOS (Darwin) support. - [ ] Passing CI on MacOS - [ ] Documentation
Requires a r/w token for Github in CircleCI undo https://github.com/artsy/doppler/commit/0d7457032f66d0d42ffaeda5f8d6f76ebf9ffb47
Making a PR-based deploy pushes the latest stuff on staging, not the changes in the PR. 
Followup on https://github.com/artsy/doppler/pull/154, use a smaller docker image.
The idea is that you could see an artwork and swipe right/left. The next set of artworks would come from related results. The app would track what you have seen...
Probably because it's setup to add the auth header in preFetch since #139. Need to move to a better auth mechanism.
https://sentry.io/artsynet/doppler-production/issues/455180697/ in `ClientApplicationsController#create`, `POST/client_applications` Need something like this, maybe rails generic? ``` rescue_from Faraday::Error::ClientError do |ex| Raven.extra_context(...something with ex's attributes...) raise ex end ```
If you have a client ID and secret that allows published artworks access for example and login to developers.artsy.net you may want to use that key for testing. Otherwise you're...