Sign inSign up

negash/gitlab-tuning

By negash

Updated about 5 years ago

Image
0

1M+

negash/gitlab-tuning repository overview

Gitlab Tuning

  • auto add users with owner to new group
  • send user, commit, repo, timestamp to statistic server
  • cron sync avatars from ldap
  • auto set avatar for new user
Fix old DB gitlab web_hooks table
alter table web_hooks alter column push_events set default true;
alter table web_hooks alter column issues_events set default false;     
alter table web_hooks alter column merge_requests_events set default false;
alter table web_hooks alter column tag_push_events set default false;

Tag summary

Content type

Image

Digest

Size

40.3 MB

Last updated

about 5 years ago

docker pull negash/gitlab-tuning