Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
c8414f4
Initial work around parsing PCRE named groups in route strings
kadamwhite Feb 11, 2016
2d7b5d4
Properly group route strings under their corresponding namespaces
kadamwhite Feb 11, 2016
44a0e9a
Begin fleshing out, but then abort, the first draft solution
kadamwhite Feb 11, 2016
78c0b7e
Successfully parse wp/v2 routes into tree structure
kadamwhite Feb 11, 2016
df50165
DRY up tree generation code and structure it with children objects
kadamwhite Feb 11, 2016
a830aef
Augment node tree with info about component names and validators
kadamwhite Feb 11, 2016
5fbc773
Augment route definition tree with more metadata from schema
kadamwhite Feb 11, 2016
219342e
Modularize the code a bit and begin iterating on validation/setter de…
kadamwhite Feb 12, 2016
9a352b4
explain problem
kadamwhite Feb 12, 2016
d74a1ab
Initial tweaks to tree structure following code review with gnarf
kadamwhite Feb 12, 2016
27cd3d3
Begin the dynamic generation/construction of setter methods
kadamwhite Feb 12, 2016
e6fc7f3
Finish initial pass at defining value setters
kadamwhite Feb 13, 2016
ab95da4
Break setter fn generation into its own module
kadamwhite Feb 13, 2016
3ff8bc2
Move to defining proper factory methods for each deduced endpoint han…
kadamwhite Feb 14, 2016
8d6ed9a
Break everything, by beginning to fold the new into the old
kadamwhite Feb 14, 2016
a4c51b4
Small cleanup while getting back in to this codebase
kadamwhite Jun 4, 2016
5b85254
Rename lib/lib to lib/util & rearrange files
kadamwhite Jun 5, 2016
204bdf5
Fragment parse-route-string into multiple modules
kadamwhite Jun 5, 2016
f5ce771
Begin moving code around to test built-route-tree.js
kadamwhite Jun 9, 2016
12a208b
Test route-tree.js, begin code cleanup, add _getArgs
kadamwhite Jun 9, 2016
f62246e
Automatically assign mixins and update WPRequest path validation
kadamwhite Jun 13, 2016
2eb4911
Resolve issues preventing comments suite from passing
kadamwhite Jun 14, 2016
507298f
Update posts unit tests to reflect new world order
kadamwhite Jun 14, 2016
5533e3e
Update media unit tests and port structure changes to posts and comments
kadamwhite Jun 14, 2016
79c26bb
Update pages unit tests to account for derived endpoint handlers
kadamwhite Jun 14, 2016
e7ef50c
Update tests for taxonomies endpoint
kadamwhite Jun 14, 2016
a0da2b4
Update types unit tests to handle derived endpoint handlers
kadamwhite Jun 14, 2016
e6f5206
Update users tests to account for new endpoint handlers
kadamwhite Jun 14, 2016
5db59e7
Update remaining tests to reflect derived endpoints
kadamwhite Jun 14, 2016
3fa8e48
Deprecate CollectionRequest and remove unused constructors
kadamwhite Jun 14, 2016
8a638ee
Fully remove CollectionRequest
kadamwhite Jun 14, 2016
e5cfd50
Rename and rearrange files in lib and test directories
kadamwhite Jun 15, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
156 changes: 0 additions & 156 deletions lib/comments.js

This file was deleted.

Loading