Skip to content

Commit

Permalink
Merge pull request #12 from splunk-soar-connectors/next
Browse files Browse the repository at this point in the history
Merging next to main for release 1.2.1
  • Loading branch information
ishans-crest authored Jul 29, 2023
2 parents 9451d23 + 491f069 commit a959fd1
Show file tree
Hide file tree
Showing 27 changed files with 381 additions and 453 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/generate-doc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Generate Readme Doc
on:
workflow_dispatch:
push:
paths:
- '*.json'
- 'readme.html'
- 'manual_readme_content.md'
tags-ignore:
- '**'
branches-ignore:
- next
- main
jobs:
generate-doc:
runs-on: ubuntu-latest
steps:
- uses: 'phantomcyber/dev-cicd-tools/github-actions/generate-doc@main'
with:
GITHUB_TOKEN: ${{ secrets.SOAR_APPS_TOKEN }}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v1.15
rev: v1.16
hooks:
- id: org-hook
- id: package-app-dependencies
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright (c) 2022 Splunk Inc.
Copyright (c) 2022-2023 Splunk Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
17 changes: 1 addition & 16 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,26 +1,11 @@
Splunk SOAR MS Graph for SharePoint
Copyright (c) 2022 Splunk Inc.
Copyright (c) 2023 Splunk Inc.

Third-party Software Attributions:

Library: Django
Version: 3.2.12
License: BSD 3
0.9.0 thru 1.2 1991-1995 CWI yes
1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Python Software Foundation;
Copyright 1991-1995 Stichting Mathematisch Centrum Amsterdam
Copyright 2001 Python Software Foundation; All Rights Reserved
Copyright Django Software Foundation and individual contributors

Library: beautifulsoup4
Version: 4.10.0
License: MIT
Copyright 2004-2017 Leonard Richardson
Copyright 2004-2019 Leonard Richardson
Copyright 2018 Isaac Muse

