| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
Externalize strings from `/app/views/projects/project_members`
See merge request gitlab-org/gitlab-ce!23227
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Remove all `$theme-gray-{weight}` variables in favor of `$gray-{weight}`
Closes #56266
See merge request gitlab-org/gitlab-ce!24333
|
|/ |
|
|\
| |
| |
| |
| | |
Moves shared code into a mixin
See merge request gitlab-org/gitlab-ce!24322
|
| |
| |
| |
| |
| |
| | |
To reduce code duplication between CE and EE components,
creates a mixin with the common methods for the
graph component
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Add Import/Export dev docs
Closes #36055
See merge request gitlab-org/gitlab-ce!23835
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
GitLab 11.4.3 "Outbound requests" setting path
See merge request gitlab-org/gitlab-ce!22898
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix no avatar not showing in user selection box
Closes #56268
See merge request gitlab-org/gitlab-ce!24346
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
After upgrading to Ruby 2.5.3, we switched `URI.join` in favor of
`Gitlab::Utils.append_path`. However,
ActionController::Base.helpers.image_path can return a full URL if a CDN
host is present.
Rails provides a way to generate the full URL using the asset path, but
that doesn't appear to work because `request` is nil`.
Revert to the previous behavior to handle CDNs and relative URLs.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56268
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add 11.7 -> 11.8 update doc
See merge request gitlab-org/gitlab-ce!24283
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Resolve "Add "What's new" menu item in top navigation"
Closes #25341
See merge request gitlab-org/gitlab-ce!23186
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix Bitbucket Server importer error handling
Closes #56154
See merge request gitlab-org/gitlab-ce!24343
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The importer would display a 500 error page if you attempted to import
using a non-existent DNS entry. This commit rescues known network issues
and consolidates them into
BitbucketServer::Connection::ConnectionError`. The previous error
handling in the paginator doesn't work because it returns a lazy
collection.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56154
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Ensure pool participants are linked before GC
Closes gitaly#1354
See merge request gitlab-org/gitlab-ce!24230
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In theory the case could happen that the initial linking of the pool
fails and so do all the retries that Sidekiq performs. This could lead
to data loss.
To prevent that case, linking is done before Gits GC too. This makes
sure that case doesn't happen.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Bump minimal node version from 6 to 8.10.0
Closes #54065
See merge request gitlab-org/gitlab-ce!24305
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Update Gitaly documentation to indicate which version shipped with Gitaly TLS support
See merge request gitlab-org/gitlab-ce!24334
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Adjust applied suggestion reverting previous changes
Closes #56017
See merge request gitlab-org/gitlab-ce!24250
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
1. Avoid suggestions being applied on the same file
from reverting previous changes
2. Gracefully use and handle file changes error
when updating the file (though, it does not totally
solves the sync problem for multiple suggestion
applications at once)
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix broken MR coach link
See merge request gitlab-org/gitlab-ce!24327
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
'master'
Resolve "undefined method `count_of_extra_tags_not_shown'"
Closes #56311
See merge request gitlab-org/gitlab-ce!24354
|
| | |_|_|/ / / /
| |/| | | | | |
| | | | | | | | |
- Add tests for project topics
|
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
Fixes several ActionController::Parameters deprecations
See merge request gitlab-org/gitlab-ce!24332
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Bump kubectl in Auto DevOps to 1.11.6
See merge request gitlab-org/gitlab-ce!24176
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Use the latest major version that will support the current clusters on
GKE which is v1.10
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Bump nginx-ingress chart to 1.1.2
See merge request gitlab-org/gitlab-ce!24203
|
| |/ / / / / / / / |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
web-terminal: Add support for URL to Link parsing
See merge request gitlab-org/gitlab-ce!24242
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
This is desirable since it enables people who are viewing job results
to quickly go from the logs to more detailed information about an issue.
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Update gitlab-styles to 2.5.1
See merge request gitlab-org/gitlab-ce!24336
|
| | | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Move job cancel button
Closes #55944 and #54812
See merge request gitlab-org/gitlab-ce!24074
|
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|/ / / / / / /
| | |/| | | | | | | | |
| | | | | | | | | | | | |
move-job-cancel-btn
|
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
* Remove headerAction getter from job getters
* Remove prop from being passed into header_ci_component
* Remove no longer needed tests
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
* Move cancel button to where the Retry is normally placed
* Move new issue button to be in sidebar view for desktop versions
* Update specs
Add changelog entry for moving cancel btn
Remove mobile version job action buttons
* Remove buttons showing up on seperate row on job sidebar
* Show Retry button in mobile version next to build name
Improve flexbox usage for job action buttons
* Allow for cleaner scaling of job name and alignment of buttons
Adjust the debug button icon size
* Adjust debug icon size on the build sidebar so the debug button is the
same height as the other buttons
Tweak job name vertical margins
* Changes are only made to job side vue
* Remove old class that only changed margin on top
* Adjust veritcal margin uniformy set to 0 via bootstrap margin class
Update Karma tests for job side view
* Update karms tests for mobile version of side view
* Removed tests for new issue button since we are fixing in
https://gitlab.com/gitlab-org/gitlab-ce/issues/55944
Fix rspec and static-analysis failures
* Run Prettier
* Update rspec css selectors
Move job action buttons to new line
* Move "New Issue" and "Debug" buttons to seperate line in job sidebar
* Update specs
Run Prettier to format JS
Remove New Issue button from job header
Make sure button spacing follows styleguide
|
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / / / /
|/| | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Rename Add style proposal
See merge request gitlab-org/gitlab-ce!24353
|