- 22 Aug, 2019 40 commits
-
-
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
-
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 } } }
-
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
-
Heinrich Lee Yu authored
This enables CSP in dev and CI
-
Stan Hu authored
Fix typo in Content Security Policy example See merge request gitlab-org/gitlab-ce!32103
-
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.
-
Lin Jen-Shin authored
CE: Archiving a project should create an audit event See merge request gitlab-org/gitlab-ce!32039
-
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
-
Jan Provaznik authored
CE Port: Support restricting group access by multiple IP subnets See merge request gitlab-org/gitlab-ce!31959
-
Achilleas Pipinellis authored
Add missing content from debug's kubectl cheat sheet See merge request gitlab-org/gitlab-ce!31971
-
Harish Ramachandran 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
-
Achilleas Pipinellis authored
Make it clear that the artifacts count as uncompressed See merge request gitlab-org/gitlab-ce!32045
-
Achilleas Pipinellis authored
-
Kamil Trzciński authored
Log time spent on CPU to sidekiq.log Closes #65390 See merge request gitlab-org/gitlab-ce!31866
-
Balakumar authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Kamil Trzciński authored
Avoid conflicts between ArchiveTracesCronWorker and ArchiveTraceWorker See merge request gitlab-org/gitlab-ce!31376
-
J0WI authored
-
Clement Ho authored
Update dependency @gitlab/ui to v5.18.0 See merge request gitlab-org/gitlab-ce!31872
-
Rémy Coutable authored
Remove mergeTrain from FE since it's used only in EE See merge request gitlab-org/gitlab-ce!32068
-
Igor authored
-
Alex Ives authored
-
Kushal Pandya authored
- Adds `searchBy` util in common utils - Adds placeholder `SidebarItemEpicsSelect`
-
Sean McGivern authored
feat: smime signed notification emails See merge request gitlab-org/gitlab-ce!30644
-
Marin Jankovski authored
Adds new DB case study for namespaces statistics See merge request gitlab-org/gitlab-ce!31547
-
Mayra Cabrera authored
Includes a new database case study about all the approaches taken to store and update the namespace statistics in a performan manner performant approach to store and update the namespaces statistics
-
Rémy Coutable authored
Add docs exceptions to two pipeline jobs See merge request gitlab-org/gitlab-ce!32082
-
Marcel Amirault authored
-
Grzegorz Bizon authored
Improve doc about bridge job limitations See merge request gitlab-org/gitlab-ce!32058
-
Olivier Gonzalez authored
-
Lukas Eipert authored
-