Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/censusreporter/censusreporter

Census Reporter is a Knight News Challenge-funded project to make it easier for journalists to write stories using information from the U.S. Census bureau.
https://github.com/censusreporter/censusreporter

Distinguish empty page vs. no results returned

search_results now distinguishes betweeen when no query was entered (i.e., a
user going to the p...

d562523afc5a73ad18f0cbf7dc69bda937833302 authored over 8 years ago by Tushar Chandra <[email protected]>
Add preview functionality to embed including float option previews.

Fixes issue #56.

69c644a0d2395086f07c1fd4a866a6e5085177c5 authored over 8 years ago by Joon Park <[email protected]>
Allow blank page for search results

If there are no results, the page no longer breaks; a blank page
includes only a search bar. Thi...

30ea43e2c5dc97ccef3c161631eb1f8b7587e286 authored over 8 years ago by Tushar Chandra <[email protected]>
Sort list of related tables

Sort list of related tables so that the Puerto Rico tables all
appear last; that is, the iterati...

1f1db958a9963e2c736e906f473e19066474c1ce authored over 8 years ago by Tushar Chandra <[email protected]>
Refactor for readability

fa2816e14a9162e006dc88f65790e1d35a945b3e authored over 8 years ago by Joon Park <[email protected]>
Merge branch 'no-core-tables' of https://github.com/censusreporter/censusreporter into no-core-tables

6bd871522c585eb30792417852498122d1b82de6 authored over 8 years ago by Tushar Chandra <[email protected]>
Add redirect for tabulations without core table

Moved logic from get_table_data() to dispatch() so that tabulations
with iterations but no core ...

459bb8e4995eee8e27827d311f158202fa0d2515 authored over 8 years ago by Tushar Chandra <[email protected]>
Merge branch 'master' into no-core-tables

4802f2087186a03c2c94acb879dd802ca6053bd2 authored over 8 years ago by Tushar Chandra <[email protected]>
Merge branch 'master' into preview-embed

b68b55787ff155f2333c6670b69b2306e38e18cb authored over 8 years ago by Joon Park <[email protected]>
Merge branch 'master' into full-text-search

dffe432d72c073ca857b9b9db1f3873abb625e9b authored over 8 years ago by Joe Germuska <[email protected]>
Merge branch 'master' into no-core-tables

cb74591258f21ca1717bbcf89f16d5bea9cb0b33 authored over 8 years ago by Joe Germuska <[email protected]>
Merge pull request #167 from censusreporter/table-details-pr-tables

Distinguish PR tables in list of table variations

e7221bc1bddd91ff96cfe8fc9350364cfb82e235 authored over 8 years ago by Joe Germuska <[email protected]>
Fix whitespace

dc54b594653bbe6508a34532be1299247da7c0e8 authored over 8 years ago by Tushar Chandra <[email protected]>
Fixing license commit

9c09dda2da92bb591ffba4b2dd31ffb3a4b9a322 authored over 8 years ago by Tushar Chandra <[email protected]>
Handle cases where PR tables have iterations

I forgot about the case where PR tables have iterations themselves.
One such table is the B06004...

94262c22b58194f2e60c81496fee126174a4fd4e authored over 8 years ago by Tushar Chandra <[email protected]>
Handle table iterations w/o core table

Handle tables where iterations exist, but no core table exists.
e.g., B06004 does not exist, but...

0971cbcd5871bc93293689b4edac1fb724d9186b authored over 8 years ago by Tushar Chandra <[email protected]>
Handle Puerto Rico tables in table detail view

Fix #154. Adds code to handle 8-character table IDs (i.e., puerto
rico tables) and display them ...

c99cacada8d25b1cad569e8230808245a3bacb70 authored over 8 years ago by Tushar Chandra <[email protected]>
Revert "update copyright date"

This reverts commit 97f73e2caa0856f66a6cbc21821df176fd9f0b13.

