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
2016-02-19Add new endpoint and button to revert any commit.Rubén Dávila
2016-02-19Some updates from last code review.Rubén Dávila
2016-02-19Create branch if it doesn't exists.Rubén Dávila
2016-02-19Add some specs plus some refactor.Rubén Dávila
2016-02-19Remove no longer required method.Rubén Dávila
2016-02-19Explain why MR can't be reverted.Rubén Dávila
2016-02-19Use adequate description for new MR.Rubén Dávila
2016-02-19Use #iid for revert branch name so it's consistent when the MR id in the URL.Rubén Dávila
2016-02-19Don't show last event message on top when reverse branch was created under th...Rubén Dávila
2016-02-19Check target branch exists before creating revert MR.Rubén Dávila
2016-02-19Some refactor to the revert commit creation.Rubén Dávila
2016-02-19Save merge commit id when MR is mergedRubén Dávila
2016-02-19Add merge_commit_sha column to merge_requests.Rubén Dávila
2016-02-19Create reverse branch and generate MR with new branch. #3409Rubén Dávila
2016-02-19Add new endpoint and button to revert merge. #3409Rubén Dávila
2016-02-19Merge branch 'ci/remove-builds' into 'master' Grzegorz Bizon
2016-02-19Merge branch 'axil/gitlab-ce-mention-project-in-fork-notice' into 'master' Rémy Coutable
2016-02-19Record user that erased a build through APIGrzegorz Bizon
2016-02-19Remove doubled entry from Changelog introduced by mergeGrzegorz Bizon
2016-02-19Fix feature tests for erasing buildGrzegorz Bizon
2016-02-19Use POST method instead of DELETE when erasing a buildGrzegorz Bizon
2016-02-19Improve build view for erased build detailsGrzegorz Bizon
2016-02-19Move build erasable implementation from concern to modelGrzegorz Bizon
2016-02-19Fix build api specs after rebaseGrzegorz Bizon
2016-02-19Fix Changelog entry for builds erasable after a rebaseGrzegorz Bizon
2016-02-19Use button groups in build summary for consistencyGrzegorz Bizon
2016-02-19Change build erase path to make it consistent with APIGrzegorz Bizon
2016-02-19Fix name of build erasable, remove superfluous method from itGrzegorz Bizon
2016-02-19Add API documentation for build erase endpointGrzegorz Bizon
2016-02-19Fix date in alert saying that build has been erasedGrzegorz Bizon
2016-02-19Move build eraseable API to proper API contextGrzegorz Bizon
2016-02-19Add Changelog entry for build eraseableGrzegorz Bizon
2016-02-19Do not allow to modify build if it has been erasedGrzegorz Bizon
2016-02-19Use DELETE verb for erasing a build contentGrzegorz Bizon
2016-02-19And CI API endpoint where user can erase a buildGrzegorz Bizon
2016-02-19Create method that checks if build has been erasedGrzegorz Bizon
2016-02-19Remove boolean erase column from ci build and foreign keyGrzegorz Bizon
2016-02-19Show information indicating that build has been erasedGrzegorz Bizon
2016-02-19Update relevant build fields when build is erasedGrzegorz Bizon
2016-02-19Add build eraseable columns to ci builds tableGrzegorz Bizon
2016-02-19Add feature specs for build erase buttonGrzegorz Bizon
2016-02-19Make CI build eraseable only if build is completedGrzegorz Bizon
2016-02-19Add build eraseable feature implementationGrzegorz Bizon
2016-02-19Use build artifacts trait in build specsGrzegorz Bizon
2016-02-19Add artifacts trait to build factory in specsGrzegorz Bizon
2016-02-19Move eraseable implementation to build concernGrzegorz Bizon
2016-02-19Add methods to build eraseable componentGrzegorz Bizon
2016-02-19Add build remove button to build summary viewGrzegorz Bizon
2016-02-19revert back to ruby 2.1 - use 2.1.8James Lopez
2016-02-19Mention project name in fork noticeAchilleas Pipinellis