1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-07-15 01:25:00 +02:00
Commit Graph

366 Commits

Author SHA1 Message Date
5f201de7f9 Use custom type for keying Context
See https://blog.golang.org/context#TOC_3.2
2018-10-05 17:38:12 -04:00
b970bf5a2b Fix unused-parameter errors 2018-10-05 17:38:12 -04:00
a4ce880d9c Actually, let's just disable the check for Type 2018-10-05 17:38:12 -04:00
31c31247ac Remove var-declaration errors 2018-10-05 17:38:12 -04:00
31cb7c2762 Fix increment-decrement errors 2018-10-05 17:38:12 -04:00
a7f8443d7d Revert changes to autogenerated code 2018-10-05 17:38:12 -04:00
90c2c702e4 Rename variables and methods to match styleguide 2018-10-05 17:38:12 -04:00
8e2006b73c Actually, let's just disable the check for Type 2018-10-05 17:00:37 -04:00
423939af57 Change this to 'warning' because we're using a redefined 'Type' all over the place 2018-10-05 16:52:41 -04:00
e0ca4065d7 Ignore parser files that are generated by antlr 2018-10-05 16:41:14 -04:00
87faec998e Run linting during CI
Install and run revive for linting
2018-10-05 16:11:28 -04:00
0ea007f68f Add revive config file for linting 2018-10-05 16:00:04 -04:00
51d794d6c1 Merge pull request #52 from esell/param-test
add unit tests for runtime/core - param
2018-10-05 15:49:46 -04:00
1b4c7abe2a Merge pull request #51 from MontFerret/bug/invalid-hashing
Fixed hashing
2018-10-05 15:47:18 -04:00
1167d74ed3 add unit tests for runtime/core - param 2018-10-05 13:34:31 -06:00
3cb811c636 Fixed hashing 2018-10-05 15:17:22 -04:00
1b2a765569 Merge pull request #50 from esell/runtime-tests2
add unit tests for runtime/core - function
2018-10-05 13:42:59 -04:00
631f452d2a Merge pull request #49 from esell/runtime-tests
more unit test for runtime/core - errors
2018-10-05 12:56:21 -04:00
0b6639fdaf add unit tests for runtime/core - function 2018-10-05 10:30:54 -06:00
3c78bca385 swap magic numbers for enums in errors_test.go 2018-10-05 10:07:31 -06:00
54a8c0f81b more unit test for runtime/core - errors 2018-10-05 09:51:43 -06:00
8a43caca93 Updated prerequisites 2018-10-05 10:10:19 -04:00
4a66c0455c Updated minimal Go version 2018-10-05 10:08:16 -04:00
8200bad6a5 Merge pull request #45 from prateekchaplot/master
Grammar Check
2018-10-05 09:14:58 -04:00
01a8929592 Grammar Check 2018-10-05 14:47:22 +05:30
84f7f36b9e Updated examples 2018-10-04 22:17:33 -04:00
f083bfdc4c Updated README 2018-10-04 22:16:03 -04:00
abec033649 Reorganized CLI 2018-10-04 22:13:52 -04:00
0e3fe130b1 Merge pull request #43 from MontFerret/feature/blank-page
Added support to open blank page
2018-10-04 21:51:40 -04:00
99cd9d3f83 Commented out debug test 2018-10-04 21:38:27 -04:00
c650d28b29 Added support to open blank page 2018-10-04 21:37:28 -04:00
71ee1f3dfe Merge pull request #41 from esell/runtime-tests
[WIP] add unit tests for runtime/core
2018-10-04 17:11:33 -04:00
689cd7187c Update README.md 2018-10-04 16:19:26 -04:00
94f8398255 fix package name in errors_test.go 2018-10-04 13:46:34 -06:00
0c5c4ebb91 add unit tests for runtime/core - errors 2018-10-04 13:43:04 -06:00
efe3c97d6e Updated code snippets 2018-10-04 13:42:12 -04:00
5fac29efec Update README.md 2018-10-04 13:05:20 -04:00
c5650f3331 Merge pull request #37 from krishnakarthik1309/travis-ci
fix travis build: send arguments to antlr4 #28
2018-10-04 12:59:38 -04:00
ae60f0bf84 fix travis build: send arguments to antlr4 #28 2018-10-04 21:57:41 +05:30
c54822f610 Trigger the build 2018-10-04 10:49:08 -04:00
913d485dcf Removed meme 2018-10-04 10:46:03 -04:00
08b5f53451 Removed redundant nil check 2018-10-04 10:38:42 -04:00
d92d97da89 Merge pull request #35 from krishnakarthik1309/travis-ci
fix travis-ci(#28): use shell script instead of aliases
2018-10-04 10:32:44 -04:00
84b71fdbc6 Merge branch 'master' of github.com:MontFerret/ferret 2018-10-04 08:09:05 -04:00
74fb7566ac Fixed parsing nil 2018-10-04 08:08:57 -04:00
acc48b5631 fix json_test.go: Parsing none(nil)
:
json should parse as (values) None if input is nil.
2018-10-04 17:30:33 +05:30
0d2d342cb0 fix travis-ci: use shell script instead of aliases 2018-10-04 14:54:36 +05:30
1afe31c7ff Merge pull request #30 from 0xflotus/patch-1
fixed ArangoDB
2018-10-02 19:14:15 -04:00
6bad8904ec fixed ArangoDB 2018-10-03 00:10:11 +02:00
8ddbc842b5 Merge pull request #29 from mikemaccana/patch-1
Unminify demo code
2018-10-02 14:22:45 -04:00