dan-s1

Results 8 issues of dan-s1

Based on the current Instagram API at https://www.instagram.com/developer/endpoints/ it states that "The Instagram API requires an access_token from authenticated users for each endpoint. We no longer support making requests using...

In the current Instagram API (https://www.instagram.com/developer/endpoints/users/) for the endpoint /users/user-id/media/recent there are no options for using the max_timestamp and the min_timestamp as there was in the old API (https://www.instagram.com/developer/deprecated/endpoints/users/#get_users_media_recent) hence...

# Summary [NIFI-10428](https://issues.apache.org/jira/browse/NIFI-10428) # Tracking Please complete the following tracking steps prior to pull request creation. ### Issue Tracking - [x] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue created ### Pull Request Tracking...

# Summary [NIFI-13466](https://issues.apache.org/jira/browse/NIFI-13466) # Tracking Please complete the following tracking steps prior to pull request creation. ### Issue Tracking - [ ] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue created ### Pull Request...

Apache commons-compress allow access to the file permissions, create time and the last access time for unencrypted zip files as seen in their [Javadocs](https://javadoc.io/doc/org.apache.commons/commons-compress/latest/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html) for methods [getUnixMode](https://javadoc.io/static/org.apache.commons/commons-compress/1.26.2/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#getUnixMode()), [getCreationTime](https://docs.oracle.com/javase/8/docs/api/java/util/zip/ZipEntry.html#getCreationTime--) and method...

# Summary [NIFI-15335](https://issues.apache.org/jira/browse/NIFI-15335) # Tracking Please complete the following tracking steps prior to pull request creation. ### Issue Tracking - [x] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue created ### Pull Request Tracking...

# Summary [NIFI-15346](https://issues.apache.org/jira/browse/NIFI-15346) The main purpose of this ticket was to create unit tests for for those components in nifi-box-bundle, nifi-cdc, nifi-cipher-bundle, nifi-confluent-platform-bundle and nifi-dropbox-bundle which did not have these...

# Summary [NIFI-15354](https://issues.apache.org/jira/browse/NIFI-15354) This PR adds two test classes one for testing ElasticSearch controller services migrations and another for testing ElasticSearch processor migrations. A slight change was made in `PutElasticsearchJson`...