| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
Fix project-last-commit alignment
See merge request !9745
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Remove readme-only project view preference
See merge request !9744
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
re-add Assign to Me link on new MR/Issue forms
Closes #23948
See merge request !9499
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Merge request widget merged state styling
See merge request !9352
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* master: (163 commits)
Add KUBE_CA_PEM_FILE, deprecate KUBE_CA_PEM
Remove useless assignment
Rename query parameter to `membership`
Stop setting Strict-Transport-Securty header from within the app
Add filter param for authorized projects for current_user for V4
Improve EE compatibility MR docs [ci skip]
Fix the `Gitlab::Seeder` monkey patch to disable mail delivery
Use separate error class for cherry-pick and revert tree errors
Fix cherry-picking or reverting through an MR
Resolve "missing count badge styling in new sidebar dropdown"
Fix Rubocop offense in build retry service
Decrease tanuki logo size
remove extra whitespace on dashboard projects page
Changes after review
Delete hooks from project with empty repository
Only add a newline in Markdown Editor if the current line is not empty
Revert "Disallow system notes for closed issuables"
Cleaning up navigational order - Project
Backport EE changes. Service method should be `get` and not `all`
Remove bundle-audit ignores that are no longer applicable
...
|
| | | | | |
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
rest of widget
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Resolve "Relax `font-awesome-rails` dependency"
Closes #19062
See merge request !9748
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add emoji images - Base Native Unicode Emojis
Closes #26371
See merge request !9569
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Native Unicode Emojis
See merge request !9570
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Fixing some preexisting issues (Safari) and some new issues (Windows
Firefox)
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Maintain emoji line-height in it's context to avoid cut-off,
(Windows 10) http://i.imgur.com/xmdOLgv.png
This also allows us to get rid of the small bodge for the cut-off in
Safari
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
It was pulling
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/watch
|
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
- 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
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Backport change introduced in EE - alias for empty states SVGs
See merge request !9683
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
'master'
Simplify project payload exposed on Environment endpoints in V4
Closes #28598
See merge request !9675
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / /
|/| | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Use publish channel to post notifications changes
See merge request !9574
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Restore keyboard shortcuts for "Activity" and "Charts"
Closes #28538
See merge request !9680
|
|/ / / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Record file uploads in the database
See merge request !8893
|