-
Notifications
You must be signed in to change notification settings - Fork 4
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
Release 1.2.1 #123
Open
grigorescu
wants to merge
178
commits into
main
Choose a base branch
from
develop
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release 1.2.1 #123
Conversation
This file contains 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
… actions start pointing at develop as our default branch to match reality
SAST is already running via the settings on this repo
also turn off our testing branch push runs
works in conjunction with the if on the last step to run always, excpet only publish the docs on the main branch
we can always skip using a flag in our commit messages if needed https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/skipping-workflow-runs
feat(CI): Move CI to Github Actions
… we use it in also appeases flake8
…on in our local settings instead of inheriting them
…le-prod with local auth use case
…emp-fix ci(docs): only build docs on main
Move flake8 + black to Ruff
Fixes pytest warning: `No directory at: /home/runner/work/SCRAM/SCRAM/staticfiles/` --------- Co-authored-by: Chris Cummings <chriscummings@es.net>
A couple extra things: * Add a Behave test with Python 3.13, similar to the pytest one * Make the Python version an argument to the Dockerfiles
This lets you run prod with a local postgres instance. We prolly need to document the vault stuff, but I think that's better suited for #88 to handle. I *think* this MR is ready to rock, it's deployed and working on `scram-pentest.ocean.cu-es.net` presently.
release(1.1.1)
Closes #99 Closes #98 I had to branch off of this to make some other changes as well unfortunately just to get a working copy of the stack. Our expiration was not TZ aware which broke any add (from WUI or admin). Also had to fix the translatorConsumer because websockets were broken and spewing errors constantly.
Reduce the number of DB queries needed by 26x.
Let's move GoBGP to a recent version to reduce future suffering.
Now when we generate our gRPC library, we also generate type stubs and provide a way to copy-back the auto-generated files if you want so that we can have better IDE integration (i.e. run `make copy-libs` and it will pop them into the translator directory)
Co-authored-by: Chris Cummings <chriscummings@es.net> Co-authored-by: Sam Oehlert <soehlert@es.net>
…here are (#127) Closes #30 This adds a pill badge to the navbar with a quick view at active blocks. Also, it filters the homepage to only show active blocks and update the pill badge above the actiontype list on the homepage to only show the count of active blocks. The navbar is specific to blocks, but that seems fair since 1) that's the main use case right now 2) that's the only default actiontype anyways. We can always make it nicer/configurable in the future if needed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.