summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* API: Endpoint to expose personal snippets as /snippetsGuyzmo2016-12-013-1/+14
* Merge branch 'use-st-commits-where-possible' into 'master' Yorick Peterse2016-12-017-18/+23
|\
| * Replace references to MergeRequestDiff#commits with st_commitsuse-st-commits-where-possibleAdam Niedzielski2016-12-017-18/+23
* | Merge branch 'clean-up-jira-service' into 'master' Sean McGivern2016-12-012-29/+30
|\ \
| * | Refactor JiraService by moving code out of JiraService#execute methodclean-up-jira-serviceAdam Niedzielski2016-12-012-29/+30
| |/
* | Merge branch 'refactor-issuable-branch-chooser' into 'master' Robert Speicher2016-12-012-24/+31
|\ \
| * | Refactor branch chooser in issuable formrefactor-issuable-branch-chooserRémy Coutable2016-11-302-24/+31
* | | Merge branch 'fix/git-access-wiki-when-repository-feature-disabled' into 'mas...Sean McGivern2016-11-301-0/+3
|\ \ \
| * | | Allow access to the wiki with git when repository feature disabledDouglas Barbosa Alexandre2016-11-301-0/+3
| |/ /
* | | Merge branch '24710-fix-generic-commit-status-table-row' into 'master' Fatih Acet2016-11-302-39/+52
|\ \ \
| * | | collapse nested if statementMike Greiling2016-11-292-6/+4
| * | | remove redundant if statementMike Greiling2016-11-292-4/+0
| * | | reformat build duration and finish time to match /ci/builds/_build.html.hamlMike Greiling2016-11-291-8/+12
| * | | reorder generic commit status columns to match build status partialMike Greiling2016-11-291-22/+29
| * | | fetch local parameters in _generic_commit_status.html.haml similar to how _bu...Mike Greiling2016-11-291-8/+16
* | | | Merge branch 'autocomplete-stays-open' into 'master' Fatih Acet2016-11-301-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fixed GFM autocomplete regexautocomplete-stays-openPhil Hughes2016-11-301-1/+2
* | | | Merge branch '25092-change-font-commit-list-in-system-note' into 'master' Fatih Acet2016-11-301-3/+3
|\ \ \ \
| * | | | adjust commit list ul height25092-change-font-commit-list-in-system-noteNur Rony2016-11-301-1/+1
| * | | | adjust padding in listNur Rony2016-11-301-1/+1
| * | | | makes ul bullets fully visibleNur Rony2016-11-301-1/+1
| * | | | shows commits SHAs in monospcase and commit messaages in normal fontNur Rony2016-11-301-1/+1
* | | | | Merge branch 'issue_24363' into 'master' Fatih Acet2016-11-306-37/+105
|\ \ \ \ \
| * | | | | Fix appearance in error pagesLuis Alonso Chavez Armendariz2016-11-296-37/+105
* | | | | | Merge branch '25044-md-header-tabs' into 'master' Annabel Dunstone Gray2016-11-301-7/+0
|\ \ \ \ \ \
| * | | | | | 25044 Make md header tabs match nav tabs25044-md-header-tabstauriedavis2016-11-291-7/+0
* | | | | | | Merge branch '24894-style-system-note-in-commit-discussion' into 'master' Annabel Dunstone Gray2016-11-301-0/+4
|\ \ \ \ \ \ \
| * | | | | | | removes redundant styles24894-style-system-note-in-commit-discussionNur Rony2016-11-301-116/+0
| * | | | | | | new system note design for commit discussionNur Rony2016-11-301-0/+120
| | |_|/ / / / | |/| | | | |
* | | | | | | Fix comma-dangle in function's arguments errors24844-environments-dateFilipa Lacerda2016-11-301-1/+1
* | | | | | | Improvements after reviewFilipa Lacerda2016-11-301-4/+10
* | | | | | | Use created date from last_deploymentFilipa Lacerda2016-11-301-2/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch '25031-do-not-raise-error-in-autocomplete' into 'master' Rémy Coutable2016-11-301-1/+1
|\ \ \ \ \ \
| * | | | | | Do not raise error in AutocompleteController#users when not authorizedSemyon Pupkov2016-11-301-1/+1
| |/ / / / /
* | | | | | Merge branch 'fix/create-pipeline-with-builds-in-transaction' into 'master' Kamil Trzciński2016-11-302-11/+23
|\ \ \ \ \ \
| * | | | | | Restore method that ensures builds being createdGrzegorz Bizon2016-11-251-0/+15
| * | | | | | Create pipeline along with builds in the transationGrzegorz Bizon2016-11-242-12/+9
* | | | | | | Merge branch 'fix/rename-merge-request-head-pipeline' into 'master' Kamil Trzciński2016-11-307-19/+20
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Rename `MergeRequest#pipeline` to `head_pipeline`fix/rename-merge-request-head-pipelineGrzegorz Bizon2016-11-297-19/+20
* | | | | | | Merge branch 'fix/ca-no-date' into 'master' Douwe Maan2016-11-303-5/+12
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Merge remote-tracking branch 'origin/fix/ca-no-date' into fix/ca-no-datefix/ca-no-dateJames Lopez2016-11-291-4/+9
| |\ \ \ \ \ \
| | * | | | | | Show dashes when date is emptyAlfredo Sumaran2016-11-281-4/+9
| * | | | | | | fix started_at checkJames Lopez2016-11-291-5/+1
| |/ / / / / /
| * | | | | | use an empty total time when the build has not started yet so the UI knowsJames Lopez2016-11-252-2/+6
| * | | | | | fix for builds with no start date and specJames Lopez2016-11-251-0/+2
* | | | | | | Merge branch 'improve/invite-accept-page' into 'master' Douwe Maan2016-11-301-3/+10
|\ \ \ \ \ \ \
| * | | | | | | Alert user when logged in user email is not the same as the invitationDouglas Barbosa Alexandre2016-11-291-3/+10
* | | | | | | | Merge branch 'ee-1137-follow-up-protected-branch-users-and-groups' into 'mast...Douwe Maan2016-11-303-14/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | CE-specific changes gitlab-org/gitlab-ee#1137ee-1137-follow-up-protected-branch-users-and-groupsTimothy Andrew2016-11-293-14/+10
* | | | | | | | | Merge branch '24999-fix-project-avatar-alignment' into 'master' Annabel Dunstone Gray2016-11-301-0/+1
|\ \ \ \ \ \ \ \ \