- 12 Mar, 2020 40 commits
-
-
Paul Slaughter authored
Resolve "Migrate spec/javascripts/projects/ to Jest" See merge request gitlab-org/gitlab!26730
-
-
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
-
Michael Kozono authored
Resolve "Avatar Content type does not match file extension" Closes #200107 See merge request gitlab-org/gitlab!25401
-
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
-
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
-
Joshua Lambert authored
Merge branch '210248-move-maturity-model-from-solutions-to-technical-high-availability-docs' into 'master' Docs: Move "maturity" model from solutions to technical high availability docs Closes #210248 See merge request gitlab-org/gitlab!27046
-
Kushal Pandya authored
Split cluster info page into tabs See merge request gitlab-org/gitlab!25940
-
Kushal Pandya authored
Fix analytics max date range See merge request gitlab-org/gitlab!26968
-
Kushal Pandya authored
Enable issue summary on Releases page See merge request gitlab-org/gitlab!27032
-
James Lopez authored
Fix snippet update error message See merge request gitlab-org/gitlab!27082
-
James Lopez authored
Fix inconsistent inflection of Ldap module See merge request gitlab-org/gitlab!26630
-
Vladimir Shushlin authored
-
Marcel Amirault authored
Update deprecated link in documentation See merge request gitlab-org/gitlab!27091
-
Sean McGivern authored
We now have structured logging that tells us this information in a better way.
-
Martin Wortschack authored
Support async loading & search of projects See merge request gitlab-org/gitlab!26661
-
Fatih Acet authored
Fix evidence SHA clipboard hover text Closes #209002 See merge request gitlab-org/gitlab!26608
-
Gilang Gumilar authored
-
Fatih Acet authored
Match Monaco's white theme closely with the Pygments theme See merge request gitlab-org/gitlab!25966
-
Lin Jen-Shin authored
Delete unused CI helper functions See merge request gitlab-org/gitlab!26999
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Mark Florian authored
Deduplicate state properties See merge request gitlab-org/gitlab!26117
-
Paul Gascou-Vaillancourt authored
The following state properties have been deduplicated in the vulnerabilities and security_reports store modules: - isCreatingNewIssue/isCreatingIssue - isDismissingVulnerability - isCreatingMergeRequest They will now only be set in the root state and not in the modal's state
-
Lin Jen-Shin authored
Run QA frontend jobs when dependencies are updated See merge request gitlab-org/gitlab!26837
-
Lukas 'Eipi' Eipert authored
The QA jobs purpose is to catch if we utilize JavaScript that cannot be executed on one of the node LTS versions we support for from-source builds. Currently we execute the QA jobs on master. 1. This means that they are executed unnecessarily, e.g. on docs only branches. 2. The thing which breaks the QA jobs are likely dependency updates, as we just test the webpack compilation and dependencies and subdependencies are usually requiring newer node versions. So we should be executing these checks on branches that update dependencies. Recently we had a red master, because one dependency update required a newer node version and the pipeline was green [0], [1]. Therefore I am proposing that we run the QA frontend jobs in merge requests which are changing our package.json or yarn.lock file, as we want to know if a dependency update would fail our build _before_ a red master happens. [0]: https://gitlab.com/gitlab-org/gitlab/-/issues/202187 [1]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24413
-
Jarka Košanová authored
Extract AdvancedStageWorker to be reused See merge request gitlab-org/gitlab!26724
-