Commit Graph

115 Commits

Author SHA1 Message Date
Dave Machado b756f21f13 Add segment length check per entry
This avoids an IndexError if the length of split segments is shorter than expected.
2018-04-21 14:22:41 -04:00
davemachado 4639c4ba11 Update test formatting 2018-03-11 22:15:21 -04:00
davemachado eb49420728 Add Section Header check to CI 2018-03-11 22:04:14 -04:00
davemachado a8537c7e85 Check Description not exceeding 100 characters 2018-02-12 21:43:45 -05:00
davemachado 21901ee2ac add build check for auth backticks 2018-02-10 00:55:36 -05:00
davemachado b0409e8ae2 Migrate JSON logic to api project 2018-02-03 13:30:53 -05:00
davemachado 9eaf189595 Update build scripts to pass flake8 2018-01-28 15:48:53 -05:00
Dave Machado e53982f9d1 Initialize variable for flake8 2018-01-27 11:37:28 -05:00
Dave Machado 82231641b7 add checks for category minimums and anchor format 2018-01-27 00:36:57 -05:00
Dave Machado aa74230ba4 Update Markdown2JSON converter for CORS 2018-01-14 13:45:19 -05:00
Dave Machado b2b5c2682e Update validate_format script for CORS 2018-01-14 13:43:19 -05:00
Dave Machado 8940786d0c Add build check for title ending with "API"
every entry in this project is an API, so specifying adds nothing
meaningful
2018-01-02 13:15:40 -05:00
Dave Machado 367de578e6 Remove branch logic from deploy script
the branch logic lives in main.sh, so no need to check again
2018-01-02 13:14:48 -05:00
Dave Machado 21eb114d6d Check links on PRs and Update main build script 2017-12-28 23:44:24 -05:00
Dave Machado 2ceb3025ba Remove Link Validation from Build logic
Will include link validation for pull requests in upcming addition
2017-12-28 23:15:47 -05:00
Dave Machado d38b999add Include pip requirements 2017-12-28 23:01:12 -05:00
Dave Machado cb9549ff9c Use Python validator over Ruby 2017-12-28 22:43:29 -05:00
Dave Machado 3c12e3a7c9 Replace Ruby link validation with Python 2017-12-23 19:24:31 -05:00
Dave Machado 7fb4f77080 Update formatting of markdown scripts 2017-12-23 19:23:32 -05:00
Dave Machado deef6e15ab Replace Ruby format validator with Python one 2017-12-23 00:00:46 -05:00
Dave Machado 3828748eee Remove duplicate JSON build steps 2017-12-22 20:21:43 -05:00
Dave Machado 68c5b997fc Update build script to use new converter 2017-12-22 20:11:25 -05:00
Dave Machado 0184842ee8 Update Category split logic 2017-12-22 20:10:19 -05:00
Dave Machado 46e2c4c9e1 Remove outdated conversion scripts 2017-12-22 19:58:20 -05:00
Dave Machado f1c4916ba0 Add Markdown To JSON converter in Python3 2017-12-22 19:57:56 -05:00
Dave Machado 948031c4a1 Merge branch 'master' of git://github.com/toddmotto/public-apis 2017-12-21 21:21:04 -05:00
Dave Machado 3bb7448f60 Display format file during build 2017-11-15 15:13:42 -05:00
davemachado b76486d66e Move json into PR-only branch 2017-10-26 12:19:07 -04:00
davemachado e0ffb2ff62 use verbose equals in bash 2017-10-26 12:06:07 -04:00
davemachado fe01820394 Update build script 2017-10-26 11:56:35 -04:00
davemachado 5e51c8b15f Fix a stupid raw string 2017-10-26 11:20:45 -04:00
davemachado 00786f2d07 Add check to see if /json was changed 2017-10-26 11:14:21 -04:00
Dave Machado 60b4f1ca24 Add HTTParty::RedirectionTooDeep exception handler 2017-09-14 14:08:15 -04:00
Dave Machado c32499a34b Update skipping current iteration on exception 2017-09-14 10:18:26 -04:00
Dave Machado 1f768c9390 Add Errno::ECONNRESET exception 2017-09-13 12:41:08 -04:00
Dave Machado 9a7f59b258 Merge pull request #467 from davemachado/alphabetical-order-check
Add Alphabetical order check to Format Validation
2017-08-18 12:05:09 -04:00
davemachado fb28cbdbfd remove extra whitespace 2017-08-18 11:57:59 -04:00
davemachado cfd23b41f9 check based on whole string value over first char 2017-08-18 11:21:01 -04:00
davemachado 4a0d7cd78c convert char to upcase for sort check 2017-08-18 11:10:17 -04:00
davemachado c8525b2f6d add functional break comments 2017-08-18 11:06:26 -04:00
davemachado 7f71a9cfe6 Add alphabetical order check logic 2017-08-18 11:00:24 -04:00
Dave Machado c282dd515e Rename Section field to Category 2017-08-16 23:13:30 -04:00
Dave Machado c21732443e Delete single_table.md 2017-08-08 22:27:11 -04:00
Dave Machado 43db54e5d8 Update conditional to use raw index of substring 2017-08-08 22:14:48 -04:00
Dave Machado 85f384e8cd update script to use absolute path 2017-08-08 21:33:06 -04:00
Dave Machado f5b506165e move deploy logic into main script 2017-08-08 21:30:47 -04:00
Dave Machado 8ac6ac8372 update var declare formatting 2017-08-03 15:43:38 -04:00
Dave Machado 51a509d922 add entry count to final json 2017-08-03 15:28:17 -04:00
Dave Machado b50073d2a3 remove temp build files 2017-08-03 15:19:29 -04:00
Dave Machado a3109a153d update build script 2017-08-03 15:18:08 -04:00