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 (Expand)Author
2018-10-22Move Project#rename_repo to a service classYorick Peterse
2018-10-05Make GitLab pages support access controlTuomo Ala-Vannesluoma
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-08-16Resolve "Enable Auto DevOps instance-wide on GitLab.com"Dylan Griffith
2018-08-03Resolve "Hashed storage: extend "Enable hashed storage for all new projects" ...Valery Sizov
2018-07-31Remove todos when project feature visibility changesJarka Kadlecová
2018-07-30Delete todos when users loses target read permissionsJarka Kadlecová
2018-07-18Enable more frozen string in app/services/**/*.rbgfyoung
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-06-06Don't update/create projects errors were addedBob Van Landuyt
2018-06-05Merge branch '46452-nomethoderror-undefined-method-previous_changes-for-nil-n...Kamil Trzciński
2018-06-05Use nullcheck operator instead of checking for nullMatija Čupić
2018-06-04Yield to an optional block in Projects::UpdateServiceRobert Speicher
2018-06-04Bring CE-EE parity to app/services/projects/update_service.rbRobert Speicher
2018-05-28Add check for nil auto_devops in Projects::UpdateServiceMatija Čupić
2018-03-22Add HTTPS-only pagesRob Watson
2018-03-08Fix Error 500 when updating a projectStan Hu
2018-02-26Make sure wiki exists when it's enabledValery Sizov
2018-02-02use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa
2017-12-04Remove Auto DevOps checkboxes - backendbikebilly
2017-11-28BE for automatic pipeline when enabling Auto DevOpsMatija Čupić
2017-09-13Fix project feature being deleted when updating project with invalid visibili...Felipe Artur
2017-09-06Refactor based on code reviewMichael Kozono
2017-09-06Dry up method for code climateMichael Kozono
2017-08-08Add checks for branch existence before changing HEADblackst0ne
2017-07-24Fix editing project with container images presentGrzegorz Bizon
2017-07-14Add specs for changing default branch in a projectGrzegorz Bizon
2017-07-13Recover from renaming project that has container imagesGrzegorz Bizon
2017-01-26Add a system hook for when a project is updated.Tommy Beadle
2017-01-16Add a spec and actually display the flash noticeRémy Coutable
2017-01-15Fix to display notice when project settings updated.sandish chen
2016-12-16Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim
2016-07-27Fix Project#to_param to keep invalid project suitable for use in URLsDouglas Barbosa Alexandre
2016-07-27Fix renaming repository when name contains invalid chars under settingsDouglas Barbosa Alexandre
2016-07-06Services: code style fixes, minor refactoringValery Sizov
2016-03-20Tweaks, refactoring, and specsDouwe Maan
2015-11-20Change update_forks_visibility_level into after_update hook in Project modelTomasz Maczukin
2015-11-20Prevent unnecessary forks iteration at parent updateTomasz Maczukin
2015-11-19Change forks method to has_many relationTomasz Maczukin
2015-11-05Update forks visibility_level after parent project visibility_level changeTomasz Maczukin
2015-11-03Fix Project update serviceTomasz Maczukin
2015-03-09Enforce restricted visibilities for snippetsVinnie Okada
2015-03-09Allow admins to override restricted visibilityVinnie Okada
2014-06-27Make app works with strong paramsDmitriy Zaporozhets
2014-06-26Remove protected_atrributes gem and start moving to strong paramsDmitriy Zaporozhets
2014-06-17Remove project observerDmitriy Zaporozhets
2014-01-16Move all Context classes into ServicesDmitriy Zaporozhets