| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/26114
vmstat 2.3.0 fixes an issue with reporting the incorrect # of CPUs. This is used in the GitLab Admin Dashboard.
|
|\
| |
| |
| |
| | |
Added support for Authentiq OAuth provider
See merge request !8038
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
|\ \
| |/ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update grape to 0.18.0
## What does this MR do?
Update grape to 0.18.0. Required for the settings API.
## What are the relevant issue numbers?
#22928
See merge request !8057
|
| | | |
|
| |/ |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
Includes various bug fixes, mostly for Rails 5.
Changelog: https://github.com/mperham/sidekiq/blob/fc168fe393bee3ad1fcbb52cff2d84af86c38cc4/Changes.md
|
| | |
|
| |\
| | |
| | |
| | |
| | | |
Use pry-byebug instead byebug
See merge request !7925
|
| | |
| | |
| | |
| | | |
https://github.com/deivid-rodriguez/pry-byebug
|
| |/
| |
| |
| |
| |
| | |
Includes support for Rails 5.
Changelog: https://github.com/rubysherpas/paranoia/blob/879fd18caa46af70fceca2e8f46886b3eff072ec/CHANGELOG.md#220-2016-10-21
|
|\ \
| |/ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add StackProf to the Gemfile, along with a utility to get a profile for a spec
The test suite needs speeding up significantly. This is one tool for investigating it.
Related to #23034
See merge request !7784
|
| | | |
|
| |/
| |
| |
| |
| |
| |
| | |
The "Enqueue Now" button would not work in the admin panel due to
changes in the Web extension interface.
Closes #24376
|
| |\
| | |
| | |
| | |
| | | |
Update grape-entity to 0.6.0
See merge request !7491
|
| | | |
|
| | |
| | |
| | |
| | | |
Fixes gitlab-org/gitlab-ce#14329
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
The amount of gems required is quite high compared to the usefulness
of the features.
Related to !4928, !6713
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
add parsing support for incoming html email
## What does this MR do?
Fixes #18388 by adding support for parsing HTML email
## Are there points in the code the reviewer needs to double check?
The new class, Gitlab::Email::HTMLParser, which needs to translate the HTML content to text and also delete replies, as they are not necessarily in the correct format to be caught by EmailReplyParser. The solution I found that should work for any HTML-formatted email is to remove all `<table>` and `<blockquote>` tags. Actual `<table>` elements (to be interpreted by markdown) should already be encoded with e.g. `<table>` - the only failure mode is if there is an *actual* HTML table in the content itself, which we wouldn't be able to support easily anyways.
The gem `html2text` traverses the HTML tree and outputs text - and markdown in the case of HTML links or images.
See merge request !7397
|
| | |
|
| | |
|
|/
|
|
|
| |
We use the Redis-backed session store from `redis-store` so this is
unnecessary.
|
| |
|
|
|
|
| |
Closes gitlab-com/support-forum#1270
|
|
|
|
| |
This update adds support for Rails 5. Also update redis-rails dependencies.
|
|\
| |
| |
| |
| | |
Updates deckar01-task_list gem to its latest version
See merge request !7185
|
| |
| |
| |
| | |
ChangeLog: https://github.com/deckar01/task_list/compare/1.0.5...1.0.6
|
| |
| |
| |
| | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/2814
|
| |
| |
| |
| |
| | |
This was the only thing using the `sdoc` gem, which was blocking another
gem from updating.
|
|\ \
| | |
| | |
| | |
| | | |
Update diffy gem to 3.1.0
See merge request !7184
|
| |/
| |
| |
| | |
ChangeLog: https://github.com/samg/diffy/blob/master/CHANGELOG
|
|\ \
| | |
| | |
| | |
| | | |
Updates rack-attack gem to 4.4.1
See merge request !7186
|
| |/
| |
| |
| | |
See: https://github.com/kickstarter/rack-attack/blob/master/CHANGELOG.md
|
|/
|
|
|
|
|
|
| |
When we updated gitlab_git to 10.4.1, `tag.target` changed from pointing
to the sha of the tag to the sha of the commit the tag points to. The
problem is that only annotated tags have `object_sha`s, lightweight tags
don't (it's nil), so (only) in their case we still need to use
`tag.target`.
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
Jira refactoring to jira gem
part of gitlab-org/gitlab-ee#1008
Original MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2572/commits
See merge request !6598
|
| | |
|
| |
| |
| |
| | |
Code improvements, bug fixes, finish documentation and specs
|
| | |
|
|/ |
|
|
|
|
| |
for IdP auto-configuration.
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Loosen requirement on request_store version
This gem follows semantic versioning and will not introduce breaking
changes in a minor version. See
https://github.com/steveklabnik/request_store#semantic-versioning
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/2868
See merge request !6853
|
| |
| |
| |
| |
| |
| |
| |
| | |
This gem follows semantic versioning and will not introduce breaking
changes in a minor version. See
https://github.com/steveklabnik/request_store#semantic-versioning
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/2868
|
| | |
|