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

470 Commits

Author SHA1 Message Date
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
Tim Voronov
5e6701f1c1
Added panic recovery mechanism (#158) 2018-11-05 11:45:33 -05:00
Tim Voronov
4032e8dd7c Updated codecov settings 2018-11-05 11:36:55 -05:00
Tim Voronov
34b7efa859 Set codecov support for all branches 2018-11-04 23:21:03 -05:00
3timeslazy
7fd5af6110 DATE_HOUR, DATE_MINUTE and DATE_SECOND functions (#156) 2018-11-04 10:06:38 -05:00
3timeslazy
3462923085 Feature/#8 datetime (#154) 2018-11-01 16:58:22 -04:00
3timeslazy
612705ca3a Feature/#8 datetime (#153) 2018-10-31 19:26:36 -04:00
3timeslazy
d8ae6cca8b Feature/#8 datetime (#152) 2018-10-30 15:59:18 -04:00
3timeslazy
f6e465d556 Feature/#106 fmt function (#151) 2018-10-29 16:57:39 -04:00
3timeslazy
b097527cd3 change comment (#150) 2018-10-28 14:15:54 -04:00
Harald Nordgren
2a2344cfc8 Bump Go versions and use '.x' to always get latest patch versions (#149) 2018-10-28 14:07:02 -04:00
Tim Voronov
6e7f015eac
Update README.md
Added some extra badges
2018-10-28 02:08:06 -04:00
Tim Voronov
3472630e6f
Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
Artem Kartasov
e6fd33ac1d add unit tests for runtime/expressions - block (#143) 2018-10-28 00:38:53 -04:00
Artem Kartasov
7da10c5a70 add unit tests for runtime/core - value (#144) 2018-10-28 00:37:52 -04:00
Artem Kartasov
6e06652a5a rename a test items description (#147) 2018-10-28 00:37:09 -04:00
Artem Kartasov
c25b8e3610 add unit tests for runtime/expressions - param (#145) 2018-10-28 00:36:30 -04:00
Artem Kartasov
8c95f3b12e add unit test for runtime/expressions - return (#146) 2018-10-27 13:12:40 -04:00
Tim Voronov
b3e0a68cd0 Fixed codecov script exection 2018-10-25 22:13:41 -04:00
Tim Voronov
fbeedbd03e Updated config for code coverage report 2018-10-25 21:48:45 -04:00
Tim Voronov
10c7273f07 Fixed codecover report 2018-10-25 19:55:23 -04:00
Tim Voronov
8f4e5c2519 Updated Makefile message 2018-10-25 19:37:22 -04:00
Tim Voronov
57c7d4b795 Updated release task in Makefile 2018-10-25 18:27:34 -04:00
Tim Voronov
d08877625e Updated CHANGELOG 2018-10-25 18:24:37 -04:00
Tim Voronov
b188e7a4f3 Updated in parser 2018-10-25 18:17:49 -04:00
Tim Voronov
f831562791 Updated release task 2018-10-25 18:15:46 -04:00
Tim Voronov
b9d5faf0f3 Updated release task 2018-10-25 18:15:00 -04:00
Tim Voronov
9f7aa5132d
Update .goreleaser.yml 2018-10-25 15:03:04 -04:00
3timeslazy
8575863c2b Feature/#10 merge recursive (#140) 2018-10-25 08:01:25 -04:00