summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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 '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
| | | |
| * | | Work on tests for mattermostKamil Trzcinski2016-12-202-3/+17
| | | |
| * | | Fix Mattermost clientKamil Trzcinski2016-12-201-1/+1
| | | |
| * | | Merge remote-tracking branch 'origin/master' into zj-mattermost-slash-configKamil Trzcinski2016-12-2020-43/+159
| |\ \ \
| * | | | Fix flowKamil Trzcinski2016-12-203-21/+46
| | | | |
| * | | | Improve sourcesKamil Trzcinski2016-12-193-7/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add proper error handling, - Use flash[:alert] and flash[:notice], - Use `resource` instead of `resources`,
| * | | | Last fixesZ.J. van de Weg2016-12-191-4/+0
| | | | |
| * | | | Merge branch 'master' into zj-mattermost-slash-configZ.J. van de Weg2016-12-1911-14/+124
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/zj-mattermost-slash-config' into ↵Z.J. van de Weg2016-12-191-3/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | zj-mattermost-slash-config
| | * | | | | Minor adjustments API MattermostZ.J. van de Weg2016-12-193-20/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | Minor adjustments API MattermostZ.J. van de Weg2016-12-193-24/+17
| |/ / / / / | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | Merge branch 'master' into 'zj-mattermost-slash-config'Zeger-Jan van de Weg2016-12-1844-325/+1120
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # config/gitlab.yml.example # lib/mattermost/session.rb # spec/lib/mattermost/session_spec.rb
| * | | | | | Incorporate reviewZ.J. van de Weg2016-12-161-12/+0
| | | | | | |
| * | | | | | Add tests for auto configure slash commandsZ.J. van de Weg2016-12-162-7/+15
| | | | | | |
| * | | | | | Merge branch 'zj-mattermost-session' into zj-mattermost-slash-configZ.J. van de Weg2016-12-162-17/+15
| |\ \ \ \ \ \
| | * | | | | | Ensure the session is destroyedZ.J. van de Weg2016-12-151-3/+5
| | | | | | | |
| | * | | | | | Improve session testsZ.J. van de Weg2016-12-151-3/+6
| | | | | | | |
| | * | | | | | Setup mattermost sessionZ.J. van de Weg2016-12-121-0/+102
| | | | | | | |
| * | | | | | | Add auto configure of commandsZ.J. van de Weg2016-12-163-14/+23
| | | | | | | |
| * | | | | | | Base work for auto config MM slash commandsZ.J. van de Weg2016-12-163-2/+47
| | | | | | | |
| * | | | | | | Improve session testsZ.J. van de Weg2016-12-161-3/+5
| | | | | | | |
| * | | | | | | Setup mattermost sessionZ.J. van de Weg2016-12-161-0/+102
| | | | | | | |
* | | | | | | | Merge branch 'fix/group-path-rename-error' into 'master' Douwe Maan2016-12-211-0/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix error 500 renaming group. Also added specs and changelog. Closes #17922 and #23223 See merge request !8201
| * | | | | | | | Fix error 500 renaming group. Also added specs and changelog.James Lopez2016-12-201-0/+3
| | | | | | | | |
* | | | | | | | | Merge branch 'multipart-uploaded-file' into 'master' Rémy Coutable2016-12-211-2/+6
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inject ::UploadedFile from Multipart middleware Closes #25888 See merge request !8215
| * | | | | | | | Inject ::UploadedFile from Multipart middlewareJacob Vosmaer2016-12-211-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I mistakenly concluded Rack::Multipart injects File instances into the params. These should be UploadedFile instances. This reuses a mock UploadedFile class we already had in GitLab.
* | | | | | | | | Merge branch '25895-fix-headers-in-ci-api-helpers' into 'master' Kamil Trzciński2016-12-211-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure nil User-Agent doesn't break the CI API Closes #25895 See merge request !8213
| * | | | | | | | | Ensure nil User-Agent doesn't break the CI APIRémy Coutable2016-12-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | Fix error importing label priorities and added relevant specJames Lopez2016-12-211-5/+23
|/ / / / / / / / /