| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Simplify users API QA spec
See merge request gitlab-org/gitlab-ce!19147
|
| | |
|
| | |
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|/ |
|
|
|
|
| |
Also, move wait block into the correct page block.
|
|
|
|
|
|
|
| |
We will reuse the the dropdown, but exclude some menu items based on
permissions.
So moving the menu to a partial, and adding checks for each menu item here.
|
|
|
|
| |
Resolves CVE-2017-18258
|
|\
| |
| |
| |
| | |
CE: Fix QA protected branches tests
See merge request gitlab-org/gitlab-ce!18585
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
while producing products. Basically an attempt to fix:
https://gitlab.com/gitlab-org/gitlab-qa/-/jobs/65016456
Selenium::WebDriver::Error::StaleElementReferenceError:
stale element reference: element is not attached to the page document
in:
``` ruby
product :name do
Page::Project::Settings::Repository.act do
expand_protected_branches(&:last_branch_name)
end
end
```
|
| | |
|
| |
| |
| |
| | |
Add missing QA selectors as well
|
| |
| |
| |
| | |
We could revisit which we don't want to run in qa.
|
| | |
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* upstream/master: (166 commits)
Flowdock uses Gitaly, not Grit
Removes 'no job log' from trace action
Fix missing namespace for some internal users
Dedupe yarn dependencies
Downgrade MySQL CI service from 8.0 to 5.7
Atomic internal ids for all models
Add documentation on how to configure Redis Sentinel by persistent class
Update CHANGELOG.md for 10.7.0
Update index.md
Resolve "Text from the diff is showing within a table header inside the discussion after the discussion is resolved"
Don't include lfs_file_locks data in export bundle
Documentation: Frontend Building Checklist
Fix a documentation typo for GitLab pages
Refactored activity calendar
Add an API endpoint to download git repository snapshots
Fix issues without links when added from boards new issue modal
Respect visibility options and description when importing project from template
Resolve "Improve tooltips of collapsed sidebars"
Update Container Scanning documentation
Fix typo in vue.md
...
|
| |\
| | |
| | |
| | |
| | | |
Rename #qa slack channel to #quality in docs
See merge request gitlab-org/gitlab-ce!18472
|
| | | |
|
| | | |
|
| |\ \
| | |/
| |/|
| | |
| | | |
Add QA tests for protected branches
See merge request gitlab-org/gitlab-ce!18301
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The problem of using .js-ci-variable-input-value is that,
whenever the value is hidden, then this selector won't be set,
instead, .js-secret-value-placeholder would be set.
If we just fill the value, the value is revealed. But if
we visit this later, the values were be hidden. This means
we don't have a consistent way to count the values.
Adding an unique qa selector to both revealed and hidden
values would make it easier to track the values.
To make it look more consistent, let's also do the same
for the key.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* upstream/master: (536 commits)
Fix flash errors in performance bar for cached responses
Force content to align right
Method to track recoverable exceptions in sentry
Move PipelineFailed vue component
fixed targetmode being included in project
FE Docs: Fix header hierarchy in Vuex section of Vue.md
Adds helpers to remove withespace and linebreaks
`package-qa` was renamed to `package-and-qa`
Fix container scanning in vendored GitLab CI configuration for Auto Devops
Fixed web IDE not working for sub-groups
Remove web ide beta flag from docs and update
Make the message break into a new line instead of truncating it
Backport Web IDE docs to gitlab-ce
link to product handbook piece on permissions
Update faraday_middlewar to 0.12.2
Double-check next value for internal ids.
Resolve "skeleton placeholder on diff has white background"
Replace the `project/commits/comments.feature` spinach test with an rspec analog
Set ENV['IN_MEMORY_APPLICATION_SETTINGS'] to 'true in spec/db/production/settings_spec.rb
Update docs on `.gitlab-ci.yml` and variables policy
...
|
| |\ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
'master'
Move ReadyToMerge vue component
See merge request gitlab-org/gitlab-ce!17545
|
| | | |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| |/
| |
| |
| |
| |
| |
| |
| | |
sections
Also reorganize application settings related to repository in more maninful sections
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | |
|
| |
| |
| |
| |
| | |
Without this, if we have more than one deploy key, it would be
ambiguous.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
We could speed it up and test more keys later
|
| |
| |
| |
| |
| | |
we're not really supporting them out of the box. See:
https://gitlab.com/gitlab-org/gitlab-ce/issues/44363
|
| | |
|
| |
| |
| |
| |
| | |
jessie doesn't support `ssh-keygen -l -E` but stretch does:
https://manpages.debian.org/jessie/openssh-client/ssh-keygen.1.en.html
|
| | |
|
| | |
|
|/ |
|
| |
|