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

production release 4.3.0 #230

Merged
merged 82 commits into from
Nov 12, 2015
Merged

production release 4.3.0 #230

merged 82 commits into from
Nov 12, 2015

Commits on Nov 4, 2015

  1. Update to sidekiq-unique-job broke unique: true

    Changed to unique: :until_and_while_executing
    irees committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    d001cbc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #216 from transitland/fix-sidekiq-unique-jobs

    Update to sidekiq-unique-job broke unique: true
    drewda committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    263613f View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2015

  1. making tmp directory if not exists

    Alexander Smith authored and Alexander Smith committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    df88755 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #217 from transitland/fix-bin-setup-tmp

    Making tmp directory if not exists
    irees committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    2542645 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2015

  1. Time changeset apply

    irees committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    73f5275 View commit details
    Browse the repository at this point in the history
  2. Simplify apply!; pass cache

    irees committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    9788b81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb51afb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6322c2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0816ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    24f6a16 View commit details
    Browse the repository at this point in the history
  7. Update method style

    irees committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    1bff549 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c3b5094 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3a2c07c View commit details
    Browse the repository at this point in the history
  10. Add timing back in

    irees committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    436596a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2015

  1. Configuration menu
    Copy the full SHA
    07b81f3 View commit details
    Browse the repository at this point in the history
  2. Style update

    irees committed Nov 7, 2015
    Configuration menu
    Copy the full SHA
    c8df0c9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #219 from transitland/fix-bart-convex-hull

    Fix BART initial convex hull
    drewda committed Nov 7, 2015
    Configuration menu
    Copy the full SHA
    61c338d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #218 from transitland/changeset-ssp-entity-caching

    Improve SSP performance by caching entity lookups
    drewda committed Nov 7, 2015
    Configuration menu
    Copy the full SHA
    3d86913 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cdcb9c1 View commit details
    Browse the repository at this point in the history
  6. Updated annotation

    doublestranded committed Nov 7, 2015
    Configuration menu
    Copy the full SHA
    4e57b46 View commit details
    Browse the repository at this point in the history
  7. added Stop.re_conflate_with_osm to check stale osm_way_id

    update last_conflated_at during conflation.
    doublestranded committed Nov 7, 2015
    Configuration menu
    Copy the full SHA
    765f2ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c724257 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2015

  1. Configuration menu
    Copy the full SHA
    bddbbe4 View commit details
    Browse the repository at this point in the history
  2. added conflation specs context with test for last_conflated_before sc…

    …ope and two more tests pending
    doublestranded committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    85cbf66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a8f38e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e889c3 View commit details
    Browse the repository at this point in the history
  5. MAX_HOURS_SINCE_LAST_CONFLATE now set to 84 hours, or 0.5 weeks. If l…

    …ast_conflated_at is sooner than this time ago from now, it will not be re-conflated
    doublestranded committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    3b852ba View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2015

  1. modified Stop.re_conflate_with_osm to include timestamp argument and …

    …configurable value for last_conflated_before scope argument. Stop jobs are now split into groups with max size 1000
    doublestranded committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    b6f6982 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6e5c64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2b1d0a View commit details
    Browse the repository at this point in the history
  4. fixing crontab on servers

    By default, the crontab entries that the Whenever gem produces don't wrap commands in `bundle exec`. The commands were failing on both dev and prod stacks. This change will hopefully fix the problem.
    drewda committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    abdd5fa View commit details
    Browse the repository at this point in the history
  5. add indices on geometry columns

    Will hopefully spead up PostGIS bounding box and radius queries.
    drewda committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    3aab8a3 View commit details
    Browse the repository at this point in the history
  6. Add status column to SSPs

    irees committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    ff09c43 View commit details
    Browse the repository at this point in the history
  7. Annotations

    irees committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    73b9d21 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    47f00fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    572cea9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    711f78a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b1c3d52 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    21ccb25 View commit details
    Browse the repository at this point in the history
  13. reduce Sidekiq concurrency on dev stack

    We've been running out of database connections on the dev stack, probably because we're spinning up multiple background worker nodes. If each has 20 DB connections, that will max out the small RDS instance on the dev stack.
    
    TODO: In the future, figure out the appropriate concurrency number for production. Maybe it has to be dynamically dependent on the number of worker nodes.
    drewda committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    10979ec View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3703d4c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3b6a8de View commit details
    Browse the repository at this point in the history
  16. Remove where scope

    irees committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    0460a66 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1ca4c95 View commit details
    Browse the repository at this point in the history
  18. Fix imported_at

    irees committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    b1248de View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3667cc6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2015

  1. Merge pull request #223 from transitland/fix-crontab-on-servers

    fixing crontab on servers
    drewda committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    8fdc192 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e61b995 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89dbab7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #222 from transitland/auto-conflating-stops

    Auto conflating stops
    drewda committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    1ad4470 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #225 from transitland/reduce-sidekiq-concurrency-o…

    …n-dev
    
    reduce Sidekiq concurrency on dev stack
    drewda committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    f0db750 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into add-indices-on-geometry-cols

    Conflicts:
    	db/schema.rb
    drewda committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    6c3e6dd View commit details
    Browse the repository at this point in the history
  7. updating model diagram

    drewda committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    0cac7c8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #224 from transitland/add-indices-on-geometry-cols

    add indices on geometry columns
    drewda committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    1f8c939 View commit details
    Browse the repository at this point in the history
  9. Add active_feed_version to Feed

    irees committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    22a7bb0 View commit details
    Browse the repository at this point in the history
  10. Annotations

    irees committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    1f2e9d5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e3d049e View commit details
    Browse the repository at this point in the history
  12. Update activate_feed_version to use active_feed_version to deactivate…

    … previous & activate new
    irees committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    a2475e7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    60f964a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f17f24a View commit details
    Browse the repository at this point in the history
  15. Remove unnecessary reload

    irees committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    ec02986 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    626575e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bc4b253 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ef5d93a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    29c553b View commit details
    Browse the repository at this point in the history
  20. Fix time precision issue

    A mysterious failure on CircleCI that can't be reproduced locally. The
    same datetime object is passed... should be equal.
    irees committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    d3840ca View commit details
    Browse the repository at this point in the history
  21. Comment fix [ci skip]

    irees committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    a2535fc View commit details
    Browse the repository at this point in the history
  22. Style [ci skip]

    irees committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    8d98626 View commit details
    Browse the repository at this point in the history
  23. Merge branch 'master' into ssp-activation

    # Conflicts:
    #	db/schema.rb
    #	doc/data-model.svg
    irees committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    80df8bd View commit details
    Browse the repository at this point in the history
  24. Remove feed_versions reload

    irees committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    4c4f933 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7124ed1 View commit details
    Browse the repository at this point in the history
  26. Annotations

    irees committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    6bf7b19 View commit details
    Browse the repository at this point in the history
  27. Style

    irees committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    7958df1 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6aa04f3 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #226 from transitland/ssp-activation

    Activate/deactive SSPs
    irees committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    26e0a51 View commit details
    Browse the repository at this point in the history
  30. SSP documentation updates

    irees committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    d5ee3a2 View commit details
    Browse the repository at this point in the history
  31. Table fix

    irees committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    88afecf View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    2e19600 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2015

  1. Fix null pickup/dropoff

    irees committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    1087ee0 View commit details
    Browse the repository at this point in the history
  2. trying to fix crontab again

    Now feeding in the PATH environment variable, so hopefully the right Ruby interpreter will be used.
    drewda committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    8f0e77c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #229 from transitland/fix-crontab

    trying to fix crontab again
    drewda committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    4679984 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #228 from transitland/ssp-doc-update

    SSP documentation updates
    irees committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    62914d2 View commit details
    Browse the repository at this point in the history