Skip to content
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

Upgrade Chrome and fix Chimp from failing without a proper return code #140

Closed
wants to merge 31 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
b48a2a5
#117 Trying again to submit this patch to fix the process exiting pro…
rsshilli May 16, 2019
302751b
#138 Upgraded to Chrome 74. Also fixed a typo in a test.
rsshilli May 16, 2019
356d016
0.55.0
rsshilli May 16, 2019
d1e4862
Making .sh files use the unix endings on Windows machines too.
rsshilli May 16, 2019
85b8132
Oops. I didn't mean to bump the version of the package.
rsshilli May 16, 2019
69954d3
Committing the dist directory so I can sync this repo using npm/githu…
rsshilli May 16, 2019
254db9c
Revert "Committing the dist directory so I can sync this repo using n…
rsshilli May 16, 2019
affbdd5
#140 Now the dist directory should get created when this repo is down…
rsshilli May 16, 2019
eaf14c5
Revert "#140 Now the dist directory should get created when this repo…
rsshilli May 16, 2019
4f434a0
Making the Chimp Debug log show up correctly.
rsshilli May 16, 2019
997a8bd
Trying to deploy to npm because this package can't be used through npm.
rsshilli May 16, 2019
5180c14
Trying to deploy on my own.
rsshilli May 16, 2019
8560409
Changing the package name to not include beta.
rsshilli May 16, 2019
c5a7640
Added 0.54.1 for Chromedriver 73
rsshilli May 17, 2019
7fa2367
Because apparently we need Chrome 73 in our docker container
May 17, 2019
ccad525
Merge branch 'CherryChimp' of https://github.com/CherryCircle/chimpy …
May 17, 2019
73f2fa7
Changing it back for future Chrome 74 usage.
May 17, 2019
04dfd13
Created version 0.56.0 with ChromeDriver 75.0.3770.8.
Jun 12, 2019
f930bc9
Fixed the version for ChromeDriver.
Jun 12, 2019
169d502
Upgrading to Chrome 76
Aug 12, 2019
8298029
Upgrading to Chrome 76
Aug 12, 2019
23fcc09
Merge branch 'master' of https://github.com/TheBrainFamily/chimpy int…
Aug 12, 2019
4c49c57
Fixing a typo in the README
Aug 12, 2019
a244b88
Upgraded to chromedriver version 77.
kgiannelos Sep 11, 2019
0fad874
Upgraded The cherry-chimpy version to 1.2.2
kgiannelos Sep 11, 2019
6e1aaf3
Switched to our own cherry-chromedriver npm package
kgiannelos Sep 11, 2019
2c674ab
Switched to our own cherry-chromedriver npm package
kgiannelos Sep 11, 2019
4d35967
Fixed cherry-chimp to use cherry-chromedriver.
kgiannelos Sep 11, 2019
b55e03e
Switched to our own cherry-chromedriver npm package
kgiannelos Dec 12, 2019
73a5de3
Switched to our own cherry-chromedriver npm package
kgiannelos Dec 13, 2019
5373b07
Switched to our own cherry-chromedriver npm package
kgiannelos Dec 13, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.js text eol=lf
*.sh text eol=lf
33 changes: 33 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
#1.2.7
* Pushing a new version as 1.2.6 did not work on CircleCI.
Just making sure no mistakes were done during the previous release.

#1.2.6
* Switched to using the official chromedriver repository

# 1.2.3
* Switched to using our own cherry-chromedriver npm package

# 1.2.2
* Upgraded Chromedriver to 77

# 1.2.1
* Upgraded Chromedriver to 76
* Included everything in TheBrainFamily/Chimpy 1.2.0
* Updated the README doc

# 1.2.0

* Adds the release notes for v1.1.0 (lgandecki)
Expand All @@ -18,6 +36,21 @@
# 1.0.0

* Works with node 10 now
>>>>>>> 56b1a8e5455a53958a72e9bf5b882976f2ab58c6

# 0.57.0
* Upgraded Chromedriver to 75.0.0

# 0.56.0
* Upgraded Chromedriver to 75.0.3770.8

# 0.55.0
* Published everything in TheBrainFamily/Chimpy 0.54.0
* Fixed a bug around Chimp exiting incorrectly on hook failure
* Upgraded Chromedriver to 74

# 0.54.1
* Upgraded Chromedriver to 73

# 0.54.0

Expand Down
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# IMPORTANT ANNOUNCEMENT - July 22nd, 2018
This is a fork of [*Chimpy*](https://github.com/TheBrainFamily/chimpy), which is developed and maintained by [TheBrain team](http://team.thebrain.pro). Unfortunately Chimpy does not use the latest ChromeDriver and we needed it. It also includes a couple of patches.

The Chimp that you know and love is now being split into two separate projects, both of which are intended to help you deliver higher quality faster.
See the [History](https://github.com/CherryCircle/chimpy/blob/master/HISTORY.md) to figure out which version contains the correct ChromeDriver you are looking for.

The first is [*Chimpy*](https://github.com/TheBrainFamily/chimpy), which will be developed and maintained by [TheBrain team](http://team.thebrain.pro). This project will continue evolving and supporting the current thinking behind Chimp 1.x.

The second is [*Chimp 2.0*](https://github.com/xolvio/chimp), which will be developed and maintained by [Xolv.io](http://xolv.io). This project will be built from scratch based on the learnings made while using Chimp 1.x in the field.

For more details about this decision, [please see the full announcement here.](https://medium.com/@sam_hatoum/the-future-of-chimp-js-e911f8e9aaa6)

---

Access the [documentation site here.](https://thebrainfamily.github.io/chimpy)
Access the [original documentation here.](https://thebrainfamily.github.io/chimpy)
1 change: 0 additions & 1 deletion index.js

This file was deleted.

Loading