- 08 Jan, 2020 40 commits
-
-
Martin Wortschack authored
Remove incorrect localVue usage in ee/spec/frontend/related_items_tree Closes #121601 See merge request gitlab-org/gitlab!22585
-
Martin Wortschack authored
Remove incorrect localVue usage in ee/spec/frontend/geo_designs Closes #121598 See merge request gitlab-org/gitlab!22588
-
Martin Wortschack authored
Remove incorrect localVue usage in ee/spec/frontend/approvals Closes #121592 See merge request gitlab-org/gitlab!22591
-
Phil Hughes authored
Merge branch '121748-clean-unnecessary-localvue-in-various-standalone-specs-on-spec-frontend' into 'master' Clean unnecessary 'localVue' in various specs on 'spec/frontend' See merge request gitlab-org/gitlab!22464
-
Natalia Tepluhina authored
-
Martin Wortschack authored
Remove incorrect localVue usage in spec/frontend/diffs Closes #121741 See merge request gitlab-org/gitlab!22581
-
Natalia Tepluhina authored
Remove incorrect localVue usage in ee/spec/frontend/project_licenses Closes #121600 See merge request gitlab-org/gitlab!22586
-
Natalia Tepluhina authored
Subscription details component for paid signup flow See merge request gitlab-org/gitlab!21563
-
Natalia Tepluhina authored
Remove incorrect localVue usage in spec/frontend/monitoring Closes #121742 See merge request gitlab-org/gitlab!22580
-
Rémy Coutable authored
Revert "Merge branch 'create-downstream-pipeline-in-same-project' into 'master'" See merge request gitlab-org/gitlab!22571
-
Thong Kuah authored
Revert "Merge branch 'add-parent-child-pipeline-limitations' into 'master'" See merge request gitlab-org/gitlab!22574
-
Illya Klymov authored
localVue is required only with use method
-
Illya Klymov authored
localVue is required only with use method
-
Illya Klymov authored
localVue is required only with use method
-
Illya Klymov authored
localVue is required only with use method
-
Dmitriy Zaporozhets authored
API to create self monitoring project and monitor status See merge request gitlab-org/gitlab!21428
-
Illya Klymov authored
localVue is required only with use method
-
Illya Klymov authored
localVue is required only with use method
-
Kushal Pandya authored
Replace breakpoints with GlBreakpointInstance in contextual_sidebar.js See merge request gitlab-org/gitlab!22079
-
Stan Hu authored
This reverts merge request !21817
-
Marcel Amirault authored
Add initial limits doc Closes #35650 See merge request gitlab-org/gitlab!20378
-
Marcel Amirault authored
Merge branch '31421-docs-setting-default-expiration-does-not-affect-previously-created-artifacts' into 'master' docs: setting default expiration does not affect previously-created artifacts Closes #31421 See merge request gitlab-org/gitlab!22435
-
Thong Kuah authored
Add parent/child pipeline limitations See merge request gitlab-org/gitlab!21817
-
Marcel Amirault authored
Docs: S3 bucket can't include subdirectories See merge request gitlab-org/gitlab!22268
-
Rehab Hassanein authored
-
Ash McKenzie authored
Refactor DeploymentMetric to reuse code Closes #119297 See merge request gitlab-org/gitlab!22458
-
Ash McKenzie authored
Add API for updating a remote mirror's attributes Closes #194105 See merge request gitlab-org/gitlab!22433
-
Natalia Tepluhina authored
Add functionality for when user edits max issue count See merge request gitlab-org/gitlab!21962
-
Scott Stern authored
On the board setting sidebar, when the sidebar is open the user can now update wip limits based on max issue count. Comments;
-
Mark Lapierre authored
Add debug lines on pipeline trigger See merge request gitlab-org/gitlab!22569
-
Stan Hu authored
Add CSP headers for Sourcegraph See merge request gitlab-org/gitlab!20512
-
Stan Hu authored
This reverts merge request !20930
-
Ash McKenzie authored
Fix deploy tokens erroneously triggering unique IP limits Closes #22854 See merge request gitlab-org/gitlab!22445
-
Albert Salim authored
-
Ash McKenzie authored
Reverts "Add RBAC permissions for getting knative version" See merge request gitlab-org/gitlab!22560
-
Thong Kuah authored
This reverts commit f0631507.
-
Paul Slaughter authored
Also renamed SourcegraphGon to SourcegraphDecorator **Note:** - If CSP values are set, it uses the values from default-src if connect-src is not available. This way the intention of the CSP config remains intact.
-
Stan Hu authored
Some users were complaining that when the user unique IP limiter was enabled, they would be banned for some unknown reason. `AuthFinder.find_for_git_client` can authenticate users from a multitude of tokens (CI, LFS, HTTP basic auth, etc.), but project deploy tokens are unique in that they aren't attributed to a specific user. As a result, if project deploy tokens were used, users that had the same database ID as a deploy token would erroneously be attributed to using the IP accessed by the token. To fix this issue, we only call `Gitlab::Auth::UniqueIpsLimiter` if a user is returned from the authentication search. Project deploy tokens could be used from many different IPs, so it doesn't make sense to group them with user activity. Possibly fixes https://gitlab.com/gitlab-org/gitlab/issues/22854
-
Marcel Amirault authored
Adds section describing ci_dag_limit_needs usage See merge request gitlab-org/gitlab!22295
-
Alexander Tanayno authored
-