summaryrefslogtreecommitdiff
path: root/lib/mattermost
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-03-221-1/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-013-17/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-042-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-09-081-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-09-021-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-081-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-011-1/+1
|
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-101-1/+1
| | | | | | Suggests to use a JSON structured log instead Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/54102
* Remove Content-Type override for Mattermost OAuth loginHarrison Healey2019-05-161-1/+1
|
* Enable even more frozen string in lib/**/*.rbgfyoung2018-10-085-0/+10
| | | | | | | | | | | | | | | | | | | | Enables frozen string for the following files: * lib/generators/**/*.rb * lib/gitaly/**/*.rb * lib/google_api/**/*.rb * lib/haml_lint/**/*.rb * lib/json_web_token/**/*.rb * lib/mattermost/**/*.rb * lib/microsoft_teams/**/*.rb * lib/object_storage/**/*.rb * lib/omni_auth/**/*.rb * lib/peek/**/*.rb * lib/rouge/**/*.rb * lib/rspec_flaky/**/*.rb * lib/system_check/**/*.rb Partially addresses #47424.
* Updated Mattermost integration to use Mattermost API v4Harrison Healey2018-05-283-6/+6
|
* Fixing request options to allow_local_requests with DELETE verblatest-security-to-master-21-03-18Francisco Javier López2018-03-211-1/+1
|
* Adapting mattermost to the new way of calling HTTPFrancisco Javier López2018-03-211-1/+1
|
* Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6'Douwe Maan2018-03-211-8/+14
| | | | | Server Side Request Forgery in Services and Web Hooks See merge request gitlab/gitlabhq!2337
* Add missing delete method in mattermost sessionjulien MILLAU2018-03-082-3/+8
|
* Fix Mattermost integrationmattermost_fixesValery Sizov2017-08-041-6/+20
|
* Remove Mattermost team with GitLab groupZ.J. van de Weg2017-07-282-0/+17
| | | | | | | When destroying a group, now an API call is made to the Mattermost server to request the deletion of the project. Actual team deletion on the Mattermost side happens async, so the runtime shouldn't increase by more than a second.
* Merge branch 'master' into 'zj-create-mattermost-team'Zeger-Jan van de Weg2017-03-061-1/+1
|\ | | | | | | # Conflicts: # db/schema.rb
| * Improved team selectionLuke "Jared" Bennett2017-03-051-1/+1
| | | | | | | | Review changes
* | Merge branch 'master' into zj-create-mattermost-teamZ.J. van de Weg2017-03-023-3/+3
|\ \ | |/
| * Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-013-3/+3
| |
* | Improve UXZ.J. van de Weg2017-03-021-14/+6
| |
* | Transactional mattermost team creationZ.J. van de Weg2017-02-201-4/+4
| | | | | | | | | | | | | | Before this commit, but still on this feature branch, the creation of mattermost teams where a background job. However, it was decided it was better that these happened as transaction so feedback could be displayed to the user.
* | Add tests for Mattermost team creationZ.J. van de Weg2017-02-162-3/+17
| |
* | Create MM team for GitLab groupZ.J. van de Weg2017-02-162-1/+6
|/
* Small update to the Mattermost APIzj-mattermost-api-updateZ.J. van de Weg2017-01-243-8/+18
| | | | | These changes make it possible to wrap multiple API requests in one session.
* 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
|
* 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
| * Add missing Mattermost::ErrorKamil Trzcinski2016-12-201-0/+3
| |
| * Add with_lease to session [ci skip]Kamil Trzcinski2016-12-201-8/+32
| |
* | Fix rubocop errors [ci skip]Z.J. van de Weg2016-12-201-1/+1
|/
* 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-201-131/+0
|\
| * Merge branch 'zj-kamil-slack-slash-commands' into 'master' Grzegorz Bizon2016-12-201-131/+0
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Slack slash commands ## What does this MR do? Implement Slack Slash Commands by utilizing generalized Mattermost presenter to fulfill Slack requirements. ## Why was this MR needed? We want to expose Slack Slash Commands as a first-class service. ## What are the relevant issue numbers? Supersedes !8007 Closes #22182 See merge request !8126
| | * Create Slack Slash command serviceZ.J. van de Weg2016-12-161-131/+0
| | |
* | | 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 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-181-36/+34
|\ \ \ | |/ / | | | | | | | | | | | | # Conflicts: # config/gitlab.yml.example # lib/mattermost/session.rb # spec/lib/mattermost/session_spec.rb
| * | Fix rubocop failureszj-mattermost-sessionKamil Trzcinski2016-12-171-15/+21
| | |
| * | Store mattermost_url in settingsKamil Trzcinski2016-12-171-8/+9
| | |
| * | Improve Mattermost Session specsKamil Trzcinski2016-12-171-11/+12
| | |