| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
Potential fix for intermittent spec failure in award emoji specs
Closes #30399
See merge request !10476
|
| |
| |
| |
| |
| |
| | |
Hover and then click seems to make this work more reliably.
Closes #30399
|
|/ |
|
|
|
|
|
|
|
| |
FFaker can generate data that randomly break our test suite. This
simplifies our factories and use sequences which are more predictive.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
| |
Potentially fixes intermittent failures such as https://gitlab.com/gitlab-org/gitlab-ce/builds/13484375
|
|\
| |
| |
| |
| |
| |
| | |
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.
|
|/ / |
|
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Todo done clicking is kind of unusable.
Closes #25465
See merge request !8691
|
| | |
| | |
| | |
| | |
| | |
| | | |
The Done button will change to an Undo button and the line item will be greyed out.
Bold links will be unbolded.
The user can undo the task by clicking the Undo button.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Make pipeline retry take stages order into account
Closes #27431, #23710, and #26551
See merge request !9021
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* master: (313 commits)
Allow slashes in slash command arguments
Add API endpoint to get all milestone merge requests
remove trailing comma
Restore pagination to admin abuse reports
replace deprecated NoErrorsPlugin with NoEmitOnErrorsPlugin
only compress assets in production
Reduce number of pipelines created to test pagination
add CHANGELOG.md entry for !8761
prevent diff unfolding link from appearing for deleted files
fix build failures
only show diff unfolding link if there are more lines to show
fix typo in node section
Only yield valid references in ReferenceFilter.references_in
Cache js selectors; fix css
move "Install node modules" step before "Migrate DB" within update process
Renders pagination again for pipelines table
update migration docs for 8.17 to include minimum node version
Add CHANGELOG file
Fix positioning of top scroll button
Remove comments in migration
...
|
| | |/ /
| |/| | |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
Move dashboard issues spinach test to Rspec
See merge request !8955
|
| |/ /
| | |
| | |
| | | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
|
|/ / |
|