| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- Re-organising search.scss
- Rely more on utility-classes instead of component classes
- Update relevant specs
|
| |
|
|
|
|
| |
- Changelog entry
|
|
|
|
|
| |
Adding proper <label>s while removing labels from the fields themselves.
This gives more space for the field's content
|
|\
| |
| |
| |
| |
| |
| | |
Add support for Content-Security-Policy
Closes #65330
See merge request gitlab-org/gitlab-ce!31402
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
A nonce-based Content-Security-Policy thwarts XSS attacks by allowing
inline JavaScript to execute if the script nonce matches the header
value. Rails 5.2 supports nonce-based Content-Security-Policy headers,
so provide configuration to enable this and make it work.
To support this, we need to change all `:javascript` HAML filters to the
following form:
```
= javascript_tag nonce: true do
:plain
...
```
We use `%script` throughout our HAML to store JSON and other text, but
since this doesn't execute, browsers don't appear to block this content
from being used and require the nonce value to be present.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Remove GC metrics from performance bar
Closes gitlab-org/quality/nightly#122
See merge request gitlab-org/gitlab-ce!31550
|
| | |
| | |
| | |
| | |
| | |
| | | |
These were disabled in production mode, but that also broke the rest of
the performance bar. As they were only enabled in development mode, we
can just remove them for now.
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Prevents showing 2 tooltips in pipelines
Closes #64608
See merge request gitlab-org/gitlab-ce!31521
|
| |/
| |
| |
| |
| | |
In pipeline's table two tooltips were being rendered
With this change only one tooltip is trigerred on hover
|
| |
| |
| |
| | |
This reverts commit d754beb74fbc06a2c744e15be4aa2831d8cef1c0.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Hides loading spinner after request
Closes #65263
See merge request gitlab-org/gitlab-ce!31478
|
| | |
| | |
| | |
| | |
| | |
| | | |
In the pipeline's actions, moves the request
to the component to allow to manage the inner
state properly
|
| | |
| | |
| | |
| | | |
Added as EE backport
|
| |/
|/| |
|
| |
| |
| |
| | |
This reverts commit c3751046d217008404a0bd371e59d6ffd6734923.
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
'63474-applying-a-quick-action-does-not-show-the-correct-message' into 'master'
Fixed bug from extra parenthesis
Closes #63474
See merge request gitlab-org/gitlab-ce!31479
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'11467-remove-feature-flag-for-visual-review-app-button-ce-backport' into 'master'
Remove visual review app feature flag
See merge request gitlab-org/gitlab-ce!31429
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is the CE backport for
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14958
Now that we are confident with the visual review
app link being there, we are removing the
feature flag entirely.
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'master'
Resolve "Kubernetes > Applications > Uninstall Cert Manager"
See merge request gitlab-org/gitlab-ce!31166
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Our current version of Cert-Manager does not uninstall
cleanly, and we must manually remove custom resource
definitions.
|
| |_|/
|/| |
| | |
| | | |
It also prepare for the EE merge request https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14786
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
Persistent user callouts now support deferred links, which are links
that can be used to dismiss the callout, and then proceed to follow
the link's original location.
This ensures that the callout dismissal is properly recorded
before the user leaves the page.
|
| |
| |
| |
| |
| | |
Only display the details of the cluster page when the cluster
exists. If it is in "creating" state, show a message and a spinner
|
| |
| |
| |
| | |
- Also, include pikaday styles through gitlab-ui
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
Also creates specs
Only allow Helm to be uninstalled if it's the only app
- Remove Tiller leftovers after reser command
- Fixes specs and offenses
Adds changelog file
Fix reset_command specs
|
|
|
|
|
|
|
| |
Currently we write out empty CSS classes (`class=""`) every time we
create a new tag. This adds 9 unnecessary bytes per span element. In a
recent trace, I have counted 11950 span elements. So we transported 105
unnecessary kilobytes!
|
|\
| |
| |
| |
| |
| |
| | |
Fix performance bar warnings when Rugged is disabled
Closes #65491
See merge request gitlab-org/gitlab-ce!31395
|
| |
| |
| |
| |
| |
| |
| |
| | |
`detailed_metric.vue` was attempting to read the `duration` field even
when the metric did not exist in the JSON payload. We now check for the
existence of the metrics before attempting to display the value.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65491
|
|/
|
|
|
|
| |
Change sidebar's renderBlock() to return true only if
any of the block's <detail-row>s will be rendered
Change block to render only if renderBlock() returns true
|
|
|
|
|
| |
This reverts commit 28f2225bdfee4d353f07a766c6c8b29ba6181397, reversing
changes made to 96ae5bd83da31350e9856a290127d7aa1469710a.
|
| |
|
|\
| |
| |
| |
| | |
Remove the manual sorting feature flag
See merge request gitlab-org/gitlab-ce!30131
|
| | |
|
|/
|
|
|
| |
This will ultimately replace the stats.js that
exists in EE.
|
|
|
|
|
| |
This commit updates the feature flags pages to includes support for the
percentage rollout strategy.
|
|
|
|
|
| |
- DB migration of board milestone values
- issue finder & spec updates
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- After uninstalling the knative helm chart it's necessary to also
remove some leftover resources to allow the cluster to be clean
and knative to be reinstalleable.
- Adds knative uninstall disclaimer
- Uninstall ksvc before uninstalling knative
Make list of Knative and Ingres resources explicit
- To avoid deleting unwanted resources we are listing exact
which resources will be deleted rather than simply deleting any
resource that contains istio or knative words.
|
|\
| |
| |
| |
| | |
Use file-loader for sprite icons within icon.vue
See merge request gitlab-org/gitlab-ce!31257
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
1. `page.getViewpoint()` now takes in JSON instead of an integer.
2. Promises are returned from loading and rendering tasks.
See https://mozilla.github.io/pdf.js/examples/index.html for more
details.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1. The output isn't great. It can be hard to find hotspots and, even
when you do find them, to find why those are hotspots.
2. It uses some jQuery-specific frontend code which we can remove now
that we don't have this any more.
3. It's only possible to profile the initial request, not any subsequent
AJAX requests.
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Make pdf.js render CJK characters
Closes #62152
See merge request gitlab-org/gitlab-ce!31220
|