dependabot[bot]
dde7a09694
Bump certifi in /contrib/deploy-onefuzz-via-azure-devops ( #3346 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2023.5.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.05.07...2023.07.22 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam <103067949+AdamL-Microsoft@users.noreply.github.com>
2023-08-02 16:12:09 -07:00
dependabot[bot]
c09daac757
Bump requests in /contrib/deploy-onefuzz-via-azure-devops ( #3120 )
2023-05-30 18:56:00 +00:00
Noah McGregor Harper
15c5812696
Revert YML Param Changes. ( #2906 )
2023-03-03 14:46:24 -08:00
Noah McGregor Harper
5061a3de29
Updating Files w/ New Flags ( #2861 )
2023-02-17 13:23:56 -08:00
dependabot[bot]
f6a70602de
Bump certifi in /contrib/deploy-onefuzz-via-azure-devops ( #2683 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2022.5.18.1 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases )
- [Commits](https://github.com/certifi/python-certifi/compare/2022.05.18.1...2022.12.07 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-13 15:30:46 -08:00
Adam
ba9d6acbe2
Unpin pipenv version ( #2659 )
...
* updated contrib/deploy-onefuzz-via-azure-devops/tox.ini
* updated .github/workflows/ci.yml
2022-11-29 12:51:46 -08:00
Noah McGregor Harper
e0634a3365
Deploy update ( #2650 )
...
* Remove Python App Function Deployment Code and Code.
* Updating yml and zip names.
* Fixing ci.yml.
* Typo.
* Format
* Trying to remove python service.
* Updating directories.
* Removing flag.
* Format.
* Fixng api-service-net ref.
* Re-add requirement.
* Fixing refs in bicep.
* Specifying version.
* Removing dotnet refs in integration tests.
* Updating role assignment naming convention.
* Adding ignore.
* Update src/deny.toml
Co-authored-by: George Pollard <porges@porg.es>
* Update version.
* Removing onefuzztypes dependency.
* Switch app service plan to windows.
* Update test version.
* Changing version.
* Returning version.
* Trying to add onefuzz types back.
* Force pipenv version.
* Fix.
* Syntax.
* Renaming.
* Trying different version.
* Removing build step.
* Fixing bicep parameter.
* Retrying run with older version.
* Trying pipenv with another version.
* Forcing pipenv version in tox.
* Adding pipenv fix and updating version.
Co-authored-by: George Pollard <porges@porg.es>
2022-11-23 17:48:30 -08:00
Joe Ranweiler
7b9fbae38d
Ensure wheel
updated when pipenv check
invoked ( #2593 )
2022-11-09 10:19:36 -08:00
Joe Ranweiler
e6dd1ac35b
Only ignore known issue ( #2595 )
2022-11-02 20:27:45 +00:00
Joe Ranweiler
323106b48b
Temporarily disable pipenv check
call ( #2594 )
2022-11-01 17:48:34 -07:00
Noah McGregor Harper
c277cd1ec3
Update References to Ubuntu 18.04 to 20.04 ( #2535 )
...
* Update References to 18.04 to 20.04
* Fixing Ubuntu Image.
* Fix image.
2022-10-28 10:17:57 -07:00
George Pollard
ca22611892
Update .pylintrc ( #2009 )
...
Per: https://pylint.pycqa.org/en/latest/user_guide/messages/refactor/old-no-self-use.html
R0201 was renamed → R6301
2022-06-01 22:18:02 +00:00
Stas
25aa3d8f07
Update 'tox' dependencies ( #1996 )
...
Co-authored-by: stas <statis@microsoft.com>
2022-05-31 15:14:42 -07:00
Adam
793ce85cdf
updating deploy.py to push dotnet by default ( #1888 )
...
* updating deploy.py to push dotnet by default
* Updating requirements for Azure Function core tools CLI to 4
* updating docs for Azure Functions Core Tools v 4.x requirement
* Update src/utils/check-pr/README.md
Co-authored-by: Cheick Keita <chkeita@microsoft.com>
2022-05-04 18:44:27 +00:00
dependabot[bot]
134c947ec1
Bump urllib3 in /contrib/deploy-onefuzz-via-azure-devops ( #950 )
2021-06-02 09:23:37 -04:00
bmc-msft
b5d3c53de4
update contrib deploy dependencies ( #847 )
2021-05-03 11:47:30 -04:00
bmc-msft
03fc386106
update ADO deploy dependencies ( #764 )
2021-04-01 12:38:34 -04:00
bmc-msft
91bbcf7a59
update Azure Devops tool integration prereqs ( #608 )
2021-03-01 11:55:25 -05:00
bmc-msft
fd995718c8
standardize on unix file endings ( #516 )
...
The majority of our source files have `\n` line endings. This updates the few files that use `\r\n` to use `\n`.
2021-02-06 14:14:26 +00:00
nharper285
2391d927f7
Updating yml file to run config endpoint command with tenant/authority ID. ( #339 )
...
## Summary of the Pull Request
Originally, the yml file printed out a semi-generalized _onefuzz config --endpoint_ comman. This command did have a specified _--authority_ and so it used the Microsoft id by default. To enable users to work with OneFuzz on tenants other than the standard Microsoft tenant, we have added a _--authority_ parameter that is printed out at the end of the deployment.
## PR Checklist
* [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx
## Info on Pull Request
Changes to the yml file.
## Validation Steps Performed
We have made this change to our local automation repository and tested an automated deployment pipeline with this change.
2020-11-30 14:54:42 +00:00
Anshuman Goel
30ba30d609
Add --upgrade
to the Azure Devops deployment pipeline ( #304 )
2020-11-12 11:34:31 -05:00
Anshuman Goel
382003e4d0
Comment update to register app as owner ( #262 )
2020-11-11 17:58:30 -05:00
Anshuman Goel
0e04309e33
Adding linting for contrib/deploy-onefuzz-via-azure-devops ( #256 )
2020-11-03 11:39:33 -05:00
anslutsk
d2996656f6
Updated deploy-onefuzz-via-azure-devops ( #233 )
2020-10-29 18:22:36 -04:00
Anshuman Goel
640091f8bc
ADO Pipeline to update a onefuzz instance with the latest release ( #208 )
2020-10-28 15:31:42 -04:00