Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API updates for Dispatcher #443

Merged
merged 39 commits into from
Feb 25, 2016
Merged

API updates for Dispatcher #443

merged 39 commits into from
Feb 25, 2016

Commits on Feb 12, 2016

  1. allow ChangesetController#create to also create ChangePayloads embedd…

    …ed in the same request
    
    this is how the Dispatcher Ember app will do it
    drewda committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    0987a53 View commit details
    Browse the repository at this point in the history
  2. ChangesetController#create shouldn't try to match existing users by p…

    …rimary key
    
    it already uses email address
    drewda committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    bf59de1 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2016

  1. Configuration menu
    Copy the full SHA
    fd39a11 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2016

  1. Annotations...

    irees committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    1b4b381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2d5f32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76acdc0 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. Configuration menu
    Copy the full SHA
    260ac5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    759ec46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13d01be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64f900b View commit details
    Browse the repository at this point in the history
  5. Spec fix

    irees committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    ee0bbea View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into add-fvi-import_level

    # Conflicts:
    #	app/services/gtfs_graph.rb
    #	app/workers/feed_eater_worker.rb
    irees committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    c0915d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2016

  1. Merge branch 'master' into api-updates-for-dispatcher

    # Conflicts:
    #	spec/controllers/api/v1/changesets_controller_spec.rb
    drewda committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    6e2f060 View commit details
    Browse the repository at this point in the history
  2. standardize the way controllers filter collections

    and add in more query parameter filters that will be useful to Dispatcher front-end
    drewda committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    038fb0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7970084 View commit details
    Browse the repository at this point in the history
  4. update annotations (since they were out of date)

    using `bundle exec rake annotate`
    drewda committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    4883404 View commit details
    Browse the repository at this point in the history
  5. updating ERD diagram (because it was out of date)

    using `bundle exec rake erd_diagrams`
    drewda committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    5715c8b View commit details
    Browse the repository at this point in the history
  6. fixing commit 7970084

    drewda committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    521b6c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22bc896 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    843169c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a85ee9c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a8cf9f9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    20f36fb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e06eae7 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. Configuration menu
    Copy the full SHA
    91406c9 View commit details
    Browse the repository at this point in the history
  2. no longer nest FeedVersion and FeedVersionImport API endpoints

    This will make it easier for Ember (and other front-end apps) to filter based on various query parameters. They'll no longer need to know the Onestop ID of a Feed or the SHA1 of a FeedVersion to construct a URL.
    drewda committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    23de606 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bc514c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e104be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10f0e17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87e9406 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. Configuration menu
    Copy the full SHA
    94feb76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b1f4d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    924ec80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d3082e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2dfdeda View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19d01fc View commit details
    Browse the repository at this point in the history
  7. Merge branch 'api-updates-for-dispatcher' of github.com:transitland/t…

    …ransitland-datastore into api-updates-for-dispatcher
    drewda committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    789c162 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'add-fvi-import_level' into api-updates-for-dispatcher

    # Conflicts:
    #	README.md
    #	app/controllers/api/v1/feed_versions_controller.rb
    #	config/routes.rb
    #	spec/controllers/api/v1/feed_versions_controller_spec.rb
    drewda committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    0bd8030 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    01c7578 View commit details
    Browse the repository at this point in the history