mirror of
https://github.com/TykTechnologies/tyk.git
synced 2026-03-27 04:21:43 +00:00
<!-- Provide a general summary of your changes in the Title above --> ## Description <!-- Describe your changes in detail --> ## Related Issue <!-- This project only accepts pull requests related to open issues. --> <!-- If suggesting a new feature or change, please discuss it in an issue first. --> <!-- If fixing a bug, there should be an issue describing it with steps to reproduce. --> <!-- OSS: Please link to the issue here. Tyk: please create/link the JIRA ticket. --> ## Motivation and Context <!-- Why is this change required? What problem does it solve? --> ## How This Has Been Tested <!-- Please describe in detail how you tested your changes --> <!-- Include details of your testing environment, and the tests --> <!-- you ran to see how your change affects other areas of the code, etc. --> <!-- This information is helpful for reviewers and QA. --> ## Screenshots (if appropriate) ## Types of changes <!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [x] Refactoring or add test (improvements in base code or adds test coverage to functionality) ## Checklist <!-- Go over all the following points, and put an `x` in all the boxes that apply --> <!-- If there are no documentation updates required, mark the item as checked. --> <!-- Raise up any additional concerns not covered by the checklist. --> - [ ] I ensured that the documentation is up to date - [ ] I explained why this PR updates go.mod in detail with reasoning why it's required - [ ] I would like a code coverage CI quality gate exception and have explained why <!---TykTechnologies/jira-linter starts here--> ### Ticket Details <details> <summary> <a href="https://tyktech.atlassian.net/browse/TT-16260" title="TT-16260" target="_blank">TT-16260</a> </summary> | | | |---------|----| | Status | In Code Review | | Summary | Manage policies with identical IDs in multi-org Gateway | Generated at: 2026-01-29 09:25:01 </details> <!---TykTechnologies/jira-linter ends here-->
96 lines
1.1 KiB
Plaintext
96 lines
1.1 KiB
Plaintext
.DS_Store
|
|
.idea/
|
|
.vagrant/
|
|
.venv/
|
|
.vscode/
|
|
.air.toml
|
|
coverage/
|
|
temp/
|
|
/tmp
|
|
/middleware/bundles
|
|
testapps/
|
|
|
|
/vendor
|
|
|
|
/utils/release_live.sh
|
|
/utils/release_rc.sh
|
|
/utils/build_hybrid.sh
|
|
/utils/cloud_release.sh
|
|
|
|
/build_tools
|
|
/build
|
|
|
|
/*.conf
|
|
/*.json
|
|
/*.bak
|
|
/.air.toml
|
|
/go.work
|
|
/go.work.sum
|
|
|
|
/go.work
|
|
/go.work.sum
|
|
|
|
|
|
/tyk
|
|
logs/
|
|
*.mprof
|
|
*.cov
|
|
/apps/test.json
|
|
logs
|
|
lint_results.txt
|
|
test_apps/
|
|
run.sh
|
|
petstore.json
|
|
*.cert
|
|
*.key
|
|
*.pem
|
|
*.csr
|
|
*.prof
|
|
*.blockprof
|
|
*.mutexprof
|
|
*.pdf
|
|
*.mmdb
|
|
*.so
|
|
*.log
|
|
!testdata/*.mmdb
|
|
*.pid
|
|
coprocess_gen_test.go
|
|
session_state_gen_test.go
|
|
__pycache__/
|
|
*.test
|
|
*.test.log
|
|
tyk-gateway.pid
|
|
tests/pkgs.*
|
|
|
|
tyk_linux_*
|
|
.aider*
|
|
/dist/
|
|
|
|
.terraform**
|
|
.terraform.lock.hcl
|
|
.task/
|
|
*.test
|
|
|
|
main
|
|
|
|
/coprocess/*.pb.go-e
|
|
ci/tests/specs/tmp
|
|
ci/tests/specs/node_modules
|
|
ci/tests/specs/package-lock.json
|
|
ci/tests/specs/gateway.collection.postman.json
|
|
ci/tests/specs/.env
|
|
ci/tests/specs/apps
|
|
ci/tests/specs/policies
|
|
|
|
# Task cache files
|
|
.task-build-cache
|
|
.task-tidy-cache
|
|
.task-check-imports-cache
|
|
.task-check-config-cache
|
|
.task-check-x-tyk-gateway-cache
|
|
.task-codegen-cache
|
|
|
|
# unknown json files
|
|
/gateway/test.json
|
|
/gateway/child-v1.json
|