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

731 Commits

Author SHA1 Message Date
John Bampton
b3adea3622
chore: fix grammar (#599) 2021-03-19 09:32:47 -04:00
Tim Voronov
2f5954eca3 Added docs about statusCodes 2021-03-06 01:25:37 -05:00
Tim Voronov
3efc7de346 Updated CHANGELOG for v0.14.0 2021-03-05 23:14:31 -05:00
Tim Voronov
f9cc8dfff0 Added ldflag for version 2021-03-05 21:10:44 -05:00
Tim Voronov
b3118ca983
Added DOCUMENT_EXISTS function (#594)
* Added DOCUMENT_EXISTS function

* Added addition unit tests
2021-03-05 12:25:07 -05:00
Tim Voronov
ae7b5ce557 Added additional unit tests for LIKE operator 2021-03-05 08:11:41 -05:00
Tim Voronov
6295919806
#593 handling non-200 status codes 2021-03-05 08:08:28 -05:00
Tim Voronov
79566c3b76
Added support of ignoring page resources (#592)
* Added support of ignoring page resources

* Updatd pipeline scripts

* Updated comments
2021-02-19 11:40:30 -05:00
Tim Voronov
c6a459e35c Updated version of in build and release pipelines 2021-02-17 20:20:21 -05:00
Tim Voronov
ff8c15eb67
Feature/#577 spa routing (#584)
* Added support of getting URL dynamically
2021-02-16 09:49:26 -05:00
Tim Voronov
f4876c05a3
Added LIKE operator (#591)
* Added LIKE operator
2021-02-15 11:37:52 -05:00
Roman
8d7f1dae23
custom http transport (#586)
* feat(http): add options.HTTTransport and refactor driver init

* refactor(http): add new line
2021-01-22 15:00:01 -05:00
Roman
cd35437452
feat(runtime): check Kind() by 0 or Interface() panic (#587) 2021-01-22 14:59:02 -05:00
Tim Voronov
dd0e9ee8ae
Update install.sh 2021-01-19 17:55:21 -05:00
Tim Voronov
cd1b1cf5c7 Minor updates to #578 2021-01-19 15:23:32 -05:00
Y.Horie
f0097e984e
Add rand seed in RAND(min, max) #578 (#579) 2021-01-19 15:20:41 -05:00
Tim Voronov
526916efb6
Bugfix/#575 element children (#580)
* Fixed retreival of child elements

* Fixed formatting

* Set tree depth to 0

* Removed redundant code
2020-12-19 13:42:57 -05:00
Tim Voronov
06043b98e3
Create codeql-analysis.yml 2020-12-09 14:43:54 -05:00
Tim Voronov
4e78a4c14b
Update while.fql 2020-11-29 19:26:21 -05:00
Tim Voronov
e3ae015890 Created antlr symlink 2020-11-23 21:05:18 -05:00
Tim Voronov
6b8b070e62 Added antlr to shared env 2020-11-23 20:58:35 -05:00
Tim Voronov
39bb9c8580
Update release.yml
Updated ANTLR setup
2020-11-23 20:39:57 -05:00
Tim Voronov
9ca68ef6e7
Update release.yml
Added ANTLR setup to release config
2020-11-23 20:38:16 -05:00
Tim Voronov
3d06bc92d5 Updated go.sum and changelog 2020-11-23 20:23:04 -05:00
Tim Voronov
2baac62d1e
Bugfix/#559 html escaping (#573)
Added jettison for json encoding
2020-11-23 20:12:04 -05:00
dependabot-preview[bot]
40cb01b52b
Bump github.com/antchfx/xpath from 1.1.10 to 1.1.11 (#572)
Bumps [github.com/antchfx/xpath](https://github.com/antchfx/xpath) from 1.1.10 to 1.1.11.
- [Release notes](https://github.com/antchfx/xpath/releases)
- [Commits](https://github.com/antchfx/xpath/compare/v1.1.10...v1.1.11)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-23 11:54:16 -05:00
Tim Voronov
8629b57fa7
Added GetParentElement to HTMLElement struct (#571)
* Added GetParentElement to HTMLElement struct

* Fixed linter issue

* Fixed formatting
2020-11-20 23:09:12 -05:00
Tim Voronov
7eed93721c
Added support of computed styles (#570)
* Added support of computed styles

* Updated style updates

* Fixed linter issues

* Updated styles manipulation in static driver

* Updated e2e tests

* Updated methods

* Updated e2e tests

* Updated README
2020-11-20 20:09:21 -05:00
Tim Voronov
01088247e2
Added support of Element.nextElementSibling and Element.previousEleme… (#569)
* Added support of Element.nextElementSibling and Element.previousElementSibling

* Fixed linting issues

* Removed reedundant logger use
2020-11-13 21:48:00 -05:00
Tim Voronov
8a40d7b46f Updated CHANGELOG 2020-11-10 21:55:11 -05:00
Tim Voronov
cfc22be90c Updated go.sum 2020-11-10 21:49:43 -05:00
Tim Voronov
dca7267e82
Chore/actions (#568)
* Renamed REGEXP_REPLACE to REGEX_REPLACE in e2e tests

* Updated example test suites

* Fixed config file

* Updated go.sum

* Switched back to ubuntu

* Added release action
2020-11-10 21:13:29 -05:00
Tim Voronov
6223bbe2d9 Added example of pagintion using while loop 2020-11-10 19:19:46 -05:00
Tim Voronov
bd07b84736
Feature/#262 while loop (#567)
* Added new syntax and iterator

* Added FOR-WHILE loop

* Added 'FOR-DO-WHILE loop'
2020-11-10 19:16:22 -05:00
dependabot-preview[bot]
bc4bd94eb1
Bump github.com/PuerkitoBio/goquery from 1.5.1 to 1.6.0 (#562)
Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/PuerkitoBio/goquery/releases)
- [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.5.1...v1.6.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-08 14:36:02 -05:00
dependabot-preview[bot]
71a029207e
Bump github.com/mafredri/cdp from 0.29.2 to 0.30.0 (#563)
Bumps [github.com/mafredri/cdp](https://github.com/mafredri/cdp) from 0.29.2 to 0.30.0.
- [Release notes](https://github.com/mafredri/cdp/releases)
- [Commits](https://github.com/mafredri/cdp/compare/v0.29.2...v0.30.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-08 14:35:25 -05:00
David Landry
83d93016bf
Minor grammar and rewording changes of README (#566)
* Minor grammar and rewording changes of README

* Fix typo in README

* Add link to montferret.dev docs
2020-10-31 15:40:58 -04:00
David Landry
0890f94c24
Reorganize README (#565)
Re-order and change heading level to adjust grouping
2020-10-31 11:04:20 -04:00
Tim Voronov
060f3de07b Updated CHANGELOG 2020-10-28 11:12:10 -04:00
Tim Voronov
4bfffa8118
Fixed open tab on error (#564) 2020-10-21 22:30:58 -04:00
David BF
9988ebde6f
Add Regexp FILTER operator (#558) 2020-10-02 13:35:17 -04:00
Pierre Brisorgueil
c0f8421eaf
fix(html): WAIT_NAVIGATION doc 🐛 (#557) 2020-10-02 11:21:39 -04:00
Tim Voronov
fee9640788 Updated Chromium 2020-09-16 22:34:31 -04:00
Tim Voronov
414c16db09 Fixed unit test 2020-09-14 22:40:34 -04:00
Tim Voronov
9754bc62db Merge branch 'master' of github.com:MontFerret/ferret into master 2020-09-14 22:25:40 -04:00
Tim Voronov
63efc6721e Updated changelog 2020-09-14 22:25:32 -04:00
Tim Voronov
6e971738de
Update README.md 2020-09-10 21:43:31 -04:00
Tim Voronov
ccaf15e1f4 Updated CHANGELOG 2020-09-03 20:44:51 -04:00
Tim Voronov
50e78f8f29 Added missed 'Fprintln' statement 2020-08-25 01:33:10 -04:00
Tim Voronov
ed4fdf70f1 Merge branch 'master' of github.com:MontFerret/ferret into master 2020-08-25 01:27:07 -04:00