-
Notifications
You must be signed in to change notification settings - Fork 1
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 6.8.0 - Add field and API endpoint for external groups (i.e. not from the HR system) #356
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07d8a98 - Browse repository at this point
Copy the full SHA 07d8a98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42b3213 - Browse repository at this point
Copy the full SHA 42b3213View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c6c14a - Browse repository at this point
Copy the full SHA 6c6c14aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41702f2 - Browse repository at this point
Copy the full SHA 41702f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aa3d7a - Browse repository at this point
Copy the full SHA 6aa3d7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd0b0b1 - Browse repository at this point
Copy the full SHA bd0b0b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for db30f68 - Browse repository at this point
Copy the full SHA db30f68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f47bb3 - Browse repository at this point
Copy the full SHA 3f47bb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffb2674 - Browse repository at this point
Copy the full SHA ffb2674View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb5f000 - Browse repository at this point
Copy the full SHA bb5f000View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dbad6e - Browse repository at this point
Copy the full SHA 7dbad6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11d9cf4 - Browse repository at this point
Copy the full SHA 11d9cf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54fd8ba - Browse repository at this point
Copy the full SHA 54fd8baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fcaa42 - Browse repository at this point
Copy the full SHA 9fcaa42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d43d78 - Browse repository at this point
Copy the full SHA 0d43d78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 224d9b9 - Browse repository at this point
Copy the full SHA 224d9b9View commit details -
Revise Makefile to update base models after every composer update
Occasionally Yii updates their template for Active Record model files. It seems more helpful to see the effects of those changes in that same PR (where Yii was updated), rather than seeing them in a later, unrelated PR. Updating the base models only takes around 10 seconds, so it seems like a minimal time cost (percentage-wise) that we're adding to each composer update call.
Configuration menu - View commit details
-
Copy full SHA for 29506ef - Browse repository at this point
Copy the full SHA 29506efView commit details
Commits on Aug 19, 2024
-
Merge pull request #351 from silinternational/feature/update-base-models
Update base models, and do so with each "make composerupdate"
Configuration menu - View commit details
-
Copy full SHA for cfef138 - Browse repository at this point
Copy the full SHA cfef138View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6543ed4 - Browse repository at this point
Copy the full SHA 6543ed4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 690289e - Browse repository at this point
Copy the full SHA 690289eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f6e211 - Browse repository at this point
Copy the full SHA 4f6e211View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca0c7a2 - Browse repository at this point
Copy the full SHA ca0c7a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 931f4db - Browse repository at this point
Copy the full SHA 931f4dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b608e9f - Browse repository at this point
Copy the full SHA b608e9fView commit details -
Avoid adding empty string to
members
whengroups_external
is emptyPHP's `explode()` returns an array with an empty string if the given string is empty, but we do not want to add that to the `members` list.
Configuration menu - View commit details
-
Copy full SHA for 6ce06ac - Browse repository at this point
Copy the full SHA 6ce06acView commit details -
Add a place/reminder to paste the YouTrack issue's ID and title in PRs
This is easily obtained (with the ID as a link, even) by clicking the "Copy ID and summary to clipboard" icon beside a YouTrack issue's ID link, near the top-left of the page when viewing an issue in a sufficiently-wide browser window.
Configuration menu - View commit details
-
Copy full SHA for f1009a7 - Browse repository at this point
Copy the full SHA f1009a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9727263 - Browse repository at this point
Copy the full SHA 9727263View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38366ae - Browse repository at this point
Copy the full SHA 38366aeView commit details -
Extract
User->getMemberList()
methodThis helps reduce the complexity of the `User->fields()` method, which was getting overly complicated.
Configuration menu - View commit details
-
Copy full SHA for d677e2e - Browse repository at this point
Copy the full SHA d677e2eView commit details -
Merge pull request #353 from silinternational/feature/refine-pull-req…
…uest-template Refine ID Broker's pull-request template
Configuration menu - View commit details
-
Copy full SHA for 81131fa - Browse repository at this point
Copy the full SHA 81131faView commit details
Commits on Aug 20, 2024
-
Merge pull request #352 from silinternational/feature/idp-1176-add-gr…
…oups-external-field [IDP-1176] Add `groups_external` field to User
Configuration menu - View commit details
-
Copy full SHA for 747c877 - Browse repository at this point
Copy the full SHA 747c877View commit details -
Merge pull request #354 from silinternational/feature/idp-1176-add-gr…
…oups-external-field-part-2 [IDP-1176] Add `groups_external` field, part 2 (cleanup)
Configuration menu - View commit details
-
Copy full SHA for 9ad7b66 - Browse repository at this point
Copy the full SHA 9ad7b66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f02ddc - Browse repository at this point
Copy the full SHA 2f02ddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3c0cec - Browse repository at this point
Copy the full SHA d3c0cecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21615b9 - Browse repository at this point
Copy the full SHA 21615b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6cd14b - Browse repository at this point
Copy the full SHA f6cd14bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e32a84 - Browse repository at this point
Copy the full SHA 1e32a84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 257004a - Browse repository at this point
Copy the full SHA 257004aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 838d822 - Browse repository at this point
Copy the full SHA 838d822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 449bae7 - Browse repository at this point
Copy the full SHA 449bae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for efe4e7c - Browse repository at this point
Copy the full SHA efe4e7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b76181 - Browse repository at this point
Copy the full SHA 0b76181View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e3b043 - Browse repository at this point
Copy the full SHA 8e3b043View commit details -
Configuration menu - View commit details
-
Copy full SHA for a55b671 - Browse repository at this point
Copy the full SHA a55b671View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31ec3af - Browse repository at this point
Copy the full SHA 31ec3afView commit details -
Configuration menu - View commit details
-
Copy full SHA for de76f3a - Browse repository at this point
Copy the full SHA de76f3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85032eb - Browse repository at this point
Copy the full SHA 85032ebView commit details
Commits on Aug 21, 2024
-
Merge pull request #355 from silinternational/feature/IDP-1182-update…
…-groups-external [IDP-1182] Add endpoint for updating `groups_external`
Configuration menu - View commit details
-
Copy full SHA for e6557b7 - Browse repository at this point
Copy the full SHA e6557b7View commit details