- 31 Oct, 2019 23 commits
-
-
Rémy Coutable authored
Fix 404 for usage question mark link See merge request gitlab-org/gitlab!19340
-
Phil Hughes authored
Migrate pipelines specs to Jest & VTU See merge request gitlab-org/gitlab!19270
-
Imre Farkas authored
Improve frontend codeowners and roulette for Eng. productivity See merge request gitlab-org/gitlab!19076
-
Bob Van Landuyt authored
Reduce redundancy and move source/target branch selectors to top of MR view See merge request gitlab-org/gitlab!17559
-
Thomas Randolph authored
These sizes come from this design doc: https://gitlab-org.gitlab.io/gitlab-design/hosted/design-gitlab-specs/ forms-spec-previews/ Presumably, these sizes will be *fairly* standardized so that they don't mean different things in different places.
-
Heinrich Lee Yu authored
Fix `project_tree_restorer_spec` flakiness Closes #35323 See merge request gitlab-org/gitlab!19427
-
Achilleas Pipinellis authored
Revamp Merge Request documentation See merge request gitlab-org/gitlab!18644
-
Bob Van Landuyt authored
Fixed a typo in the "Keyboard Shortcuts" pop-up See merge request gitlab-org/gitlab!19217
-
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
-
Marcel Amirault authored
-
Marcel Amirault authored
Fix old content and improve structure, and remove repetition. Also brings back content deleted by accident
-
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
-
Marcel Amirault authored
Move several features from create MR doc to review MR doc. Also splits security reports into it's own section, to allow for one ULTIMATE badge
-
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 17 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
-
Manuel Stein authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
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
-