| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Update Sentry client to get project list
See merge request gitlab-org/gitlab-ce!24672
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Update runner admin page to make description field larger
Closes #54639
See merge request gitlab-org/gitlab-ce!23593
|
| |
| |
| |
| |
| |
| | |
This changes the table with for the desciption and version fields to make the runner descriptions more readable.
added changelog
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Reduce Bundle Size by making select2 loading optional
Closes #56988
See merge request gitlab-org/gitlab-ce!24727
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Wraps all imports for select 2 to deferred imports,
especially in the main.js we are actually checking if there
is any select 2 element on the page or not.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix metrics graphs environments dropdown
Closes #49388
See merge request gitlab-org/gitlab-ce!24441
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
To support environment folders in the UI on the Environments List
page, the environments index route previously returned one environment
per folder, excluding those other than the latest deploy. However, the
environtments dropdown on the metrics dashboard requires that any
environment be selectable.
To accommodate both use cases, support an optional 'nested' parameter
in the index route to return either a flat, complete response or a
nested response based on the use case in question. The new default
response structure is the flat response.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add git credentials to .netrc when needed
Closes gitlab-org/quality/nightly#57 and #56857
See merge request gitlab-org/gitlab-ce!24691
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
There was a bug that required credentials when using SSH key auth when
using LFS. That bug was fixed so we shouldn't need to add credentials to
.netrc when using SSH anymore.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Avoid having to remember to call try_add_credentials_to_netrc
after setting credentials.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'master'
Resolve "Add Avatar from author of the last commit to WebIDE status bar"
Closes #46111
See merge request gitlab-org/gitlab-ce!24785
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Use ee_else_ce alias to resolve merge request widget files
See merge request gitlab-org/gitlab-ce!24374
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(cherry picked from commit 9c64af3c2821d4f63e4a48903f4d3099bb85cebd)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(cherry picked from commit 5c35cdc929abf5251512ba6ddf7078e570232709)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(cherry picked from commit da3cd00f5a31f762eb67c2824233ad2b275b2ba8)
Conflicts:
config/webpack.config.js
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Docs: Change non-standard NBSP space to regular SP space
See merge request gitlab-org/gitlab-ce!24794
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Update web terminal note for shared runners
See merge request gitlab-org/gitlab-ce!24754
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The current documentation suggests that a user can not use his own
runner for a specific group or project. At first I thought this was the
case but it is not true, since we do allow websocket connections on
GitLab.com, this was discovered as part of the investigation on
https://gitlab.com/gitlab-org/gitlab-ce/issues/52611.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Highlight when CI_ENVIRONMENT_* environment args are present
See merge request gitlab-org/gitlab-ce!24484
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix CSS grid on a new Project/Group Milestone
Closes #56764
See merge request gitlab-org/gitlab-ce!24614
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
'master'"
This reverts merge request !24485
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
fix display comment avatars issue in IE 11
Closes #56931
See merge request gitlab-org/gitlab-ce!24777
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Create security release MR template
Closes gitlab-org/release/framework#168, gitlab-org/release/framework#166, and gitlab-org/release/framework#167
See merge request gitlab-org/gitlab-ce!24725
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Improve existing issue templates for security releases
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Pass build variables downstream / CE port
See merge request gitlab-org/gitlab-ce!24762
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
This removes erroneously defined polymorphic association, because
specifying `belongs_to` relationship with a class that already supports
polymorphic associations works out-of-the-box.
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
We extracted implementation of build/bridge metadata attributes to a
separate concern, because in EE `Ci::Bridge` also has metadata
attributes, and we want to build abstraction for storing values in build
metadata table.
|