Commit Graph

  • 64b0de494f Simplify response header validation vinhbachsy 2016-10-20 01:33:43 +0800
  • 9d4069bcfe A minor readme update domaindrivendev 2016-10-19 00:37:06 -0700
  • 17a6cd13c4 Merge pull request #32 from vinh0604/master domaindrivendev 2016-10-19 00:09:48 -0700
  • 0b0acfe4c7 Rename response_examples to examples for consistent DSL vinhbachsy 2016-10-19 03:04:03 +0800
  • 5ea97a4278 Update README for response headers and examples vinhbachsy 2016-10-18 21:46:23 +0800
  • 5cf376891a Validate response headers based on specified header vinhbachsy 2016-10-18 21:45:55 +0800
  • 10dd37896f Support setting examples for response vinhbachsy 2016-10-18 21:44:04 +0800
  • 3506fee3d0 Prep for 1.0.3 release v1.0.3 richie 2016-10-17 14:50:57 -0700
  • 5df130922f Support x-nullable in respone_validator richie 2016-10-17 14:47:11 -0700
  • 5a19cd2373 Push latest Gemfile.lock richie 2016-10-14 17:50:42 -0700
  • 7025ec0063 Prep for v1.0.2 release v1.0.2 richie 2016-10-14 17:48:16 -0700
  • 23f4120fe3 Parse defined security requirements correctly richie 2016-10-14 17:44:27 -0700
  • 312f68ae72 Rename ExampleHelpers.config - appeared to be conflicting in Rails 4+ richie 2016-10-14 09:55:55 -0700
  • 63e0e53104 Merge branch 'path-item-parameters' richie 2016-10-13 18:17:30 -0700
  • 4d675056c1 Support parameters provided at the 'path' level richie 2016-10-13 18:17:19 -0700
  • de09df59e1 Move path metadata into 'path_item' hash richie 2016-10-13 17:23:31 -0700
  • b81b2927be More useful error messages in rswag-specs richie 2016-10-13 16:56:44 -0700
  • f1850bc6d0 Ensure Gemfile.lock is up-to-date richie 2016-10-12 14:16:29 -0700
  • d193369d92 Prep for v1.0.1 release v1.0.1 richie 2016-10-12 14:14:35 -0700
  • f8c882001c Add support for query parameters of type array richie 2016-10-12 14:10:01 -0700
  • edc7e7c036 Ensure swagger-ui files are included in rswag-ui.gemspec richie 2016-10-12 12:46:01 -0700
  • 69202bf212 Merge pull request #31 from benoittgt/fix_readme_ui_command domaindrivendev 2016-10-12 09:30:30 -0700
  • 7333fb8993 Change rails rswag UI command to last one Benoit Tigeot 2016-10-12 18:19:56 +0200
  • 45263ab1ac Fix typo in deploy script richie 2016-10-11 23:49:29 -0700
  • 1fbce1348c Add travis-ci build status badge domaindrivendev 2016-10-11 23:04:41 -0700
  • 941b195f68 In .travis.yml, use Rails 3 version that's compatable with Ruby 2.2 richie 2016-10-11 23:00:12 -0700
  • f0159a877d travis/ci: bundle update instead of install richie 2016-10-11 22:34:33 -0700
  • f8df35d338 More tweaks to travis/ci scripts richie 2016-10-11 22:17:21 -0700
  • b503e0c74b Remove local path from Gemfile richie 2016-10-11 22:04:25 -0700
  • 02a15d131c Add travis.yml richie 2016-10-11 22:01:10 -0700
  • fa8d42b37b Tweak gemspecs and script to build gems richie 2016-10-11 21:55:13 -0700
  • 02159f2136 Cleanup .gitignore files etc. richie 2016-10-11 18:52:31 -0700
  • 06d02fa364 Fix Readme typo domaindrivendev 2016-10-11 18:40:11 -0700
  • 27494e319e Merge pull request #29 from domaindrivendev/rename-and-componentize domaindrivendev 2016-10-11 18:33:43 -0700
  • c558098c39 rename to rswag plus major refactor - almost a rewrite richie 2016-10-11 18:31:12 -0700
  • 4842055ee6 Add a contributing file andrew morton 2016-09-13 06:43:39 -0600
  • f8d993356f Update Gemfile.lock richie 2016-08-23 09:30:11 -0700
  • 1150b9c030 Merge pull request #17 from drewish/param-refs domaindrivendev 2016-09-12 22:32:24 -0700
  • 654dc706e3 Merge pull request #14 from drewish/remove-built-gem domaindrivendev 2016-09-12 22:22:31 -0700
  • ec9a116ffb Merge pull request #13 from drewish/make-sprokets-optional domaindrivendev 2016-09-12 22:22:15 -0700
  • 30e4e77df8 Support parameter references andrew morton 2016-09-09 09:13:55 -0600
  • 198257f510 Don't assume sprockets is loaded andrew morton 2016-09-08 09:34:47 -0600
  • 0309ff2166 Merge pull request #9 from dnswus/master domaindrivendev 2016-09-11 13:02:58 -0700
  • 12cb8c48b8 Merge pull request #11 from drewish/patch-1 domaindrivendev 2016-09-11 13:02:11 -0700
  • ad5da838f2 Remove built copy of gem andrew morton 2016-09-08 09:42:13 -0600
  • d3d865d6aa Quote the name in the Gemfile andrew morton 2016-09-07 15:33:48 -0600
  • 9be5a63db3
    Fix deprecation warning for ActionDispatch::IntegrationTest HTTP request methods will accept only the following keyword arguments in future Rails versions. Dennis Wu 2016-08-24 17:36:01 +0800
  • 5003b7ccd9 Merge pull request #10 from dnswus/spec-order domaindrivendev 2016-08-28 15:37:17 -0700
  • 2f2c010074
    Keep the execution order of the specs so that the resulting swagger.json will be consistent. Dennis Wu 2016-08-25 11:10:20 +0800
  • 2348f917cd Merge pull request #7 from dnswus/master domaindrivendev 2016-08-23 09:28:28 -0700
  • f2274cad78
    Allow all minor updates of Rails 5.0. Dennis Wu 2016-08-17 16:02:02 +0800
  • 19beb9e34d minor reordering for readability richie 2016-08-19 15:22:33 -0700
  • 4a025309aa Add gitkeep to ensure spec folder is present in fixtures richie 2016-08-19 15:20:31 -0700
  • ee3921fe05 Bumping up the version Garima Singh 2016-08-12 09:59:54 +0800
  • 7f97e286a9 Adding more documentation to the dummy rails application Garima Singh 2016-08-12 09:16:44 +0800
  • 9c250cffe1 Extracting out APIMetadata from Formatter Garima Singh 2016-08-12 08:21:41 +0800
  • 4c533caf68 Updating documentation for adding operation_description Garima Singh 2016-08-11 22:14:22 +0800
  • d7f02de0c2 Adding test for formatter#stop Garima Singh 2016-08-11 22:11:01 +0800
  • 2fae4a0a30 Adding test for formatter Garima Singh 2016-08-11 14:45:51 +0800
  • 1bd138b0fb Adding description (Implementation Notes) for HTTP operations Garima Singh 2016-08-10 10:29:31 +0800
  • cd5ba67227 Merge pull request #4 from dima4p/master domaindrivendev 2016-08-05 10:01:23 -0700
  • 1046d96906 Allow rails 5 Dmitri Koulikoff 2016-08-04 12:19:52 +0200
  • 7c40f38c55 Serve ui directly from mount root richie 2016-07-15 15:32:32 -0700
  • f321207285 Ensure all swagger-ui assets get included in asset precompile richie 2016-07-15 10:26:48 -0700
  • f716c4f054 Serve static swagger-ui assets via vendor/assets richie 2016-07-13 18:30:47 -0700
  • cc90876dfa Handle trailing slashes when building discovery paths richie 2016-07-11 13:04:29 -0700
  • 1068e6c7a6 Simplify build of discovery_paths in swagger_ui_controller richie 2016-06-29 17:04:03 -0700
  • 7a01babe01 Support mount-specific swagger_root and add swagger_filter setting richie 2016-06-29 16:11:40 -0700
  • 60f33a5386 Only load swaggerize task if rspec available richie 2016-05-23 08:47:46 -0700
  • 9983261d4f Send Rails CSRF Token with swagger-ui requests richie 2016-05-18 22:53:01 -0700
  • e10d8daa52 Update readme with correct swagger directory domaindrivendev 2016-05-17 09:00:39 -0700
  • 1b9f596c6f Prep for beta2 release 1.0.0-beta2 richie 2016-05-13 00:07:28 -0700
  • 9a327e84cf Honor basePath, output tags & other cleanup richie 2016-05-13 00:03:23 -0700
  • 452917e0d9 Pusblish as beta version richie 2016-05-09 20:00:07 -0700
  • 2b4a940429 Rename gem from swagger-rails to swagger_rails domaindrivendev 2016-04-25 23:34:19 -0700
  • efab9b43a4 Require 'in' property for path params + rename Adapter to DSL domaindrivendev 2016-04-25 23:06:15 -0700
  • 06ec343c89 More readme typo fixes domaindrivendev 2016-04-15 10:13:38 -0700
  • 0a3c7abc51 Fix some readme typos domaindrivendev 2016-04-15 10:08:21 -0700
  • e31d0a5ae3 Update readme to reflect spec driven approach domaindrivendev 2016-04-15 09:55:23 -0700
  • 0cf86cb5bf Add some comments to swagger_rails initializer domaindrivendev 2016-04-06 17:19:54 -0700
  • 63861a3940 First iteration of rspec driven swagger domaindrivendev 2016-04-06 09:19:41 -0700
  • d579dab7d8 wip:swagger-based dsl for rspec domaindrivendev 2016-03-09 16:58:38 -0800
  • fc877b4047 Merge branch 'swagger_driven_tests' domaindrivendev 2016-02-25 09:47:23 -0800
  • 9297120adb Demo swagger-driven tests with minitest and rspec domaindrivendev 2016-02-25 09:46:21 -0800
  • 9ad7a49e6d assert response body based on spec examples domaindrivendev 2016-02-23 00:30:10 -0800
  • 071239727a rename & refactor example_builder domaindrivendev 2016-02-18 11:10:09 -0800
  • f9225a8a22 Basic functionality via minitest domaindrivendev 2016-02-16 17:32:05 -0800
  • 007b82a9e4 Update README.md domaindrivendev 2016-02-05 14:54:28 -0800
  • 4b40fb9efe Support multiple swagger documents. Add custom_ui_generator. Update readme domaindrivendev 2016-02-05 14:47:55 -0800
  • df4b9c80c9 Serve Swagger docs via middleware domaindrivendev 2016-02-03 23:41:31 -0800
  • 58691903fb Add install generator and support Rails 3 or 4 domaindrivendev 2015-12-10 18:24:35 -0800
  • ec2bda1e3d Add install generator and support Rails 3 or 4 domaindrivendev 2015-12-10 18:24:35 -0800
  • 13b0fe83c5 Default docExpansion to list domaindrivendev 2015-09-24 15:34:16 -0700
  • c01edd2ded swagger-ui via bower and middleware domaindrivendev 2015-09-22 15:12:28 -0700
  • 527bbd1cc3 Vendor latest swagger-ui domaindrivendev 2015-09-17 12:02:41 -0700
  • 9b0539a79d Initial commit domaindrivendev 2015-01-12 18:06:57 -0800
  • e4da21b9c5 Generated as mountable Rails Engine domaindrivendev 2015-01-12 11:10:33 -0800
  • 87f764ead0 Initial commit domaindrivendev 2015-01-12 11:08:10 -0800