| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Edits to event tracking topic
Closes #65431
See merge request gitlab-org/gitlab-ce!31457
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Move shared minutes purchase details to /subscription
Closes #63461
See merge request gitlab-org/gitlab-ce!31753
|
|/
|
|
|
|
| |
Move details and images related to buying more runner
minutes to the subscription page, which deals with
all purchase related information, and update links
|
|\
| |
| |
| |
| | |
Update link to test engineering docs
See merge request gitlab-org/gitlab-ce!31681
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Convert `spec/javascripts/environments/*rollback*` tests from Jasmine to Jest
Closes #61800
See merge request gitlab-org/gitlab-ce!31021
|
| | |
| | |
| | |
| | | |
This commit converts two Jasmine tests into Jest tests.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Docs (links): switch from GitHub to GitLab Postgres mirror repo
See merge request gitlab-org/gitlab-ce!31627
|
|/ / /
| | |
| | |
| | | |
GitLab.com also has an up-to-date Postgres mirror.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'master'
Update default values in GitLab.com settings
See merge request gitlab-org/gitlab-ce!31682
|
| | |/
| |/|
| | |
| | | |
Updates SIDEKIQ_MEMORY_KILLER_MAX_RSS default value
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Upgrade Gitaly to v1.59.0
See merge request gitlab-org/gitlab-ce!31743
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Fix typo
See merge request gitlab-org/gitlab-ce!31750
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add sample gitmessage template to the merge request guide
Closes #65701
See merge request gitlab-org/gitlab-ce!31540
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- This provides users with an easy to apply gitmessage template
for ease of seeing the commit guidelines here when they commit
against gitlab: i
https://docs.gitlab.com/ee/development/contributing/merge_request_workflow.html#commit-messages-guidelines
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
update duplication of unicorn min environment variable
See merge request gitlab-org/gitlab-ce!31749
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Bring resources.md from debug project to docs
See merge request gitlab-org/gitlab-ce!31366
|
|/ / /
| | |
| | |
| | |
| | | |
Copy resources.md to docs project, renamed to links.md
and add frontmatter and top level header
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Update Grafana doc for security update
See merge request gitlab-org/gitlab-ce!31739
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Update list information in docs styleguide
See merge request gitlab-org/gitlab-ce!31293
|
|/ / /
| | |
| | |
| | | |
Explain indentation more carefully, and expand examples
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Update styleguide.md - just a little typo.
See merge request gitlab-org/gitlab-ce!31724
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Improve quick action error messages
See merge request gitlab-org/gitlab-ce!31451
|
|/ / / /
| | | |
| | | |
| | | | |
Standardize punctuation and format
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'63942-remove-config-action_dispatch-use_authenticated_cookie_encryption-configuration' into 'master'
Remove `config.action_dispatch.use_authenticated_cookie_encryption` configuration
Closes #63942
See merge request gitlab-org/gitlab-ce!31463
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Old cookies are still valid and are automatically
upgraded by Rails
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Load search result counts asynchronously (CE)
See merge request gitlab-org/gitlab-ce!31663
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Creates `refresh_counts` module to dynamically fetch
and load data based on attributes of HAML elements.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Querying all counts for the different search results in the same request
led to timeouts, so we now only calculate the count for the *current*
search results, and request the others in separate asynchronous calls.
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Properly save suggestions in project exports
Closes #65880
See merge request gitlab-org/gitlab-ce!31690
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Previously imports would fail if a merge request note included a
suggestion with an
`ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection`
exception.
This was happening because suggestions were listed as a descendant of
merge requests, but this doesn't work because suggestions are directly
associated with notes, not merge requests, and that association is lost.
Rails also disallows creating intializing a has_many association through
a different object.
We fix this by making `suggestions` a child of `notes` within a merge
request. This doesn't fix previously broken exported project exports,
but new exports will work.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65880
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| | | | | |
| | | | | |
| | | | | | |
[ci skip]
|
| | | | | |
| | | | | |
| | | | | | |
[ci skip]
|
| | | | | |
| | | | | |
| | | | | | |
[ci skip]
|
| |\ \ \ \ \ |
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix gitlab api token recovery
See merge request gitlab/gitlabhq!3286
|
| |/ / / / / / |
|
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | |
| | | | | | |
| | | | | | | |
Internationalize Issue and MR list metadata strings
See merge request gitlab-org/gitlab-ce!31677
|
|/ / / / / / |
|