| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
| |
Add a supporting code to separate groups#show
and groups#details which is required for the
proper implementation of the Group Overview
content and Security Dashboard option for it
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Includes instance methods on Group model to detect when a group has
AutoDevOps explicitly/implicitly enabled/disabled.
- Includes migration to add a new column to namespaces table
- Add UI necessary modifications
- Add service and controller to update auto devops
related instances
- Updates project and groups auto devops badges
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52447
|
| |
|
|
|
|
|
| |
This style change enforces `return if ...` instead of
`return nil if ...` to save maintainers a few minor review points
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
'master'
Resolve "Add Saturday to Localization first day of the week"
Closes #58023
See merge request gitlab-org/gitlab-ce!25509
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
fix #58023
docs for adding Saturday for first day of the week
add related settings for Saturday as first day of the week
firstDayOfWeek: Use enumeration, replace day's numbers with corresponding names
make some variables lowercase (follow camelCase)
add CHANGELOG entry
Author: haghighi_ahmad <haghighi.ahmad@gmail.com>
modified: app/assets/javascripts/pages/users/activity_calendar.js
modified: app/helpers/preferences_helper.rb
new file: changelogs/unreleased/58023-add-Saturday-to-localization-first-day-of-the-week.yml
modified: doc/api/settings.md
modified: doc/user/profile/preferences.md
modified: locale/gitlab.pot
modified: spec/helpers/preferences_helper_spec.rb
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
'45305-ci-status-icon-mismatch-on-merge-requests-page-and-the-mr-itself' into 'master'
Resolve "CI status icon mismatch on Merge Requests page and the MR itself"
Closes #45305
See merge request gitlab-org/gitlab-ce!25407
|
| | |
| | |
| | |
| | | |
Project passed a very specific details path. Also reverted a change.
|
| | |
| | |
| | |
| | | |
Updating a couple other places that were still using deprecated status.
|
| | |
| | |
| | |
| | | |
After changing all places that used the function, we can now remove it.
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
CE BE Prep backend for /billings gold trial callouts
See merge request gitlab-org/gitlab-ce!25482
|
| | |
| | |
| | |
| | | |
Ports GoldTrialUserCallouts to CE.
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Fix UI for issuable meta info
Closes #57829
See merge request gitlab-org/gitlab-ce!25332
|
| |/
| |
| |
| | |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
| |
| |
| |
| |
| |
| | |
- Move some specs into contexts
- Let get_slugs method take a parameter and return a specific slug.
- Add rescues when using Addressable::URI.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Show header and footer system messages in email
Closes #56863
See merge request gitlab-org/gitlab-ce!25474
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Add email_header_and_footer_enabled flag to appearances table
* Set email_header_and_footer_enabled default value to false
* Add checkbox to appearance to toggle show header and footer in emails
* Add email_header_and_footer_enabled to allowed params in controller
* Add header and footer messages to the html and text email layouts
* Remove the color styling for emails header and footer
* Add empty_mailer layout for emails without layout,
to have the header and footer applied
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Makes the Web IDE the default editor
Closes #42382
See merge request gitlab-org/gitlab-ce!25171
|
| | |
| | |
| | |
| | | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/42382
|
|/ /
| |
| |
| |
| | |
Fix misspellings in app/spec comments
See merge request gitlab-org/gitlab-ce!25517
|
| |
| |
| |
| |
| | |
This reverts commit 9202bbd129537a698b986e6295d0c783b5a84815, reversing
changes made to 4b282e9ce1ae246c4538b3ede18d1380ea778029.
|
| |
| |
| |
| | |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Port EE System Header And Footer feature to CE
Closes #55057
See merge request gitlab-org/gitlab-ce!25241
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
remove EE specific code
remove EE licence checks
move migration from EE to CE folder structure
move specs from EE to CE folder structure
remove EE specific flag specs
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Sorts labels alphabetically on issues (and merge requests) list.
Before it was order id desc.
Now it will be consistent with sidebar and labels page.
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
| |
These are frontend changes.
Use Vue for the import feature UI for "githubish"
providers (GitHub and Gitea).
Add "Go to project" button after a successful import.
Use CI-style status icons and improve spacing of the
table and its component.
Adds ETag polling to the github and gitea import
jobs endpoint.
|
|
|
|
|
|
|
|
|
|
|
| |
These are backend changes.
Use Vue for the import feature UI for "githubish"
providers (GitHub and Gitea).
Add "Go to project" button after a successful import.
Use CI-style status icons and improve spacing of the
table and its component.
Adds ETag polling to the github and gitea import
jobs endpoint.
|
|
|
|
| |
Notable changes proposed by @pslaughter
|
| |
|
|\
| |
| |
| | |
fabsrc/gitlab-ce-2105-add-setting-for-first-day-of-the-week
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Moves domain setting to Clusters page
Closes #52363
See merge request gitlab-org/gitlab-ce!24580
|
| | |
| | |
| | |
| | |
| | |
| | | |
- Changes help text on clusters form to make it more explicit.
- Removes unnecessary warnings on auto devops form
- Simplifies cluster methods logic
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Changes domain field to be on the Cluster page show, removing it from
Auto DevOps setting. Also injects the new environment variable
KUBE_INGRESS_BASE_DOMAIN into kubernetes#predefined_variables.
Migration to move the information from ProjectAutoDevops#domain
to Clusters::Cluster#domain. As well as necessary modifications to qa
selectors
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52363
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add local markdown version
Closes #32789
See merge request gitlab-org/gitlab-ce!24822
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Cached markdown version is composed both from global and local
markdown version. This allows admins to bump version locally when
needed (e.g. when external URL is changed).
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'43681-display-last-activity-and-created-at-datetimes-for-users-in-admin-users' into 'master'
Resolve "Display last activity and created at datetimes for users"
Closes #43681
See merge request gitlab-org/gitlab-ce!24181
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The columns 'Created on' and 'Last activity' have been
added to the admin -> users view.
Sorting options have also been added for last activity
and the search bar has been moved to match the issues
page.
|
| |/ /
|/| | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Remove Redcarpet markdown engine
Closes #51374
See merge request gitlab-org/gitlab-ce!24819
|
| |/
| |
| |
| |
| | |
This engine was replaced with CommonMarker in 11.4, it was deprecated
since then.
|