summaryrefslogtreecommitdiff
path: root/app/services/projects/update_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Autofixed some untranslated stringsi18n-copLuke Bennett2019-01-311-3/+3
* Refactored AfterRenameService to reduce couplingGabriel Mazetto2019-01-221-1/+4
* Fixed legacy storage renaming codeGabriel Mazetto2019-01-211-1/+5
* Delete confidential issue todos for guestsFelipe Artur2018-12-141-2/+2
* Move Project#rename_repo to a service classrefactor-project-rename-repoYorick Peterse2018-10-221-1/+1
* Make GitLab pages support access controlTuomo Ala-Vannesluoma2018-10-051-1/+9
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Resolve "Enable Auto DevOps instance-wide on GitLab.com"Dylan Griffith2018-08-161-1/+1
* Resolve "Hashed storage: extend "Enable hashed storage for all new projects" ...Valery Sizov2018-08-031-15/+23
* Remove todos when project feature visibility changesJarka Kadlecová2018-07-311-0/+9
* Delete todos when users loses target read permissionsJarka Kadlecová2018-07-301-7/+16
* Enable more frozen string in app/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-inner-moregfyoung2018-07-171-0/+2
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Don't update/create projects errors were addedBob Van Landuyt2018-06-061-4/+11
* Merge branch '46452-nomethoderror-undefined-method-previous_changes-for-nil-n...Kamil Trzciński2018-06-051-1/+1
|\
| * Use nullcheck operator instead of checking for nullMatija Čupić2018-06-051-1/+1
| * Add check for nil auto_devops in Projects::UpdateServiceMatija Čupić2018-05-281-1/+1
* | Yield to an optional block in Projects::UpdateServicers-projects-update-service-parityRobert Speicher2018-06-041-0/+2
* | Bring CE-EE parity to app/services/projects/update_service.rbRobert Speicher2018-06-041-2/+2
|/
* Add HTTPS-only pagesRob Watson2018-03-221-0/+10
* Fix Error 500 when updating a projectsh-fix-update-serviceStan Hu2018-03-081-1/+1
* Make sure wiki exists when it's enabledValery Sizov2018-02-261-0/+15
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-1/+1
* Remove Auto DevOps checkboxes - backendbikebilly2017-12-041-6/+4
* BE for automatic pipeline when enabling Auto DevOpsMatija Čupić2017-11-281-1/+9
* Fix project feature being deleted when updating project with invalid visibili...Felipe Artur2017-09-121-1/+4
* Refactor based on code reviewMichael Kozono2017-09-061-1/+1
* Dry up method for code climateMichael Kozono2017-09-061-17/+3
* Add checks for branch existence before changing HEAD36010-api-v4-allows-setting-a-branch-that-doesn-t-exist-as-the-default-oneblackst0ne2017-08-081-1/+1
* Fix editing project with container images presentGrzegorz Bizon2017-07-241-1/+8
* Add specs for changing default branch in a projectGrzegorz Bizon2017-07-141-1/+1
* Recover from renaming project that has container imagesGrzegorz Bizon2017-07-131-13/+32
* Add a system hook for when a project is updated.Tommy Beadle2017-01-261-0/+2
* Add a spec and actually display the flash noticeRémy Coutable2017-01-161-2/+5
* Fix to display notice when project settings updated.sandish chen2017-01-151-0/+1
* Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim2016-12-161-1/+1
* Fix Project#to_param to keep invalid project suitable for use in URLsDouglas Barbosa Alexandre2016-07-271-10/+0
* Fix renaming repository when name contains invalid chars under settingsDouglas Barbosa Alexandre2016-07-271-1/+11
* Services: code style fixes, minor refactoringservices_refactoring1Valery Sizov2016-07-061-1/+2
* Tweaks, refactoring, and specsDouwe Maan2016-03-201-23/+6
* Change update_forks_visibility_level into after_update hook in Project modelTomasz Maczukin2015-11-201-14/+0
* Prevent unnecessary forks iteration at parent updateTomasz Maczukin2015-11-191-3/+5
* Change forks method to has_many relationTomasz Maczukin2015-11-181-2/+1
* Update forks visibility_level after parent project visibility_level changeTomasz Maczukin2015-11-041-13/+35
* Fix Project update serviceTomasz Maczukin2015-11-031-0/+9
* Enforce restricted visibilities for snippetsVinnie Okada2015-03-081-1/+1
* Allow admins to override restricted visibilityVinnie Okada2015-03-081-3/+8
* Make app works with strong paramsDmitriy Zaporozhets2014-06-261-8/+3
* Remove protected_atrributes gem and start moving to strong paramsDmitriy Zaporozhets2014-06-261-6/+6
* Remove project observerDmitriy Zaporozhets2014-06-171-1/+9