Commit Graph

18 Commits (86cb36fc7a0dff151ece74fbdcfa36d3aa1b7086)

Author SHA1 Message Date
Nick Boldt a97e6eec90
chore: update license headers to 2023 because we still use that annoying license header checker for some reason (#412)
To update next year:

  find . -name "*" -exec sed -i -r -e "s@-2023 Red Hat@-2024 Red Hat@g" {} \;

Change-Id: I2167da69ac584e743e61f4bbe699f06296911857
Signed-off-by: Nick Boldt <nboldt@redhat.com>

Signed-off-by: Nick Boldt <nboldt@redhat.com>
2023-01-04 10:33:06 -04:00
Ilya Buziuk 5c8658724f chore: Decommissioning Organization, Resource, Permission, Keycloak, SSH, Activity services
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
2022-11-14 12:53:46 +01:00
Andrew Obuchowicz 9c6a43c0f9 chore: remove che.workspace.activity_check_scheduler_period_s, che.workspace.activity_check_scheduler_delay_s, che.workspace.activity_cleanup_scheduler_period_s, che.workspace.activity_cleanup_scheduler_initial_delay_s properties
Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
2022-11-02 10:38:35 +01:00
Sergii Kabashniuk ce7c300eb9
build: Upgrade of maven plugins (#222)
* build: Upgrade of maven plugins

Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
2021-12-23 14:54:46 +02:00
Sergii Kabashniuk 6670c6986b Upgrade license 2021-05-20 17:05:45 +03:00
Sergii Kabashniuk 98b66ff1f6 Upgrade maven plugin configuration. Made pom.xml independent from che-parent 2021-05-20 16:53:16 +03:00
Sergii Kabashniuk 8db8f891e0
Che server configuration integrity test (#19616)
* Che server configuration integrity test

Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
2021-04-21 15:15:49 +03:00
Tom George 97faa8d1b4
Fix name
Signed-off-by: Tom George <tgeorge@redhat.com>
2020-07-07 18:17:13 -05:00
Tom George a379daf78e
Add workspace maximum time che property
Signed-off-by: Tom George <tgeorge@redhat.com>
2020-07-07 18:03:40 -05:00
Lukas Krejci 081f5d7f36 Bind the workspace activity checker also in the multiuser environment (#12640)
Bind the workspace activity checker also in the multiuser environment (#12640)

Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
2019-02-11 12:28:20 +02:00
Lukas Krejci 5520a29fc9 Removed unused fields and make the @BeforeMethod public as per convention.
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
2019-01-23 14:30:13 +01:00
Lukas Krejci c47c5aa81a Extract the activity record validity checking into a separate class
to reduce the LOC in the WorkspaceActivityManager.

Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
2019-01-23 14:30:13 +01:00
Lukas Krejci 3b4c6a7030 Added a periodical check to reset the activity records of workspaces that
may run out of sync (circumstances are not 100% clear, but we've seen it
happening).

Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
2019-01-23 14:30:13 +01:00
Lukas Krejci 90903645ee Add an ability to get workspaces ids by status and threshold timestamp (#12177)
It includes:
- reworking Workspace Activity API to store timestamps of each status changes;
- add REST API endpoint to get workspaces ids by status and threshold timestamp;
2018-12-22 17:19:38 +02:00
Sergii Kabashniuk 65bd65e23b Upgrade to new dependency mockito-testng (#10647) 2018-10-10 13:58:33 +03:00
Mykhailo Kuznietsov 07263f1e30
Fix license header text (#10629) 2018-08-02 11:18:04 +03:00
Mykhailo Kuznietsov 15d23edc91
Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
Mykhailo Kuznietsov 013d485914
Use workspace limit idle timeout value in WorkspaceActivityManager (#9395) 2018-04-13 14:11:42 +00:00