- 26 Nov, 2019 40 commits
-
-
Marcia Ramos authored
docs for Push Rules updated with Custom Server Side Hooks link See merge request gitlab-org/gitlab!20562
-
Thad Guidry authored
-
Martin Wortschack authored
Delete board_service.js file See merge request gitlab-org/gitlab!20141
-
Marvin Karegyeya authored
-
Mayra Cabrera authored
Re-enable RequestStore by default in Sidekiq See merge request gitlab-org/gitlab!20782
-
Marcia Ramos authored
Update Feature Flag Target Users Documentation See merge request gitlab-org/gitlab!20583
-
Jason Goodman authored
Target users are defined per environment now
-
Filipa Lacerda authored
Migrate environment specs to Jest + VTU See merge request gitlab-org/gitlab!20650
-
Paul Gascou-Vaillancourt authored
Migrated a few environment specs from Karma to Jest and Vue Test Utils. This migration will help us upgrade BootstrapVue in a follow up MR.
-
Rémy Coutable authored
Remove destroy_personal_snippet ability See merge request gitlab-org/gitlab!20717
-
Jan Provaznik authored
Remove DB transaction from Rebase Gitaly operation See merge request gitlab-org/gitlab!20739
-
Phil Hughes authored
Fix award emoji tooltip being escaped twice if multiple people voted Closes #30036 See merge request gitlab-org/gitlab!19273
-
Brian T authored
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab/merge_requests/20291 accidentally made the `RequestStore` Sidekiq middleware disabled by default instead of enabled by default. This will cause a performance regression in Sidekiq jobs. For example, the Markdown cache will not be used. For now, we default the `REQUEST_STORE` environment variable to 1. In the future, we should consider just dropping this environment variable. Discovered in https://gitlab.com/gitlab-org/gitlab/merge_requests/19759#note_250602320
-
Marcia Ramos authored
Document how Go binaries are compiled and distributed See merge request gitlab-org/gitlab!20286
-
Imre Farkas authored
Add template repository usage to the usage ping Closes #7597 See merge request gitlab-org/gitlab!20126
-
minghuan lei authored
-
Dmitriy Zaporozhets authored
Rename .gitlab_pages_shared_secret to .gitlab_pages_secret See merge request gitlab-org/gitlab!20519
-
Nick Thomas authored
-
Jan Provaznik authored
Fix HTML escaping in StringRangeMarker See merge request gitlab-org/gitlab!20426
-
Phil Hughes authored
Migrate pipelines specs to Jest + VTU See merge request gitlab-org/gitlab!20656
-
Paul Gascou-Vaillancourt authored
Migrated some pipelines specs to Jest and Vue Test Utils to help us with the BootrstrapVue upgrade
-
Heinrich Lee Yu authored
Prevent calling state machines initializer for issuables See merge request gitlab-org/gitlab!20728
-
Felipe Artur authored
Remove the overridden Issuable.initialize patch and prevent calling overriden initializer on state machines for issues and merge requests
-
Sean McGivern authored
Add license compliance to security configuration page See merge request gitlab-org/gitlab!18527
-
Pulkit Sharma authored
* Security::LicenseComplianceJobsFinder and Security::SecurityJobsFinder are now derived from Security::JobsFinder * Moved specs to a shared_examples spec file
-
Achilleas Pipinellis authored
update pipeline cron setting See merge request gitlab-org/gitlab!20491
-
Achilleas Pipinellis authored
Add docs for Pages Access Control with custom CAs See merge request gitlab-org/gitlab!20589
-
Greg Myers authored
Documenting a workaround until a fix is implemented
-
Imre Farkas authored
Remove the duplicate hidden namespace_id field on the import page Closes #24804 See merge request gitlab-org/gitlab!20405
-
Catalin Irimie authored
-
Marcia Ramos authored
Improve repository mirroring documentation Closes #34024 See merge request gitlab-org/gitlab!19810
-
philipp-rs authored
-
Kushal Pandya authored
Add new component for log control buttons Closes #5696 See merge request gitlab-org/gitlab!20698
-
Rémy Coutable authored
Adapt code_quality Auto DevOps template to GitLab self See merge request gitlab-org/gitlab!20749
-
Filipa Lacerda authored
Design Repo Sync Status - Initialize See merge request gitlab-org/gitlab!19975
-
Zack Cuddy authored
This adds the base ruby/rails files This adds the DOM hook for Vue This adds the app.vue and index.js Init the Vuex Store This adds all actions/mutations This also inits the state/constansts Add api endpoint Vuex Store Tests This tests all the store functionality This also creates MOCK_DATA Lock behind feature flag Prettyify and Eslint Forgot to run linting commands Remove whitespace Fix empty line Fix more lint issues Add a few fixes Missed a lint Fixes based on @filipa review More feedback changes Fix the broken service Delete disabled page Spec feedback Round of linting Manual add to gitlab.pot Store spec and app spec Tests Linting and i18n Service test A few more fixes Copy past issue Add test in api spec A round of linting lint Weird lint So many linting commands Rename api function Moar linting Lint
-
Marcia Ramos authored
Edit content for enabling EKS clusters See merge request gitlab-org/gitlab!20684
-
Nick Thomas authored
Set the SHA to be merged from push options Closes #37061 See merge request gitlab-org/gitlab!20639
-
Bob Van Landuyt authored
When we set `merge_when_pipeline_succeeds` in the push options, we also need to provide the sha that we'll be merging. We take the cha from the changes list that was passed into the push options, and pass it onwards to the Create or Update service.
-