3eb67f5eeae945a0a960d7fb258a24f412deeb4f authored over 8 years ago by Tushar Chandra <[email protected]>
Merge branch 'full-text-search' of github.com:censusreporter/censusreporter into full-text-search

Seems like the sitemap stuff wasn't in the FTS branch?

Conflicts:
censusreporter/apps/census/t...

cc3c432a6534647e51e169d091afded7e41a7b2a authored over 8 years ago by Joe Germuska <[email protected]>
Refine look and function of search results filters.

The page type headings on the left are now bigger and become bolded when
selected. The bullets o...

1c4381c2ae52b10198d1fa87834a84353a672c56 authored over 8 years ago by Joon Park <[email protected]>
Style jQuery UI autocomplete for full-text search page.

07da57a2f326eb84bf64a58206893654aa047276 authored over 8 years ago by Joon Park <[email protected]>
Refactor search results page to optimize filtering performance.

Previously, the search results page loaded three separate results lists:
one for each tab, all u...

fbb289471af5bc54c7bc9bd18794d7ba3a2945bf authored over 8 years ago by Joon Park <[email protected]>
Fix bug where the sumlevel_name "PUMA" became "Puma".

Also adjust for the change in api where subtables is now a list instead
of a string.

21de558d99c8a1dfea8474e27c00800fa320cff4 authored over 8 years ago by Joon Park <[email protected]>
Implement filtering functionality on search results page.

Users can now filter by the page type using the tabs above the results
or the sidebar, or more s...

9a840afc8cc984bc409e927a6e5f37d3cc48efd3 authored over 8 years ago by Joon Park <[email protected]>
Finish styling table pages on search results page.

Tabs on search results page no longer show if no results of such type
are returned.

0f2c61315b5b5abe0ec5688d22adc8b135f33529 authored over 8 years ago by Joon Park <[email protected]>
Merge branch 'full-text-search' of github.com:censusreporter/censusreporter into full-text-search

5bd9111b33098a975295273fa441955ccfdfcd8d authored over 8 years ago by Joon Park <[email protected]>
Format profile search results.

The "All" results tab showing only profile pages - needs to be fixed.

f6b58baf52c91ed43823f13c5cf48be2e6d5709a authored over 8 years ago by Joon Park <[email protected]>
Remove button to get more search results.

Unneeded for now, and unclear how implementation of presentation of
search results will work.

b62412b52c20c46222b03794ab86d60479dc0319 authored over 8 years ago by Tushar Chandra <[email protected]>
Add placeholder button to get more results

bc9607313cd88413ccf2ab9e779d4d264aebea29 authored over 8 years ago by Tushar Chandra <[email protected]>
Modify styling on search results page.

Working on improving autocomplete hover; currently have a conflict
between jQuery's automatic au...

5497010cf8c605a100e0890f4c72fdff406929bd authored over 8 years ago by Tushar Chandra <[email protected]>
Move the 'Don't see what you're looking for?' option to top of autosuggest.

7d807abeab4f7956e0cfa262bc7dd11a4d325c3e authored over 8 years ago by Joon Park <[email protected]>
Implement filterting functionality for profile pages.

The formatting of the actual search result data still needs to be
implemented, as well as the fi...

413838ff34accc525365f596f7a9c677c0c5f8c1 authored over 8 years ago by Joon Park <[email protected]>
Begin search results filtering by profile/table.

Started work on filtering search results to see either profiles or
tables, through a tabbed view...

ce9b7b0ece502909566f6fa6aed7eee0c1f51def authored over 8 years ago by Tushar Chandra <[email protected]>
Add search type tabs.

a177ec364d9401b5c99ef39f8af3ccb94235ce4e authored over 8 years ago by Joon Park <[email protected]>
Add search bar on top of search results page.

Search bar on top of results page is now implemented. Also refactored
the django view for the se...

67b9ff2d52b57c5c523937deb0bc2f8a3b45e7e9 authored over 8 years ago by Joon Park <[email protected]>
Add search results page functionality.

