2
1
mirror of https://github.com/kdabir/has.git synced 2024-09-18 17:01:29 +02:00
Commit Graph

51 Commits

Author SHA1 Message Date
Kunal Dabir
a6381b6093 update readme for non-whitelisted commands 2017-09-12 09:44:51 +05:30
Kunal Dabir
03f2acd57b add gcc make 2017-08-31 23:41:49 +05:30
Kunal Dabir
221cf2b87a more commands 2017-08-31 23:38:22 +05:30
Kunal Dabir
e200d7d969 simplify 2017-08-31 21:46:24 +05:30
Kunal Dabir
dd8249d70d Merge pull request #16 from agarrharr/patch-1
Fix typos. 

Thanks for the PR
2017-08-31 20:46:24 +05:30
Adam Garrett-Harris
ea8cf4ef61 Fix typos 2017-08-31 08:59:01 -06:00
Kunal Dabir
a47956970d Update README.md 2017-08-31 19:14:05 +05:30
Kunal Dabir
310508f583 update asciicast 2017-08-31 18:20:37 +05:30
Kunal Dabir
35e85a0981 add asciicast 2017-08-31 14:47:13 +05:30
Kunal Dabir
9b6c660048 add shortened url 2017-08-29 18:17:59 +05:30
Kunal Dabir
4dddf27108 release 1.0
- added more commands, shuffle the order
- added installation script
- using make to run tests
- update README with installation steps and usage
2017-08-29 12:01:11 +05:30
Kunal Dabir
be35ddcfff add more commands 2017-08-29 09:37:37 +05:30
Kunal Dabir
e206cbfa21 udpate test names and tool names 2017-08-29 09:23:21 +05:30
Kunal Dabir
43caa970a1 add test for status code > 1 2017-08-29 09:18:13 +05:30
Kunal Dabir
3b6dbf78e4 return exit status based on number of failed commands, 0 means all passed 2017-08-29 09:14:08 +05:30
Kunal Dabir
1549e88c4f add build status 2017-08-28 22:50:44 +05:30
Kunal Dabir
cbf7cb3dbb Merge branch 'master' into has 2017-08-28 22:34:38 +05:30
Kunal Dabir
e7588f0b11 update installation instrcutions 2017-08-28 22:27:58 +05:30
Kunal Dabir
b691095f22 update installation instrcutions 2017-08-28 22:27:04 +05:30
Kunal Dabir
abf5c53474 Merge pull request #13 from kdabir/has
`has` is new `master`
2017-08-28 22:12:50 +05:30
Kunal Dabir
1745c1d2b2 node was not there on travis, git must be :) 2017-08-28 22:10:04 +05:30
Kunal Dabir
c4695a0bdd add basic tests and travis config 2017-08-28 21:37:44 +05:30
Kunal Dabir
f3329d3d08 update license 2017-08-28 21:11:51 +05:30
Kunal Dabir
59a3369956 First cut of has
No need to install anything, no need to hit any url. all you need is bash. Many rough edges, many commands missing. there are potential unsafe operations like eval. but still feels much simpler than previous edition.
2017-08-28 21:11:32 +05:30
Kunal Dabir
d0b7da1d19 lets make a fresh start 2017-08-28 21:09:06 +05:30
Kunal Dabir
affcf6783d update readme for the dqhub changes 2015-03-02 09:58:18 +05:30
Kunal Dabir
29f85a03d3 update for grunt cli 2015-03-02 09:44:26 +05:30
Kunal Dabir
357f64967d basic logging for the command patterns that came in request. 2015-02-13 17:05:54 +05:30
Kunal Dabir
83c46501e0 add requirejs 2015-02-13 15:46:01 +05:30
Kunal Dabir
ebe59833f3 extracting regex for version matching in setup. bit ugly, but can be refactored later. also grep was acting different on mac/linux mac/BSD grep no longer has -P so finally using egrep. character class \d was not working on some linux so used :digit: 2015-02-13 13:20:25 +05:30
Kunal Dabir
7eccca0a44 More version goodies. ability to disable version display. 2015-02-13 10:13:23 +05:30
Kunal Dabir
45616090c8 guillotine strips query params by default. turn that feature off. 2015-02-13 07:49:31 +05:30
Kunal Dabir
b316fde795 add specific ruby and thin in Gemfile. also add Procfile for Heroku. 2015-02-12 22:24:57 +05:30
Kunal Dabir
2841d0f2f9 going away with the preselected groups as it is quite subjective matter. now build accepts patterns. Expose the app over web and have a shortened url long check strings. 2015-02-12 19:55:29 +05:30
Kunal Dabir
8e3299d017 remove generated scripts from repo. we are moving to mode such that installation wont be required. bash-only support is moved to a separate branch. 2015-02-12 19:31:37 +05:30
Kunal Dabir
d60b2fd47c adding usual suspects for project root 2015-02-12 19:28:24 +05:30
Kunal Dabir
433f670a3f First prototype of extracting and printing version of commands 2015-02-12 19:22:54 +05:30
Kunal Dabir
055457d499 Merge pull request #9 from dexterous/master
Update reporter; colourize output
2014-05-12 15:52:26 +03:00
Saager Mhatre
11984e8d81 Update reporter; colourize output
Closes #6
2014-05-12 15:44:56 +05:30
Kunal Dabir
c17b6d2afa fix typo in yeoman. 2014-04-23 23:08:17 +05:30
Kunal Dabir
f20ce01af2 minor updates to readme 2014-04-12 01:09:51 +05:30
Kunal Dabir
3fb43e69b3 add checks for common shell utility tools/commands 2014-04-10 13:01:35 +05:30
Kunal Dabir
3af5cc3cd0 Merge pull request #4 from dexterous/master
Make build artifacts executable
2014-04-08 21:49:48 +05:30
Saager Mhatre
aa71039f4f Build artifacts with new build script 2014-04-08 21:48:26 +05:30
Saager Mhatre
e2702935b4 Update build script; make artifacts executable 2014-04-08 20:18:34 +05:30
Saager Mhatre
8065f2f80f Update build script; refactor groups into loop 2014-04-08 20:17:55 +05:30
Kunal Dabir
0ef6b58790 add description to custom build 2014-03-05 11:13:16 +05:30
Kunal Dabir
d94d2b6ac8 update examples for custom builds 2014-03-05 11:08:08 +05:30
Kunal Dabir
b929dd92fd fix typo in the build 2014-03-05 03:50:32 +05:30
Kunal Dabir
63a0f7adb8 initial commit 2014-03-05 03:46:26 +05:30