An error occurred fetching the project authors.
- 31 Aug, 2017 1 commit
-
-
Manolis Mavrofidis authored
Update to add all issues to be updated. Added functionality, proper tests, documentation and changelog.
-
- 02 Aug, 2017 1 commit
-
-
Robert Speicher authored
-
- 27 Jul, 2017 2 commits
-
-
Robert Speicher authored
-
Keifer Furzland authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 20 Jul, 2017 4 commits
-
-
Robert Speicher authored
-
Sean McGivern authored
-
Ryan Scott authored
Marking an issue as a duplicate will now also add an upvote on behalf of the author on the original issue.
-
Ryan Scott authored
-
- 07 Jul, 2017 1 commit
-
-
Robert Speicher authored
For reasons that are still unclear, the EE version (but only the EE version) of this spec was failing reliably, and changing these calls seemed to resolve it. So we're making the change here for parity.
-
- 06 Jul, 2017 1 commit
-
-
Robert Speicher authored
-
- 05 Jul, 2017 1 commit
-
-
Douwe Maan authored
-
- 29 Jun, 2017 2 commits
-
-
Robert Speicher authored
This was mistakenly added in 17196a2f and is identical to the group above it.
-
Robert Speicher authored
-
- 19 Jun, 2017 2 commits
-
-
Robert Speicher authored
Change `logout_direct` uses to `gitlab_sign_out_direct`
-
Robert Speicher authored
Change single `login_via` use to `gitlab_sign_in_via`
-
- 15 Jun, 2017 1 commit
-
-
Eric Eastwood authored
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`
-
- 22 May, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 21 Apr, 2017 1 commit
-
-
Jacopo authored
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
-
- 15 Jan, 2017 2 commits
-
-
Ruben Davila authored
-
Bryce Johnson authored
-
- 26 Dec, 2016 1 commit
-
-
victorwu authored
-
- 03 Oct, 2016 1 commit
-
-
Thomas Balthazar authored
It toggles the 'WIP' prefix in the MR title.
-
- 28 Sep, 2016 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 08 Sep, 2016 1 commit
-
-
Stan Hu authored
-
- 18 Aug, 2016 1 commit
-
-
Douwe Maan authored
-
- 13 Aug, 2016 1 commit
-
-
Douwe Maan authored
-
- 12 Aug, 2016 2 commits
-
-
Rémy Coutable authored
Other improvements: - Ensure slash commands autocomplete doesn't break when noteable_type is not given - Slash commands: improve autocomplete behavior and /due command - We don't display slash commands for note edit forms. - Add tests for reply by email with slash commands - Be sure to execute slash commands after the note creation in Notes::CreateService Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Some important things to note: - commands are removed from noteable.description / note.note - commands are translated to params so that they are treated as normal params in noteable Creation services - the logic is not in the models but in the Creation services, which is the right place for advanced logic that has nothing to do with what models should be responsible of! - UI/JS needs to be updated to handle notes which consist of commands only - the `/merge` command is not handled yet Other improvements: - Don't process commands in commit notes and display a flash is note is only commands - Add autocomplete for slash commands - Add description and params to slash command DSL methods - Ensure replying by email with a commands-only note works - Use :subscription_event instead of calling noteable.subscribe - Support :todo_event in IssuableBaseService Signed-off-by: Rémy Coutable <remy@rymai.me>
-