GitLab Bot
74dd67ddea
Add latest changes from gitlab-org/gitlab@master
2020-11-05 15:09:04 +00:00
GitLab Bot
5d47d3f8ed
Add latest changes from gitlab-org/gitlab@master
2020-10-29 21:08:54 +00:00
GitLab Bot
33882b0ed1
Add latest changes from gitlab-org/gitlab@master
2020-10-08 09:08:40 +00:00
GitLab Bot
20fda899a6
Add latest changes from gitlab-org/gitlab@master
2020-09-29 15:10:08 +00:00
GitLab Bot
766b24b86b
Add latest changes from gitlab-org/gitlab@master
2020-09-10 12: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
c7a46b0419
Add latest changes from gitlab-org/gitlab@master
2020-08-21 00:10:44 +00:00
GitLab Bot
4c788f43cb
Add latest changes from gitlab-org/gitlab@master
2020-05-28 09:08:05 +00:00
GitLab Bot
e33f87ac0f
Add latest changes from gitlab-org/gitlab@master
2020-04-21 15:21:10 +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
1308dc5eb4
Add latest changes from gitlab-org/gitlab@master
2020-02-13 12:08:49 +00:00
GitLab Bot
79216161b3
Add latest changes from gitlab-org/gitlab@master
2020-01-29 00:08:58 +00:00
GitLab Bot
c282dba898
Add latest changes from gitlab-org/gitlab@master
2020-01-24 15:09:00 +00:00
GitLab Bot
bb348db4c2
Add latest changes from gitlab-org/gitlab@master
2019-12-21 00:07:40 +00:00
GitLab Bot
90859e80ca
Add latest changes from gitlab-org/gitlab@master
2019-12-12 18:07:34 +00:00
GitLab Bot
833eadad8c
Add latest changes from gitlab-org/gitlab@master
2019-10-29 09:06:10 +00:00
GitLab Bot
7515ec41c5
Add latest changes from gitlab-org/gitlab@master
2019-10-28 18:06:15 +00:00
GitLab Bot
6b75320f52
Add latest changes from gitlab-org/gitlab@master
2019-10-17 12:07:33 +00:00
GitLab Bot
b082790134
Add latest changes from gitlab-org/gitlab@master
2019-09-18 18:06:14 +00:00
GitLab Bot
bd860c22f6
Add latest changes from gitlab-org/gitlab@master
2019-09-17 12:06:48 +00:00
GitLab Bot
a93dfc1b7e
Add latest changes from gitlab-org/gitlab@master
2019-09-14 00:06:25 +00:00
Lee Tickett
6639aa3f48
Only show `/copy_metadata` when usable
2019-09-06 16:16:39 +00:00
Jan Provaznik
8d1d7b2fd9
Merge branch 'remove-unnecessary-freeze-in-lib-gitlab' into 'master'
...
Avoid calling freeze on already frozen strings in lib/gitlab
See merge request gitlab-org/gitlab-ce!32637
2019-09-05 08:16:24 +00:00
🙈 jacopo beschi 🙉
9c87275f6e
Show meaningful message on /due quick action with invalid date
...
When using /due quick action with an invalid date a meaninful error
message is shown.
2019-09-04 20:13:39 +00:00
dineshpanda
e908e11776
Avoid calling freeze on already frozen strings in lib/gitlab
2019-09-04 09:52:02 +05:30
Thong Kuah
a50703f1e6
Fix frozen string error
2019-08-23 12:52:35 +12:00
Heinrich Lee Yu
7a6ecbcb18
Improve quick action error messages
...
Standardize punctuation and format
2019-08-13 00:40:39 +00:00
🙈 jacopo beschi 🙉
c96e125700
Make quick action "commands applied" banner more useful
...
Extends the quick actions "commands applied" banner to show
the quick action preview text, but with everything in past tense.
2019-07-29 22:35:29 +00:00
Christie Lenneville
c433082f89
Change 'Todo' to 'To Do'
...
Currently, we label items to be done as "Todo." This is grammatically
incorrect and (therefore) confusing—especially to our Spanish-speaking
users for whom "todo" has a specific and unrelated meaning.
We should use "To Do" and always use it as singular (not "To Dos").
Updates to wording in a few places per MR (ee) discussion
Updating locale/gitlab.pot
Updates to wording in a few places per MR (ee) discussion
Updating locale/gitlab.pot
2019-07-04 15:45:54 +00:00
Winnie Hellmann
ddd6a51f9b
Clarify that /copy_metadata only works within same project
2019-05-24 14:28:39 +00:00
Stan Hu
f93b2e02a5
Run rubocop -a on CE files
2019-05-05 03:24:28 -07:00
Martin Wortschack
ff80dce239
Externalize strings in lib/gitlab/quick_actions
...
- Externalize strings for desc and explanation
- Update PO file
2019-04-15 21:24:47 +02:00
Alexandru Croitor
4b9ff4d2fe
Extend quick actions dsl
...
* Extend quick actions dsl to allow specifying model types
to which given quick action applies
* Rename issuable attribute to noteable in interpret_service.rb
* Refactor and reorder quick action specs
* Create a shared example spec for each quick action to be used for
issue, merge request and commit specs.
https://gitlab.com/gitlab-org/gitlab-ce/issues/50199
2019-03-29 12:53:28 +02:00
Felipe Artur
78dc1b58a6
Show commands applied message when promoting issues
...
Fix 'commands applied' messages not being shown when issue is promoted to epic
using slash commands.
2019-03-04 09:21:47 +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
Jarka Košanová
4af1712d01
Extract code from Issues::MoveService
...
Extract code to make it easier reusable
- introduce AttributesRewriter and ContentRewriter
- support group entites when rewriting content
- make Uploader copy_to working for Namespaces
2018-11-12 08:57:25 +01: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
Takuya Noguchi
2b6307f6ad
Enable RuboCop Style/RegexpLiteral
2018-02-01 02:06:07 +09:00
🙈 jacopo beschi 🙉
729f05f0e3
Adds Rubocop rule for line break around conditionals
2018-01-11 16:34:01 +00:00
Vlad
945e0684af
added date parameter for time tracking
2017-10-13 11:41:49 +01: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