summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '37202-revert-changes-to-signing-enabled' into 'master'Douwe Maan2017-09-011-1/+1
|\
| * Rollsback changes made to signing_enabled.Tiago Botelho2017-09-011-1/+1
* | Merge branch 'sm-cherry-pick-list-commits-in-message' into 'master'Sean McGivern2017-09-012-1/+23
|\ \
| * | Change a variable name in Commit#cherry_pick_descriptionSaverio Miroddi2017-08-211-4/+4
| * | Reverse order of commits in MR cherry-pick messageSaverio Miroddi2017-08-211-1/+1
| * | Correct the cherry-pick message for merge commitsSaverio Miroddi2017-08-172-13/+8
| * | Add support for start project to commit cherry-pick descriptionSaverio Miroddi2017-08-152-5/+5
| * | Made commit cherry-pick message more standardSaverio Miroddi2017-08-151-11/+8
| * | Extracted cherry-pick description in ::CommitSaverio Miroddi2017-08-151-6/+10
| * | Merge branch 'master' into sm-cherry-pick-list-commits-in-messageSaverio Miroddi2017-08-1518-35/+468
| |\ \
| * | | Add 'from commit' information to cherry-picked commitsSaverio Miroddi2017-08-102-1/+27
* | | | Merge branch '35686-unescape-wiki-title' into 'master'Sean McGivern2017-09-011-1/+1
|\ \ \ \
| * | | | Unescape HTML characters in Wiki titleJacopo2017-08-301-1/+1
* | | | | Merge branch 'issue_36820' into 'master'Sean McGivern2017-09-011-0/+2
|\ \ \ \ \
| * | | | | Remove closing external issues by reference errorissue_36820Felipe Artur2017-08-311-0/+2
* | | | | | Merge branch '31273-creating-an-project-within-an-internal-sub-group-gives-th...Tim Zallmann2017-08-311-8/+37
|\ \ \ \ \ \
| * | | | | | revert changes to visibility level helpers from 6f03ddcMike Greiling2017-08-302-7/+5
| * | | | | | Address some suggestions from first code reviewRubén Dávila2017-08-292-22/+24
| * | | | | | prefer !x.exists? instead of x.none? to prevent unnecessary instantiation of ...Mike Greiling2017-08-261-2/+2
| * | | | | | Fix broken spec.Rubén Dávila2017-08-261-1/+1
| * | | | | | recognize instances where group visibility levels are unavailableMike Greiling2017-08-261-0/+6
| * | | | | | separate visibility_level_allowed logic from model validatorsMike Greiling2017-08-261-15/+17
| * | | | | | Add validation to check visibility level of sub groups.Rubén Dávila2017-08-261-4/+16
| * | | | | | Add validation for visibility level of sub groupsRubén Dávila2017-08-261-0/+9
* | | | | | | Merge branch '37266-nomethoderror-undefined-method-current_application_settin...Douwe Maan2017-08-315-1/+7
|\ \ \ \ \ \ \
| * | | | | | | `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-315-1/+7
* | | | | | | | Merge branch 'sidebar-cache-updates' into 'master'Sean McGivern2017-08-312-0/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | Only update the sidebar count caches when neededsidebar-cache-updatesYorick Peterse2017-08-302-0/+12
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'zj-disable-pages-in-subgroups' into 'master'Grzegorz Bizon2017-08-312-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Don't show references to Pages when not availableZeger-Jan van de Weg2017-08-312-0/+8
| |/ / / / / / /
* | | | | | | | Merge branch 'gitaly-440-shell-fetch-remote' into 'master'Sean McGivern2017-08-311-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Migrate Repository.FetchRemote to Gitalygitaly-440-shell-fetch-remoteKim "BKC" Carlbäcker2017-08-301-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch '26692-predefined-variable-gitlab-user-name' into 'master'Grzegorz Bizon2017-08-311-1/+3
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Add a Build Variable to represent the triggering GitLab user's login usernameMark Fletcher2017-08-301-0/+1
| * | | | | | | Add a Build Variable to represent the triggering GitLab user's nameMark Fletcher2017-08-301-1/+2
* | | | | | | | Use `git update-ref --stdin -z` to delete refs36807-gc-unwanted-refs-after-importLin Jen-Shin2017-08-301-1/+1
* | | | | | | | Merge remote-tracking branch 'upstream/master' into 36807-gc-unwanted-refs-af...Lin Jen-Shin2017-08-3022-84/+153
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge branch 'perf.slow-issuable' into 'master'Sean McGivern2017-08-301-16/+33
| |\ \ \ \ \ \ \
| | * | | | | | | Further break with_repo_branch_commit into partsperf.slow-issuableLin Jen-Shin2017-08-291-19/+24
| | * | | | | | | Make sure inspect doesn't generate crazy stringLin Jen-Shin2017-08-291-0/+4
| | * | | | | | | It doesn't seem that rubocop is complaining for meLin Jen-Shin2017-08-291-3/+1
| | * | | | | | | Merge remote-tracking branch 'upstream/master' into perf.slow-issuableLin Jen-Shin2017-08-2916-148/+315
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | skip the branch fetch if we already have the shahttp://jneen.net/2017-08-211-12/+16
| | * | | | | | | implement Repository#==http://jneen.net/2017-08-211-0/+6
| * | | | | | | | Merge branch 'improve-autocomplete-user-performance' into 'master'Yorick Peterse2017-08-301-1/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Move the logic to a concernHiroyuki Sato2017-08-291-1/+2
| | * | | | | | | | Improve AutocompleteController#user.json performanceHiroyuki Sato2017-08-251-1/+1
| | |/ / / / / / /
| * | | | | | | | Add filter by my reactionHiroyuki Sato2017-08-301-0/+15
| * | | | | | | | Merge branch '35793_fix_predicate_names' into 'master'Robert Speicher2017-08-2911-23/+23
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | replace `is_dashboard_milestone?` with `dashboard_milestone?`Maxim Rydkin2017-08-292-2/+2