| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Create models for issue trackers data
See merge request gitlab-org/gitlab-ce!28598
|
| |
| |
| |
| |
| | |
- create tables for storing issue trackers properties
- add model and basic logic & spec
|
|\ \
| | |
| | |
| | |
| | | |
Docs for Web IDE file sync
See merge request gitlab-org/gitlab-ce!29638
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
Docs for Merge Trains
See merge request gitlab-org/gitlab-ce!29047
|
| | |
| | |
| | |
| | |
| | | |
It explains what is Merge Trains, how to enalbe it and
its limitations.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix GPG signature verification with recent versions of GnuPG
Closes #58747
See merge request gitlab-org/gitlab-ce!29388
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Resolve "Display and logic improvements for cycle analytics"
Closes #30138
See merge request gitlab-org/gitlab-ce!29018
|
|/ / /
| | |
| | |
| | | |
Fix plan stage query and the way it is displayed
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'master'
CE backport for gitlab-ee!13894 (Save repository_type to LfsObjectsProject)
See merge request gitlab-org/gitlab-ce!29179
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This backports to CE changes that allow the recording of the
repository_type in the table lfs_objects_projects.
This is in order to allow future pruning of unreferenced LFS objects,
as we will need to know which repository to look in for the LFS pointer
file.
The EE MR that contains the original code and a full explanation of the
changes is
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894
EE Issue https://gitlab.com/gitlab-org/gitlab-ee/issues/9490
Note that there was a lot of CE code changed in the EE MR because we
want to allow the wiki repository to also use LFS. See
https://gitlab.com/gitlab-org/gitlab-ce/issues/43721. As the wiki is
an unlicensed feature, a full backport is required to enable this.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Preventing blocked users and their PipelineSchdules from creating new Pipelines
Closes #47756
See merge request gitlab-org/gitlab-ce!27318
|
| | | | |
| | | | |
| | | | |
| | | | | |
updated several specs and factories to accomodate new permissions
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Turn single line code into blocks to improve documentation readability
Closes #62506
See merge request gitlab-org/gitlab-ce!29693
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
To improve doc readability.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62506
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Master i18n
See merge request gitlab-org/gitlab-ce!29723
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Align Container Registry API Delete Permissions with UI
See merge request gitlab-org/gitlab-ce!29512
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
This brings the API permissions in line with the UI permissions
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Resolve "Docker registry date not accurate"
Closes #35428
See merge request gitlab-org/gitlab-ce!29464
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'master'
Backporting required template form on admin CI/CD
See merge request gitlab-org/gitlab-ce!29154
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
EE added a required template form on the CI/CD page.
This is a backport for that change.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
return boolean from Pipeline::Expression::Lexeme::Matches#evaluate
See merge request gitlab-org/gitlab-ce!29717
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix inability to set visibility_level on project via API
Closes #63158
See merge request gitlab-org/gitlab-ce!29578
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Consider the scenario:
1. The default visibility level is set to internal
2. A user attempts to create a private project within a private group
Previously this would always fail because default_value_for would
overwrite the private visibility setting, no matter what
visibility_level were specified. This was happening because
default_value_for was confused by the default value of 0 specified by
the database schema.
default_value_for attempts to assign the default value in the block by
checking whether the attribute has changed. The problem is that since
the default value by the database was 0, and the user requested 0, this
appeared as though no changes were made. As a result, default_value_for
would always overwrite the user's preference.
To fix this, we remove the use of default_value_for and only set the
visibility level to the default application setting when no preference
has been given at creation time.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63158
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Revert "Merge branch '57414-show-pipeline-iid-in-pipelines-page' into 'master'"
See merge request gitlab-org/gitlab-ce!29684
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
This reverts merge request !26853
|
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Make task completion status available via GraphQL
Closes #62910
See merge request gitlab-org/gitlab-ce!29573
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Add specs for task completion status (graphql)
Fix style issues
Changed format of constants in spec
Refactor specs to reduce creation of records
Reduce parameters to merge request creation
Use set's for project and user
Move let's out of it_behaves_like block
Fix description parameter
Fix format of lets
Use dig to get task completion status out of graphql response
Modified rspec output
Add changelog entry
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Clean QueryRecorder backtrace
See merge request gitlab-org/gitlab-ce!29724
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
This makes it much easier to debug N+1 queries via QueryRecorder by
eliminating unnecessary lines.
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Make changes suggested by Pedro for UX
See merge request gitlab-org/gitlab-ce!29324
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
- Only apply extra margins and borders between checkbox components
- Change cursor to `not-allowed` when checkbox is disabled
- Adjust handling of inline checkbox styling vs block
|
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Add documentation on using serverless with existing Knative instance
See merge request gitlab-org/gitlab-ce!29699
|
|/ / / / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Upgrade gitlab-labkit to 0.3.0
See merge request gitlab-org/gitlab-ce!29728
|
| | |_|_|_|_|_|_|_|/ /
| |/| | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
This matches the version used in Gitaly, bumps the gRPC version to be
aligned with GitLab CE/EE, and adds gRPC interceptor support:
https://gitlab.com/gitlab-org/labkit-ruby/compare/v0.2.0...v0.3.0
|
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Docs: Fix link in university support doc
See merge request gitlab-org/gitlab-ce!29582
|