Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-16Add version available info to integrity check rake task docsBalasankar "Balu" C
2018-03-07Implement foreground verification of CI artifactsNick Thomas
2018-03-02Foreground verification of uploads and LFS objectsNick Thomas
2018-01-10Add docs for ENV variables take gitlab:uploads:check rake task supportsDouglas Barbosa Alexandre
2018-01-09Fix small typosDouglas Barbosa Alexandre
2018-01-09Add docs for the gitlab:uploads:check rake taskDouglas Barbosa Alexandre
2018-01-05Update check.mdJames Lopez
2018-01-05add deprecation and removal issue to docsJames Lopez
2018-01-04refactor spec, add docsJames Lopez
2016-12-16Add LDAP task to rename a providerDrew Blessing
Sometimes admins will change the LDAP configuration, not realizing that problems will occur if the user's LDAP identities are not also updated to use the new provider name. This task will give admins a single command to run to update identities and will prevent having to run multiple Rails console queries.
2016-11-09Introduce better credential and error checking to `rake gitlab:ldap:check`Drew Blessing
It was previously possible for invalid credential errors to go unnoticed in this task. Users would believe everything was configured correctly and then sign in would fail with 'invalid credentials'. This adds a specific bind check, plus catches errors connecting to the server. Also, specs :)