You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
garbage collector system overhaul and extras (#1724)
* guests without projects are now removed
* makes no senso for GUEST users
* garbage collection should result more descirptive
* added more notes
* added more notes
* minor refactor
* fixed error
* functions have been split into smaller self contained entities
* removed outdated description
* moved code blocks up
* removed unused function
* moved function position
* changed import name
* gc takes into consideration access rights when removing users
* fixed pylint issues
* removed unused code
* refactored code
* updated changelog
* added link in changelog
* PRs are now linked in the changelog
* marking container nvidia-smi for autoremove
* during testing aiohttp logs are displayed
- applied black reformat
* removed unencessary comments
* fixed issue which caused silent 401
- @sanderegg there was an error but no traceback was presnet
* replaced with a more updated version
* added empty_project_data and trapped a new error
* updated dependencies
* removed unused import
* added tests for garbage collection
* fixed some dependencies
* conftest refactoring
* now creates a template db to be used between tests
* tests correctly run in integration testing
* refactored tests
implemnted T4
* fixed an issue with project ownership detection
test_t5 was implemented
* implemented t6
* implemented t7
* implemented t8
* implemented t9
* updated changelog
* removed usless test module
* @sanderegg suggestion
* @sanderegg should adds clarity to the reasoning
* @sanderegg renaming function to something more clear
* removed typo
* @sanderegg removed redundant comments
* @sanderegg refactored fixture into a function
* fixing out more typos
* minor refactor and cleanup
* introduce tests to handle multiple user deletion
- fixed a bug
- added 2 tests
* removed uneeded comment
* used @pcrespov suggestion and refactored
* reverting depenencies for fugure upgrade @pcrespov
* moved in a more adequate palce
* changed outdated pytest fixture
Co-authored-by: Andrei Neagu <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+38-35
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,15 @@ FIXME: Compare shows single commit. SEE https://github.com/ITISFoundation/osparc
12
12
### Added
13
13
14
14
- Started this *human-readable* CHANGELOG
15
-
-``migration`` service that discovers postgres service and upgrades main database (#1714)
16
-
- Every group can register official classifiers for studies and services. Diplayed as a tree in UI (#1670, #1719, #1722)
15
+
-``migration`` service that discovers postgres service and upgrades main database [#1714](https://github.com/ITISFoundation/osparc-simcore/pull/1714)
16
+
- Every group can register official classifiers for studies and services. Diplayed as a tree in UI [#1670](https://github.com/ITISFoundation/osparc-simcore/pull/1670), [#1719](https://github.com/ITISFoundation/osparc-simcore/pull/1719) , [#1722](https://github.com/ITISFoundation/osparc-simcore/pull/1722)
17
+
- GC tests are run in isolation with a template database [#1724](https://github.com/ITISFoundation/osparc-simcore/pull/1724)
17
18
18
19
### Changed
19
20
20
-
- Speedup testing by splitting webserver (#1711)
21
+
- Speedup testing by splitting webserver [#1711](https://github.com/ITISFoundation/osparc-simcore/pull/1711)
22
+
- Refactored garbage collector and added tests [#1724](https://github.com/ITISFoundation/osparc-simcore/pull/1724)
23
+
- Logs are now displayed during testing [#1724](https://github.com/ITISFoundation/osparc-simcore/pull/1724)
21
24
22
25
<!-- ### Deprecated -->
23
26
<!-- ### Removed -->
@@ -28,45 +31,45 @@ FIXME: Compare shows single commit. SEE https://github.com/ITISFoundation/osparc
28
31
## [0.0.25] - 2020-08-04
29
32
30
33
### Added
31
-
- add traefik endpoint to api-gateway (#1555)
32
-
- Shared project concurrency (frontend) (#1591)
33
-
- Homogenize studies and services (#1569)
34
+
- add traefik endpoint to api-gateway [#1555](https://github.com/ITISFoundation/osparc-simcore/pull/1555)
0 commit comments