summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | added spacingAli Ibrahim2016-08-191-0/+1
| | | | | | | | | | |
| * | | | | | | | | | Added can_push attribute to deploy keys and update docs for APIAli Ibrahim2016-08-181-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Allow to add deploy keys with write-accessAli Ibrahim2016-08-171-5/+12
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'bugfix/outlook-language-parsing' into 'master' Douwe Maan2016-12-271-26/+10
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to Discourse's EmailReplyTrimmer for more robust reply parsing See merge request !7473
| * | | | | | | | | | | fix guard stylebugfix/outlook-language-parsinghttp://jneen.net/2016-12-221-1/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Be more certain in the commenthttp://jneen.net/2016-12-211-2/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Revert "allow empty-quotes"http://jneen.net/2016-12-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4f2f678aff8d7dfcac96c47cf7eb480a5707ddaf.
| * | | | | | | | | | | remove comment attributionhttp://jneen.net/2016-12-211-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | allow empty-quoteshttp://jneen.net/2016-12-211-4/+0
| | | | | | | | | | | |
| * | | | | | | | | | | protect against EmailReplyTrimmer returning nilhttp://jneen.net/2016-12-211-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | remove trailing whitespace from email bodieshttp://jneen.net/2016-12-211-0/+3
| | | | | | | | | | | |
| * | | | | | | | | | | switch to email_reply_trimmer from discoursehttp://jneen.net/2016-12-211-26/+4
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch ↵Douwe Maan2016-12-271-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '25931-gitlab-merge-request-view-crash-when-commiting-a-js-sourcemap-file' into 'master' Resolve "Gitlab merge request view crash when commiting a js sourcemap file" Closes #25931 See merge request !8310
| * | | | | | | | | | | | Fix MR with files hidden by .gitattributes25931-gitlab-merge-request-view-crash-when-commiting-a-js-sourcemap-fileSean McGivern2016-12-261-1/+4
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't try to highlight and cache files hidden by .gitattributes entries.
* | | | | | | | | | | | Merge branch 'auto-deploy-with-space' into 'master' Sean McGivern2016-12-271-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename "autodeploy" to "auto deploy" Closes #25999 See merge request !8289
| * | | | | | | | | | | Rename "autodeploy" to "auto deploy"auto-deploy-with-spaceAdam Niedzielski2016-12-231-2/+2
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'feature/more-storage-statistics' into 'master' Sean McGivern2016-12-266-79/+98
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add more storage statistics See merge request !7754
| * | | | | | | | | | | Add more storage statisticsMarkus Koller2016-12-215-43/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds counters for build artifacts and LFS objects, and moves the preexisting repository_size and commit_count from the projects table into a new project_statistics table. The counters are displayed in the administration area for projects and groups, and also available through the API for admins (on */all) and normal users (on */owned) The statistics are updated through ProjectCacheWorker, which can now do more granular updates with the new :statistics argument.
| * | | | | | | | | | | Remove rake task update_commit_countMarkus Koller2016-12-211-20/+0
| | | | | | | | | | | |
| * | | | | | | | | | | Consistently use current_user in API entitiesMarkus Koller2016-12-213-21/+21
| | | | | | | | | | | |
| * | | | | | | | | | | Don't expose all namespace fields in APIMarkus Koller2016-12-211-2/+2
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'zj-fix-issue-search-chat-command' into 'master' Rémy Coutable2016-12-232-8/+9
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix errorcode 500 on slash commands Closes #26013 See merge request !8285
| * | | | | | | | | | | Fix errorcode 500 on slash commandszj-fix-issue-search-chat-commandZ.J. van de Weg2016-12-232-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Coverage was failing, so this could slip through the cracks
* | | | | | | | | | | | Merge branch 'fixes-issues-api-reopen' into 'master' Rémy Coutable2016-12-231-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix state_event parameter to reopen an issue Closes #25958 See merge request !8246
| * | | | | | | | | | | Fix state_event parameter to reopen an issuefixes-issues-api-reopenRobert Schilling2016-12-221-2/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'inline-math-dollar' into 'master' Robert Speicher2016-12-221-8/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't render inline math when dollar signs are inside markup See merge request !8259
| * | | | | | | | | | | | Don't render inline math when dollar signs are inside markupinline-math-dollarDouwe Maan2016-12-221-8/+3
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'cache-last-commit-sha-for-path' into 'master' Yorick Peterse2016-12-221-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cache last commit id for path See merge request !8098
| * | | | | | | | | | | | Merge two methods.Hiroyuki Sato2016-12-201-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Rename sha to idHiroyuki Sato2016-12-201-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Use Repository#cache_last_commit_sha_for_path in APIHiroyuki Sato2016-12-201-1/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Use `ref` variable24224-fix-project-ref-cacheDouwe Maan2016-12-221-1/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Fix lookup of project by unknown ref when caching is enabledDouwe Maan2016-12-221-4/+15
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'adam-auto-deploy' into 'master' Kamil Trzciński2016-12-211-2/+8
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto deploy Closes #23580 See merge request !8135
| * | | | | | | | | | | | Introduce "Set up autodeploy" button to help configure GitLab CI for deploymentadam-auto-deployAdam Niedzielski2016-12-211-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The button allows to choose a ".gitlab-ci.yml" template that automatically sets up the deployment of an application. The currently supported template is Kubernetes template.
* | | | | | | | | | | | | Filter protocol-relative URLs in ExternalLinkFilter. Fixes issue #22742.Makoto Scott-Hinkle2016-12-211-1/+1
| |_|_|/ / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch '25908-fix-grape-after-update' into 'master' Yorick Peterse2016-12-211-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use Grape's new Route methods See merge request !8223
| * | | | | | | | | | | Use Grape's new Route methods25908-fix-grape-after-updateRémy Coutable2016-12-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use Route#request_method instead of Route#route_method - Use Route#path instead of Route#route_path Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | | | Merge branch 'zj-mattermost-slash-config' into 'master' Kamil Trzciński2016-12-215-9/+115
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mattermost slash auto config Closes #24769 See merge request !8070
| * | | | | | | | | | | | Improve API specsKamil Trzcinski2016-12-211-14/+18
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix a few error messagesKamil Trzcinski2016-12-202-4/+4
| | | | | | | | | | | | |
| * | | | | | | | | | | | Use separate file for error.rbKamil Trzcinski2016-12-201-2/+0
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'zj-mattermost-slash-config' of gitlab.com:gitlab-org/gitlab-ce ↵Kamil Trzcinski2016-12-202-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into zj-mattermost-slash-config
| | * | | | | | | | | | | | Fix rspec tests due to different APIZ.J. van de Weg2016-12-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| | * | | | | | | | | | | | Merge branch 'zj-mattermost-slash-config' of gitlab.com:gitlab-org/gitlab-ce ↵Z.J. van de Weg2016-12-202-8/+35
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into zj-mattermost-slash-config
| | * | | | | | | | | | | | | Fix rubocop errors [ci skip]Z.J. van de Weg2016-12-201-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into zj-mattermost-slash-configKamil Trzcinski2016-12-2015-156/+271
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add missing Mattermost::ErrorKamil Trzcinski2016-12-201-0/+3
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add with_lease to session [ci skip]Kamil Trzcinski2016-12-201-8/+32
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | WIPKamil Trzcinski2016-12-202-14/+14
| | | | | | | | | | | | | |