Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python codegen | Bryan Newbold | 2019-01-08 | 3 | -0/+100 |
| | |||||
* | add test/dev scoped auth token to example | Bryan Newbold | 2019-01-08 | 1 | -1/+2 |
| | |||||
* | run basic CLI tests in CI | Bryan Newbold | 2019-01-08 | 1 | -0/+26 |
| | |||||
* | partial fixes to fatcat_export.py | Bryan Newbold | 2019-01-08 | 1 | -4/+7 |
| | |||||
* | start refactoring API object passing | Bryan Newbold | 2019-01-08 | 6 | -23/+96 |
| | |||||
* | decode GIT_REVISION earlier | Bryan Newbold | 2019-01-08 | 2 | -2/+2 |
| | |||||
* | basic/crude IA login | Bryan Newbold | 2019-01-07 | 7 | -9/+103 |
| | |||||
* | one-month default session; lock down cookies | Bryan Newbold | 2019-01-04 | 2 | -0/+8 |
| | |||||
* | use .env for all config (and document it) | Bryan Newbold | 2019-01-04 | 5 | -1/+15 |
| | |||||
* | basic OIDC auth working | Bryan Newbold | 2019-01-03 | 4 | -30/+44 |
| | |||||
* | allow passing prefered_username in oidc signup/login | Bryan Newbold | 2019-01-03 | 1 | -3/+30 |
| | |||||
* | account page and renaming | Bryan Newbold | 2019-01-03 | 7 | -22/+85 |
| | |||||
* | several auth improvements | Bryan Newbold | 2019-01-03 | 8 | -24/+170 |
| | |||||
* | require pymacaroons | Bryan Newbold | 2019-01-03 | 2 | -33/+66 |
| | |||||
* | python codegen | Bryan Newbold | 2019-01-03 | 3 | -0/+112 |
| | |||||
* | python codegen | Bryan Newbold | 2019-01-03 | 10 | -3/+580 |
| | |||||
* | start on webface oauth2/oidc web auth | Bryan Newbold | 2019-01-02 | 6 | -61/+222 |
| | |||||
* | don't need to supply editor_id now | Bryan Newbold | 2018-12-31 | 2 | -8/+4 |
| | |||||
* | add crude/manual auth token to python tests (fixing them) | Bryan Newbold | 2018-12-31 | 2 | -3/+14 |
| | |||||
* | add missing security/auth declarations | Bryan Newbold | 2018-12-31 | 4 | -41/+57 |
| | |||||
* | codegen | Bryan Newbold | 2018-12-26 | 8 | -51/+360 |
| | |||||
* | python codegren for fileset/web | Bryan Newbold | 2018-12-26 | 17 | -10/+4142 |
| | |||||
* | remove unused postgres-backed stats stuff | Bryan Newbold | 2018-12-24 | 9 | -258/+0 |
| | | | | Will replace with elasticsearch-based dash in webface | ||||
* | implement transform-releases in export script | Bryan Newbold | 2018-12-24 | 1 | -1/+20 |
| | |||||
* | python impl of API ident harmonization | Bryan Newbold | 2018-12-24 | 11 | -173/+173 |
| | |||||
* | API harmonization codegen | Bryan Newbold | 2018-12-24 | 5 | -808/+808 |
| | |||||
* | implement release_year (and rustfmt) | Bryan Newbold | 2018-12-24 | 7 | -15/+31 |
| | |||||
* | codegen release_year | Bryan Newbold | 2018-12-24 | 2 | -3/+29 |
| | |||||
* | more subentity/UI tests | Bryan Newbold | 2018-12-21 | 1 | -0/+224 |
| | |||||
* | start handling redirects and deletions in webface | Bryan Newbold | 2018-12-21 | 2 | -0/+63 |
| | |||||
* | SHA1 no longer required on file entities | Bryan Newbold | 2018-12-21 | 1 | -1/+1 |
| | |||||
* | test prev_rev behavior | Bryan Newbold | 2018-12-21 | 1 | -6/+30 |
| | |||||
* | more edit edgecases; editgroup status check | Bryan Newbold | 2018-12-21 | 3 | -1/+108 |
| | |||||
* | more state/edit edge case tests | Bryan Newbold | 2018-12-21 | 3 | -83/+196 |
| | |||||
* | better name for api_entity_state py tests | Bryan Newbold | 2018-12-21 | 1 | -0/+0 |
| | |||||
* | more redirect/state tests | Bryan Newbold | 2018-12-21 | 1 | -0/+15 |
| | |||||
* | disallow self-redirects | Bryan Newbold | 2018-12-20 | 1 | -0/+24 |
| | |||||
* | update redirect tests | Bryan Newbold | 2018-12-20 | 1 | -22/+66 |
| | |||||
* | test codegen | Bryan Newbold | 2018-12-14 | 1 | -0/+120 |
| | | | | | I didn't actually notice until recently that these are empty and thus useless, sigh. | ||||
* | whole bunch of entity redirect tests (python) | Bryan Newbold | 2018-12-14 | 2 | -0/+342 |
| | | | | | Some of the edge cases are marked skip while I re-think what behavior should actually be. | ||||
* | multiple lookup extids (web view, no tests yet) | Bryan Newbold | 2018-12-14 | 1 | -12/+25 |
| | |||||
* | python codegen | Bryan Newbold | 2018-12-14 | 6 | -123/+2162 |
| | |||||
* | fix brittle/flapping python matched test | Bryan Newbold | 2018-12-14 | 1 | -4/+6 |
| | |||||
* | add python-snappy (for pykafka) | Bryan Newbold | 2018-12-10 | 2 | -31/+40 |
| | |||||
* | remove textIcuSearch elastic filter | Bryan Newbold | 2018-12-03 | 1 | -1/+0 |
| | | | | | | | This was breaking, eg, DOI search with non-trivial characters. Because we set the tokenizer on individual fields, shouldn't be necessary on the whole query. | ||||
* | fix empty ISSN bug (container view) | Bryan Newbold | 2018-12-03 | 1 | -2/+2 |
| | |||||
* | do actually require title for crossref import | Bryan Newbold | 2018-12-01 | 1 | -3/+3 |
| | |||||
* | codegen hide changes | Bryan Newbold | 2018-11-26 | 1 | -12/+60 |
| | |||||
* | fix file extraction (and transforms) | Bryan Newbold | 2018-11-26 | 3 | -6/+12 |
| | |||||
* | pass-through more API errors | Bryan Newbold | 2018-11-26 | 1 | -4/+13 |
| |