- 31 Oct, 2019 6 commits
-
-
Mark Lapierre authored
The test builds a maven package in a docker container. The build process can take a very different amount of time depending on how long it takes to download all the dependencies and build. There is an issue open to improve the test, but for now we make it wait up to 5 minutes to build and deploy. We stop the container as soon as deployment is complete so that it doesn't wait the full 5 minutes. We also force delete the temp directory used to store the source for the package because it seems to take some time for docker to release the files after the container is stopped.
-
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 34 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
-
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
-
Michael Kozono authored
Added submit_review quick action See merge request gitlab-org/gitlab!18974
-
James Fargher authored
Allows submitting draft notes while posting a comment
-
Sean McGivern authored
Make register job service to be resillient See merge request gitlab-org/gitlab!19150
-
Tim Zallmann authored
Fix translation issue See merge request gitlab-org/gitlab!19069
-
Jan Provaznik authored
Allow to create epics with GraphQL See merge request gitlab-org/gitlab!19030
-
Felipe Artur authored
Add mutation to create epics on GraphQL
-
Mike Greiling authored
Remove feature flag for group_scim Closes #11289 See merge request gitlab-org/gitlab!19329
-