concord icon indicating copy to clipboard operation
concord copied to clipboard

Concord - workflow orchestration and continuous deployment management

Results 75 concord issues
Sort by recently updated
recently updated
newest added

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies
javascript

Bumps [liquibase-core](https://github.com/liquibase/liquibase) from 3.5.1 to 4.8.0. Release notes Sourced from liquibase-core's releases. v4.8.0 Liquibase 4.8.0 release Please report any issues to https://github.com/liquibase/liquibase/issues. Notable Changes Liquibase 4.8.0 introduces the following functionality:...

dependencies
java

Bumps [ansi_up](https://github.com/drudru/ansi_up) from 4.0.4 to 5.0.0. Release notes Sourced from ansi_up's releases. Security fix for OSC URLs If you had a malformed URL when using the OSC URL sequence, it...

dependencies

https://jira.walmart.com/browse/STRDTORC-3725

https://github.com/walmartlabs/concord/blob/b48162d1d0b844759762ef5fafc496a42a65f2cf/console2/src/components/organisms/FindUserField2/index.tsx#L40 It's possible for multiple users (different usernames) to have the same display name. This can be a tad confusing in the UI when viewing at existing owners of resources....

Introduces polling intervals based on user (in)activity and window visibility. 1. 5s - Window is visible and user is active 2. 60s - Window is visible and user is idle...

Event recording configuration gets wiped out if an active profile is set. For example: ```yaml configuration: events: recordTaskInVars: true profiles: myProfile: arguments: myString: hello ``` If `myProfile` is active, the...