| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| | |
Add released_at field to releases API
Add released_at column to releases table
Return releases to the API sorted by released_at
|
| |
| |
| |
| | |
- all commits squashed to make danger review happy
|
| |\
| | |
| | |
| | |
| | | |
Don't let logged out user do manual order
See merge request gitlab-org/gitlab-ce!30264
|
| | |
| | |
| | |
| | |
| | |
| | | |
Add a check for logged out user in the manual order
so that they don't see an flash message when they try to
reorder issues.
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
This new attribute is optional and used when set instead of the default
format `gitlab+deploy-token-#{id}`.
Empty usernames will be saved as null in the database.
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/50228.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Includes changes to the Vue container registry component to support
the display of an empty message and error message when invalid
characters are found in the group, project or branch name.
repositories/index.html.haml has been changed to remove the content
and place into Vue component.
|
| |
| |
| |
| | |
- JupyterHub must not be available (installed or updated)
|
| |
| |
| |
| |
| |
| | |
The /admin panel will now always return an uncached
application setting to ensure it always has the most
current info.
|
| |\
| | |
| | |
| | |
| | | |
Use GraphQL API to fetch last commit data
See merge request gitlab-org/gitlab-ce!29934
|
| | | |
|
| |/
| |
| |
| |
| |
| | |
https://community.atlassian.com/t5/Jira-questions/Is-it-quot-JIRA-quot-or-quot-Jira-quot/qaq-p/681163
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
| |
| |
| |
| |
| | |
- next-discuss button is always show unless there is only 1 discussion
- regroup buttons arrangements
|
|\ \
| |/
|/| |
|
| |\
| | |
| | |
| | |
| | | |
Persist tmp snippet uploads at users
See merge request gitlab/gitlabhq!3138
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It persist temporary personal snippets under
user/:id namespaces temporarily while creating
a upload record to track it. If an user gets removed
while it's still a tmp upload, it also gets removed.
If the tmp upload is sent, the upload gets moved to
personal_snippets/:id as before. The upload record
also gets updated to the new model type as well.
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Use relative position to order issues
See merge request gitlab-org/gitlab-ce!30095
|
| | |
| | |
| | |
| | |
| | | |
A valid user needs to be signed in, and we need to reload the page to
verify that the issue list was saved on the backend.
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Remove Sentry settings from application settings
See merge request gitlab-org/gitlab-ce!28447
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Stub manual_sorting flag
Closes #63756
See merge request gitlab-org/gitlab-ce!30089
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
On the metrics dashboard, always display the environment selector,
even if there is no data to display for that environment. This allows
the user to switch to the metrics dashboard of another environment.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Quarantine flaky spec
See merge request gitlab-org/gitlab-ce!30076
|
| |/ / /
| | | |
| | | | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/63750
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Resolve "500 error when forking via the web IDE button"
See merge request gitlab-org/gitlab-ce!29909
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
We use a leading dash for certain things like the WebIDE, which
had the side effect of losing the `params[:continue][:to]` param when
opening the WebIDE on a project where the user doesn't have push access
and therefore needs to fork the project first.
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
On all the issue lists -- Group, Project and Dashboard -- this
change adds a new option for managing the lists.
"Manual Ordering" option is added which when flipped on will allow
an user to drag and drop issues around to create a relative ordering
among them.
|
| |
| |
| |
| |
| | |
The `:` key will no longer exit out of the autocomplete dialog,
allowing auto-completion of labels with colons in them.
|
| |
| |
| |
| | |
Changes migration and all other places the attribute is used
|
|\ \
| | |
| | |
| | |
| | | |
Build correct basenames for title search results
See merge request gitlab-org/gitlab-ce!29898
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The "basename" here needs to be the full path without the trailing
extension, instead of stripping the leading path as well.
This was previously fixed in 2f36efa0871 inside the view, but the
problematic code was still present in FoundBlob, and the corresponding
spec didn't actually use a child wiki page to properly verify the fix.
|
| | |
| | |
| | |
| | | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'17690-Protect-TeamCity-builds-for-triggering-when-a-branch-is-deleted-And-add-MR-option' into 'master'
Skip TeamCity trigger on branch delete and support MR triggers
Closes #13871 and #17690
See merge request gitlab-org/gitlab-ce!29836
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is a take over from a community contribution:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20990
Skip TeamCity push event when related to branch delete
Support merge request events for TeamCity service.
Add checkbox for merge request triggers in the TeamCity
configuration page.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Enable JIT Kubernetes resource creation for project level clusters
See merge request gitlab-org/gitlab-ce!29515
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Previously this behaviour was only available to group
and instance-level clusters, as some project clusters
relied on Kubernetes credentials being passed through
to the runner instead of having their resources managed
by GitLab (which is not available when using JIT). These
clusters have been migrated to unmanaged, so resources
can be created on demand for the remaining managed clusters.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
into 'master'
Resolve "Display in admin area if emails are verified or not"
Closes #49814
See merge request gitlab-org/gitlab-ce!29669
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is being applied to the admin users view, when an admin
selects a user profile tp view.
It gives admins the ability to see an email verification status
without the need of impersonating a user.
|
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | | |
Adds a modal to let the user confirm their action before
proceeding to registry/image deletion
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Adds enum certificate_source to pages_domains table
with default manually_uploaded
Mark certificates as 'gitlab_provided'
if the were obtained through Let's Encrypt
Mark certificates as 'user_provided' if they were uploaded through
controller or api
Only show private key in domain edit form if it is 'user_provided'
Only show LetsEncrypt option if is enabled by application settings
(and feature flag)
Refactor and fix some specs to match new logic
Don't show Let's Encrypt certificates as well
|
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Updating multiple application settings panels through
a single action causes the incorrect action to be shown
when there are errors. Instead, make each panel action
handle both updating and display.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This commit adds
- feature specs
- to test the ability of a user with "developer" permission
to delete tags in repositories.
- documentation
|
|/ / /
| | |
| | |
| | |
| | | |
Move some feature specs for issues/merge requests quick actions
to unit tests. They are taking too long to run on the pipelines.
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| |
| | |
We are deprecating this service in favor of instance wide clusters.
Therefore we removed some code that is not anymore needed for a
readonly cluster and also we added some flags to allow for this
deprecation. These flags are to be removed in the next release when
we finally completelly remove KubernetesService.
|
|\ \
| | |
| | |
| | |
| | | |
Add collapsible sections to job log
See merge request gitlab-org/gitlab-ce!28642
|