-
Notifications
You must be signed in to change notification settings - Fork 28
Maintenance/upgrades and tooling #1546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
pcrespov
merged 24 commits into
ITISFoundation:master
from
pcrespov:maintenance/upgrades-n-tools
Jun 22, 2020
Merged
Maintenance/upgrades and tooling #1546
pcrespov
merged 24 commits into
ITISFoundation:master
from
pcrespov:maintenance/upgrades-n-tools
Jun 22, 2020
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #1546 +/- ##
========================================
+ Coverage 69.3% 72.4% +3.1%
========================================
Files 281 281
Lines 10751 10751
Branches 1168 1168
========================================
+ Hits 7455 7794 +339
+ Misses 2971 2617 -354
- Partials 325 340 +15
|
df8b7f5
to
ce63803
Compare
ce63803
to
c1ca931
Compare
GitHK
approved these changes
Jun 8, 2020
sanderegg
approved these changes
Jun 9, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This was referenced Jun 10, 2020
1a0cd84
to
82d2615
Compare
This was referenced Jun 16, 2020
f2c8eae
to
bb6ecb3
Compare
This reverts commit 19b29b1.
Auto-formatters moves "# nosec" markers in assertions
all packages webserver
bb6ecb3
to
da0336b
Compare
Merged
odeimaiz
added a commit
that referenced
this pull request
Aug 4, 2020
- UI/UX improvements (#1657) - Bump yarl from 1.4.2 to 1.5.1 in /packages/postgres-database (#1665) - Bump ujson from 3.0.0 to 3.1.0 in /packages/service-library (#1664) - Bump pytest-docker from 0.7.2 to 0.8.0 in /packages/service-library (#1647) - Improving storage performance (#1659) - Bump aiozipkin from 0.6.0 to 0.7.0 in /packages/service-library (#1642) - Theming (#1656) - Platform stability: (#1645) - is1594 fix and re-activate e2e testing (#1620) - 2 bugs fixed + Some improvements (#1634) - Fixes default (#1640) - Bump lodash from 4.17.15 to 4.17.19 (#1639) - Is1585/cleanup storage (#1586) - Fixes on publish studies handling (#1632) - Some enhancements and bug fixes (#1608) - Improve e2e (#1631) - filter studies by name before deleting them (#1629) - Maintenance/upgrades test tools (#1628) - Bugfix/concurent opening projects (#1598) - Bugfix/allow reading groups anonymous user (#1615) - Bump docker from 4.2.1 to 4.2.2 in /packages/postgres-database (#1605) - fix testing if node has gpu support (#1604) - [bugfix] Invalidate cache before starting a study (#1602) - Feature/fix e2e 2 (#1600) - fix deploy not needing e2e testing since it is disabled - reduce cardinality of metrics (#1593) - Excudes e2e stage from include until fixed (#1595) - Shared project concurrency (frontend) (#1591) - Homogenize studies and services (#1569) - [feature] UI Fine grained access - project locking and notification - Bugfix/apiserver does not need sslheaders (#1564) - Cleanup catalog service (#1582) - Maintenance/cleanup api server (#1578) - Adds support for GPU scheduling of computational services (#1553) - Maintenance/upgrades and tooling (#1546) - Is1570/study fails 500 (#1572) - Bump faker from 4.1.0 to 4.1.1 in /packages/postgres-database (#1573) - maintenance fix codecov reports (#1568) - Manage groups, Share studies (#1512) - Is/add notebook migration script (#1565) - Is1269/api-server upgrade (#1475) - added simcore_webserver_service in pytest simcore package (#1563) - add traefik endpoint to api-gateway (#1555)
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What do these changes do?
scripts and recipes
make autoformat
now sort imports and black-formats your project files <--- WARNING: addictive!web/server
servicepython requirements
ujson
from 2.0.3 to 3.0.0 (merges Bump ujson from 2.0.3 to 3.0.0 in /packages/service-library #1544) in webserverpylint==2.5.3
in ALL packages and web-serverRelated issue number
How to test
Checklist
make openapi-specs
,git commit ...
and thenmake version-*
)