- 22 Aug, 2019 40 commits
-
-
Mayra Cabrera authored
Update GitHub import page to use PAT only See merge request gitlab-org/gitlab-ee!15108
-
Scott Hampton authored
Oauth2 tokens are causing issues with mirroring repos, because it effectively limits the number of repos you can mirror. Personal Access Tokens do not have this problem. This change removes the OAuth2 option from the import page for CI/CD only, and only provides the personal access token form.
-
GitLab Bot authored
-
Mark Lapierre authored
Update QA readme to note that Chrome/Chromium is required See merge request gitlab-org/gitlab-ce!32035
-
Mark Lapierre authored
-
Mayra Cabrera authored
Fix "ERR value is not an integer or out of range" errors Closes #66449 See merge request gitlab-org/gitlab-ce!32126
-
GitLab Bot authored
-
Mayra Cabrera authored
Expose namespace storage statistics with GraphQL See merge request gitlab-org/gitlab-ce!32012
-
Alessio Caiazza authored
Root namespaces have storage statistics. This commit allows namespace owners to get those stats via GraphQL queries like the following one { namespace(fullPath: "a_namespace_path") { rootStorageStatistics { storageSize repositorySize lfsObjectsSize buildArtifactsSize packagesSize wikiSize } } }
-
GitLab Bot authored
-
Stan Hu authored
[CE] Enable CSP in dev and CI See merge request gitlab-org/gitlab-ce!31800
-
Stan Hu authored
`ActiveSupport::Cache::RedisCacheStore` is not compatible with the version of Rack Attack we are using (v4.4.1) per https://github.com/kickstarter/rack-attack/issues/281. Users that had rate limits enabled might see `Redis::CommandError: ERR value is not an integer or out of range` because the `raw` parameter wasn't passed along properly. As a result, the Rack Attack entry would be stored as an `ActiveSupport::Cache::Entry` instead of a raw string holding an integer value. Let's partially revert the change in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30966 to use the original cache store until we can update to Rack Attack v5.2.3 that has support for `ActiveSupport::Cache::RedisCacheStore` via https://github.com/kickstarter/rack-attack/pull/350. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66449
-
Stan Hu authored
Enable CSP in dev and CI See merge request gitlab-org/gitlab-ee!15112
-
Heinrich Lee Yu authored
This enables CSP in dev and CI
-
Heinrich Lee Yu authored
This enables CSP in dev and CI
-
GitLab Bot authored
-
Stan Hu authored
Fix typo in Content Security Policy example See merge request gitlab-org/gitlab-ce!32103
-
Lin Jen-Shin authored
Fix epics count in sidebar See merge request gitlab-org/gitlab-ee!15459
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Add core badges to admin_area docs See merge request gitlab-org/gitlab-ce!31746
-
Marcel Amirault authored
Some admin_area docs were missing the Core Only badge
-
Achilleas Pipinellis authored
Document Gitaly CLI connection troubleshooting See merge request gitlab-org/gitlab-ce!32079
-
Christiaan Conover authored
Provide documentation around possible reasons and solutions to CLI tools not being able to connect to Gitaly nodes.
-
Rémy Coutable authored
Add vulnerabilities to Dependencies API See merge request gitlab-org/gitlab-ee!15485
-
Tetiana Chupryna authored
Vulnerabilities are available under a granulal access: if user has developer access, they get vulnerabilities in response.
-
Lin Jen-Shin authored
CE: Archiving a project should create an audit event See merge request gitlab-org/gitlab-ce!32039
-
Lin Jen-Shin authored
Resolve "Archiving a project should create an audit event" See merge request gitlab-org/gitlab-ee!15362
-
Rémy Coutable authored
Make it clear that it's ok to ignore Danger's 'no changelog' warning See merge request gitlab-org/gitlab-ce!32088
-
Nick Thomas authored
Add `searchBy` helper & `SidebarItemEpicsSelect` placeholder component See merge request gitlab-org/gitlab-ce!31859
-
Nick Thomas authored
Add Epics select dropdown to Issue sidebar See merge request gitlab-org/gitlab-ee!14763
-
Jan Provaznik authored
CE Port: Support restricting group access by multiple IP subnets See merge request gitlab-org/gitlab-ce!31959
-
Jan Provaznik authored
Resolve "Support restricting group access by multiple IP subnets" See merge request gitlab-org/gitlab-ee!15142
-
GitLab Bot authored
-
Filipa Lacerda authored
Update Dependency List documentation link See merge request gitlab-org/gitlab-ee!15402
-
Mark Florian authored
The Dependency List recently gained a dedicated documentation page[1]. This MR updates the "Learn more" link of the Dependency List view to point to that new documentation. As it was, the anchor on the previous link was broken, although the linked page about Dependency Scanning does have an entry about the Dependency List. [1]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31147
-
Achilleas Pipinellis authored
Add missing content from debug's kubectl cheat sheet See merge request gitlab-org/gitlab-ce!31971
-
Harish Ramachandran authored
-
GitLab Bot authored
-
Rémy Coutable authored
Backport of EE MR See merge request gitlab-org/gitlab-ce!31903
-
Rémy Coutable authored
Issue #39099: Add links for latest pipelines Closes #50499 See merge request gitlab-org/gitlab-ce!20865
-