| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
As described in
https://www.postgresql.org/docs/current/non-durability.html, we can save
money and time by disabling durability in tests.
|
|\
| |
| |
| |
| | |
Remove slugify text utility
See merge request gitlab-org/gitlab-ce!27290
|
| |
| |
| |
| |
| |
| | |
**Why?**
This function was not being used and it's
documentation was out of date.
|
|\ \
| | |
| | |
| | |
| | | |
Replaces CSS with utility class
See merge request gitlab-org/gitlab-ce!27311
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Update capybara and selenium-webdriver
See merge request gitlab-org/gitlab-ce!27201
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
Fix typo in activity lease
See merge request gitlab-org/gitlab-ce!27288
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Fix grouping wiki pages by directory
See merge request gitlab-org/gitlab-ce!27294
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
If a page has the same name as a directory
the WikiPage#group_by_directory method can have
a wrong behaviour
This commit fixes it
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Refactor cluster application services
See merge request gitlab-org/gitlab-ce!27191
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
As this are un-expected errors which we should hear about from Sentry.
Still rescue StandardError when operating a Helm action as we can get
non Kubeclient errors such as SSL certificate or network errors
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Removes unused CSS in reports
Closes #59925
See merge request gitlab-org/gitlab-ce!27310
|
| | |_|/
| |/| | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Replaces CSS with BS4 utility class
Closes #59921
See merge request gitlab-org/gitlab-ce!27309
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Externalize strings in app/models
See merge request gitlab-org/gitlab-ce!27207
|
|/ / / /
| | | |
| | | |
| | | | |
- Update PO file
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
CE Backport: Refactor Service Desk's bot user
See merge request gitlab-org/gitlab-ce!26671
|
|/ / /
| | |
| | |
| | |
| | | |
It's not needed anymore as we've replaced boolean `support_bot` with
enum `bot_type`.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Enable RSpec/ExampleWording cop
See merge request gitlab-org/gitlab-ce!27187
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixed fluid layout preference not being respected in diffs
Closes #52916
See merge request gitlab-org/gitlab-ce!27302
|
| | | |
| | | |
| | | |
| | | | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52916
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes white background in the save button for environments
Closes #60261
See merge request gitlab-org/gitlab-ce!27161
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The Save button in the environments create/edit
form was white, it should be green.
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Removes extra btn class from dropdown
Closes #60224
See merge request gitlab-org/gitlab-ce!27160
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
In the deployments page, the links inside a
dropdown had an extra btn class
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Allow unauthenticated downloads of Chrome
Closes #60441
See merge request gitlab-org/gitlab-ce!27297
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The Google GPG key used to sign the apt repository expired today, so all
installs will fail unless `--allow-unauthenticated` is used. We should
revert this once the repository has been updated with the more recent
key.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60441
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | | |
Remove recommending moving the home dir to NFS
See merge request gitlab-org/gitlab-ce!27286
|
| | |_|/
| |/| | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Resolve CE/EE diff in text_utility_spec
See merge request gitlab-org/gitlab-ce!27291
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixes stylelint issues for builds.scss
Closes #59896
See merge request gitlab-org/gitlab-ce!27279
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Replaces CSS with utility classes
Removes unused CSS
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Include fixed-width mixin instead of extending the class
See merge request gitlab-org/gitlab-ce!27277
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
Fix api group visibility
See merge request gitlab-org/gitlab-ce!26896
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
Added changelog and rebased
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
'10015-move-ee-differences-for-app-assets-javascripts-boards-models-milestone-js' into 'master'
Backport of "Move EE differences for `app/assets/javascripts/boards/models/milestone.js`"
See merge request gitlab-org/gitlab-ce!27272
|
| | |/ / / /
| |/| | | | |
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | | |
Increase timeout for notes_spec.js
See merge request gitlab-org/gitlab-ce!27270
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
CE Improve project settings page (leftovers)
See merge request gitlab-org/gitlab-ce!27078
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Additionally fixes geo rename test.
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
Prioritize and simplify project settings content.
|