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

658 Commits

Author SHA1 Message Date
Tim Voronov
c9dfb79641
Added scroll options (#471)
* Added scroll options

* Updated dependencies

* Updates after code review

* Updates after review

* Added comments
2020-04-25 15:06:00 -04:00
3timeslazy
64fc010e6e
MVP USE statement (#470)
* MVP USE statement
2020-04-22 10:44:10 -04:00
Tim Voronov
7ace94fc87
Update README.md 2020-04-20 22:02:24 -04:00
Tim Voronov
afef40bc27
Update README.md 2020-04-20 22:01:08 -04:00
Tim Voronov
14d1c15fac
Update README.md 2020-04-20 22:00:12 -04:00
Tim Voronov
0ac43af465
Updated sponsors information 2020-04-20 21:53:18 -04:00
John Bampton
b5a98cad31
Fix REPL welcome text (#472) 2020-04-20 15:56:38 -04:00
John Bampton
eae2b01feb
Fix the embedded mode example. (#474)
Remove keyword desc.

Based on Arango keywords.

https://www.arangodb.com/docs/3.6/aql/fundamentals-syntax.html#keywords

Also fix static-page.fql example
2020-04-20 15:53:36 -04:00
Tim Voronov
73abfd8ad4 Updated dependencies and travis config 2020-04-20 15:26:22 -04:00
Tim Voronov
a435e688eb Updated go.sum 2020-04-20 13:32:05 -04:00
Tim Voronov
4e8cce8f2d Updated CHANGELOG 2020-04-20 13:30:05 -04:00
Tim Voronov
aaa7228f3a Updated install.sh 2020-04-20 13:10:59 -04:00
dependabot-preview[bot]
84e74a0552
Bump github.com/antchfx/xpath from 1.1.4 to 1.1.5 (#467)
* Bump github.com/antchfx/xpath from 1.1.4 to 1.1.5

Bumps [github.com/antchfx/xpath](https://github.com/antchfx/xpath) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/antchfx/xpath/releases)
- [Commits](https://github.com/antchfx/xpath/compare/v1.1.4...v1.1.5)

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

* Update go.sum

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Tim Voronov <ziflex@users.noreply.github.com>
Co-authored-by: Tim Voronov <ziflex@gmail.com>
2020-04-12 23:32:16 -04:00
dependabot-preview[bot]
6f0a0a5dca
Bump github.com/mafredri/cdp from 0.25.0 to 0.28.0 (#466)
* Bump github.com/mafredri/cdp from 0.25.0 to 0.28.0

Bumps [github.com/mafredri/cdp](https://github.com/mafredri/cdp) from 0.25.0 to 0.28.0.
- [Release notes](https://github.com/mafredri/cdp/releases)
- [Commits](https://github.com/mafredri/cdp/compare/v0.25.0...v0.28.0)

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

* Fixed compatibility issues

* Update go.sum

* Updated go.sum

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Tim Voronov <ziflex@gmail.com>
Co-authored-by: Tim Voronov <ziflex@users.noreply.github.com>
2020-04-12 23:27:27 -04:00
Tim Voronov
74e8fe74b3
Update install.sh 2020-04-06 17:39:44 -04:00
Tim Voronov
f426246298
Update install.sh 2020-04-06 17:38:50 -04:00
Tim Voronov
c11c4160b2 Added changelog 2020-03-15 17:12:00 -04:00
Tim Voronov
978108eca0
Added functions with correct names (#461) 2020-03-10 21:29:06 -04:00
Tim Voronov
e4464d9de9
Added missed datetime library (#462) 2020-03-10 21:18:04 -04:00
Tim Voronov
b08a23293a
Thanks to everyone who contributed 2020-02-24 20:40:31 -05:00
Tim Voronov
ec029b1931 Added release notes 2020-02-21 12:29:49 -05:00
Tim Voronov
779c49520d Updated dependencies 2020-02-21 11:26:00 -05:00
Tim Voronov
a16701e2b0 Updated comments for HTTP functions 2020-02-21 11:15:41 -05:00
Tim Voronov
67dc8703c7
Added HTTP methods (#452)
* Added HTTP methods

* Added unit tests

* Fixed linting issue

* Replaced localhost with 127.0.0.1

* Added random port generator

* Disabled http tests

* Disabled HTTP GET test
2020-02-21 11:06:45 -05:00
Tim Voronov
c49045ef56
Update stale.yml 2020-02-17 14:39:44 -05:00
Tim Voronov
3c6494a3bf
Update stale.yml 2020-02-17 13:30:42 -05:00
Tim Voronov
c0c5598325
Update stale.yml 2020-02-17 13:13:32 -05:00
dependabot-preview[bot]
1740889fbc
Bump github.com/rs/zerolog from 1.17.2 to 1.18.0 (#451)
* Bump github.com/rs/zerolog from 1.17.2 to 1.18.0

Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.17.2 to 1.18.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.17.2...v1.18.0)

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

* Update go.sum

Co-authored-by: Tim Voronov <ziflex@users.noreply.github.com>
2020-02-12 11:21:44 -05:00
Tim Voronov
fd6271b7db
Feature/#382 response cdp (#450)
* wip

* Added support of response information to CDP driver

* Fixed response look up
2020-02-11 20:06:04 -05:00
John Bampton
568c48ea71
Fix typos (#446) 2020-02-01 23:44:31 -05:00
Tim Voronov
453ba932eb
Replaced Document with Page HTLM struct in Pagination helper function (#448) 2020-02-01 23:43:30 -05:00
dependabot-preview[bot]
89320eef66 Bump github.com/antchfx/htmlquery from 1.2.1 to 1.2.2 (#440)
* Bump github.com/antchfx/htmlquery from 1.2.1 to 1.2.2

Bumps [github.com/antchfx/htmlquery](https://github.com/antchfx/htmlquery) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/antchfx/htmlquery/releases)
- [Commits](https://github.com/antchfx/htmlquery/compare/v1.2.1...v1.2.2)

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

* Update go.sum

Co-authored-by: Tim Voronov <ziflex@users.noreply.github.com>
2020-01-15 22:04:56 -05:00
dependabot-preview[bot]
5d780f7d3e Bump github.com/pkg/errors from 0.8.1 to 0.9.1 (#441)
* Bump github.com/pkg/errors from 0.8.1 to 0.9.1

Bumps [github.com/pkg/errors](https://github.com/pkg/errors) from 0.8.1 to 0.9.1.
- [Release notes](https://github.com/pkg/errors/releases)
- [Commits](https://github.com/pkg/errors/compare/v0.8.1...v0.9.1)

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

* Update go.sum

Co-authored-by: Tim Voronov <ziflex@users.noreply.github.com>
2020-01-15 22:04:08 -05:00
Tim Voronov
740142a4e4 Updated modules 2020-01-12 01:01:37 -05:00
Tim Voronov
e8cc8ac1e7 Updated go modules 2020-01-11 18:15:00 -05:00
dependabot-preview[bot]
af426cc13d Bump github.com/labstack/echo/v4 from 4.1.11 to 4.1.13 (#438)
* Bump github.com/labstack/echo/v4 from 4.1.11 to 4.1.13

Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.1.11 to 4.1.13.
- [Release notes](https://github.com/labstack/echo/releases)
- [Commits](https://github.com/labstack/echo/compare/v4.1.11...v4.1.13)

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

* Update go.sum

Co-authored-by: Tim Voronov <ziflex@users.noreply.github.com>
2020-01-04 13:02:16 -05:00
dependabot-preview[bot]
165d5208a9 Bump github.com/antchfx/xpath from 1.1.2 to 1.1.3 (#436)
* Bump github.com/antchfx/xpath from 1.1.2 to 1.1.3

Bumps [github.com/antchfx/xpath](https://github.com/antchfx/xpath) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/antchfx/xpath/releases)
- [Commits](https://github.com/antchfx/xpath/compare/v1.1.2...v1.1.3)

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

* Update go.sum

Co-authored-by: Tim Voronov <ziflex@users.noreply.github.com>
2020-01-04 12:59:46 -05:00
dependabot-preview[bot]
7254d47739 Bump github.com/antchfx/htmlquery from 1.2.0 to 1.2.1 (#433)
* Bump github.com/antchfx/htmlquery from 1.2.0 to 1.2.1

Bumps [github.com/antchfx/htmlquery](https://github.com/antchfx/htmlquery) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/antchfx/htmlquery/releases)
- [Commits](https://github.com/antchfx/htmlquery/compare/v1.2.0...v1.2.1)

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

* Update go.sum

Co-authored-by: Tim Voronov <ziflex@users.noreply.github.com>
2020-01-04 12:58:22 -05:00
Tim Voronov
4af0e0f15f
Added possibility to load pages from memory (#434)
* Added possibility to load pages from memory

* Fixed indent
2020-01-04 12:57:41 -05:00
Tim Voronov
145a16f97d
Bugfix/#421 xpath (#435)
* Fixed attr retrieval using XPATH in CDP

* Updated single node value in CDP

* Added e2e test

* Fixed attr retrieval with XPATH for HTTP driver

* Update Makefile

* Update attr.fql
2019-12-29 12:46:46 -05:00
Tim Voronov
2dd5457f8c Updated redirects.fql 2019-12-24 18:51:59 -05:00
Tim Voronov
fe7b45df6e
Bugfix/#399 navigation (#432)
* Refactored networking

* Some work

* Added event loop

* Renamed EventHandler to Handler

* wip

* Removed console logs

* Added DOMManager

* Refactored frame managment

* Fixes

* Fixed concurrency issues

* Fixed unit tests

* Improved EventLoop api

* Some fixes

* Refactored event loop.

* Improved logic of initial page load

* Cleaned up

* Fixed linting issues

* Fixed dom.Manager.Close

* SOme works

* Fixes

* Removed fmt.Println statements

* Refactored WaitForNavigation

* Removed filter for e2e tests

* Made Cookies Measurable

* Made Cookies KeyedCollection

* Fixes after code review

* Updated e2e tests for iframes

* Fixed iframe lookup in e2e tests

* Added comments
2019-12-24 18:47:21 -05:00
Tim Voronov
98b367722b
Migrated to new version of mafredri/cdp (#431)
* Migrated to new version of mafredri/cdp

* Added missed test deps

* Added missed e2e deps
2019-12-18 10:30:02 -05:00
dependabot-preview[bot]
aa81df38d4 Bump github.com/antchfx/xpath from 1.1.1 to 1.1.2 (#418)
* Bump github.com/antchfx/xpath from 1.1.1 to 1.1.2

Bumps [github.com/antchfx/xpath](https://github.com/antchfx/xpath) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/antchfx/xpath/releases)
- [Commits](https://github.com/antchfx/xpath/compare/v1.1.1...v1.1.2)

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

* Update go.sum
2019-11-22 08:36:58 -06:00
dependabot-preview[bot]
f31fc48084 Bump github.com/rs/zerolog from 1.16.0 to 1.17.2 (#417)
* Bump github.com/rs/zerolog from 1.16.0 to 1.17.2

Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.16.0 to 1.17.2.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.16.0...v1.17.2)

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

* Update go.sum
2019-11-19 15:18:26 -06:00
Tim Voronov
7113e0242e
Merge pull request #416 from MontFerret/bugfix/#410-var-check
Added var uniqueness check
2019-11-15 08:52:36 -06:00
Tim Voronov
d4a92fc64b Added var uniqueness check 2019-11-14 22:10:55 -05:00
Tim Voronov
8ee36b78d5
Merge pull request #414 from MontFerret/dependabot/go_modules/github.com/antchfx/htmlquery-1.2.0
Bump github.com/antchfx/htmlquery from 1.1.0 to 1.2.0
2019-11-14 17:54:17 -06:00
Tim Voronov
937141faba
Update go.sum 2019-11-14 15:15:40 -05:00
Tim Voronov
f2a5c7f1e1
Update go.mod 2019-11-14 15:15:13 -05:00