From 231772fd355d959174a6692f99996afc6b574338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20G=C3=B3mez?= Date: Sat, 2 Mar 2019 15:47:16 -0500 Subject: [PATCH 1/4] Add Truora --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6fe5851..d14a8d2 100644 --- a/README.md +++ b/README.md @@ -553,6 +553,7 @@ Additions to this document that are properly formatted will automatically be pus - [Trivago](https://www.trivago.com) | Düsseldorf, Germany | Case Study, Skype Interview, On site Interview with some code review excercises - [Trōv](https://boards.greenhouse.io/trov) | Remote | Take-home project with followup interview from actual prospective teammates - [Truefit](https://truefit.io/about/) | Pittsburgh, PA | Phone screen, Take-home project, In-person interview with the team that you would join +- [Truora](https://truora.com) | Bogotá, Colombia; Cali, Colombia; Remote | Take-home project, followed by phone interview with tech leads to discuss the project. - [Truss](https://truss.works/jobs) | San Francisco, CA; Remote | Phone screen/ Take-home project that resembles a problem Truss has seen many times before / Followup interview about the project / Closing Interview, all interviews done remotely - [Trustpilot](https://jobs.trustpilot.com) | Copenhagen, Denmark | Take-home project, code review and discussion on-site - [Twistlock](https://www.twistlock.com) | Tel Aviv, Israel | Takehome From a26cb07df16d5dc230584edeee68a00bc9bad131 Mon Sep 17 00:00:00 2001 From: Jacob Marble Date: Sat, 2 Mar 2019 12:39:09 -0800 Subject: [PATCH 2/4] Add InfluxData --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6fe5851..c81342d 100644 --- a/README.md +++ b/README.md @@ -282,6 +282,7 @@ Additions to this document that are properly formatted will automatically be pus - [ImmobilienScout24](https://boards.greenhouse.io/scout24) | Berlin, Germany | Take-home project, discussion on-site - [Impraise](http://jobs.impraise.com) | Amsterdam, The Netherlands | Take home test, real world pair programming - [Indellient](http://www.indellient.com/careers) | Oakville, Canada | Series of interviews both technical and non-technical +- [InfluxData](https://www.influxdata.com/careers) | San Francisco, CA & Remote | Technical and non-technical interviews, pair programming, with prospective manager and multiple prospective teammates - [InfoSum](https://www.infosum.com) | Basingstoke, UK | On-site unsupervised exercise & discussion. - [inKind Capital](https://inkindcapital.com) | Boulder, CO | Discussing real-world problems, pair programming, dinner & drinks with the team - [Inmar](https://www.inmar.com/careers) | Winston-Salem, NC; Austin, TX & Remote | Take-home project and conversation-style interviews From fc513e01e8193afac0b6e0513a6e28e959b3e983 Mon Sep 17 00:00:00 2001 From: Brett Willemsen Date: Sun, 3 Mar 2019 18:41:46 -0500 Subject: [PATCH 3/4] Update PagerDuty Entry (#722) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fe5851..362d754 100644 --- a/README.md +++ b/README.md @@ -427,7 +427,7 @@ Additions to this document that are properly formatted will automatically be pus - [Paessler AG](https://www.paessler.com/company/career/jobs) | Nuremberg, Germany | Pairing with different engineers on a real problem - [Pagar.me](https://pagar.me) | São Paulo, BR | Skype interview, on-site pairing task and-or real world problem solving process / presentation - [Pager](https://pager.com) | New York, NY; Remote | Short phone interview, conversational interviews, take-home exercise & discussion -- [PagerDuty](https://pagerduty.com/careers) | San Francisco, CA / Toronto, Canada | Google Hangout / on-site pair-programming sessions +- [PagerDuty](https://pagerduty.com/careers) | San Francisco, CA / Toronto, Canada / Atlanta, GA | Zoom / on-site pair programming and tasks - [Palatinate Tech](https://tech.palatinategroup.com) | London, UK | Hangout/Skype/phone followed by (normally) on-site pairing task - [Parabol](http://parabol.co) | New York, NY; Los Angeles, CA; Remote | Culture check followed by compensated, [open-source contribution](https://github.com/ParabolInc/action/projects) skills evaluation - [Pariveda Solutions](http://parivedasolutions.com) | Dallas, TX / Houston, TX / Atlana, GA / Washington, DC / New York, NY / Chicago, IL / San Francisco, CA / Seattle, WA / Los Angeles, CA | Personality assessment (Predictive Index) and case study. Programming aptitude test (language independent) for college hires. From 0ca5bda71a45881789a4a4d481ac205208d31993 Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Sun, 3 Mar 2019 15:47:15 -0800 Subject: [PATCH 4/4] Update travis config and add bors.toml --- .travis.yml | 6 ++++++ bors.toml | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 bors.toml diff --git a/.travis.yml b/.travis.yml index 1e60398..ef2f9ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,3 +17,9 @@ install: script: - yarn test + +branches: + only: + - master + - staging # This is where pull requests from "bors r+" are built. + - trying # This is where pull requests from "bors try" are built. diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..81e394a --- /dev/null +++ b/bors.toml @@ -0,0 +1,6 @@ +status = [ + "continuous-integration/travis-ci/push" +] +# Uncomment this to use a two hour timeout. +# The default is one hour. +#timeout_sec = 7200