1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-14 11:23:02 +02:00
Commit Graph

348 Commits

Author SHA1 Message Date
Tim Voronov
a99eb219af Updated README 2018-12-22 11:24:06 -05:00
Tim Voronov
5620be211c
Next (#214)
* Renamed DOCUMENT to PAGE

* Added PageLoadParams

* Added PageLoadParams

* Renamed LoadPageParams -> PageLoadParams

* Added support for context.Done() (#201)

* Bug/#189 operators precedence (#202)

* Fixed math operators precedence

* Fixed logical operators precedence

* Fixed array operator

* Added support for parentheses to enforce a different operator evaluation order

* Feature/#200 drivers (#209)

* Added new interfaces

* Renamed dynamic to cdp driver

* Renamed drivers

* Added ELEMENT_EXISTS function (#210)

* Renamed back PAGE to DOCUMENT (#211)

* Added Getter and Setter interfaces
2018-12-21 23:14:41 -05:00
Paul
6bc4b3e0e3 Prevent memory leak (#213) 2018-12-19 16:12:37 -05:00
dependabot[bot]
1bcc0c4afb Bump github.com/antlr/antlr4 from 4.7.1 to 4.7.2 (#212)
Bumps [github.com/antlr/antlr4](https://github.com/antlr/antlr4) from 4.7.1 to 4.7.2.
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt)
- [Commits](https://github.com/antlr/antlr4/compare/4.7.1...4.7.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-19 14:48:49 -05:00
Tim Voronov
43cb22c57e
Update README.md 2018-12-10 14:17:19 -05:00
Tim Voronov
0ec1f86e88
Update README.md 2018-12-10 14:09:25 -05:00
Tim Voronov
a219e776ad
Switched from int to int64 (#188) 2018-11-30 19:31:08 -05:00
Tim Voronov
39e379f0f2
Decoupled runtime and HTML driver initialization (#198)
* Decoupled runtime and HTML driver initialization

* Updates
2018-11-30 19:30:55 -05:00
Tim Voronov
0ce0426b55 Updated CHANGELOG 2018-11-30 14:31:13 -05:00
Tim Voronov
f5901e2226
Switched from 0.0.0.0 to 127.0.0.1 (#197) 2018-11-30 14:12:08 -05:00
Tim Voronov
b3611c5713
Fixed use of duplicate variable as a source in FOR IN statement (#196) 2018-11-30 13:12:00 -05:00
Tim Voronov
dc3de71554
Bug/#194 empty value (#195)
* Fixes

* Fixed path to HTMLElement.value
2018-11-28 07:39:12 -05:00
Tim Voronov
0a18864c25
Update CHANGELOG.md 2018-11-22 12:19:02 -05:00
Tim Voronov
0f3af382a9
Fixes (#193) 2018-11-22 11:44:05 -05:00
Tim Voronov
ee7a4a8354 Added intergration test for WAIT_CLASS_ALL 2018-11-22 10:45:34 -05:00
Tim Voronov
3198b642e3 Updated CHANGELOG 2018-11-22 10:41:23 -05:00
Tim Voronov
a5dec54a3c
Fixed WAIT_CLASS args validation (#192) 2018-11-22 10:39:15 -05:00
Tim Voronov
58112b8ee9
Update CHANGELOG.md 2018-11-22 00:07:41 -05:00
Tim Voronov
47a4a18375 Fixed int oveflow for page load timeout 2018-11-21 23:11:01 -05:00
Tim Voronov
bf10628875 Merge branch 'master' of github.com:MontFerret/ferret 2018-11-21 22:45:22 -05:00
Tim Voronov
969a96c0bd Updated CHANGELOG 2018-11-21 22:45:19 -05:00
Tim Voronov
1af1cc2486
Fixes (#187) 2018-11-21 22:45:00 -05:00
Tim Voronov
d94a2fb004
Added timeout to DOCUMENT function (#186) 2018-11-21 20:38:27 -05:00
dependabot[bot]
05772972d0 Bump github.com/rs/zerolog from 1.10.3 to 1.11.0 (#184)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.10.3 to 1.11.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.10.3...v1.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-21 13:48:23 -05:00
Tim Voronov
2fa7511645
Update CHANGELOG.md 2018-11-19 21:13:49 -05:00
Tim Voronov
30abe61f72 Updated ANTLR binary name for code generation 2018-11-19 20:51:05 -05:00
Tim Voronov
0dc603b9e1 Updated CHANGELOG 2018-11-19 20:37:51 -05:00
3timeslazy
023040866d added DateCompare function (#182)
* add pkg/stdlib/objects Length function

* rename lenght.go -> length.go

* fix tests according to other tests

* add new tests to length tests

* delete objects method Length

* add objects method Has

* add objects function Keys

* small fixes in Keys and Has functions

* change Has function

* unit tests for Keys function

* add unit tests for merge. also little change in lib.go

* add doc to Keys function

* Merge function prototype

* add unit tests for KEEP function

* added KEEP function

* added doc for KEYS function

* update lib.go

* update lib.go

* upd merge prototype

* addded isEqualObjects function to objects tests

* change object method Compare

* added unit tests for Compare method

* changed Compare method

* fix Compare method

* rename method Clone to Copy

* added Cloneable interface

* added Value to Cloneable interface

* implemented Cloneable intefrace by array

* added some more unit tests for values.Array

* fix values.Array.Compare method

* added one more unit test

* implemented Cloneable interface by Object

* unit tests for Object.Clone

* move core.IsCloneable to value.go

* change Clone function

* move IsClonable to package values

* updated MERGE unit tests

* added MERGE function

* added MERGE to lib

* added one more test

* changed MERGE function

* rewrite a few comments according to Go Best Practices

* rewrite comments

* fix bug when result of the KEEP function was dependent on source object

* some more changes in KEEP function

* init VALUES function

* push test with bug

* add stress test

* small changes in stress tests

* changes in object.Comapare

* change object.Compare

* add more tests for object.Compare

* added comments to object.Compare function

* change object.Comapare

* delete useless comment

* one more change in object.Compare

* init datetime

* added test for datetime

* added lib.go

* add helpers functions

* made values.DefaultTimeLayout public

* added DATE function

* added DATE_DAYOFWEEK function

* added DATE_YEAR function

* added DATE_MONTH function

* added one more testCase for DATE_MONTH

* added DATE_DAY function

* added DateDay to lib

* added DATE_HOUR, DATE_MINUTE and DATE_SECOND functions

* added DATE_DAYOFYEAR, DATE_LEAPYEAR, DATE_MILLISECOND functions

* fix names in tests

* one more case into dayofyear_test

* added DATE_QUARTER function

* added DATE_DAYS_IN_MONTH function

* added DATE_FORMAT function

* added -v flag into go test

* update DATE_FORMAT test cases

* added one more test case

* add helpers functions

* made values.DefaultTimeLayout public

* added DATE function

* added DATE_DAYOFWEEK function

* added DATE_YEAR function

* added DATE_MONTH function

* added one more testCase for DATE_MONTH

* added DATE_DAY function

* added DateDay to lib

* added DATE_HOUR, DATE_MINUTE and DATE_SECOND functions

* added DATE_DAYOFYEAR, DATE_LEAPYEAR, DATE_MILLISECOND functions

* fix names in tests

* one more case into dayofyear_test

* added DATE_QUARTER function

* added DATE_DAYS_IN_MONTH function

* added DATE_FORMAT function

* added -v flag into go test

* Set codecov support for all branches

* update DATE_FORMAT test cases

* Updated codecov settings

* Added panic recovery mechanism (#158)

* Bump github.com/mafredri/cdp from 0.19.0 to 0.20.0 (#159)

Bumps [github.com/mafredri/cdp](https://github.com/mafredri/cdp) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/mafredri/cdp/releases)
- [Commits](https://github.com/mafredri/cdp/compare/v0.19.0...v0.20.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump github.com/gofrs/uuid from 3.1.1 to 3.1.2 (#160)

Bumps [github.com/gofrs/uuid](https://github.com/gofrs/uuid) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/gofrs/uuid/releases)
- [Commits](https://github.com/gofrs/uuid/compare/v3.1.1...v3.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* added one more test case

* sorter instead Compare now

* rename utils.LOG -> utils.PRINT

* rename utils.Logs -> utils.Print

* added DATE_ADD, DATE_SUBTRACT functions

* use keyed fields now

* added DATE_DIFF function

* delete unused var

* delete useless type cast

* fixed a bug when adding/subtrating did not take an amount of units

* added DateCompare function

* renames

* fix small bug

* fix
2018-11-19 19:49:34 -05:00
3timeslazy
1866cb1e31 fixed a bug when adding/subtrating did not take an amount of units (#181) 2018-11-18 11:00:52 -05:00
dependabot[bot]
f748c308cc Bump github.com/PuerkitoBio/goquery from 1.4.1 to 1.5.0 (#180)
Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/PuerkitoBio/goquery/releases)
- [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.4.1...v1.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-16 12:03:38 -05:00
Tim Voronov
c6a4ede15d
Feature/#177 hover (#178) 2018-11-15 14:33:53 -05:00
dependabot[bot]
64a28cdebb Bump github.com/rs/zerolog from 1.10.2 to 1.10.3 (#176)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.10.2 to 1.10.3.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.10.2...v1.10.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-14 16:29:36 -05:00
3timeslazy
b4a8c8ba3c Feature/#8 date diff (#175) 2018-11-13 16:58:40 -05:00
Tim Voronov
9131c676d9
#172 Added SCROLL_TOP and SCROLL_BOTTOM (#174) 2018-11-12 22:26:02 -05:00
Tim Voronov
291d07cbef
Feature/custom iterator (#173)
* Added CollectionIterator interface

* Added PAGINATION function

* Fixed LIMIT clause

* Fixed linting issues
2018-11-12 19:58:12 -05:00
Tim Voronov
de774ba03e
Integration tests (#170) 2018-11-12 14:53:36 -05:00
Tim Voronov
423d84cd07
Update .travis.yml
Switched Go version from master to stable
2018-11-09 10:44:41 -05:00
dependabot[bot]
cf0f2780be Bump github.com/rs/zerolog from 1.10.1 to 1.10.2 (#168)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.10.1...v1.10.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-09 09:21:54 -05:00
dependabot[bot]
b8c7d323cc Bump github.com/rs/zerolog from 1.10.0 to 1.10.1 (#167)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.10.0...v1.10.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-08 10:12:54 -05:00
3timeslazy
64ca68d930 added DATE_ADD, DATE_SUBTRACT functions (#165) 2018-11-07 13:52:25 -05:00
kiinoo
528b60df24 RIGHT() function should return substr counting from right rather than… (#164) 2018-11-07 10:04:18 -05:00
Tim Voronov
409a517e87
Update .travis.yml
Switched to Go stable for linting.
2018-11-06 17:27:35 -05:00
Max
ad9bfbd4ad + Remove function (#163) 2018-11-06 10:17:48 -05:00
Tim Voronov
40728f7ef9
Update .travis.yml
Added protection from PR's with bad code formatting.
2018-11-06 10:16:24 -05:00
3timeslazy
8bb7941864 rename utils.LOG -> utils.PRINT (#162)
* rename utils.LOG -> utils.PRINT

* rename utils.Logs -> utils.Print
2018-11-05 19:31:26 -05:00
3timeslazy
10d0de088b Added one more test case into pkg/stdlib/datetime (#161) 2018-11-05 14:48:00 -05:00
Tim Voronov
a88ac6a647 Updated Gopkg.toml 2018-11-05 13:37:41 -05:00
dependabot[bot]
ed8b4ba68b Bump github.com/gofrs/uuid from 3.1.1 to 3.1.2 (#160)
Bumps [github.com/gofrs/uuid](https://github.com/gofrs/uuid) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/gofrs/uuid/releases)
- [Commits](https://github.com/gofrs/uuid/compare/v3.1.1...v3.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-05 13:23:47 -05:00
dependabot[bot]
1ad3881908 Bump github.com/mafredri/cdp from 0.19.0 to 0.20.0 (#159)
Bumps [github.com/mafredri/cdp](https://github.com/mafredri/cdp) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/mafredri/cdp/releases)
- [Commits](https://github.com/mafredri/cdp/compare/v0.19.0...v0.20.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-05 12:46:57 -05:00
3timeslazy
e4a7b581f0 added DATE_DAYOFYEAR, DATE_MILLISECOND, DATE_LEAPYEAR, DATE_QUARTER, DATE_DAYS_IN_MONTH, DATE_FORMAT functions (#157) 2018-11-05 11:54:36 -05:00