When the "Don't see what you're looking for?" result at the bottom of
the autosuggest menu is cl...

be8dfb2feaeff47626f2262119804f2003ea95dd authored over 8 years ago by Joon Park <[email protected]>
Change full-text search page to front page duplicate.

Also add the "Don't see what you're looking for?" skeleton at the bottom
of the autosuggest resu...

0155bbd9cd4fda4a6c74d63e56d07cc1a39d5a5a authored over 8 years ago by Joon Park <[email protected]>
Add highlighting for selected search result and URL redirection.

Search results are highlighted when hovered over. They can be
clicked to go to the relevant cens...

597c2293b8a3209cf72eb96f91bdd154683b1535 authored over 8 years ago by Tushar Chandra <[email protected]>
Style autocomplete dropdown and partially implement result selection.

Result selection still needs to be completely implemented: either use
<a> tags for each individu...

3bebcd1b8abe927447fe666c9a21f43859b1070d authored over 8 years ago by Joon Park <[email protected]>
Add descriptions below name in autosuggest dropdown

363032f02bb542edb6de9c42c42433467fa57d10 authored over 8 years ago by Joon Park <[email protected]>
Implement revamped omni full-text search bar.

The previous temporary search bar used for basic testing is now fully
implemented with basic ful...

c164cce99a2fb2949e531938aaa9b95c1832bd13 authored over 8 years ago by Joon Park <[email protected]>
update copyright date

97f73e2caa0856f66a6cbc21821df176fd9f0b13 authored over 8 years ago by Joe Germuska <[email protected]>
re-run all sitemaps with a singular process

1d6d427162f1fe723490445ce01c34603aa2c333 authored over 8 years ago by Joe Germuska <[email protected]>
re-run against production data

38d0689a587fc21b0aef0fd4133ca740e82f0607 authored over 8 years ago by Joe Germuska <[email protected]>
start adding some linked data

5ad6e77bb895175b82c94c1d372c0b5bc2c1d9f5 authored over 8 years ago by Joe Germuska <[email protected]>
anchor sitemap regex so that /topics/sitemap.xml passes through to Django

8d596e5c6c9dec7d8522c46622aa4883673c86e4 authored over 8 years ago by Joe Germuska <[email protected]>
Merge branch 'sitemap'

77391a6d2a01ea416be3c6a0d5c38d73f6a56501 authored over 8 years ago by Joe Germuska <[email protected]>
add url root to topics sitemap

e6aa5a5d9584dcfe26c3f1be9002f28d706781b5 authored over 8 years ago by Joe Germuska <[email protected]>
create something to serve sitemaps in dev

87f5ead6b16d88ec181630dfa892e1ba008441cf authored over 8 years ago by Joe Germuska <[email protected]>
Merge branch 'sitemap'

b49017bd6806472e33f1c0cabab46959f5c39618 authored over 8 years ago by Joe Germuska <[email protected]>
more http->https

940667bec7a0c26d45dbae728ca49724e94a0f3f authored over 8 years ago by Joe Germuska <[email protected]>
use https url for tiles

e821447cd9f85fa179fac81148271267bd316797 authored over 8 years ago by Joe Germuska <[email protected]>
Add testing page for table search queries.

The testing page resides in /full-text-search/ and currently queries the
api at https://api.cens...

b89b61bf2fcae2c2d3c77c61e9397624fb79d8cd authored over 8 years ago by Joon Park <[email protected]>
Redirect sitemap requests from root to static/sitemap.

The static sitemap files, which were generated api side and copied over,
resides in static/sitem...

49ded1ced00585349faa303ebd080919a6fe1993 authored over 8 years ago by Joon Park <[email protected]>
Add sitemap and sitemap index views.

Currently, the sitemap index only contains one test url. The topics sitemap is fully populated, ...

185274c0577f3e07a71091f472ce49d2ff0ee1ea authored over 8 years ago by Joon Park <[email protected]>
Clean up server/deploy stuff

