Tim Voronov
|
84995d0410
|
Added release notes for v0.11.0
|
2020-05-21 13:26:14 -04:00 |
|
Tim Voronov
|
87265cf470
|
Updated dependencies
|
2020-05-21 13:07:55 -04:00 |
|
Tim Voronov
|
3a96f0109b
|
Updated XPath
|
2020-05-18 20:30:13 -04:00 |
|
dependabot-preview[bot]
|
e01afb4eba
|
Bump github.com/antchfx/xpath from 1.1.5 to 1.1.6 (#479)
* Bump github.com/antchfx/xpath from 1.1.5 to 1.1.6
Bumps [github.com/antchfx/xpath](https://github.com/antchfx/xpath) from 1.1.5 to 1.1.6.
- [Release notes](https://github.com/antchfx/xpath/releases)
- [Commits](https://github.com/antchfx/xpath/compare/v1.1.5...v1.1.6)
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>
|
2020-05-18 10:51:15 -04:00 |
|
Vladimir Fetisov
|
162b37bea1
|
cast namespace to upper case (#507)
|
2020-05-18 10:51:01 -04:00 |
|
Tim Voronov
|
c86eecd54c
|
#485 missed namespace
|
2020-05-13 22:10:47 -04:00 |
|
Aleksandr Yakimenko
|
ed8e43e4c6
|
Add Path functions (#505)
* Add Path functions
* Add unit tests
|
2020-05-12 22:19:41 -04:00 |
|
AdamKorcz
|
311d07ad40
|
Added fuzzer (#501)
* Added fuzzer
* Formatting updates
* Attempting to fix linter error
* Corrected comment
|
2020-05-10 16:07:49 -04:00 |
|
Vladimir Fetisov
|
cbb4311b65
|
add strconv.Unquote into DecodeURIComponent (#499)
|
2020-05-07 22:34:21 -04:00 |
|
Vladimir Fetisov
|
0433a329f3
|
add File System into README (#498)
|
2020-05-06 11:53:00 -04:00 |
|
Vladimir Fetisov
|
9dd35add2c
|
#496_fix_RandomToken_on_Windows (#497)
|
2020-05-04 20:46:07 -04:00 |
|
Vladimir Fetisov
|
f6b64c9294
|
move examples into separeted dirs (#495)
|
2020-05-03 13:01:01 -04:00 |
|
Vladimir Fetisov
|
83fa54e65a
|
change file mode from 0222 to 0666 (#494)
|
2020-05-02 14:43:43 -04:00 |
|
Vladimir Fetisov
|
9be14417b3
|
#300: add one more test case (#487)
* add one more test case
* test nested namespace collision
|
2020-04-28 17:31:10 -04:00 |
|
Tim Voronov
|
7b2ed4c662
|
Added support of using keywords in namespaces (#481)
* Added support of using keywords in namespaces
* Added true and false
* Removed unnecessary string case
|
2020-04-28 17:30:47 -04:00 |
|
Y.Horie
|
7d7253325e
|
Add rand seed in RAND() (#483) (#484)
|
2020-04-27 23:04:38 -04:00 |
|
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 |
|