- 12 Mar, 2020 40 commits
-
-
Mayra Cabrera authored
Change Jira service to create comments first See merge request gitlab-org/gitlab!26052
-
Justin Ho Tuan Duong authored
Speculative fix for broken Jira integration. Tries create comments before trying to create remote links, which is closer to the previous code.
-
Stan Hu authored
Merge branch 'gitlab-org-growth-ui-ux-295-tracking-send-event-each-time-we-show-nudge-2' into 'master' Send event each time we show pipeline nudge 2 Closes gitlab-org/growth/product#296 and gitlab-org/growth/product#295 See merge request gitlab-org/gitlab!26605
-
Nick Thomas authored
Fix code search pagination on a custom branch Closes #207623 See merge request gitlab-org/gitlab!25984
-
Dmitry Gruzd authored
When we use non default code search with advanced global search enabled we have a broken pagination. This change moves default_branch? condition into the ProjectService to account for that difference.
-
Paul Slaughter authored
Merge branch '196637-replace-underscore-with-lodash-for-app-assets-javascripts-sidebar' into 'master' Replace underscore with lodash in ./sidebar Closes #196637 See merge request gitlab-org/gitlab!25696
-
Paul Slaughter authored
Migrate storage_counter specs to Jest Closes #194308 See merge request gitlab-org/gitlab!26743
-
Stan Hu authored
Fix WikiPage#title_changed for paths with spaces See merge request gitlab-org/gitlab!27087
-
Robert Speicher authored
Updates security-harness for Security remote See merge request gitlab-org/gitlab!27121
-
Nick Thomas authored
Make hostname configurable for smartcard authentication See merge request gitlab-org/gitlab!26411
-
Nick Thomas authored
Add custom bundlerURL to clientside preview See merge request gitlab-org/gitlab!21520
-
Lin Jen-Shin authored
Update CODEOWNERS according to the latest responsibilities See merge request gitlab-org/gitlab!27103
-
Rémy Coutable authored
Let docs-lint tests all run to completion before failing See merge request gitlab-org/gitlab!27097
-
Paul Slaughter authored
Resolve "Migrate spec/javascripts/projects/ to Jest" See merge request gitlab-org/gitlab!26730
-
-
Imre Farkas authored
Hostname is configurable for the endpoint requiring client side certificate.
-
Fatih Acet authored
Change iid argument to ID_TYPE for graphQL queries Closes #208394 See merge request gitlab-org/gitlab!26171
-
Fatih Acet authored
Geo Replicable - Generalize Mutations See merge request gitlab-org/gitlab!26697
-
Adam Hegyi authored
Remove analytics navbar feature flags Closes #202094 See merge request gitlab-org/gitlab!26786
-
Lin Jen-Shin authored
Quarantine a flaky spec Closes #209999 See merge request gitlab-org/gitlab!27099
-
Adam Hegyi authored
Introduce database table for user highest roles See merge request gitlab-org/gitlab!26987
-
Mayra Cabrera authored
Omnibus is currently moving to GitLab Security, so there's no longer a need to check for dev.gitlab.org repository. This commit updates the pre-push hook to only check for the Security remote. Related to https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/692
-
Paul Slaughter authored
-
Paul Slaughter authored
- Adds codesandbox url to settings - Adds to codesandbox url to ide_data - Adds CSP for codesandbox url
-
Paul Slaughter authored
These are the FE changes that anticipate a parameter from the BE (in a following commit)
-
Michael Kozono authored
Resolve "Avatar Content type does not match file extension" Closes #200107 See merge request gitlab-org/gitlab!25401
-
Rémy Coutable authored
- Move `/scripts/frontend` after `/scripts` otherwise `/scripts` will always take precedence. - Add `*.js` for frontend maintainers. - Add `/ee/app/assets` for frontend maintainers. - Add `/spec/javascripts` for frontend maintainers. - Add `/ee/spec/javascripts` for frontend maintainers. - Add `/spec/frontend` for frontend maintainers. - Add `/ee/spec/frontend` for frontend maintainers. - Add `/ee/lib/ee/gitlab/background_migration/` for DB maintainers. - Add `/ee/lib/gitlab/database/` for DB maintainers. - Add `/.gitlab/ci/docs.gitlab-ci.yml` for TW and EPE teams. - Add EPE to `/.gitlab/ci/releases.gitlab-ci.yml` and `/scripts/frontend/`. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
Rename some queue urgencies See merge request gitlab-org/gitlab!26908
-
Sean McGivern authored
Add attachment attribute to a test case See merge request gitlab-org/gitlab!26922
-
Maxime Orefice authored
This MR makes it possible to parse an attachment tag on a JUnit report. It creates a new attachment attribute on a test case object.
-
Grzegorz Bizon authored
Fix lookup of namespace by pages host See merge request gitlab-org/gitlab!27081
-
Douglas Barbosa Alexandre authored
Remove a TODO for UpdateMergeRequestsWorker logging See merge request gitlab-org/gitlab!27105
-
Bob Van Landuyt authored
This renames the default queue urgency from `default` to `low` and the latency without SLOs from `none` to `throttled`.
-
Rémy Coutable authored
Fix doc linting issue with HA documentation Closes #210362 See merge request gitlab-org/gitlab!27111
-
Robert Speicher authored
Un-swallow error message in Sentry issue sync worker See merge request gitlab-org/gitlab!26945
-
Sean McGivern authored
Don't recalculate approval metrics on approval remove Closes #210301 See merge request gitlab-org/gitlab!27071
-
Joshua Lambert authored
-
Markus Koller authored
If a wiki page is inside a directory with spaces, the change detection didn't account for hyphenated spaces and mistakenly assumed the title was changed when it wasn't, causing a validation error. This also fixes the specs to catch this case.
-
Corinna Wiesner authored
The table stores the highest role for each User they have in a Group or a Project. If a User has an open invite or pending access request or no membership the highest role will be set to nil.
-
Adam Hegyi authored
- analytics_pages_under_project_analytics_sidebar - analytics_pages_under_group_analytics_sidebar - group_level_productivity_analytics
-