| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This removes an unused constant from the
`RubyInterpolationInTranslation`. The constant was used in a first
implementation of this class.
|
|\
| |
| | |
See merge request gitlab-org/gitlab-ce!21689
|
| | |
|
| |
| |
| |
| | |
And added changelog
|
| |
| |
| |
| |
| |
| | |
If doing a schema load, the post_migrations should also be marked as up,
even if SKIP_POST_DEPLOYMENT_MIGRATIONS was set, otherwise future
migration runs will be broken.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Use standalone diff stats RPC on every comparison view
Closes #51477, #20282, and #49399
See merge request gitlab-org/gitlab-ce!21778
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
Refactor main.js content
See merge request gitlab-org/gitlab-ce!19783
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Unite green buttons under one css class
See merge request gitlab-org/gitlab-ce!21795
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Rename btn-new, btn-create and btn-save to btn-success
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Re-enables merge conflicts resolution spec
See merge request gitlab-org/gitlab-ce!21654
|
| | | | |
| | | | |
| | | | |
| | | | | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/48034
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
Vendor Auto-DevOps.gitlab-ci from gitlab-ci-yml
See merge request gitlab-org/gitlab-ce!21775
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Uses curl instead of wget on install_dependencies, as wget does not
support https through http proxy on alpine:latest
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add wrapper rake task to migrate all uploads to OS
Closes #51571
See merge request gitlab-org/gitlab-ce!21779
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add a rake task that will trigger gitlab:uploads:migrate rake task with
different possible arguments, one by one.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Remove EE-specific lines from Plan concerns
See merge request gitlab-org/gitlab-ce!21448
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Enhance some performance guideline titles
See merge request gitlab-org/gitlab-ce!21797
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This enhances a few performance guideline titles in the development
README, making it easier to understand what topics they cover.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
'master'
[QA] consolidate selector patterns (1_manage/login)
See merge request gitlab-org/gitlab-ce!21711
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Improve Emoji detection in commit messages
Closes gitlab-org/release/framework#15
See merge request gitlab-org/gitlab-ce!21799
|
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This changes our Danger integration so that it is smarter about
detecting GitLab emoji in commit messages. This is done using a two step
process:
1. We use the old regular expression to determine if a commit message
_might_ include an emoji.
2. If this regular expression matches, we then check for all existing
emoji names in the commit message. This might be a wee bit expensive,
but because we couple it with the previous step it should be rarely
executed.
This ensures we don't trigger an error when a commit message includes
text such as `:foo:bar:`, which is not a valid Emoji.
Fixes https://gitlab.com/gitlab-org/release/framework/issues/15
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Resolve "Enable Auto DevOps by default for self managed instances of GitLab"
Closes #41729
See merge request gitlab-org/gitlab-ce!21157
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
'50111-improve-design-of-cluster-apps-to-handle-larger-quantity' into 'master'
Improve cluster apps installation flow
Closes #50111
See merge request gitlab-org/gitlab-ce!21567
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Improve TabHelper to clarify the use of Namespaces for the nav_link
See merge request gitlab-org/gitlab-ce!21787
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Don't use MilestoneFinder for group milestones
Closes #51546
See merge request gitlab-org/gitlab-ce!21780
|
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This refactors the DashboardGroupMilestone model so that it no
longer uses the MilestoneFinder, instead using methods defined
on the Milestone model directly.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Document the use of and need for using feature flags more frequently
See merge request gitlab-org/gitlab-ce!21478
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
This adds a development guide explaining that we are going to use
feature flags more often, why, what the benefits are, and so on.
See https://gitlab.com/gitlab-org/gitlab-ce/issues/49619 for more
information.
|