abram axel booth

Results 30 issues of abram axel booth

## Purpose set up supporting infrastructure for monthly metrics reports (alongside what exists for daily reports) ## Changes ## QA Notes Please make verification statements inspired by your code and...

## Purpose better support open, semantic, friendly web standards and common practices fixes #10102 ## Changes set `rel="nofollow me"` on user profile links `rel="me"` so these links can be used...

## Purpose avoid a silly 502 in the admin ## Changes handle `409 Conflict` response in AbstractProvider.setup_share_source (it means the source already exists in share, so there's no problem) relevant...

## Purpose if the ember files detail page is waffled on, then visiting `//files/osfstorage/` (where `` is not a real file id) creates a phantom `OsfStorageFileNode` with its own guid...

## Purpose avoid the problems caused by elasticsearch sometimes being slow without having to fully understand why it be slow. ## Changes if we're using celery, then use celery (to...

a bug exists (#16349): 1. add a query param with default value and `refreshModel: true` 2. using the router service, transition between child routes 3. observe the parent model hooks...

- Ticket: [] - Feature flag: n/a ## Purpose make it easier to run SHARE with OSF locally ## Summary of Changes - update the registries discover page to use...

- Ticket: [] - Feature flag: n/a ## Purpose visually communicate what is publicly available in the osf metrics api ## Summary of Changes * add `osf-metrics` and `osf-metrics.report-detail` routes...

- derive `oai_dc` xml from indexcard rdf - add `notify_index` param to `task__derive` to allow deriving *without* hitting search indexes (default `True` to match current behavior) - update `task__schedule_all_for_deriver` to...

Make `{{href-to}}` act like [`{{link-to}}` does within an engine](https://github.com/ember-engines/ember-engines/blob/master/addon/components/link-to-component.js), automatically prefixing routes with the engine's namespace. Add `{{href-to-external}}` helper, for linking to routes in an engine's host app. Acts like...