[PR #5] [MERGED] Travis ci #7

Closed
opened 2025-12-31 16:38:59 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ysoftdevs/wapifuzz/pull/5
Author: @starek4
Created: 10/23/2019
Status: Merged
Merged: 10/23/2019
Merged by: @starek4

Base: masterHead: travis_ci


📝 Commits (2)

  • 65b43ad Added .travisci file
  • 17bd85d Adding invariant of culture for DateTime

📊 Changes

10 files changed (+65 additions, -14 deletions)

View changed files

.travis.yml (+21 -0)
📝 README.md (+2 -0)
📝 fuzzer/src/fuzzer.py (+5 -4)
📝 fuzzer/src/progress_reporter.py (+13 -6)
📝 fuzzer/src/unit_tests/fuzzing_json_decoder_tests.py (+4 -0)
📝 fuzzer/src/wapifuzz.py (+1 -1)
📝 parser/Parser.Tests/EndpointParserTests.cs (+8 -0)
📝 parser/Parser.Tests/OpenApiAnyConvertorTests.cs (+9 -1)
📝 parser/Parser/OpenApiAnyConvertor.cs (+1 -1)
📝 run.sh (+1 -1)

📄 Description

Travis CI supported. I also fix some tests, which were failing due to regression.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ysoftdevs/wapifuzz/pull/5 **Author:** [@starek4](https://github.com/starek4) **Created:** 10/23/2019 **Status:** ✅ Merged **Merged:** 10/23/2019 **Merged by:** [@starek4](https://github.com/starek4) **Base:** `master` ← **Head:** `travis_ci` --- ### 📝 Commits (2) - [`65b43ad`](https://github.com/ysoftdevs/wapifuzz/commit/65b43ad7f0a1120d390883711e37786335b9280d) Added .travisci file - [`17bd85d`](https://github.com/ysoftdevs/wapifuzz/commit/17bd85da15eebba917e755258341079b6ddd000b) Adding invariant of culture for DateTime ### 📊 Changes **10 files changed** (+65 additions, -14 deletions) <details> <summary>View changed files</summary> ➕ `.travis.yml` (+21 -0) 📝 `README.md` (+2 -0) 📝 `fuzzer/src/fuzzer.py` (+5 -4) 📝 `fuzzer/src/progress_reporter.py` (+13 -6) 📝 `fuzzer/src/unit_tests/fuzzing_json_decoder_tests.py` (+4 -0) 📝 `fuzzer/src/wapifuzz.py` (+1 -1) 📝 `parser/Parser.Tests/EndpointParserTests.cs` (+8 -0) 📝 `parser/Parser.Tests/OpenApiAnyConvertorTests.cs` (+9 -1) 📝 `parser/Parser/OpenApiAnyConvertor.cs` (+1 -1) 📝 `run.sh` (+1 -1) </details> ### 📄 Description Travis CI supported. I also fix some tests, which were failing due to regression. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-31 16:38:59 +01:00
adam closed this issue 2025-12-31 16:38:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-mirrors/wapifuzz#7