| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
An IntrospectionQuery required more
complexity points.
|
| |\
| |
| |
| |
| | |
Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"
See merge request gitlab-org/gitlab-ce!27051
|
| | |
| |
| | |
This reverts merge request !26823
|
| |/
|
|
|
|
| |
Additional changes include removal of translation records
Added changelog
|
| |
|
|
| |
spec/features/groups/group_page_with_external_authorization_service_spec to EE
|
| |\
| |
| |
| |
| | |
[CE] Add mutually exclusive labels
See merge request gitlab-org/gitlab-ce!26804
|
| | |
| |
| |
| |
| | |
Check this feature per project/group instead of globally.
Also do not show tooltip if it's disabled.
|
| | |
| |
| |
| |
| | |
Replaces blockquote fences with \n,
keeping the line numbering intact.
|
| |/
|
|
|
|
|
|
|
| |
Expose head pipeline for the MR in the api when requesting
related merge requests for an issue and show a detailed
status for the pipeline, which would include:
details_path, favicon, group, icon, label, text, tooltip.
https://gitlab.com/gitlab-org/gitlab-ce/issues/57662#note_152023412
|
| |
|
|
|
|
| |
Show masked switch for each variable
When toggled on, the variable value will be masked in runner logs
Show warning message if the switch is on but the value is not maskable
|
| |
|
| |
This reverts merge request !25476
|
| |
|
|
|
| |
Add a masked switch to variable rows
Copy some behavior from the protected switch
|
| |
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | |
|
| | |
|
| |
|
|
| |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
| |
|
|
| |
It's needed to show shorter names in environments "folders"
|
| |
|
|
|
|
| |
- replaced file.too_large
- replaced file.text
- replaced file.collapsed
|
| |
|
|
| |
Sync fixture with EE.
|
| |
|
| |
This reverts merge request !25173
|
| | |
|
| | |
|
| |\
| |
| |
| |
| | |
Validate k8s CA certificate at cluster creation
See merge request gitlab-org/gitlab-ce!24990
|
| | |
| |
| |
| |
| |
| | |
No certificate is still accepted, but if one is provided it must
be valid. Only run validation if the certificate has changed to
avoid making existing records invalid.
|
| | | |
|
| |\ \
| |/
|/|
| |
| |
| |
| | |
API group labels
Closes #44901
See merge request gitlab-org/gitlab-ce!21368
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
This engine was replaced with CommonMarker in 11.4, it was deprecated
since then.
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
'19745-forms-with-task-lists-can-be-overwritten-when-editing-simultaneously' into 'master'
Forms with task lists can be overwritten when editing simultaneously
See merge request gitlab-org/gitlab-ce!23938
|
| | | | |
|
| | |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
RubyZip allows us to perform strong validation of
expanded paths where we do extract file.
We introduce the following additional checks
to extract routines:
1. None of path components can be symlinked,
2. We drop privileges support for directories,
3. Symlink source needs to point within the target directory,
like `public/`,
4. The symlink source needs to exist ahead of time.
|
| |/ |
|
| |\
| |
| |
| |
| | |
Expose app version to frontend
See merge request gitlab-org/gitlab-ce!24791
|
| | | |
|
| |\ \
| |/
|/|
| |
| |
| |
| | |
Container repository cleanup API
Closes #55978
See merge request gitlab-org/gitlab-ce!24303
|
| | |
| |
| |
| |
| |
| | |
This includes a set of APIs to manipulate container registry.
This includes also an ability to delete tags based on requested
criteria, like keep-last-n, matching-name, older-than.
|
| |\ \
| |/
|/|
| |
| |
| |
| | |
[master] Validate bundle files before unpacking them
Closes #2770
See merge request gitlab/gitlabhq!2772
|
| | | |
|
| |/
|
|
| |
Fix JSON formating and indent
|
| | |
|
| |\
| |
| |
| |
| |
| |
| | |
Disable resolve conflicts for protected branches
Closes #53463
See merge request gitlab-org/gitlab-ce!23842
|
| | |
| |
| |
| | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53463
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Import issues from CSV
Closes #49231
See merge request gitlab-org/gitlab-ce!23532
|
| | | |
| | |
| | |
| | | |
Process CSV uploads async using a worker then email results
|
| | |/
|/| |
|
| |/
|
|
|
|
|
|
|
|
| |
Add tests for the API and add a couple of tests
Add
revert
revert
|
| |
|
|
|
| |
This MR also removes other reports and uses one common set of fixtures
for all test types.
|
| |
|
|
| |
Releases::Source and Releases::Link are covered by tests
|