GitLab Bot
1bd5f3480b
Add latest changes from gitlab-org/gitlab@master
2025-03-28 00:11:56 +00:00
GitLab Bot
3fac94e4e2
Add latest changes from gitlab-org/gitlab@master
2024-11-25 15:29:55 +00:00
GitLab Bot
b1016dffb4
Add latest changes from gitlab-org/gitlab@master
2024-07-10 18:28:54 +00:00
GitLab Bot
9dbe80c7d5
Add latest changes from gitlab-org/gitlab@master
2024-01-10 18:07:52 +00:00
GitLab Bot
c8419b0227
Add latest changes from gitlab-org/gitlab@master
2023-12-05 18:10:06 +00:00
GitLab Bot
6ba7c824e9
Add latest changes from gitlab-org/gitlab@master
2023-11-16 18:07:32 +00:00
GitLab Bot
7e29b8f3fc
Add latest changes from gitlab-org/gitlab@master
2023-09-21 09:10:54 +00:00
GitLab Bot
6f991190fe
Add latest changes from gitlab-org/gitlab@master
2023-05-02 15:16:59 +00:00
GitLab Bot
6a5b78ac69
Add latest changes from gitlab-org/gitlab@master
2021-12-07 03:12:22 +00:00
GitLab Bot
5d47d3f8ed
Add latest changes from gitlab-org/gitlab@master
2020-10-29 21:08:54 +00:00
GitLab Bot
2947190073
Add latest changes from gitlab-org/gitlab@master
2020-08-27 21:10:27 +00:00
GitLab Bot
18f7828977
Add latest changes from gitlab-org/gitlab@master
2020-03-12 09:09:55 +00:00
GitLab Bot
b98fa9ef3d
Add latest changes from gitlab-org/gitlab@master
2020-02-25 09:09:10 +00:00
GitLab Bot
c282dba898
Add latest changes from gitlab-org/gitlab@master
2020-01-24 15:09:00 +00:00
GitLab Bot
6b75320f52
Add latest changes from gitlab-org/gitlab@master
2019-10-17 12:07:33 +00:00
gfyoung
f93f8f569d
Enable even more frozen string for lib/gitlab
...
Enables frozen string for the following:
* lib/gitlab/patch/**/*.rb
* lib/gitlab/popen/**/*.rb
* lib/gitlab/profiler/**/*.rb
* lib/gitlab/project_authorizations/**/*.rb
* lib/gitlab/prometheus/**/*.rb
* lib/gitlab/query_limiting/**/*.rb
* lib/gitlab/quick_actions/**/*.rb
* lib/gitlab/redis/**/*.rb
* lib/gitlab/request_profiler/**/*.rb
* lib/gitlab/search/**/*.rb
* lib/gitlab/sherlock/**/*.rb
* lib/gitlab/sidekiq_middleware/**/*.rb
* lib/gitlab/slash_commands/**/*.rb
* lib/gitlab/sql/**/*.rb
* lib/gitlab/template/**/*.rb
* lib/gitlab/testing/**/*.rb
* lib/gitlab/utils/**/*.rb
* lib/gitlab/webpack/**/*.rb
Partially addresses gitlab-org/gitlab-ce#47424 .
2018-11-19 18:24:22 -08:00
Bob Van Landuyt
c85a19f920
Allow limiting quick actions to execute
...
Sometimes we don't want to trigger any quick actions that cause side
effects. For example when building a record to validate. This allows
listing the quick actions that need to be performed.
2018-11-07 16:27:55 +01:00
Jan
1721bbcb01
Resolve "Quick actions are case sensitive"
2018-06-13 10:23:57 +00:00
🙈 jacopo beschi 🙉
ec9cb6edba
Resolve "Milestone Quick Action not displayed with no project milestones but with group milestones"
2018-02-23 14:23:09 +00:00
🙈 jacopo beschi 🙉
729f05f0e3
Adds Rubocop rule for line break around conditionals
2018-01-11 16:34:01 +00:00
Alex Ives
a07fe9d7f8
Fixes #29385 : Add /shrug and /tableflip commands
...
- Updated DSL to support substitution definitions
- Added substitution definition, inherits from command definition
- Added tabelflip and shrug substitutions to interpret service
- Added support for substitution definitions to the extractor for preview mode.
- Added substitution handling in the interpret service
Signed-off-by: Alex Ives <alex@ives.mn>
2017-07-28 14:37:44 -05:00
Eric Eastwood
ea090291bb
Rename "Slash commands" to "Quick actions"
...
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070
Deprecate "chat commands" in favor of "slash commands"
We looked for things like:
- `slash commmand`
- `slash_command`
- `slash-command`
- `SlashCommand`
2017-06-15 09:01:56 -05:00