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 77 #1178

Merged
merged 58 commits into from
Sep 27, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
2c0bffd
Changelog / version.rb [ci skip]
irees Aug 28, 2017
3f45b83
Break out Google / Conveyal validation workers
irees Aug 30, 2017
14d0c80
Move checks to validator runs
irees Aug 30, 2017
4c3d851
Break out workers
irees Aug 30, 2017
e2344e4
Specs
irees Aug 30, 2017
22dacf5
Revert "Break out Google / Conveyal validation workers"
irees Aug 30, 2017
8009f9c
Revert "Move checks to validator runs"
irees Aug 30, 2017
e0c447a
Revert "Break out workers"
irees Aug 30, 2017
6755e98
Revert "Specs"
irees Aug 30, 2017
67b372e
Break out Google / Conveyal validation workers
irees Aug 30, 2017
41d81c0
Move checks to validator runs
irees Aug 30, 2017
29931c0
Break out workers
irees Aug 30, 2017
1132fef
Specs
irees Aug 30, 2017
9aadb23
Set timeout
irees Aug 30, 2017
8654ee7
Spec fixes
irees Aug 30, 2017
c4547ef
Merge pull request #1179 from transitland/fix-validator-missing-file
irees Aug 31, 2017
cde9037
update misc. gems
drewda Sep 12, 2017
62573d0
perhaps we need to stay on JWT < 2.0.0 for now
drewda Sep 12, 2017
57ee189
ruby-jwt 2.0.0 now requires that a signing algorithm be specified
drewda Sep 12, 2017
85a1504
Merge pull request #1181 from transitland/update-gems
drewda Sep 12, 2017
38204e7
updating URLs in sample changesets
drewda Sep 12, 2017
3db36a4
Merge pull request #1182 from transitland/sample-urls
drewda Sep 12, 2017
55cb792
Feed Publication Metrics
irees Sep 13, 2017
f534743
Start of specs
irees Sep 14, 2017
01fd9ab
Better implementation
irees Sep 21, 2017
3a8ac04
feed_version_update_statistics spec
irees Sep 21, 2017
6577f84
Add feed_version_update_statistics to Feeds controller & route
irees Sep 21, 2017
d8eca40
Controller spec
irees Sep 21, 2017
e5d1b48
Feed: find_next_feed_version import_policy
irees Sep 21, 2017
592046d
FeedVersion: add fetched_at and imported_at
irees Sep 21, 2017
d147220
Move find_next_feed_version to FeedMaintenanceService
irees Sep 21, 2017
f39c60a
import_policy specs
irees Sep 21, 2017
ab88404
Merge pull request #1184 from transitland/feed-duration-frequency-sta…
irees Sep 21, 2017
5e5d550
Avoid possibility of creating FV's without fetched_at, cal dates
irees Sep 21, 2017
e696c06
Remove unused methods
irees Sep 21, 2017
218a5d8
Minimal GTFS validation
irees Sep 21, 2017
fbec9df
Fix spec
irees Sep 21, 2017
e230c89
update gems
drewda Sep 22, 2017
d13f8c8
the fix for JWT 2.0 in #1181 wasn't actually complete
drewda Sep 22, 2017
017cdef
Merge pull request #1189 from transitland/update-gems
drewda Sep 22, 2017
19a3855
fetch_and_normalize_gtfs method
irees Sep 23, 2017
0b274fc
FeedFetcherService.fetch_normalize_validate_create
irees Sep 23, 2017
2ed4f0d
Raise gtfs validation errors
irees Sep 23, 2017
e4311f7
example invalid feeds
irees Sep 23, 2017
1d6099a
gtfs_minimal_validation spec
irees Sep 23, 2017
85cc324
Merge pull request #1188 from transitland/feed-fetch-improve-creation
irees Sep 25, 2017
e2a4b90
Merge branch 'master' into feed-import-policy
irees Sep 25, 2017
cad7681
Feed#import_policy
irees Sep 25, 2017
27bdfcd
Merge pull request #1186 from transitland/feed-import-policy
irees Sep 25, 2017
94c454e
Feed#import_policy also checks manual_import tag
irees Sep 25, 2017
5c2767d
Merge pull request #1190 from transitland/import-level-manual-import-…
irees Sep 25, 2017
3bb740a
Report using correct significant figures
irees Sep 25, 2017
3f57b3a
Spec updates
irees Sep 25, 2017
0cd5c0a
Revert "Report using correct significant figures"
irees Sep 26, 2017
3545ddf
Revert "Spec updates"
irees Sep 26, 2017
07745cd
Spec updates
irees Sep 25, 2017
d118dd1
Report using correct significant figures
irees Sep 25, 2017
8b4b95d
Merge pull request #1192 from transitland/feed-update-statistics-fixes
irees Sep 26, 2017
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
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,22 @@

## [Unreleased](https://github.com/transitland/transitland-datastore/tree/HEAD)

[Full Changelog](https://github.com/transitland/transitland-datastore/compare/75...HEAD)
[Full Changelog](https://github.com/transitland/transitland-datastore/compare/76...HEAD)

**Closed issues:**

- Keyset pagination: check for result before generating next url [\#1176](https://github.com/transitland/transitland-datastore/issues/1176)

**Merged pull requests:**

- Production release 76 [\#1175](https://github.com/transitland/transitland-datastore/pull/1175) ([irees](https://github.com/irees))

## [76](https://github.com/transitland/transitland-datastore/tree/76) (2017-08-28)
[Full Changelog](https://github.com/transitland/transitland-datastore/compare/75...76)

**Merged pull requests:**

- Check for result before next url [\#1177](https://github.com/transitland/transitland-datastore/pull/1177) ([irees](https://github.com/irees))
- Production release 75 [\#1167](https://github.com/transitland/transitland-datastore/pull/1167) ([irees](https://github.com/irees))

## [75](https://github.com/transitland/transitland-datastore/tree/75) (2017-08-22)
Expand Down Expand Up @@ -892,7 +904,6 @@

- Enqueue next feed versions limit [\#754](https://github.com/transitland/transitland-datastore/pull/754) ([irees](https://github.com/irees))
- Upgrade Rails to 4.2.7.1 & update gems [\#751](https://github.com/transitland/transitland-datastore/pull/751) ([drewda](https://github.com/drewda))
- fixing OperatorInFeed bug and some comments [\#750](https://github.com/transitland/transitland-datastore/pull/750) ([doublestranded](https://github.com/doublestranded))
- Daily crontab: enqueue next feed version [\#744](https://github.com/transitland/transitland-datastore/pull/744) ([irees](https://github.com/irees))
- Issues controller update fix [\#741](https://github.com/transitland/transitland-datastore/pull/741) ([doublestranded](https://github.com/doublestranded))
- Entity: where\_imported\_from\_active\_feed\_version [\#739](https://github.com/transitland/transitland-datastore/pull/739) ([irees](https://github.com/irees))
Expand Down
Loading