| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Potentially fixes intermittent failures such as https://gitlab.com/gitlab-org/gitlab-ce/builds/13484375
|
|
|
|
| |
Closes #30347
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
|
|
|
|
| |
Also disabled assets warming for Capybara/RSpec and remove a check to
skip assets warming when ./tmp/cache/assets/test exists because assets
are now served by webpack-dev-server.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\
| |
| |
| |
| | |
Monkey patch the Spinach StdoutReporter to show scenario locations
See merge request !10321
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Before:
Scenario: Viewing invitation when signed out
✔ Given "John Doe" is owner of group "Owned" # features/steps/shared/group.rb:8
After:
Scenario: Viewing invitation when signed out # features/invites.feature:6
✔ Given "John Doe" is owner of group "Owned" # features/steps/shared/group.rb:8
Now if a scenario fails we can easily rerun it with a specific line
number.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Resolve "Simplify milestone summary"
Closes #23674
See merge request !10096
|
| | | |
|
| |/
|/| |
|
| |
| |
| |
| | |
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29414
|
|/
|
|
|
|
|
| |
Some discussion,
https://gitlab.slack.com/archives/C0GQHHPGW/p1490398531185144
-> MR to fix failing emoji test:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10230
|
|\
| |
| |
| |
| | |
Add copy button to blob header and use icon for Raw button
See merge request !9878
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
The GitLab Pages external-http and external-https arguments can be specified multiple times
See merge request !9812
|
| | |
| | |
| | |
| | | |
multiple times
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add 'Undo mark all as done' to Todos
Closes #27114
See merge request !9890
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added the ability to 'Undo mark all as done' todos marked as complete with 'Mark all as done'
in the 'Todo' tab of the Todo dashboard.
The operation undos only the todo previously marked as done with the 'Mark al as done' button.
|
| |_|/
|/| | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Store capybara screenshots as build artifacts
Closes #13971
See merge request !7985
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Do not display a 404, when a user tries to retrieve the raw content of
an LFS file (pointer) if the config option "lfs_enabled" is set to
false. Instead, display the LFS pointer file directly.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Now you can create a new file and select a target_branch != source_branch.
If the file that you want to create already exists on the target branch an error message is shown
A glDropdown is used to select and create a new branch instead of a text field.
|
| |/
|/| |
|
| | |
|
|\ \
| | |
| | |
| | | |
26732-combine-deploy-keys-and-push-rules-and-mirror-repository-and-protect-branches-settings-pages
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add emoji images - Base Native Unicode Emojis
Closes #26371
See merge request !9569
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- gl_emoji for falling back to image/css-sprite when the browser
doesn't support an emoji
- Markdown rendering (Banzai filter)
- Autocomplete
- Award emoji menu
- Perceived perf
- Immediate response because we now build client-side
- Update `digests.json` generation in gemojione rake task to be more
useful and include `unicodeVersion`
MR: !9437
See issues
- #26371
- #27250
- #22474
|
| |/ / |
|
|/ /
| |
| |
| |
| | |
Also modified the render calls to the deploy_keys and protected_branches
partials
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes filtering by name reseting archive filter
Closes #28007
See merge request !9625
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Project name "Internal" is too generic and can lead to false
positive/negative when there is a visibility filter on the page. So we
ensure we check for project inside list holder css class.
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Reuse same search form and behavior for dashboard#projects, group#projects
and admin#projects. Repsect all other options like sorting, personal
filter when search projects by name. Create FilterableList JS class to
handle identical behaviour of projects and groups lists.
This change also makes filtering and sorting availabe on explore#projects
and explore#groups no matter if you are logged in or not.
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|/ / |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
#25437 Allow posting of just an emoji in comment; add /award slash command
Closes #25437
See merge request !9382
|
| | |
| | |
| | |
| | | |
add /award slash command; Allow posting of just an emoji in comment
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Put back the new project button
Closes #27354
See merge request !9426
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add the username of the current user to the HTTP(S) clone URL
Closes #1937
See merge request !9347
|
| | |/ /
| |/| | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Removed jQuery UI highlight & autocomplete
See merge request !8420
|
| | | |
| | | |
| | | |
| | | | |
In an effort to tackle #18437 this removes 2 of the jQuery UI plugins. Highlight & autocomplete, both used once in our code. Highlight was just removed easily, autocomplete was replaced with GL dropdown
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit 96bef54154e669f9a3e92c3a4bc76c0be3a52e48.
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ /
|/| | |
|