| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| | |
Resolve "Prometheus dashboard broken on Firefox"
Closes #40372
See merge request gitlab-org/gitlab-ce!22400
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Add reusable component for counting down
See merge request gitlab-org/gitlab-ce!22499
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add title to commit links in list view
Closes #42673
See merge request gitlab-org/gitlab-ce!22585
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The short commit message may be truncated making the truncated
portion unreadable. The title of the link should be the commit message
so that the commit message is shown when hovering the commit message
anchor.
Closes gitlab-org/gitlab-ce#42673
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Prettify all the things (part 3)
See merge request gitlab-org/gitlab-ce!22251
|
| | | | | |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | | |
Backport SSH host key detection code to CE
See merge request gitlab-org/gitlab-ce!22577
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This functionality is needed for SSH push mirroring support, which is a
CE feature.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Combine all datetime library functions into `datetime_utility.js`
This MR moves datetime methods from `app/assets/javascripts/lib/utils/pretty_time.js` & `app/assets/javascripts/lib/utils/datefix.js` into `app/assets/javascripts/lib/utils/datetime_utility.js`.
Closes #53055
See merge request gitlab-org/gitlab-ce!22570
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Formats the file to match Prettier rules
Removes all blacklisted ESLint rules
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Updates path for pretty time related methods
to import from `datetime_utility.js`
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Adds methods from `app/assets/javascripts/lib/utils/pretty_time.js`
and deletes the file
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Updates path for pikaday parsing methods
to import from `datetime_utility.js`
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Adds methods from `app/assets/javascripts/lib/utils/datefix.js`
and deletes the files
|
| | |_|_|/
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Impove diff discussion data
See merge request gitlab-org/gitlab-ce!22491
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Also fixed a bug where discussions wouldn't be assigned to a line
when switching from discussion tab to changes tab
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Pre-request to https://gitlab.com/gitlab-org/gitlab-ce/issues/48956
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Refactor Gitlab::KubeClient
Closes #52131
See merge request gitlab-org/gitlab-ce!22073
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This removes the ability to pass in a different version. We can instead
create a new entry in the SUPPORTED_API_GROUPS hash for a different
version if need be.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Find and replace everywhere we pass in `api_groups` to KubeClient, as no
longer needed
|
| |_|/ / / /
|/| | | | | |
|
| |_|_|_|/
|/| | | | |
|
| | | | | |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'master'
Backport scss changes for https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7973
See merge request gitlab-org/gitlab-ce!22503
|
| | | | |
| | | | |
| | | | |
| | | | | |
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7973
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Limit flash notice width for fixed layout and improve spacing for fluid layout
Closes #32868
See merge request gitlab-org/gitlab-ce!16482
|
| | | | | | |
|
| |_|_|/ /
|/| | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add list mode to file browser in diffs
Closes #51859
See merge request gitlab-org/gitlab-ce!22191
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixed clear search button not clearing
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This adds toggle buttons to switch between file & tree list.
For file list, it renders the truncated paths with the ellipsis
at the start of the path.
When focusing the input, it hides the toggle buttons.
On blur, the buttons get shown again.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51859
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Sync group sidebar template with EE
See merge request gitlab-org/gitlab-ce!22549
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- Allow to extend nav links for the Group sidebar
|
|/ / / / / / |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Removes duplicate escape from job item
Closes #53013
See merge request gitlab-org/gitlab-ce!22536
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Tooltips aren't using v-html anymore thus causing
escape not to be needed
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Support licenses and performance
See merge request gitlab-org/gitlab-ce!22175
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This introduces a new syntax for all licenses and performance jobs:
```yaml
job:
reports:
performance: performance.json
license_management: gl-license-management-report.json
```
|
| | | | | | | |
|