- 31 Oct, 2019 12 commits
-
-
Aleksei Lipniagov authored
-
Tim Zallmann authored
Migrate issue boards specs to Jest & VTU See merge request gitlab-org/gitlab!19265
-
Tim Zallmann authored
Expand sections by default Closes #35176 See merge request gitlab-org/gitlab!19320
-
Mark Lapierre authored
Fail if a test leaves the browser logged in See merge request gitlab-org/gitlab!18978
-
Mark Lapierre authored
All QA tests expect to be able to log in at the start of the test. That's not possible if a test leaves the browser logged in when it finishes. Normally this isn't a problem because Capybara resets the session after each test. But it does that in an `after` block, so when a test, like this one, logs in in an `after(:all) block, the browser returns to a logged in state *after* Capybara has logged it out. And then the next test will fail. E.g.: https://gitlab.com/gitlab-org/gitlab/issues/34736 This adds a `config.after(:context)` block to fail if a test leaves the browser logged in.
-
Lin Jen-Shin authored
Improve the only/except extendable jobs See merge request gitlab-org/gitlab!17956
-
Evan Read authored
Notice about missing support for Auto Test when using .buildpacks file See merge request gitlab-org/gitlab!6930
-
Evan Read authored
Add gitlab managed apps section to dev docs See merge request gitlab-org/gitlab!19388
-
Daniel Gruesso authored
-
Douglas Barbosa Alexandre authored
Merge branch '13070-bad-interpolation-of-ci_pipeline_id-when-passing-variables-to-an-another-project-multipipeline-projects' into 'master' Allow CI bridge to expand variables that use pipeline ID and URL See merge request gitlab-org/gitlab!18875
-
Marius Bobin authored
Allows bridge jobs to expand variables that use CI_PIPELINE_ID and CI_PIPELINE_URL
-
Douglas Barbosa Alexandre authored
SCIM pagination startIndex handles string input See merge request gitlab-org/gitlab!19331
-
- 30 Oct, 2019 28 commits
-
-
Michael Kozono authored
Bump Markdown timeout from 3 to 6 seconds in test Closes #35269 See merge request gitlab-org/gitlab!19408
-
Stan Hu authored
Refactor ProjectTreeRestorer See merge request gitlab-org/gitlab!18024
-
Stan Hu authored
We've been seeing increased flaky failures due to the timeout exceeding 3 seconds. With the additional regexp in e38e2adc, we see that performance has gotten worse: ``` 1.376477 0.005843 1.382320 ( 1.423449) ``` Previously it was: ``` 0.566795 0.000933 0.567728 ( 0.569076) ``` Closes https://gitlab.com/gitlab-org/gitlab/issues/35269
-
James Edwards-Jones authored
Adds tests and splits a method to simplify testing
-
Mark Lapierre authored
Add SharedAttributes to Geo QA scenario See merge request gitlab-org/gitlab!19328
-
Jennifer Louie authored
-
Natalia Tepluhina authored
Migrate vue shared components specs to Jest & VTU See merge request gitlab-org/gitlab!19269
-
Paul Gascou-Vaillancourt authored
Migrated vue shared components specs that rely on tooltips to Jest & Vue Test Utils
-
Stan Hu authored
Fix migration to sync issuables with unknown states See merge request gitlab-org/gitlab!19373
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Russell Dickenson authored
Various improvements to analytics topics See merge request gitlab-org/gitlab!18982
-
Evan Read authored
-
Stan Hu authored
Link to Current Omnibus Doc for gitlab.yml.example See merge request gitlab-org/gitlab!19152
-
Jason Goodman authored
-
Felipe Artur authored
Allow migration to sync state_id for issuables with unknown states. Prevents errors when upgrading GitLab.
-
Stan Hu authored
Explicitly remove index by name See merge request gitlab-org/gitlab!19362
-
Stan Hu authored
Fix broken spec/controllers/projects/releases_controller_spec.rb Closes #35276 See merge request gitlab-org/gitlab!19393
-
Stan Hu authored
e8bc01a1 changed the behavior so that that all unauthenticated access to endpoints results in a 302 redirection instead of a 401 Unauthorized. Closes https://gitlab.com/gitlab-org/gitlab/issues/35276
-
Stan Hu authored
Improves the performance of the Redis set cache See merge request gitlab-org/gitlab!19125
-
Andrew Newdigate authored
Testing has shown that treating membership optimistically reduces the number of Redis calls substantially. `include?` will only perform an EXISTS if SISMEMBER returns negative. `fetch` will only perform an EXISTS if there are no values. `read` uses SSCAN to avoid Redis lockup on huge sets
-
Lin Jen-Shin authored
Don't run Review App jobs for backstage changes Closes #30121 See merge request gitlab-org/gitlab!17822
-
Andreas Brandl authored
-
Douglas Barbosa Alexandre authored
Resolve "Jira Connect integration fails for branches with slashes" See merge request gitlab-org/gitlab!19308
-
Lin Jen-Shin authored
Merge branch '35171-define-a-guideline-for-review-apps-resources-requests-and-limits-to-avoid-overcommitting' into 'master' Optimize the resource requests and limits for Review Apps components Closes #35171 See merge request gitlab-org/gitlab!19324
-
Stan Hu authored
Add a missing 'frozen_string_literal' in a spec file Closes #35275 See merge request gitlab-org/gitlab!19387
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Fatih Acet authored
Show approval required status in license compliance Closes #13539 See merge request gitlab-org/gitlab!19114
-
Jan Provaznik authored
Fix scheduling migration ordering epics & issues See merge request gitlab-org/gitlab!19371
-