| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| | |
Style people in issuable search bar
Closes #30468
See merge request !11402
|
| | | |
|
| |\ \
| |/
|/|
| |
| |
| |
| | |
Simplify test&save actions when setting a service integration
Closes #31511
See merge request !11599
|
| | | |
|
| | | |
|
| |\ \
| |/
|/|
| |
| |
| |
| | |
Fixes multi-line math in notebooks
Closes #30900 and #33074
See merge request !11789
|
| | | |
|
| |/
|
|
|
|
|
|
|
|
|
|
| |
Rename other URL generators
admin_builds_path -> admin_jobs_path
Fix tests and more renaming
Fix more tests
Also change build_id to job_id in the controller
|
| | |
|
| | |
|
| |
|
|
| |
Closes #31348
|
| |
|
|
|
|
| |
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10878
It's needed due to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10777 being merged with squash.
|
| | |
|
| |\ |
|
| | | |
|
| |\ \
| |/ |
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | | |
Metrics deployment history
Closes #26914
See merge request !10649
|
| | | | |
|
| | | |\
| | | |
| | | |
| | | | |
metrics-deployment-history
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
Improved the design
Pulls the endpoint from the HAML
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Move PDFLab assets into repo
See merge request !10642
|
| | | | | | |
|
| | | | | | |
|
| |/ / / / |
|
| |/ / / |
|
| |\ \ \
| | |/
| |/| |
|
| | | | |
|
| |/ / |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| | |
Sketch 43 files are technically a zip file, so the JavaScript opens the
zip file & locates a preview.png which is just a quick preview of the
last sketch page edited. After that is loaded it simply places the image
into the DOM
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
'master'
Reset container width when switching to pipelines MR tab
Closes #29539
See merge request !10169
|
| | |/
| |
| |
| | |
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29539
|
| |\ \
| | |
| | |
| | |
| | | |
iPython notebook viewer
See merge request !10017
|
| | | | |
|
| | |/
|/|
| |
| |
| |
| |
| |
| | |
Instead of the JS being in charge of the HTML, the HAML now handles it.
The HAML can then check the cookie & show it needed. It also allows the
HAML access to the paths so we don't have to pass that through.
Closes #29955
|
| | | |
|
| |/ |
|
| |
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rename column in the database
Rename fields related to import/export feature
Rename API endpoints
Rename documentation links
Rename the rest of occurrences in the code
Replace the images that contain the words "build succeeds" and docs referencing to them
Make sure pipeline is green and nothing is missing.
updated doc images
renamed only_allow_merge_if_build_succeeds in projects and fixed references
more updates
fix some spec failures
fix rubocop offences
fix v3 api spec
fix MR specs
fixed issues with partials
fix MR spec
fix alignment
add missing v3 to v4 doc
wip - refactor v3 endpoints
fix specs
fix a few typos
fix project specs
copy entities fully to V3
fix entity error
more fixes
fix failing specs
fixed missing entities in V3 API
remove comment
updated code based on feedback
typo
fix spec
|
| |\
| |
| |
| |
| |
| |
| | |
Added user-callouts
Closes #27269
See merge request !9249
|
| | |
| |
| |
| |
| | |
Now it appends a template instead of relying in a partial
to show it.
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
webpack
Also improved accesibility and change the id from user_callouts to a class
|
| | |
| |
| |
| |
| | |
Also changed the user_callout haml to a partial and
added the corresponding SVG icon
|
| |/ |
|
| |
|
|
|
| |
after user click delete branch, there is no processing indication, and user can click many times till. It seems flaw in UX. this will fix it
fix bug in branch deletion link
|