| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Proper escaping should be used for page/base.rb#scroll_to
as it is a single quoted JS string
|
|
|
|
|
|
|
| |
Using quotes within string validations can be messy. Let's
use a typical CSS selector for an unquoted attribute
Update the cop spec to validate appropriate new message
|
|
|
|
|
| |
Fix the locators to not use a regex
Add requirement
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In order to break away from using CSS classes as
our primary method of element identification, we
need to provide the ability to search for data
attributes.
Make Test::Sanity::Selectors now work
Utilize regex to match on literal strings of the element name
Suggest the data-qa-selector pattern vs the qa-
Add data-qa-selector to login page to start
We need a page that is heavily used in order to be
confident that this functionality works. Let's start
with the Login page
Use appropriate HAML data tag practices
|
|\
| |
| |
| |
| | |
Upgrade rspec-rails to 3.8.2 and dependencies
See merge request gitlab-org/gitlab-ce!28378
|
| |
| |
| |
| |
| |
| |
| |
| | |
This brings the rspec-core version in line with the Gitaly changes
and introduces Rails 5.1/5.2 improvements.
Full CHANGELOG:
https://github.com/rspec/rspec-rails/blob/master/Changelog.md
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Fix basic login test stability
Closes gitlab-org/quality/staging#57
See merge request gitlab-org/gitlab-ce!30446
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Also extract retry_until into qa/qa/support/retrier.rb
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Support additional panel types
Closes #60008
See merge request gitlab-org/gitlab-ce!30001
|
|/ / /
| | |
| | |
| | |
| | | |
This introduces the single stat chart component aside from
the area chart component
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix `simple_format` undefined error #60179
Closes #60179
See merge request gitlab-org/gitlab-ce!30366
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
`simple_format` is not defined in ActionView::Helpers::TagHelper, but
it is actually located in ActionView::Helpers::TextHelper.
The solution is to include the correct helper.
I've also added tests for `#markup_unsafe` because they were missing.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Adds a Rubocop cop for Rails.logger
Closes #54102
See merge request gitlab-org/gitlab-ce!30415
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Suggests to use a JSON structured log instead
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/54102
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Fix whitespace in many administration docs (part 2)
See merge request gitlab-org/gitlab-ce!30555
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Many code blocks are 4spaced, and they render in GitLab
without coloring as a result, even though they are
fenced with a language label. If in a list, other items
will render as being in a code block too, even if not
meant to. This fixes all these issues for many admin
docs (part 2)
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Edit GraphQL general availability text
See merge request gitlab-org/gitlab-ce!30541
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Moving Pgbouncer HA documentation out of database documentation
Closes #63540
See merge request gitlab-org/gitlab-ce!30471
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'backstage/gb/improve-performance-environment-statuses-endpoint' into 'master'
Improve performance of fetching environments statuses
Closes #62589
See merge request gitlab-org/gitlab-ce!30560
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Vulnerabilities API now supports pipeline_id
See merge request gitlab-org/gitlab-ce!30086
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Remove deleteNote from notes service
See merge request gitlab-org/gitlab-ce!30537
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add docs on project-based dashboard config
See merge request gitlab-org/gitlab-ce!28154
|
|/ / / / / / |
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
into 'master'
Add controller spec for deploy tokens
Closes #62363
See merge request gitlab-org/gitlab-ce!30311
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Refactor common_metrics importer into a more extensible pattern
Closes #63044
See merge request gitlab-org/gitlab-ce!30012
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
In order to avoid confusion between Gitlab::Importers module and other
like named modules, this renamed it to Gitlab::DatabaseImporters.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Remove CommonMetricsImporter patch and change all references to
CommonMetrics::Importer. Move specs into their appropriate folders. Also
cleans up some common_metric importer namespacing.
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This moves our metric importers into the lib folder. This will allow
them to be autoloaded instead of having to explicitly require them.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This refactors common metrics importer for two reasons. 1. To create a
new pattern that can be followed by future importers that will minimize
dependency collision and 2. To allow EE to more easily extend
dependencies.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Prepare cycle analytics for group level
See merge request gitlab-org/gitlab-ce!30356
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix rubocop offences
|
| | | | | | | |
|
| | | | | | | |
|