- Nov 11, 2020
-
-
Saray Cabrera Padrón authored
-
Michael Schroeder authored
[backend] also log when processing 'built' events
-
Dany Marcoux authored
Fix some RuboCop offenses for Performance/*
-
Michael Schroeder authored
-
Michael Schroeder authored
-
Dany Marcoux authored
Make staging muted delete icon a popover
-
Jorik Cronenberg authored
Fixes #10302
-
depfu[bot] authored
-
- Nov 10, 2020
-
-
Dany Marcoux authored
-
Dany Marcoux authored
-
Michael Schroeder authored
[backend] also check the time to decide that the dispatcher loop need…
-
Michael Schroeder authored
We used to restart after 50 job assignments to account for freshly created jobs. This leads to too many restarts, but increasing the limit is also bad if assigning takes too long. So also take the time spent in job assigning into account and only restart if at least one minute has passed.
-
Michael Schroeder authored
[backend] try to use sha256 when the default signkey is used
-
depfu[bot] authored
-
Michael Schroeder authored
We already changed the publisher to do this, but forgot about the signer.
-
Dany Marcoux authored
Change user plain delete confirmation to use standard dialog
-
- Nov 09, 2020
-
-
Eduardo J authored
[src/api] Update tzinfo: 1.2.7 → 1.2.8 (patch)
-
Jorik Cronenberg authored
Fixes #10383
-
Dany Marcoux authored
[src/api] Update rubocop-rspec: 2.0.0.pre → 2.0.0 (patch)
-
depfu[bot] authored
-
depfu[bot] authored
-
Eduardo J authored
[src/api] Update rubocop: 1.1.0 → 1.2.0 (minor)
-
Michael Schroeder authored
[backend] speed up removal of old projpacks_linked data
-
Michael Schroeder authored
We now maintain a new projpacks_linked_blks hash that stores the size of the same-project blocks in the corresponding projpacks_linked entry. Using this we can for one skip the blocks much faster if the project does not match and we also can remove the block with one single splice call. This speeds up the removal phase considerably. It no longer dominates the time used in setup_projects.
-
Eduardo Navarro authored
... offenses in views.
-
Eduardo Navarro authored
-
Eduardo Navarro authored
-
Eduardo Navarro authored
-
depfu[bot] authored
-
depfu[bot] authored
-
Eduardo J authored
[src/api] Update webmock: 3.9.3 → 3.9.4 (patch)
-
- Nov 07, 2020
-
-
depfu[bot] authored
-
depfu[bot] authored
-
Eduardo J authored
[src/api] Update rubocop-ast: 1.1.0 → 1.1.1 (patch)
-
- Nov 06, 2020
-
-
depfu[bot] authored
-
- Nov 05, 2020
-
-
Victor Pereira authored
Add confirmation dialog to group members delete
-
Michael Schroeder authored
Speed up removal of projpacks_linked entries in get_projpacks_postprocess_projects
-
Michael Schroeder authored
We had three nested loops which took way too long in some cases. Change the algorithm to make do with two nested loops. Also increase the threshold for doing a complete recalculation to 500 projects.
-
Michael Schroeder authored
This makes the scheduler call the BSSched::ProjPacks::print_project_stats() function.
-
Saray Cabrera Padrón authored
Fix flickering spec for Person::TokenController#delete
-