| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
**Why?**
This file only contains a few text based helper functions.
It has nothing to do with Vue or Vue components.
|
|\
| |
| |
| |
| |
| |
| | |
Fixes issues with show whitespace button in diffs
Closes #42597 and #58852
See merge request gitlab-org/gitlab-ce!28242
|
| |
| |
| |
| |
| |
| |
| | |
Correctly updates the URL without overwriting parameters
Reloads the diff file content without reloading the page
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58852, https://gitlab.com/gitlab-org/gitlab-ce/issues/42597
|
|\ \
| | |
| | |
| | |
| | | |
Add Let's Encrypt client
See merge request gitlab-org/gitlab-ce!27624
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Part of adding Let's Encrypt certificates for pages domains
Add acme-client gem
Client is being initialized by private key stored in secrets.yml
Let's Encrypt account is being created lazily.
If it's already created, Acme::Client just gets account_kid by
calling new_account method
Make Let's Encrypt client an instance
Wrap order and challenge classes
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Properly clear the merge error upon rebase failure
Closes #56139
See merge request gitlab-org/gitlab-ce!28319
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If `merge_error` is ever set after a failure, it is never cleared, even
after a subsequent, successful rebase. We now clear this field whenever
a successful rebase occurs.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56139
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
i18n JS files starting with i
See merge request gitlab-org/gitlab-ce!28010
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is one of many MRs opened in order to improve the overall
internationalisation of the GitLab codebase.
This commit only targets Vanilla JS files.
i18n documentation
https://docs.gitlab.com/ee/development/i18n/externalization.html
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Resolve CE/EE diffs in help/index
Closes gitlab-ee#11051
See merge request gitlab-org/gitlab-ce!28335
|
| | | | |
| | | | |
| | | | |
| | | | | |
Part of single codebase changes.
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Resolve CE/EE diffs in signup_box
Closes gitlab-ee#11047
See merge request gitlab-org/gitlab-ce!28336
|
| |/ / /
| | | |
| | | |
| | | | |
Part of single codebase changes.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
clarify that "team" means "project" when considered for assignment purposes.
See merge request gitlab-org/gitlab-ce!27753
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add info about the single docs codebase effort
See merge request gitlab-org/gitlab-ce!28127
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix loadJSONFixtures wrapper in Jest
See merge request gitlab-org/gitlab-ce!28328
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Mock away document.createRange() in Jest
See merge request gitlab-org/gitlab-ce!28222
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
(cherry picked from commit a0e7e2075c6182838a0645e0bbb3927e5f9a8bba)
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
i18n JS files starting with n
See merge request gitlab-org/gitlab-ce!28132
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
An instance of i18n which required sprintf was not handled correctly
and has been fixed in this commit.
Further to this, i18n was applied to
app/assets/javascripts/new_branch_form.js
but needed to be removed as the i18n was too vague.
A note has been made to follow up on this file.
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
This is one of many MRs opened in order to improve the overall
internationalisation of the GitLab codebase.
This commit only targets Vanilla JS files.
i18n documentation
https://docs.gitlab.com/ee/development/i18n/externalization.html
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
'ce-quick-fix-58727-collapsed-sidebar-flyout-menu-items-don-t-appear-in-1200px-screen-size' into 'master'
CE Fix flyout nav on small viewports
See merge request gitlab-org/gitlab-ce!25998
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Decouples sidebar collapsed style from
behavior.
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Sessions can be listed for a given user
See merge request gitlab-org/gitlab-ce!28306
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Adds ActiveSession#session_ids_for_user for listing session IDs for a
given user, and adds ActiveSession#list_sessions for listing session
data directly.
|
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Suppress keychain access popup from chromedriver in Karma
See merge request gitlab-org/gitlab-ce!28310
|
|/ / / / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Docs: couple of improvements to the Vuex frontend guide
See merge request gitlab-org/gitlab-ce!28257
|
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Two nitpick improvements to the following:
* set `state.isAddingUser = false` when request resulted in an error,
as it has finished after all
* be very explicit about vuex store being a local module to avoid confusion
about a dependency named `store`
|
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Update mysql.md: variables values should be quoted, otherwise you get an...
See merge request gitlab-org/gitlab-ce!24214
|
|/ / / / / / / / / / / /
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
"variables config should be a hash of key value pairs" error
|
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
[CI doc] Add chat value to only keyword
See merge request gitlab-org/gitlab-ce!27417
|
|/ / / / / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
recursive/nested includes supported now
See merge request gitlab-org/gitlab-ce!28155
|
| | | | | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
upgrate example ymal file, change type to stage.
See merge request gitlab-org/gitlab-ce!27992
|
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
Update test-and-deploy-python-application-to-heroku.md
|
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
docs: improve architecture component details
See merge request gitlab-org/gitlab-ce!28280
|
|/ / / / / / / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
Docs: Add premium & silver badge to group project templates docs
Closes gitlab-ee#11587
See merge request gitlab-org/gitlab-ce!28304
|
| | | | | | | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
Docs: update link to new security docs
See merge request gitlab-org/gitlab-ce!28299
|
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
Related to gitlab-ee/!5566
|
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
docs: use sudo on gitlab-rake gitlab:features:*
See merge request gitlab-org/gitlab-ce!28288
|
|/ / / / / / / / / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
Fix a typo mentioning SAST instead of DAST
See merge request gitlab-org/gitlab-ce!28308
|