Library: requests
Version: 2.27.1
License: Apache 2.0
MMXVIX. A Kenneth Reitz Project
694 changes: 347 additions & 347 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: __init__.py
#
# Copyright (c) 2022 Splunk Inc.
# Copyright (c) 2022-2023 Splunk Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
82 changes: 3 additions & 79 deletions msgraphforsharepoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"python_version": "3",
"product_version_regex": ".*",
"publisher": "Splunk",
"license": "Copyright (c) 2022 Splunk Inc.",
"app_version": "1.2.0",
"license": "Copyright (c) 2022-2023 Splunk Inc.",
"app_version": "1.2.1",
"utctime_updated": "2022-02-11T08:37:12.891220Z",
"package_name": "phantom_msgraphforsharepoint",
"main_module": "msgraphforsharepoint_connector.py",
Expand Down Expand Up @@ -2395,101 +2395,25 @@
],
"pip_dependencies": {
"wheel": [
{
"module": "Django",
"input_file": "wheels/py3/Django-3.2.16-py3-none-any.whl"
},
{
"module": "asgiref",
"input_file": "wheels/py3/asgiref-3.4.1-py3-none-any.whl"
},
{
"module": "beautifulsoup4",
"input_file": "wheels/py3/beautifulsoup4-4.10.0-py3-none-any.whl"
},
{
"module": "certifi",
"input_file": "wheels/py3/certifi-2022.12.7-py3-none-any.whl"
},
{
"module": "charset_normalizer",
"input_file": "wheels/py3/charset_normalizer-2.0.12-py3-none-any.whl"
},
{
"module": "idna",
"input_file": "wheels/py3/idna-3.4-py3-none-any.whl"
},
{
"module": "pytz",
"input_file": "wheels/shared/pytz-2022.7-py2.py3-none-any.whl"
},
{
"module": "requests",
"input_file": "wheels/shared/requests-2.27.1-py2.py3-none-any.whl"
},
{
"module": "soupsieve",
"input_file": "wheels/py3/soupsieve-2.3.2.post1-py3-none-any.whl"
},
{
"module": "sqlparse",
"input_file": "wheels/py3/sqlparse-0.4.3-py3-none-any.whl"
},
{
"module": "typing_extensions",
"input_file": "wheels/py3/typing_extensions-4.1.1-py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.13-py2.py3-none-any.whl"
}
]
},
"pip39_dependencies": {
"wheel": [
{
"module": "Django",
"input_file": "wheels/py3/Django-3.2.16-py3-none-any.whl"
},
{
"module": "asgiref",
"input_file": "wheels/py3/asgiref-3.6.0-py3-none-any.whl"
},
{
"module": "beautifulsoup4",
"input_file": "wheels/py3/beautifulsoup4-4.10.0-py3-none-any.whl"
},
{
"module": "certifi",
"input_file": "wheels/py3/certifi-2022.12.7-py3-none-any.whl"
},
{
"module": "charset_normalizer",
"input_file": "wheels/py3/charset_normalizer-2.0.12-py3-none-any.whl"
},
{
"module": "idna",
"input_file": "wheels/py3/idna-3.4-py3-none-any.whl"
},
{
"module": "pytz",
"input_file": "wheels/shared/pytz-2022.7-py2.py3-none-any.whl"
},
{
"module": "requests",
"input_file": "wheels/shared/requests-2.27.1-py2.py3-none-any.whl"
},
{
"module": "soupsieve",
"input_file": "wheels/py3/soupsieve-2.3.2.post1-py3-none-any.whl"
},
{
"module": "sqlparse",
"input_file": "wheels/py3/sqlparse-0.4.3-py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.13-py2.py3-none-any.whl"
"input_file": "wheels/py3/soupsieve-2.4.1-py3-none-any.whl"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion msgraphforsharepoint_connector.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: msgraphforsharepoint_connector.py
#
# Copyright (c) 2022 Splunk Inc.
# Copyright (c) 2022-2023 Splunk Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgraphforsharepoint_consts.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: msgraphforsharepoint_consts.py
#
# Copyright (c) 2022 Splunk Inc.
# Copyright (c) 2022-2023 Splunk Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgraphforsharepoint_get_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% block widget_content %} <!-- Main Start Block -->

<!-- File: msgraphforsharepoint_get_list.html
Copyright (c) 2022 Splunk Inc.
Copyright (c) 2022-2023 Splunk Inc.
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
Expand Down
2 changes: 1 addition & 1 deletion msgraphforsharepoint_list_lists.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% block widget_content %} <!-- Main Start Block -->

<!-- File: msgraphforsharepoint_list_lists.html
Copyright (c) 2022 Splunk Inc.
Copyright (c) 2022-2023 Splunk Inc.
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
Expand Down
2 changes: 1 addition & 1 deletion msgraphforsharepoint_view.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: msgraphforsharepoint_view.py
#
# Copyright (c) 2022 Splunk Inc.
# Copyright (c) 2022-2023 Splunk Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion readme.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--File: readme.html
Copyright (c) 2022 Splunk Inc.
Copyright (c) 2022-2023 Splunk Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
1 change: 1 addition & 0 deletions release_notes/1.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Removed django and requests dependencies in order to use platform packages [PAPP-31087, PAPP-31082, PAPP-30822]
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
beautifulsoup4==4.10.0
Django==3.2.16
requests==2.27.1
Binary file removed wheels/py3/Django-3.2.16-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/asgiref-3.4.1-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/asgiref-3.6.0-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/certifi-2022.12.7-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file removed wheels/py3/idna-3.4-py3-none-any.whl
Binary file not shown.
Binary file added wheels/py3/soupsieve-2.4.1-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/sqlparse-0.4.3-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/typing_extensions-4.1.1-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/shared/pytz-2022.7-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/shared/requests-2.27.1-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/shared/urllib3-1.26.13-py2.py3-none-any.whl
Binary file not shown.

0 comments on commit a959fd1

Please sign in to comment.