Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
bcdca39
Initial commit (probably not working properly) to share ideas
CountCulture Mar 22, 2021
5a8315c
flow changes; added fetch; parse; transform tasks
shyamperi Mar 23, 2021
557d611
namespace specs
shyamperi Mar 23, 2021
5b0e583
bind to specific ruby version
shyamperi Mar 23, 2021
17e7910
Update openc-schema to point to branch that tightens criteria
CountCulture Mar 31, 2021
a7199a3
fail fast if individual tasks in chain are called
shyamperi Apr 7, 2021
c27f012
save_entity doesn't validate in psuedo machine as validation is default
shyamperi Apr 7, 2021
93b575e
db name should not include transform in it
shyamperi Apr 7, 2021
6d4acbc
remove the todo rubocop file
shyamperi Apr 7, 2021
fc7f48d
change the default acquisition directory (create one if not exist)
shyamperi Apr 8, 2021
c747f73
pluralize folder name
shyamperi Apr 8, 2021
6d442ce
Avoid creating an acquisition folder if there is no new data to fetch
IvanBashkirov Apr 10, 2021
73b9bf5
Merge pull request #130 from openc/parakeet-data-check
IvanBashkirov Apr 12, 2021
6bf0d4a
persist only when directory exist
shyamperi Apr 15, 2021
401859c
Fix stat reporting for pseudo machine bots
IvanBashkirov Apr 20, 2021
a9d70f6
Merge pull request #131 from openc/stat-reporting
IvanBashkirov Apr 20, 2021
9c47433
Include reporting module in Persistence handler
IvanBashkirov Apr 20, 2021
58d912d
Merge pull request #132 from openc/include-reporting-module-in-persis…
IvanBashkirov Apr 20, 2021
cd6b8e1
Fix parser dependencies
IvanBashkirov Apr 20, 2021
986dcde
debugging
IvanBashkirov Apr 20, 2021
45ced31
Fix reporting
IvanBashkirov Apr 20, 2021
43638ea
More StatsD logging
IvanBashkirov Apr 20, 2021
4af1c90
Fix logging bug
IvanBashkirov Apr 20, 2021
53f512d
Fix Statsd namespace for new bots
IvanBashkirov Apr 21, 2021
ca8b566
Implement better jurisdiction formatting for stat collection
IvanBashkirov Apr 21, 2021
3217f22
Fix jurisdiction formatting for stat collecting
IvanBashkirov Apr 21, 2021
626f79f
Bug fix
IvanBashkirov Apr 21, 2021
dae48c1
Replace hardcoded path with data_dir definition
IvanBashkirov Apr 23, 2021
32d797f
Define separate weekend hours
IvanBashkirov Apr 23, 2021
a22e0b8
Remove stat debugging messages
IvanBashkirov Apr 23, 2021
d513587
Remove redundant StatsD logging
IvanBashkirov May 4, 2021
bc6d464
Allow external bots persisting parsed data record-by-record by yieldi…
IvanBashkirov Jun 4, 2021
9a5c2ad
Change error login for input_data method
mpbialoszewski Jun 8, 2021
dba0547
Merge pull request #137 from openc/parakeet-error-login
mpbialoszewski Jun 8, 2021
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
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "schemas"]
path = schemas
url = git://github.com/openc/openc-schema.git
branch = tighten-additional-properties
302 changes: 0 additions & 302 deletions .rubocop_todo.yml

This file was deleted.

1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.6.3
Loading