index
int64
0
0
repo_id
stringlengths
9
205
file_path
stringlengths
31
246
content
stringlengths
1
12.2M
__index_level_0__
int64
0
10k
0
Create_ds/square-java-sdk/src/main/java/com/squareup/square
Create_ds/square-java-sdk/src/main/java/com/squareup/square/api/DefaultDevicesApi.java
package com.squareup.square.api; import com.fasterxml.jackson.core.JsonProcessingException; import com.squareup.square.ApiHelper; import com.squareup.square.Server; import com.squareup.square.exceptions.ApiException; import com.squareup.square.http.client.HttpContext; import com.squareup.square.http.request.HttpMetho...
4,700
0
Create_ds/square-java-sdk/src/main/java/com/squareup/square
Create_ds/square-java-sdk/src/main/java/com/squareup/square/api/DefaultMerchantCustomAttributesApi.java
package com.squareup.square.api; import com.fasterxml.jackson.core.JsonProcessingException; import com.squareup.square.ApiHelper; import com.squareup.square.Server; import com.squareup.square.exceptions.ApiException; import com.squareup.square.http.client.HttpContext; import com.squareup.square.http.request.HttpMetho...
4,701
0
Create_ds/square-java-sdk/src/main/java/com/squareup/square
Create_ds/square-java-sdk/src/main/java/com/squareup/square/api/CardsApi.java
package com.squareup.square.api; import com.squareup.square.exceptions.ApiException; import com.squareup.square.models.CreateCardRequest; import com.squareup.square.models.CreateCardResponse; import com.squareup.square.models.DisableCardResponse; import com.squareup.square.models.ListCardsResponse; import com.squareu...
4,702
0
Create_ds/square-java-sdk/src/main/java/com/squareup/square
Create_ds/square-java-sdk/src/main/java/com/squareup/square/api/DefaultLaborApi.java
package com.squareup.square.api; import com.fasterxml.jackson.core.JsonProcessingException; import com.squareup.square.ApiHelper; import com.squareup.square.Server; import com.squareup.square.exceptions.ApiException; import com.squareup.square.http.client.HttpContext; import com.squareup.square.http.request.HttpMetho...
4,703
0
Create_ds/square-java-sdk/src/main/java/com/squareup/square
Create_ds/square-java-sdk/src/main/java/com/squareup/square/api/CustomersApi.java
package com.squareup.square.api; import com.squareup.square.exceptions.ApiException; import com.squareup.square.models.AddGroupToCustomerResponse; import com.squareup.square.models.CreateCustomerCardRequest; import com.squareup.square.models.CreateCustomerCardResponse; import com.squareup.square.models.CreateCustomer...
4,704
0
Create_ds/square-java-sdk/src/main/java/com/squareup/square
Create_ds/square-java-sdk/src/main/java/com/squareup/square/api/DefaultCashDrawersApi.java
package com.squareup.square.api; import com.squareup.square.ApiHelper; import com.squareup.square.Server; import com.squareup.square.exceptions.ApiException; import com.squareup.square.http.client.HttpContext; import com.squareup.square.http.request.HttpMethod; import com.squareup.square.models.ListCashDrawerShiftEve...
4,705
0
Create_ds/square-java-sdk/src/main/java/com/squareup/square
Create_ds/square-java-sdk/src/main/java/com/squareup/square/api/MobileAuthorizationApi.java
package com.squareup.square.api; import com.squareup.square.exceptions.ApiException; import com.squareup.square.models.CreateMobileAuthorizationCodeRequest; import com.squareup.square.models.CreateMobileAuthorizationCodeResponse; import java.io.IOException; import java.util.concurrent.CompletableFuture; /** * This ...
4,706
0
Create_ds/square-java-sdk/src/main/java/com/squareup/square
Create_ds/square-java-sdk/src/main/java/com/squareup/square/api/DefaultGiftCardActivitiesApi.java
package com.squareup.square.api; import com.fasterxml.jackson.core.JsonProcessingException; import com.squareup.square.ApiHelper; import com.squareup.square.Server; import com.squareup.square.exceptions.ApiException; import com.squareup.square.http.client.HttpContext; import com.squareup.square.http.request.HttpMetho...
4,707
0
Create_ds/square-java-sdk/src/main/java/com/squareup/square
Create_ds/square-java-sdk/src/main/java/com/squareup/square/api/OrderCustomAttributesApi.java
package com.squareup.square.api; import com.squareup.square.exceptions.ApiException; import com.squareup.square.models.BulkDeleteOrderCustomAttributesRequest; import com.squareup.square.models.BulkDeleteOrderCustomAttributesResponse; import com.squareup.square.models.BulkUpsertOrderCustomAttributesRequest; import com...
4,708
0
Create_ds/square-java-sdk/src/main/java/com/squareup/square
Create_ds/square-java-sdk/src/main/java/com/squareup/square/api/DefaultSubscriptionsApi.java
package com.squareup.square.api; import com.fasterxml.jackson.core.JsonProcessingException; import com.squareup.square.ApiHelper; import com.squareup.square.Server; import com.squareup.square.exceptions.ApiException; import com.squareup.square.http.client.HttpContext; import com.squareup.square.http.request.HttpMetho...
4,709
0
Create_ds/square-java-sdk/src/main/java/com/squareup/square
Create_ds/square-java-sdk/src/main/java/com/squareup/square/api/BankAccountsApi.java
package com.squareup.square.api; import com.squareup.square.exceptions.ApiException; import com.squareup.square.models.GetBankAccountByV1IdResponse; import com.squareup.square.models.GetBankAccountResponse; import com.squareup.square.models.ListBankAccountsResponse; import java.io.IOException; import java.util.concur...
4,710
0
Create_ds/square-java-sdk/src/main/java/com/squareup/square
Create_ds/square-java-sdk/src/main/java/com/squareup/square/api/SnippetsApi.java
package com.squareup.square.api; import com.squareup.square.exceptions.ApiException; import com.squareup.square.models.DeleteSnippetResponse; import com.squareup.square.models.RetrieveSnippetResponse; import com.squareup.square.models.UpsertSnippetRequest; import com.squareup.square.models.UpsertSnippetResponse; impo...
4,711
0
Create_ds/square-java-sdk/src/main/java/com/squareup/square
Create_ds/square-java-sdk/src/main/java/com/squareup/square/api/EmployeesApi.java
package com.squareup.square.api; import com.squareup.square.exceptions.ApiException; import com.squareup.square.models.ListEmployeesResponse; import com.squareup.square.models.RetrieveEmployeeResponse; import java.io.IOException; import java.util.concurrent.CompletableFuture; /** * This interface lists all the endp...
4,712
0
Create_ds/square-java-sdk/src/main/java/com/squareup/square
Create_ds/square-java-sdk/src/main/java/com/squareup/square/api/DefaultGiftCardsApi.java
package com.squareup.square.api; import com.fasterxml.jackson.core.JsonProcessingException; import com.squareup.square.ApiHelper; import com.squareup.square.Server; import com.squareup.square.exceptions.ApiException; import com.squareup.square.http.client.HttpContext; import com.squareup.square.http.request.HttpMetho...
4,713
0
Create_ds/square-java-sdk/src/main/java/com/squareup/square
Create_ds/square-java-sdk/src/main/java/com/squareup/square/api/DefaultCustomerCustomAttributesApi.java
package com.squareup.square.api; import com.fasterxml.jackson.core.JsonProcessingException; import com.squareup.square.ApiHelper; import com.squareup.square.Server; import com.squareup.square.exceptions.ApiException; import com.squareup.square.http.client.HttpContext; import com.squareup.square.http.request.HttpMetho...
4,714
0
Create_ds/square-java-sdk/src/main/java/com/squareup/square
Create_ds/square-java-sdk/src/main/java/com/squareup/square/api/CustomerSegmentsApi.java
package com.squareup.square.api; import com.squareup.square.exceptions.ApiException; import com.squareup.square.models.ListCustomerSegmentsResponse; import com.squareup.square.models.RetrieveCustomerSegmentResponse; import java.io.IOException; import java.util.concurrent.CompletableFuture; /** * This interface list...
4,715
0
Create_ds/square-java-sdk/src/main/java/com/squareup/square
Create_ds/square-java-sdk/src/main/java/com/squareup/square/api/DisputesApi.java
package com.squareup.square.api; import com.squareup.square.exceptions.ApiException; import com.squareup.square.models.AcceptDisputeResponse; import com.squareup.square.models.CreateDisputeEvidenceFileRequest; import com.squareup.square.models.CreateDisputeEvidenceFileResponse; import com.squareup.square.models.Creat...
4,716
0
Create_ds/square-java-sdk/src/main/java/com/squareup/square
Create_ds/square-java-sdk/src/main/java/com/squareup/square/api/DefaultTerminalApi.java
package com.squareup.square.api; import com.fasterxml.jackson.core.JsonProcessingException; import com.squareup.square.ApiHelper; import com.squareup.square.Server; import com.squareup.square.exceptions.ApiException; import com.squareup.square.http.client.HttpContext; import com.squareup.square.http.request.HttpMetho...
4,717
0
Create_ds/square-java-sdk/src/main/java/com/squareup/square
Create_ds/square-java-sdk/src/main/java/com/squareup/square/api/OAuthApi.java
package com.squareup.square.api; import com.squareup.square.exceptions.ApiException; import com.squareup.square.models.ObtainTokenRequest; import com.squareup.square.models.ObtainTokenResponse; import com.squareup.square.models.RenewTokenRequest; import com.squareup.square.models.RenewTokenResponse; import com.square...
4,718
0
Create_ds/square-java-sdk/src/main/java/com/squareup/square
Create_ds/square-java-sdk/src/main/java/com/squareup/square/api/DefaultApplePayApi.java
package com.squareup.square.api; import com.fasterxml.jackson.core.JsonProcessingException; import com.squareup.square.ApiHelper; import com.squareup.square.Server; import com.squareup.square.exceptions.ApiException; import com.squareup.square.http.client.HttpContext; import com.squareup.square.http.request.HttpMetho...
4,719
0
Create_ds/square-java-sdk/src/main/java/com/squareup/square
Create_ds/square-java-sdk/src/main/java/com/squareup/square/api/WebhookSubscriptionsApi.java
package com.squareup.square.api; import com.squareup.square.exceptions.ApiException; import com.squareup.square.models.CreateWebhookSubscriptionRequest; import com.squareup.square.models.CreateWebhookSubscriptionResponse; import com.squareup.square.models.DeleteWebhookSubscriptionResponse; import com.squareup.square....
4,720
0
Create_ds/conductor/annotations-processor/src/test/java/com/netflix/conductor/annotationsprocessor
Create_ds/conductor/annotations-processor/src/test/java/com/netflix/conductor/annotationsprocessor/protogen/ProtoGenTest.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,721
0
Create_ds/conductor/annotations-processor/src/example/java/com
Create_ds/conductor/annotations-processor/src/example/java/com/example/Example.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,722
0
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen/Message.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,723
0
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen/ProtoGenTask.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,724
0
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen/ProtoGen.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,725
0
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen/AbstractMessage.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,726
0
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen/Enum.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,727
0
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen/ProtoFile.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,728
0
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen/types/AbstractType.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,729
0
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen/types/WrappedType.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,730
0
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen/types/ExternMessageType.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,731
0
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen/types/ScalarType.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,732
0
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen/types/MapType.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,733
0
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen/types/ListType.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,734
0
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen/types/MessageType.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,735
0
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen/types/TypeMapper.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,736
0
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen
Create_ds/conductor/annotations-processor/src/main/java/com/netflix/conductor/annotationsprocessor/protogen/types/GenericType.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,737
0
Create_ds/conductor/json-jq-task/src/test/java/com/netflix/conductor/tasks
Create_ds/conductor/json-jq-task/src/test/java/com/netflix/conductor/tasks/json/JsonJqTransformTest.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,738
0
Create_ds/conductor/json-jq-task/src/main/java/com/netflix/conductor/tasks
Create_ds/conductor/json-jq-task/src/main/java/com/netflix/conductor/tasks/json/JsonJqTransform.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,739
0
Create_ds/conductor/redis-lock/src/test/java/com/netflix/conductor/redis
Create_ds/conductor/redis-lock/src/test/java/com/netflix/conductor/redis/lock/RedisLockTest.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,740
0
Create_ds/conductor/redis-lock/src/main/java/com/netflix/conductor/redislock
Create_ds/conductor/redis-lock/src/main/java/com/netflix/conductor/redislock/config/RedisLockConfiguration.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,741
0
Create_ds/conductor/redis-lock/src/main/java/com/netflix/conductor/redislock
Create_ds/conductor/redis-lock/src/main/java/com/netflix/conductor/redislock/config/RedisLockProperties.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,742
0
Create_ds/conductor/redis-lock/src/main/java/com/netflix/conductor/redislock
Create_ds/conductor/redis-lock/src/main/java/com/netflix/conductor/redislock/lock/RedisLock.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,743
0
Create_ds/conductor/redis-persistence/src/test/java/com/netflix/conductor/redis/config
Create_ds/conductor/redis-persistence/src/test/java/com/netflix/conductor/redis/config/utils/RedisQueuesShardingStrategyProviderTest.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,744
0
Create_ds/conductor/redis-persistence/src/test/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/test/java/com/netflix/conductor/redis/dao/RedisPollDataDAOTest.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,745
0
Create_ds/conductor/redis-persistence/src/test/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/test/java/com/netflix/conductor/redis/dao/RedisMetadataDAOTest.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,746
0
Create_ds/conductor/redis-persistence/src/test/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/test/java/com/netflix/conductor/redis/dao/RedisExecutionDAOTest.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,747
0
Create_ds/conductor/redis-persistence/src/test/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/test/java/com/netflix/conductor/redis/dao/BaseDynoDAOTest.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,748
0
Create_ds/conductor/redis-persistence/src/test/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/test/java/com/netflix/conductor/redis/dao/DynoQueueDAOTest.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,749
0
Create_ds/conductor/redis-persistence/src/test/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/test/java/com/netflix/conductor/redis/dao/RedisRateLimitDAOTest.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,750
0
Create_ds/conductor/redis-persistence/src/test/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/test/java/com/netflix/conductor/redis/dao/RedisEventHandlerDAOTest.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,751
0
Create_ds/conductor/redis-persistence/src/test/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/test/java/com/netflix/conductor/redis/jedis/ConfigurationHostSupplierTest.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,752
0
Create_ds/conductor/redis-persistence/src/test/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/test/java/com/netflix/conductor/redis/jedis/JedisClusterTest.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,753
0
Create_ds/conductor/redis-persistence/src/test/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/test/java/com/netflix/conductor/redis/jedis/JedisSentinelTest.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,754
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/config/RedisSentinelConfiguration.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,755
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/config/RedisCommonConfiguration.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,756
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/config/RedisStandaloneConfiguration.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,757
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/config/InMemoryRedisConfiguration.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,758
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/config/RedisClusterConfiguration.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,759
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/config/JedisCommandsConfigurer.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,760
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/config/RedisProperties.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,761
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/config/AnyRedisCondition.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,762
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/config/DynomiteClusterConfiguration.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,763
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/dynoqueue/RedisQueuesShardingStrategyProvider.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,764
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/dynoqueue/LocalhostHostSupplier.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,765
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/dynoqueue/ConfigurationHostSupplier.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,766
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/dao/RedisEventHandlerDAO.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,767
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/dao/BaseDynoDAO.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,768
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/dao/RedisMetadataDAO.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,769
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/dao/RedisPollDataDAO.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,770
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/dao/RedisRateLimitingDAO.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,771
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/dao/RedisExecutionDAO.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,772
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/dao/DynoQueueDAO.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,773
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/jedis/JedisMock.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,774
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/jedis/JedisStandalone.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,775
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/jedis/JedisSentinel.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,776
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/jedis/JedisProxy.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,777
0
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis
Create_ds/conductor/redis-persistence/src/main/java/com/netflix/conductor/redis/jedis/JedisCluster.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,778
0
Create_ds/conductor/core/src/test/java/com/netflix
Create_ds/conductor/core/src/test/java/com/netflix/conductor/TestUtils.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,779
0
Create_ds/conductor/core/src/test/java/com/netflix/conductor
Create_ds/conductor/core/src/test/java/com/netflix/conductor/metrics/WorkflowMonitorTest.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,780
0
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/reconciliation/TestWorkflowRepairService.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,781
0
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/reconciliation/TestWorkflowSweeper.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,782
0
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/utils/ParametersUtilsTest.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,783
0
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/utils/ExternalPayloadStorageUtilsTest.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,784
0
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/utils/SemaphoreUtilTest.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,785
0
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/utils/JsonUtilsTest.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,786
0
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/utils/QueueUtilsTest.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,787
0
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/storage/DummyPayloadStorageTest.java
/* * Copyright 2023 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,788
0
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/execution/TestDeciderService.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,789
0
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/execution/TestWorkflowDef.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,790
0
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/execution/TestWorkflowExecutor.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,791
0
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/execution/TestDeciderOutcomes.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,792
0
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/execution/WorkflowSystemTaskStub.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,793
0
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/execution
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/execution/tasks/TestLambda.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,794
0
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/execution
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/execution/tasks/EventQueueResolutionTest.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,795
0
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/execution
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/execution/tasks/TestSystemTaskWorkerCoordinator.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,796
0
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/execution
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/execution/tasks/TestSystemTaskWorker.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,797
0
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/execution
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/execution/tasks/TestNoop.java
/* * Copyright 2023 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,798
0
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/execution
Create_ds/conductor/core/src/test/java/com/netflix/conductor/core/execution/tasks/TestSubWorkflow.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
4,799