Skip to content

Tags: ASWLS/genie

Tags

v3.3.17

Toggle v3.3.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add grouping and groupingInstance fields to job search page (Netflix#829

)

v3.3.16

Toggle v3.3.16's commit message
Make JobsProperties EnvironmentAware

JobsUsersActiveLimitProperties requires environment awareness in order to react to dynamic changes of property values.
However it is not a bean and as such it is not updated by Spring.
Implement a workaround for the sake of expedience: pass environment down from JobsProperties

v3.3.15

Toggle v3.3.15's commit message
Make per-user limit on number of jobs dynamic

Attempt to fetch the per-value limit from the environment, and fall back to the current or default if an override doesn't exist.

v3.3.14

Toggle v3.3.14's commit message
Make per-user limit on number of jobs dynamic

Attempt to fetch the per-value limit from the environment, and fall back to the current or default if an override doesn't exist.

v4.0.0-rc.2

Toggle v4.0.0-rc.2's commit message
Make active jobs user limit value customizable on a per-user basis

The existing mechanism to limit the maximum number of jobs applies equally to all users.
This can result in having to configure its value to a 'known accepted worst case'. And that limit is then applied to everyone else.

The new mechanism allows to set a default value that applies to most users, plus a set of custom limits for individual users.
These limits can be higher or lower than the default.

v3.3.13

Toggle v3.3.13's commit message
Make active jobs user limit value customizable on a per-user basis

The existing mechanism to limit the maximum number of jobs applies equally to all users.
This can result in having to configure its value to a 'known accepted worst case'. And that limit is then applied to everyone else.

The new mechanism allows to set a default value that applies to most users, plus a set of custom limits for individual users.
These limits can be higher or lower than the default.

v4.0.0-rc.1

Toggle v4.0.0-rc.1's commit message
Make Agent create the jobs folder rather than expecting it to exist

v3.3.12

Toggle v3.3.12's commit message
Update REST Controller tests to validate date formats in job search r…

…esults

v3.3.11

Toggle v3.3.11's commit message
Update REST Controller tests to validate date formats

v3.3.10

Toggle v3.3.10's commit message
Upgrade Spring Boot and Platform