- 04 Jul, 2019 36 commits
-
-
Kushal Pandya authored
Extract mounting of multiple boards switcher See merge request gitlab-org/gitlab-ce!30286
-
Winnie Hellmann authored
-
Ramya Authappan authored
Removing Quarantine tag for Create Closes gitlab-org/quality/staging#47 See merge request gitlab-org/gitlab-ce!30340
-
Filipa Lacerda authored
Vue-i18n: autofix for app/assets/javascripts/sidebar directory See merge request gitlab-org/gitlab-ce!30034
-
Ezekiel Kigbo authored
i18n linting for .vue files under the app/assets/javascripts/sidebar directory
-
Douwe Maan authored
Resolve "The process start time is invalid" Closes #63873 See merge request gitlab-org/gitlab-ce!30195
-
Ryan Cobb authored
Previously we were recording process start time as seconds from boot. This makes it so we record as epoch time.
-
Filipa Lacerda authored
Vue-i18n: autofix for app/assets/javascripts/notes directory See merge request gitlab-org/gitlab-ce!29973
-
Ezekiel Kigbo authored
i18n linting for .vue files under the app/assets/javascripts/notes directory
-
Lin Jen-Shin authored
Set default project sort method prior to initial sort on page loading Closes #63222 See merge request gitlab-org/gitlab-ce!29830
-
David Palubin authored
-
Douwe Maan authored
CE Port: Fix MWPS/ADMTWPS system notes shows wrong sha See merge request gitlab-org/gitlab-ce!30160
-
Douwe Maan authored
Backport for EE's "Allow adding groups to CODEOWNERS file" See merge request gitlab-org/gitlab-ce!29533
-
Igor authored
Some general code has been added/removed in EE version which needs to be backported in CE
-
Achilleas Pipinellis authored
Replace the variable DOCKER_AUTH_LOGIN with DOCKER_AUTH_CONFIG See merge request gitlab-org/gitlab-ce!30339
-
Phil Hughes authored
Use gl-empty-state for monitor charts See merge request gitlab-org/gitlab-ce!30268
-
James Lopez authored
CE Backport of helpers for U2F and Omniauth See merge request gitlab-org/gitlab-ce!30326
-
James Edwards-Jones authored
Allows us to correctly set omniauth's full_host so redirects take the port into account. Needed when running selenium tests on a different port
-
Achilleas Pipinellis authored
Docs: Clearly state "access control" from Pages index Closes #55407 See merge request gitlab-org/gitlab-ce!30313
-
Marcia Ramos authored
-
Achilleas Pipinellis authored
Fix incorrect link for prometheus AWS CloudWatch exporter See merge request gitlab-org/gitlab-ce!30273
-
Achilleas Pipinellis authored
Docs: Clean up EE api docs that were merged to CE See merge request gitlab-org/gitlab-ce!30338
-
Marcel Amirault authored
Many small fixes to api docs which were merged from EE to CE, and tables cleaned up, as noted in issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64072
-
Tomislav Nikic authored
Tested the two tests inside the suite, both passed and thus are being dequarantined.
-
Rémy Coutable authored
Make Housekeeping button do a full garbage collection Closes #63349 See merge request gitlab-org/gitlab-ce!30289
-
Alexander Tanayno authored
-
Shinya Maeda authored
Fix the system note service
-
Evan Read authored
Docs: Resolve issues with issue docs Closes #64102 See merge request gitlab-org/gitlab-ce!30337
-
Marcel Amirault authored
Change csv import section to bullet list, add back missing bulk import section, and resolve minor issues raised in https://gitlab.com/gitlab-org/gitlab-ce/issues/64102
-
Lin Jen-Shin authored
Use GitlabUploader#filename when generating upload URLs See merge request gitlab-org/gitlab-ce!29915
-
Mark Lapierre authored
E2E Test to check XSS issue in @mentions autocomplete Closes #41089 See merge request gitlab-org/gitlab-ce!29884
-
Ramya Authappan authored
-
Simon Knox authored
Move a unit test to jest and use snapshot tests
-
Evan Read authored
Docs: Full Copy Edit and Refactor of Issues docs Closes #60767 See merge request gitlab-org/gitlab-ce!27553
-
Marcel Amirault authored
After review, heading was changed and links to it needed to be updated, and minor tweaks to the issues docs such as note formatting
-
Douglas Barbosa Alexandre authored
Cache Flipper feature flags in L1 and L2 caches See merge request gitlab-org/gitlab-ce!30276
-
- 03 Jul, 2019 4 commits
-
-
Evan Read authored
Updates the yaml docs to match the environment docs regarding `GIT_STRATEGY=none` See merge request gitlab-org/gitlab-ce!30283
-
Evan Read authored
Docs: Update Auto Deploy link to page instead of redirect See merge request gitlab-org/gitlab-ce!30325
-
Stan Hu authored
In https://gitlab.com/gitlab-com/gl-infra/production/issues/928, we saw a significant amount of network traffic and CPU usage due to Redis checking feature flags via Flipper. Since these flags are hit with every request, the overhead becomes significant. To alleviate Redis overhead, we now cache the data in the following way: * L1: A thread-local memory store for 1 minute * L2: Redis for 1 hour
-
Mark Lapierre authored
Notes that `GIT_STRATEGY` should be set to `none` so that the job doesn't fail when triggered automatically when the branch is deleted.
-