-
Notifications
You must be signed in to change notification settings - Fork 71
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
5.0.x #659
Merged
Merged
5.0.x #659
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
count should be used without any specified field. the previous syntax was not compatible with postgresql and is unneeded.
date_add does not exist in postgresql.
postgresql is using " character to escape table and field name. since escaping was not useful in this case, we simply drop it.
by default, postgresql will always return fields using lowercase characters. since it match with our code policy, I assume we can use an underscore as field word splitting.
* update logo * fix: centering logo on login
* use bootstrap pagination templates * styleci
Co-authored-by: StyleCI Bot <bot@styleci.io>
* Revert "Revert "Rewrite Filterable trait used for Squad filters" (#663)" This reverts commit 7d10130. * add vendor to gitignore * add unit test for seat 5 CVE * add unit test for group CVE * add documentation explaining the test cases * add test for sso scope rules * extract unit test from reverted commit * refactor: isEligible -> isUserEligible, deferred migration * refactor: use character for squad eligibility * update test cases * fix migration * bump dependency * fix membership recomputation * styleci
* improve schedule seeder * styleci * bump dependency version
* fix: relate skill level to skill part 1 * chore: tidy up
Co-authored-by: StyleCI Bot <bot@styleci.io>
* add implant icons * add hover with id (for now) * remove hover * map IDs to texts * Fix StyleCI issues * update for fewer reads
* squads: trigger filter check using events * squads: move to one common definition for rules This also allows plugins to register their own rules! * add scheduling rule migration * add scheduling rule migration * add scheduling rule user interface prototype This commit also contains a lot of unrelated changes in the view since I had to refactor some things for the layout, which introduces identation changes for almost everything * Finish character scheduling rule interface * character filters: trigger data update event with character instead of user * schedule: apply character scheduling rules to tokens * styleci * make some tests pass * fix setting a scheduling rule for new tokens
* remove character filter observers * forward character batch processed event * add character filter update job * add filter update command to schedule seeder * styleci * chunk character filter updates * styleci --------- Co-authored-by: Crypta Eve <crypta@crypta.tech>
Co-authored-by: StyleCI Bot <bot@styleci.io>
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.