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
2021-05-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-11-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-31Avoid calling freeze on already frozen strings in app/modelsdineshpanda
2018-09-17Remove EE-specific code from ProtectedRefAccessSean McGivern
2018-08-07Enable more frozen string in app/models/**/*.rbgfyoung
Partially addresses #47424.
2018-07-17Reduce CE/EE difference in ↵Rémy Coutable
app/views/projects/protected_tags/_protected_tag.html.haml Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-06-06Rename “Developers + Masters”Mark Chao
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2017-11-24Deduplicate protected ref human_access_levelsJames Edwards-Jones
Previously these were duplicated so they could be different for push/merge, but this was no longer necessary after https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11232
2017-11-24Fix ProtectedBranch access level validationsJames Edwards-Jones
Before an access_level was required in EE even when an it had been set for a user/group.
2017-04-07Protected tags changes from backend maintainer reviewJames Edwards-Jones
2017-04-04Cleaned up duplication with ProtectedRefAccess concernJames Edwards-Jones
2017-04-03Clean up non TODO rubocop errorsJames Edwards-Jones
2017-03-31Settings::RepositoryController includes protected tags in JSJames Edwards-Jones
2017-03-31Protected tags copy/paste from protected branchesJames Edwards-Jones
Should provide basic CRUD backend for frontend to work from. Doesn’t include frontend, API, or the internal API used from gitlab-shell