088827fb229dc4597f58e7db887a0e59024ef7ee authored over 8 years ago by Ian Dees <[email protected]>
Don't use elasticsearch endpoint when user hits enter in location search box

21217e3489410f3658d523db6e3cc4a0ab65d196 authored over 8 years ago by Ian Dees <[email protected]>
add column ID as title. would like to make it more visible...

dcca6a6673354385c7334c6a94c9cf31e0f8e06b authored almost 9 years ago by Joe Germuska <[email protected]>
add missing ACS release

180b511b16ea724b122f64ae51dd7b007caffbb8 authored almost 9 years ago by Joe Germuska <[email protected]>
Merge pull request #151 from censusreporter/citation

add citations

877529b2e7ff0e586c4d21dce2caaea3c6e8ae46 authored almost 9 years ago by Joe Germuska <[email protected]>
remove extraneous from chart data toggle. fixes #150

61854679bb92cb092d4c06a38527763cd3eacd80 authored almost 9 years ago by Ryan Pitts <[email protected]>
add citations to profile pages

f75ec8874f0cd4afa7ebeb84f25e3927576252f1 authored almost 9 years ago by Ryan Pitts <[email protected]>
add citation line to data table and distribution pages

c383a28a2e0586b1a018284cf7649cca6d3baee2 authored almost 9 years ago by Ryan Pitts <[email protected]>
start on citations (see #118)

812380e64a03fd6d60297cd2f4f3c91814eb7520 authored almost 9 years ago by Joe Germuska <[email protected]>
Use new table details endpoint

36435835329e19cf23816166f4fd8be26aa029be authored almost 9 years ago by Ian Dees <[email protected]>
Misplaced paren

974e64e7d00b5203b563da1a6181988580b9e90c authored almost 9 years ago by Ian Dees <[email protected]>
Wrap the Django WSGI with Sentry's wrapper

f8d20b650463ecc389e9ae6e0e49d76710471a49 authored almost 9 years ago by Ian Dees <[email protected]>
The root of the git directory is three directories up

cb55dfabacdaa1868253dcf53359d946bcc4d353 authored almost 9 years ago by Ian Dees <[email protected]>
Add Sentry for error catching

b33bcb9caaa8a3316a8d52ec295f88121eb7cd50 authored almost 9 years ago by Ian Dees <[email protected]>
Try not 404'ing when table data returns blank

de8ef500da59b331540d240206507e59651093bb authored almost 9 years ago by Ian Dees <[email protected]>
The API returns the requested geo when doing a /parents query now

b50f3bebe1befa7f69090717192fafc4c1002b75 authored almost 9 years ago by Ian Dees <[email protected]>
Raise exception when we get an error while fetching profile data

f732c80ae44b875c3604e764b917daff378636e0 authored almost 9 years ago by Ian Dees <[email protected]>
https everywhere

6a1dac27b7549f1cb7485db59bafc1afc5680864 authored almost 9 years ago by Joe Germuska <[email protected]>
Add redirects to the censusreporter.org nginx config

7bd318bbd0a9317e7938133d75d354e3d3df7a6e authored almost 9 years ago by Ian Dees <[email protected]>
Merge branch 'master' of github.com:censusreporter/censusreporter

370c411246219c7729738c90b887fa89d694d872 authored almost 9 years ago by Joe Germuska <[email protected]>
Add back the EC2 metadata-based private IP fetch for ALLOWED_HOSTS

9e0633207c5fc881821e9be1b8db34bc609d582d authored about 9 years ago by Ian Dees <[email protected]>
Merge pull request #146 from censusreporter/use_nginx_gunicorn

Use Nginx + Gunicorn + exist behind an Amazon load balancer + use TIGER 2014

0b87634361b87a3999badd07fafaa3300ced485c authored about 9 years ago by Ian Dees <[email protected]>
Missed a staging URL

63a6fd9e619a3a88e92dbede4ec692d83f3856ae authored about 9 years ago by Ian Dees <[email protected]>
Switch away from using staging URLs

34f307da04814af3bd434e8364f1856583393563 authored about 9 years ago by Ian Dees <[email protected]>
Just hardcode the ELB hostname instead of asking for local-ipv4 from EC2 metadata

64ffa95fdeb7f0063e847423b9ef7889a61b4aed authored about 9 years ago by Ian Dees <[email protected]>
Add support for ELB to ALLOWED_HOSTS

6c0212b004aef96c305406352810bd40f3d5500e authored about 9 years ago by Ian Dees <[email protected]>
Trying to track down where the API URL isn't set correctly

674d653108829672a0d3604ff62361dc73244b1e authored about 9 years ago by Ian Dees <[email protected]>
Switch to tiger2014 from tiger2013

b8034ae3c23026b25ebf1dcd9df9344fab58e103 authored about 9 years ago by Ian Dees <[email protected]>
Try switching to api.staging.censusreporter.org to see if new RDS works

ab12613b085cd764538af2f4c868e3cb1c7ef648 authored about 9 years ago by Ian Dees <[email protected]>
Make censusreporter.org the default server

d93baf2c98247d5e79fa36c40757ecb820328999 authored about 9 years ago by Ian Dees <[email protected]>
There already was a wsgi file!

275910600ea6c4d79fa5a1b44e0dd7fea1269780 authored about 9 years ago by Ian Dees <[email protected]>
Move wsgi.py into the right place

60e46145203474ca84b3de6ae38072a034eb05b5 authored about 9 years ago by Ian Dees <[email protected]>
Update the fabfile and surrounds to support nginx/gunicorn

754033c22c8e37b02998fe9ddf4c5e6d5086f9ae authored about 9 years ago by Ian Dees <[email protected]>
Merge pull request #145 from censusreporter/update-embeds

WIP embed code pulls from release-specific and chart-specific json

08c9e6e1b23c1641a3235dd7c35f2ea35f477033 authored about 9 years ago by Ryan Pitts <[email protected]>
remove Mavericks/XCode note, pretty dated by now

88508b45e9549b2b0e46f192f45751780b3d3c53 authored about 9 years ago by Joe Germuska <[email protected]>
embed code pulls from release-specific and chart-specific json

61ac1eb7a7dd940be46485e1df4c0380a51c0455 authored about 9 years ago by Ryan Pitts <[email protected]>
change link to main ACS documentation on advice from ACS Data User Support

cd46442577285b47f3173f200aac53362bc5857a authored over 9 years ago by Joe Germuska <[email protected]>
include block group and PUMA

99253c09b755a45a7db607d9d2e632da9730f1fa authored over 9 years ago by Joe Germuska <[email protected]>
Add support for ACS 2014 1-year release

0bbab00d0038fbb4d917b76b4ecacb0fe01e5c57 authored over 9 years ago by Ian Dees <[email protected]>
ask for location right away, and use it to improve autosuggest results. Closes #129

2470f84abbee0b9196302622550ea9cd08b042fa authored over 9 years ago by Joe Germuska <[email protected]>
update to Mapbox 2.2.2

319aa4ea9bb660eb13f03850e5eb41427e646184 authored over 9 years ago by Joe Germuska <[email protected]>
tighten up spacing for dl-horizontals. closes #132

378d7f9f0d1487d39620287778b36ffda7a8ccc3 authored over 9 years ago by Ryan Pitts <[email protected]>
expanded UI language for full-text search

4bfc4d92f54911a87d95292a0ad3aa1e0c074dfc authored over 9 years ago by Ryan Pitts <[email protected]>
pass through a search option

4cb976f882fe19dad60cc16bccafd2c170b50ec5 authored over 9 years ago by Joe Germuska <[email protected]>
Merge pull request #115 from Code4SA/print-graphs

Ensure graphs show up in print

6c605b8c2e8f5828c071aaf54b6e072d03f8bd7e authored over 9 years ago by Joe Germuska <[email protected]>