Skip to content
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

Open
wants to merge 97 commits into
base: master
Choose a base branch
from
Open

5.0.x #659

wants to merge 97 commits into from

Conversation

Crypta-Eve
Copy link
Member

No description provided.

Crypta-Eve and others added 30 commits March 5, 2023 19:48
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
recursivetree and others added 30 commits January 2, 2024 06:22
* add composer vendor directory

* remove invalid sql column escape characters
* use bootstrap pagination templates

* styleci
* 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
* 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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants