Update GitLab Features authored by Slominski, Ryan's avatar Slominski, Ryan
...@@ -24,11 +24,13 @@ Other items that we may not care about at the moment, but aren't available in Fr ...@@ -24,11 +24,13 @@ Other items that we may not care about at the moment, but aren't available in Fr
- [Group level branch protection rules](https://docs.gitlab.com/user/project/repository/branches/protected/#in-a-group) - I thought we needed this to protect our group ACCESS_TOKEN, but after discussions with Mark, sounds like prob not. - [Group level branch protection rules](https://docs.gitlab.com/user/project/repository/branches/protected/#in-a-group) - I thought we needed this to protect our group ACCESS_TOKEN, but after discussions with Mark, sounds like prob not.
- [Require approval before merge](https://docs.gitlab.com/user/project/merge_requests/approvals/settings/) - [Require approval before merge](https://docs.gitlab.com/user/project/merge_requests/approvals/settings/)
- [Find Reviewers](https://docs.gitlab.com/user/project/merge_requests/reviews/#find-reviewers-who-fulfill-approval-rules) - [Find Reviewers](https://docs.gitlab.com/user/project/merge_requests/reviews/#find-reviewers-who-fulfill-approval-rules)
- Advanced dependency scanning and dashboards - [Dependency Scanning](https://docs.gitlab.com/user/application_security/dependency_scanning/)
- Cross project pipelines - Cross project pipelines
- [Scoped Labels](https://docs.gitlab.com/user/project/labels/#scoped-labels) - [Scoped Labels](https://docs.gitlab.com/user/project/labels/#scoped-labels)
- [Code owners](https://docs.gitlab.com/user/project/codeowners/) - [Code owners](https://docs.gitlab.com/user/project/codeowners/)
- [Blocking Issues](https://docs.gitlab.com/user/project/issues/related_issues/#blocking-issues) - [Blocking Issues](https://docs.gitlab.com/user/project/issues/related_issues/#blocking-issues)
- [LDAP group sync](https://docs.gitlab.com/administration/auth/ldap/#ldap-sync-configuration-settings) (we use OAuth, so prob don't care) - [LDAP group sync](https://docs.gitlab.com/administration/auth/ldap/#ldap-sync-configuration-settings) (we use OAuth, so prob don't care)
- High availability tools (we could just roll our own) - High availability tools (we could just roll our own)
- Encrypted backup tools (we could just roll our own) - Encrypted backup tools (we could just roll our own)
\ No newline at end of file
**Note**: For many of these missing features you could roll your own or otherwise substitute with other open source projects that provide them.
\ No newline at end of file