Commit Graph

204 Commits (cb53c7eab7047978f5c87ecbfc381d3eca58268f)

Author SHA1 Message Date
Anton Maminov bc32759b30 add CI badge to readme 2021-08-17 19:31:15 +03:00
Anton Maminov 3b4449f358 check code format on CI 2021-08-17 19:30:14 +03:00
Anton Maminov 9478bffdf1 format code 2021-08-17 19:30:01 +03:00
Kanezoh 858a999ed2 make sure mech is not nil 2021-08-17 15:23:28 +09:00
Kanezoh 01963a8057 Merge branch 'redirects' 2021-08-17 15:06:28 +09:00
Kanezoh 810f9ae430 complete url if location header is relative path 2021-08-17 15:03:21 +09:00
Anton Maminov 226908b5ba follow redirects 2021-08-17 01:03:21 +03:00
Kanezoh 79b3984b6d
Merge pull request #2 from mamantoha/github-workflow
add github workflow
2021-08-15 14:20:59 +09:00
Kanezoh 6b621ce6a8
Merge pull request #1 from mamantoha/lexbor
switch to Lexbor parser
2021-08-15 14:20:22 +09:00
Anton Maminov 24ba8f322a add github workflow 2021-08-14 12:30:04 +03:00
Anton Maminov 30c1f97114 switch to Lexbor parser 2021-08-14 12:20:15 +03:00
Kanezoh 9dd4273f2c can use NamedTuple as *_with method's argument 2021-08-11 07:17:38 +09:00
Kanezoh 979c5b4c3a add history max_size test 2021-08-10 14:24:47 +09:00
Kanezoh b23726d646 set history #push and #pop 2021-08-10 14:24:26 +09:00
Kanezoh c3f31f09bb refactor comment 2021-08-10 14:01:16 +09:00
Kanezoh d9eaef74bd add max_history 2021-08-09 19:30:11 +09:00
Kanezoh 900d5a419a make MechanizeCr::History 2021-08-09 19:11:38 +09:00
Kanezoh 1f97287eaf add uri escape test 2021-08-09 17:49:06 +09:00
Kanezoh 6f71f4c928 add comment 2021-08-09 17:41:52 +09:00
Kanezoh 69edb6e5ea add post_form to cur_page 2021-08-09 08:34:46 +09:00
Kanezoh 031f112eb3 divive HTTP::Cookie 2021-08-09 06:19:44 +09:00
Kanezoh 51480129d0 deal with cookie's secure attribute 2021-08-07 14:05:10 +09:00
Kanezoh 4f845757f9 add cookie path attribute test 2021-08-06 16:58:31 +09:00
Kanezoh f0afbf2c5f add valid_cookie? method to HTTP::Cookie 2021-08-06 16:40:52 +09:00
Kanezoh b67d20b157 add subdomain cookie test 2021-08-06 15:11:20 +09:00
Kanezoh ab093f299d divide cookie test 2021-08-06 13:44:10 +09:00
Kanezoh 5956081ad1 change cookies data structure 2021-08-06 13:08:42 +09:00
Kanezoh e3b712a36c refactor code 2021-08-06 08:04:51 +09:00
Kanezoh 3d4dfc4568 add user agent test 2021-08-04 14:37:56 +09:00
Kanezoh 976f2b3d68 Merge branch 'master' of github.com:Kanezoh/mechanize.cr 2021-07-15 09:01:56 +09:00
Kanezoh 6ff9590f48 arrange indent 2021-07-15 09:00:23 +09:00
Kanezoh a2bfdee1c8 add @mech to page 2021-07-05 14:15:05 +09:00
Kanezoh f2434a4c5a add MultiSelectList#inspect 2021-07-02 20:47:04 +09:00
Kanezoh 8cfd44473d add selectbox 2021-07-02 09:59:33 +09:00
Kanezoh 76447684da multiple request data test 2021-07-01 21:00:26 +09:00
Kanezoh 5bec2626a8 add multi select box test 2021-07-01 20:31:22 +09:00
Kanezoh b4f4b6a021 add option test 2021-07-01 20:11:16 +09:00
Kanezoh 0ee236b9b4 add select box test 2021-07-01 20:05:15 +09:00
Kanezoh a6111294ad add select list options 2021-07-01 19:08:28 +09:00
Kanezoh 18e948616a add multi select list 2021-07-01 19:02:57 +09:00
Kanezoh 9f6893c67b add multi select list 2021-07-01 19:02:33 +09:00
Kanezoh 7d4b206dc1 add user agent 2021-07-01 12:08:23 +09:00
Kanezoh e0aa2d9576 fix namespace 2021-07-01 08:07:45 +09:00
Kanezoh 5a98037965 improve add_button_to_query error message 2021-07-01 07:54:27 +09:00
Kanezoh fb94479166 add button_with method 2021-07-01 07:30:34 +09:00
Kanezoh 4df61c7906 add normal button 2021-06-30 14:27:34 +09:00
Kanezoh a1e57c5ca9 add image button test 2021-06-30 14:05:17 +09:00
Kanezoh cfd37b5374 add image buton 2021-06-30 14:03:35 +09:00
Kanezoh 6144bb8a55 add textarea test 2021-06-29 21:41:04 +09:00
Kanezoh 57bad568f7 add Textarea 2021-06-29 21:07:15 +09:00