| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Closes #50255
|
| | |
|
| |\
| |
| |
| |
| | |
MR Page incremental rendering
See merge request gitlab-org/gitlab-ce!21063
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
Creates a vue component for the job log trace output
See merge request gitlab-org/gitlab-ce!21167
|
| | | | |
|
| |\ \ \
| |/ /
|/| |
| | |
| | | |
Creates a Vue component for the erased block on the job view page
See merge request gitlab-org/gitlab-ce!21158
|
| | | | |
|
| |\ \ \
| |/ /
|/| |
| | |
| | | |
Improve terminal button on job log page
See merge request gitlab-org/gitlab-ce!21094
|
| | | |
| | |
| | |
| | | |
Updates permission checks to use paths instead - backend already handles permissions
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
Creates vue component for warning block about stuck runners
See merge request gitlab-org/gitlab-ce!21114
|
| | |/ /
| | |
| | |
| | | |
Regenerate pot files
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added tooltips to tree list header buttons in Web IDE
Closes #50141
See merge request gitlab-org/gitlab-ce!21138
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixed Web IDE live preview not hot reloading
Closes #50231
See merge request gitlab-org/gitlab-ce!21141
|
| | |/ / |
|
| |/ / |
|
| |\ \
| |/
|/|
| |
| | |
Moves reports components to the reports folder
See merge request gitlab-org/gitlab-ce!21069
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Restyle status message input on profile settings
Closes #49645
See merge request gitlab-org/gitlab-ce!20903
|
| | | | |
|
| | | | |
|
| | |/
|/| |
|
| |\ \
| | |
| | |
| | |
| | | |
Add `tabindex` attribute support on Icon component to show BS4 popover on trigger `focus`
See merge request gitlab-org/gitlab-ce!21066
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Web IDE & Codesandbox POC
Closes #47268
See merge request gitlab-org/gitlab-ce!19764
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This enables JavaScripts projects to have live previews straight in the
browser without requiring any local configuration. This uses the
CodeSandbox package `sandpack` to compile it all inside of an iframe.
This feature is off by default and can be toggled on in the admin
settings. Only projects with a `package.json` and a `main` key are
supported.
Updates happen in real-time with hot-reloading. We just watch for
changes to files and then send them to `sandpack` to allow it to reload
the iframe. The iframe includes a very simple navigation bar, the text
bar is `readonly` to stop users navigating away from the preview and
the back and forward buttons just pop/splice the navigation stack
which is tracked by a listener on `sandpack`
There is a button inside the iframe which allows the user to open the
projects inside of CodeSandbox. This button is only visible on
**public** projects. On private or internal projects this button
get hidden to protect private code being leaked into an external
public URL.
Closes #47268
|
| |\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Resolve "Improve JUnit support"
See merge request gitlab-org/gitlab-ce!21067
|
| | | | | |
|
| | | | | |
|
| |/ / / |
|
| |\ \ \
| |/ /
|/| |
| | |
| | | |
Group todos
See merge request gitlab-org/gitlab-ce!20675
|
| | | |
| | |
| | |
| | | |
This reverts commit 8717c7dad9b5a8fa21ec9a652c54718a6b4c2175.
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Resolve "Recover reverted fixes to Merge Request refactor regressions"
Closes #49242, #49343, #48876, #48877, #48817, #48602, and #49843
See merge request gitlab-org/gitlab-ce!20968
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'master'"
This reverts commit e0fe97ca4a506405af8e85368f2c69cda637e192.
|
| | | | |
| | | |
| | | |
| | | | |
This reverts commit bd5b177b0fc48d77b5069b112faf36d151221be7.
|
| | | | | |
|
| | |_|/
|/| | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
Frontend code for "JUnit XML Test Summary In MR widget"
See merge request gitlab-org/gitlab-ce!20936
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Cleans up CSS to use common classes
- Removes getters to use mapState instead
- Makes the first request even when tab is not visible
- Show loading state in 204
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
Creates an app to render grouped test reports in the MR widget
Ports CSS from EE into CE
Creates a reusable code component
Adds getters and utils to the existing reports store
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Enable renaming files & folders in the Web IDE
Closes #44845
See merge request gitlab-org/gitlab-ce!20835
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|