-
Notifications
You must be signed in to change notification settings - Fork 107
Staging #95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Staging #95
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
a9bd021
move-2-fastapi
galshubeli 6254299
update-dep
galshubeli e2185d1
red-dep
galshubeli 9fdb9cc
fix-github-auth
galshubeli ca15399
PR should go to staging
gkorland 5d83637
Merge pull request #92 from FalkorDB/depbot
gkorland 2d1e095
update deps
gkorland 2a6547c
Merge branch 'staging' into depbot
gkorland 689ece0
Merge pull request #93 from FalkorDB/depbot
gkorland f83e8cf
update-ver-ign
galshubeli 200a418
fix-inst
galshubeli 9cb79e7
fix demo
gkorland ead7353
Merge pull request #94 from FalkorDB/fix-demo
gkorland 9b2be20
Merge branch 'main' into staging
gkorland 88220c6
update-mysql
galshubeli 2fae72c
rm-vecelignore
galshubeli 01181f9
fix landing page
gkorland 975a5dc
Merge pull request #96 from FalkorDB/landing-fix
gkorland 4a7449a
Merge branch 'staging' into fastapi
gkorland e99a8ba
Merge branch 'staging' into fastapi
gkorland d8abc69
refactor imports
gkorland 1f04885
Merge pull request #97 from FalkorDB/fastapi
gkorland 4e7e08a
fix e2e test to work with flask
gkorland eeea600
Merge pull request #99 from FalkorDB/fix-tests
gkorland fa56d03
fix testsd
gkorland 39df81a
Merge branch 'staging' into fix-tests
gkorland e59adbf
Merge pull request #100 from FalkorDB/fix-tests
gkorland e41d8b8
update fastapi:
gkorland ddb031e
Merge branch 'staging' into fix-tests
gkorland cc71bd9
Merge pull request #101 from FalkorDB/fix-tests
gkorland 8d575df
fix tests
gkorland File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Verification agent
🧩 Analysis chain
Targeting staging is sensible; verify branch protections and automations
Directing Dependabot PRs to
stagingis aligned with your flow. Ensure:staging.staging.stagingtomainare scheduled to avoid security updates stalling onmain.Quick checks to confirm:
🏁 Script executed:
Length of output: 982
🏁 Script executed:
Length of output: 954
CI and Branch Protection for
stagingAre Missing – Action RequiredOur scan shows:
stagingreturned a 403, indicating it’s either unprotected or inaccessible by your integration..github/workflows/found no references tostaging, so no CI runs or PR checks are configured for that branch.Please address the following before merging Dependabot PRs into
staging:• Configure branch protection for
staging(at minimum, require status checks).• Update your workflows in
.github/workflows/to include bothpushandpull_requesttriggers onstaging:on.push.branches:andon.pull_request.branches:the entry"staging".• Review any auto-merge or Renovate/Dependabot automations to ensure they target
staging.• Put in place a clear process or scheduled job to backport security updates from
stagingintomainso hotfixes don’t stall.Once these are in place, your weekly Dependabot PRs to
stagingwill be properly verified and merged—and any fixes will flow safely tomain.🤖 Prompt for AI Agents