Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
1,088 contributions in the last year
Contribution activity
October 2020
Created a pull request in skyportal/skyportal that received 5 comments
Selectively display git commits; parse commits on backend and render on frontend
Ignore merge commits and display their parent commits instead Move hash into date bracket (instead of displaying at end of line) Use a regexp to e…
- Pin latest baselayer
- Add timeouts for GitHub Actions
- We now rely on baselayer to handle all migration logic
- Import sqlalchemy_utils in Alembic template
- Tweak migration messaging
- Fix peer dependencies for redoc and react-dropdown-aria
- Ask migration manager for permission to launch app
- Alembic: reminders to specify config file
- Remove developer text facing user
- No longer deploy SkyPortal on merge to deploy branch
- Remove extra artifacts clause
- Fix Alembic config detection
- Set number of processes in SkyPortal default config
- Explicitly set API response content type to JSON
- Report flags correctly
- Allow jinja2 template inheritance
- Parse JUnitXML to generate more actionable test failure reports
- Handle migration manager checks in baselayer app service
- Make migration manager more robust to Alembic failure
- Status server returns 503 (temp unavail) and serves all routes
- Detect log files to watch, even if they appear later
- Do not attempt migration unless database is stamped
- Migration manager
- Expect external logging to exit quickly under certain conditions
- Papertrail update
- Source/candidate fetching optimization
- Robustify Flaky Tests - Week of 10/12/20 (#1)
- Support multiple logos for login pages
- Automatically take screenshots and capture page source when tests fail
- robustify astropy test that queries ADS
- Include saved_by_id in SourceHandler.post
- Make position determination more robust in the starlist
- group sources upgrades
- Decouple thumbnails from photometry; add PS1 thumbnails; show more thumbnails on source/scanning pages
- Add form to add observing run on observing run page
- add an explanatory blurb on the share data page
- Minor source page updates
- Fix photometry plots
- Fix serialization of JSON types to postgresql in spectrum upload
- Parse Spectra POSTed as ASCII into Skyportal `Spectrum` objects
Created an issue in skyportal/skyportal that received 3 comments
Persist error notifications in console log
Sometimes, users want to let us know what went wrong, but it is hard to do since the red notifications disappear. Alternative: have red notificatio…