Commit Graph

  • ba6c7d267c SPEC-216: Document the behaviour of the room getters when the user has left the room Mark Haines 2015-09-21 17:17:40 +0100
  • 615a9575cb SPEC-216: Clarify when the room getters will return 403 Mark Haines 2015-09-21 17:12:29 +0100
  • cb41adee70 Fix the swagger host to be "localhost:8008" so that it can be used in a "Try it now" setup against localhost Mark Haines 2015-09-21 17:10:23 +0100
  • d5e0115e42 Merge branch 'master' into spec-restructure-modules Kegan Dougal 2015-09-21 16:55:24 +0100
  • 65ce95249f cat the spec according to the build target. Remove old checks as they are now obsolete since we don't care about the filename Kegan Dougal 2015-09-21 16:54:30 +0100
  • 2efadea583 Merge branch 'master' into markjh/document_v1_rooms_api Mark Haines 2015-09-21 16:35:31 +0100
  • 8590cc84b5 Process and extract targets in gendoc.py Kegan Dougal 2015-09-21 15:33:28 +0100
  • 83ee385543 Merge pull request #55 from matrix-org/markjh/codehighlighting Kegsay 2015-09-21 15:23:13 +0100
  • a64125772f Merge pull request #58 from matrix-org/markjh/jenkins Mark Haines 2015-09-21 15:22:38 +0100
  • 2c31731262 Add the jenkins command to source control so that we can update it without having to fiddle with the jenkins UI. markjh/jenkins Mark Haines 2015-09-21 15:16:02 +0100
  • 738b24d028 Merge pull request #57 from matrix-org/markjh/example_checker Mark Haines 2015-09-21 15:07:57 +0100
  • 8974b2b67b Skip files that start with ".", e.g. vim swp files. markjh/example_checker Mark Haines 2015-09-21 15:05:10 +0100
  • 6ba9b29b3b Report all the errors in schemas/check_examples, not just the first error. Mark Haines 2015-09-21 15:04:03 +0100
  • 568982ee2e Represent nested deps in targets.yaml along with title styles Kegan Dougal 2015-09-21 14:49:54 +0100
  • 703f913a47 Add a 'targets.yaml' files in /specification Kegan Dougal 2015-09-21 14:31:57 +0100
  • f520ac9d82 Create a modules folder to group together similar parts of the spec Kegan Dougal 2015-09-21 14:25:52 +0100
  • c77ef1a2cc Add stub files feature_profiles and modules Kegan Dougal 2015-09-21 14:17:31 +0100
  • f2c952ec58 Reshuffle spec into sections roughly right as per PR #52 Kegan Dougal 2015-09-21 14:13:18 +0100
  • 52640eb205 Add a python script for checking that the examples match the event schema. Mark Haines 2015-09-21 13:02:37 +0100
  • 6a2c4d27fc Update the docs for room v1 api Mark Haines 2015-09-18 17:58:44 +0100
  • f33c0846c3 Merge remote-tracking branch 'origin/master' into markjh/document_v1_rooms_api Mark Haines 2015-09-18 17:38:03 +0100
  • 6b5b8432b3 Turn on code highlighting for HTTP api responses and add a code highlighting stylesheet for the specification. markjh/codehighlighting Mark Haines 2015-09-18 17:26:10 +0100
  • d2e39095fe Merge pull request #54 from matrix-org/markjh/swagger_examples Mark Haines 2015-09-18 16:37:07 +0100
  • f827765ba1 Make to code to skip checking swagger responses which don't have an application/json example clearer. markjh/swagger_examples Mark Haines 2015-09-18 16:35:27 +0100
  • 9896f98e2b Search for yaml swagger files if check_examples.py is run without arguments. Mark Haines 2015-09-18 16:21:48 +0100
  • 7c2ccb1aeb Merge remote-tracking branch 'origin/master' into markjh/swagger_examples Mark Haines 2015-09-18 16:11:26 +0100
  • 299a4356d4 Add script to check that the example responses in the swagger matches the examples. Mark Haines 2015-09-18 16:10:21 +0100
  • 5fbd534713 Merge pull request #51 from matrix-org/daniel/gendoc Kegsay 2015-09-18 15:50:56 +0100
  • f1da162a00 Merge pull request #53 from matrix-org/markjh/event-schema Kegsay 2015-09-18 15:50:13 +0100
  • 7ac5c3766c Merge remote-tracking branch 'origin/master' into markjh/event-schema markjh/event-schema Mark Haines 2015-09-18 15:49:36 +0100
  • a2cfb89086 Merge pull request #52 from matrix-org/spec-file-structure Kegsay 2015-09-18 15:44:19 +0100
  • cf8abdafd4 Fix PR comments spec-file-structure Kegan Dougal 2015-09-18 15:42:49 +0100
  • ba4998a62b Apparently tabs are A Thing Kegan Dougal 2015-09-17 15:49:01 +0100
  • 427e4c8b1b Log port being listened on Kegan Dougal 2015-09-17 15:46:37 +0100
  • 1540b1fe3c Merge branch 'markjh/swagger' into markjh/event-schema Mark Haines 2015-09-18 14:46:20 +0100
  • f99a38ce72 Update the hard-coded paths in templating units.py. Mark Haines 2015-09-18 14:43:57 +0100
  • 63f08bace6 Fix the examples in the swagger API documentation to be valid JSON Mark Haines 2015-09-18 14:40:48 +0100
  • 1f6b12b3e8 Modify and enforce the file format/structure used Kegan Dougal 2015-09-18 11:43:53 +0100
  • 7f81501762 Allow relative references to schema to work in python and node. Mark Haines 2015-09-18 11:39:44 +0100
  • 06e46c1899 Fix on a better numbering format Kegan Dougal 2015-09-18 11:20:34 +0100
  • 91d674b3c7 Merge branch 'spec-edits-cleanup' into spec-file-structure Kegan Dougal 2015-09-18 11:10:17 +0100
  • 28f3e61d04 Merge pull request #50 from matrix-org/spec-edits-cleanup Kegsay 2015-09-18 11:10:01 +0100
  • 9ed39665c8 PR feedback spec-edits-cleanup Kegan Dougal 2015-09-18 11:09:04 +0100
  • ef473b4161 Start enforcing title styles Kegan Dougal 2015-09-18 11:05:48 +0100
  • 08defafd98 Print errors to stderr Daniel Wagner-Hall 2015-09-18 10:26:13 +0100
  • 0b183f06f8 Merge pull request #49 from matrix-org/continuserv-logging Daniel Wagner-Hall 2015-09-18 10:18:09 +0100
  • ad26b7f8cb Fix a subtle rendering bug when catting spec sections Kegan Dougal 2015-09-18 10:03:58 +0100
  • 8e7b33ac99 Fix more typos/spelling errors Kegan Dougal 2015-09-18 09:40:53 +0100
  • 3f9d183c2a More typo/layout fixes Kegan Dougal 2015-09-18 09:25:40 +0100
  • 620d3dcb26 Test commit Kegan Dougal 2015-09-17 17:51:44 +0100
  • faa95e172f More formatting fixes; typos; etc Kegan Dougal 2015-09-17 17:49:57 +0100
  • 46d29e9eea fix the room api swagger to be valid swagger Mark Haines 2015-09-17 16:48:07 +0100
  • af32ec194a Move VoIP events to 22_voip_events Kegan Dougal 2015-09-17 16:38:58 +0100
  • 5b59c67510 Minor formatting fixes. Fix state event templating. Kegan Dougal 2015-09-17 16:34:20 +0100
  • 654ed9b99e Remove keys from the m.room.* schema files so that they may be used in the node swagger validator Mark Haines 2015-09-17 16:00:06 +0100
  • 9c3a333a6d Apparently tabs are A Thing Kegan Dougal 2015-09-17 15:49:01 +0100
  • 9b18fd252e Log port being listened on Kegan Dougal 2015-09-17 15:46:37 +0100
  • 315f97e36b Merge branch 'master' into markjh/document_v1_rooms_api Mark Haines 2015-09-17 15:25:00 +0100
  • bb441427ac Merge pull request #48 from matrix-org/markjh/swagger Kegsay 2015-09-17 15:16:02 +0100
  • fd3401fc7a Remove accidentally committed swp file Mark Haines 2015-09-17 14:44:17 +0100
  • d0b018c46e Fix syntax error in JSON Mark Haines 2015-09-17 14:43:09 +0100
  • 380f186273 Log which file a json parse error occurred in Mark Haines 2015-09-17 14:42:43 +0100
  • c49338006a replace definitions/*event.yaml with symlinks to /event-schemas/ Mark Haines 2015-09-17 13:09:35 +0100
  • 2cf8da6b20 Update the gendoc script to load the core event schema from separate files. Mark Haines 2015-09-17 10:28:57 +0100
  • 6147562d14 Split the "core" definition files into separate files. To make it easier to use the schema files with tools that don't support deep links. Mark Haines 2015-09-17 10:09:37 +0100
  • cf13701450 Merge branch 'master' into macaroons Daniel Wagner-Hall 2015-09-15 16:47:11 +0100
  • a19e18a4da Merge branch 'master' into daniel/threepidinvites-2 Daniel Wagner-Hall 2015-09-15 16:46:35 +0100
  • 4d302d10c4 Merge pull request #47 from matrix-org/daniel/chdor Mark Haines 2015-09-15 16:38:47 +0100
  • 21411309e0 Fix chdir path Daniel Wagner-Hall 2015-09-15 16:27:10 +0100
  • 2e9d3d283a Swagger refresh tokens Daniel Wagner-Hall 2015-09-15 16:23:19 +0100
  • 0f525e18b4 Merge branch 'master' into macaroons Daniel Wagner-Hall 2015-09-15 15:58:16 +0100
  • 7eb8b4fde2 Add new-style docs for the APIs for getting events for a room Mark Haines 2015-09-15 15:52:36 +0100
  • 7fec98d651 Merge pull request #46 from matrix-org/markjh/gendoc_directory Kegsay 2015-09-15 11:55:18 +0100
  • c3eab1cc3c Set the current working directory in gendoc.py to the script directory as that is where it expects to be run markjh/gendoc_directory Mark Haines 2015-09-15 11:41:40 +0100
  • 916046670c Merge pull request #45 from matrix-org/daniel/swaggerlogin Kegsay 2015-09-14 17:15:35 +0100
  • 3b44fb92f9 Clarify == case Daniel Wagner-Hall 2015-09-14 17:13:54 +0100
  • 59a4e84361 s/registration/login/ Daniel Wagner-Hall 2015-09-14 17:10:46 +0100
  • b916823d0f Merge branch 'master' into daniel/threepidinvites-2 Daniel Wagner-Hall 2015-09-14 17:08:22 +0100
  • f483340033 Clarify digest computation Daniel Wagner-Hall 2015-09-14 15:16:30 +0100
  • b8e2ac5c1b Swaggerify /login Daniel Wagner-Hall 2015-09-14 13:49:27 +0100
  • c55917d99c Add spec diff to index page Daniel Wagner-Hall 2015-09-14 11:08:16 +0100
  • 521d625aac Fix typo Daniel Wagner-Hall 2015-09-14 11:06:57 +0100
  • d9013cab5f speculator: Add HTML diffing Daniel Wagner-Hall 2015-09-14 11:03:54 +0100
  • 0341c30824 Minor typo and formatting fixes Daniel Wagner-Hall 2015-09-14 10:39:22 +0100
  • 1abb82d6e0 Merge branch 'master' into macaroons Daniel Wagner-Hall 2015-09-14 10:33:53 +0100
  • b247761465 .gitignore speculator Daniel Wagner-Hall 2015-09-14 10:33:25 +0100
  • 2a2cd808fb Merge pull request #42 from matrix-org/speculator-list Kegsay 2015-09-11 17:42:02 +0100
  • d251f791fb speculator: Document / Daniel Wagner-Hall 2015-09-11 17:15:03 +0100
  • 7b7d124f24 Merge remote-tracking branch 'origin/master' into client_server_v2_http_api client_server_v2_http_api Mark Haines 2015-09-11 16:37:16 +0100
  • f9ef934625 Merge branch 'master' into speculator-list Daniel Wagner-Hall 2015-09-11 15:31:32 +0100
  • e4f4670260 Merge pull request #44 from matrix-org/speculator-errs Kegsay 2015-09-11 15:30:15 +0100
  • b2eb7e7dc1 Merge pull request #43 from matrix-org/speculator-diff Kegsay 2015-09-11 15:29:50 +0100
  • b6dab0009d speculator: Don't ignore errors Daniel Wagner-Hall 2015-09-11 14:43:26 +0100
  • 20f0284155 speculator: Unified diff for rst diff Daniel Wagner-Hall 2015-09-11 14:40:52 +0100
  • ba780a589a speculator: Add list-pull-request functionality Daniel Wagner-Hall 2015-09-11 14:40:08 +0100
  • da7c2e7fa8 Merge pull request #40 from matrix-org/markjh/history_for_rooms_that_have_been_left Kegsay 2015-09-11 12:55:07 +0100
  • 04fda9ca62 Merge branch 'master' into daniel/threepidinvites-2 Daniel Wagner-Hall 2015-09-11 12:44:49 +0100
  • fef97802b7 Merge pull request #39 from matrix-org/speculator Daniel Wagner-Hall 2015-09-11 12:43:33 +0100
  • bf318ffcd5 Add HTTP endpoints to README Daniel Wagner-Hall 2015-09-11 12:42:41 +0100
  • e788f565f8 Merge pull request #36 from matrix-org/daniel/threepidinvites Kegsay 2015-09-11 11:59:21 +0100