CHANGELOG - skyluk/test GitHub Wiki
Changelog
rev 84d796a8a67b6a77a275fc7e6e78b00d9cbf2c68
[Jul 01, 2020]
- Port comments and reservations to gRPC. (#1219)
- jm admin edits (#1218)
- Removed /dashboard route. (#1215)
- periodic checker for pending objects added (#1200)
- Use internal DNS to connect to connect to services (#1212)
- Fixed a minor bug with account settings. (#1213)
- bcos objects changes randomly (#1209)
- Added a cron job to clean up all the GCR images we have. (#1208)
- Caching gRPC stubs. (#1211)
- Run static tests in parallel. (#1199)
- Closes #1012 - Implement loading workflow from designer app
- Refs #1012 - Basic functionality to load a workflow into the designer, now need to wire up statuses, and add a few extra fields in the json response
- Added some updates to Payments. (#1204)
- Permanent fix for chromedriver version mismatch in integration tests (#1201)
- Added Hubspot code. (#1202)
- Removed seedmany. (#1197)
- Update prod ingress for alertmanager security updates (#1198)
- Fixes for cron jobs and jobs API configs. (#1196)
- Removed some old extract stuff, moved it to the new ones. (#1195)
- Fixed new job notifications (#1192)
- Some updates to the JC's Django admin. (#1194)
- adding PedingAsyncData object creation to job spawner (#1174)
- Secure alertmanager with basic auth (#1189)
- Refs #1011 - Fix bad merge #2
- Refs #1011 - Fix merge
- Refs #1011 - Manual autopep8
- Refs #1011 - Adding migration to make from_action field not null
- Refs #1011 - Fixed tests, now using jm_types instead of job_manager_client's imports
- Refs #1011 - Fixed typings , hopefully for reals now
- Refs #1011 - Fixed typings - might be one issue left
- Refs #1011 - Fixed tests
- Refs #1011 - Refactored .create_wrkflow() method
- Refs #1011 - Ensure that we always have a 'from' when connecting actions
- Refs #1011 - Going through workflow model instance to get its action definitions
- Refs #1011 - Better typing
- Refs #1011 - Removing comment
[Jun 23, 2020]
- Refs #1011 - Named param
- Refs #1011 - tests & typings fixed mostly fixed, still one issue with the test_views endpoint that needs to be resolved
- Refs #1011 - get_wrkflows implemented for account portal
- Refs #1011 - Tests fixed - Time to implement get_wrkflows functionality for the frontend
- Refs #1011 - Finished Wrkflow -> WrkflowInfo updates, account portal functional , time to add functionality & fix tests