- 08 May, 2020 40 commits
-
-
Alex Kalderimis authored
On every push received by the post-receive hook, the WikiPushService is run on the changes. This modifies that file to look at the changes in the master branch (well, wiki repo default branch) and create any wiki events necessary. These actions are guarded by two feature flags: - :wiki_events This prevents wiki pushes creating events while the wiki_events flag is off. This flag is the same flag used by the WikiPage services. - :wiki_events_on_git_push, (scoped to project) Specific feature flag for git-access - WikiPushService::Change Most of the state is in the change class, combining the change with the raw diff change, and this extraction tidies things up a lot. Logic repeated between EE and core is refactored to be consistent. - Add WikiPages::EventCreateService This service wraps EventCreateService and manages the instantiation of WikiPage::Meta objects. A spec is added to verify this. This verifies the three public methods for this class - last_known_slug - page - event_action The number of changes we will process is subject to a safety limit.
-
Andrew Fontaine authored
Extend queryToObject function to remove undefined See merge request gitlab-org/gitlab!31376
-
Andrew Fontaine authored
Resolve "Move ci minutes javascript loading to ee" Closes #216978 See merge request gitlab-org/gitlab!31364
-
Stan Hu authored
Use explicit image: in template See merge request gitlab-org/gitlab!31442
-
Marcel Amirault authored
Added note about Public Pipeline regression to docs See merge request gitlab-org/gitlab!31065
-
Marcel Amirault authored
Fix typos in Sourcegraph integration docs See merge request gitlab-org/gitlab!31454
-
Natalia Tepluhina authored
Static Site Editor: Migrate isSupportedContent to Apollo See merge request gitlab-org/gitlab!30882
-
Sanad Liaquat authored
Quarantine failing secure e2e specs See merge request gitlab-org/gitlab!31447
-
Natalia Tepluhina authored
Migrate some files in ee/spec/javascripts/approvals/ to Jest See merge request gitlab-org/gitlab!31443
-
Kushal Pandya authored
Add parsers for dashboard yml custom variables See merge request gitlab-org/gitlab!31423
-
Enrique Alcantara authored
Use VueApollo to handle the isSupportedContent business logic
-
Grzegorz Bizon authored
Test and fix all combinations of pipeline processing See merge request gitlab-org/gitlab!30845
-
Martin Wortschack authored
WebIDE: Migrate deprecated modals to use GlModal See merge request gitlab-org/gitlab!30918
-
Walmyr Lima e Silva Filho authored
E2E - display code coverage statistics Closes gitlab-org/quality/testcases#147 See merge request gitlab-org/gitlab!18029
-
Shinya Maeda authored
Fix duplicated tag deletion activity and events See merge request gitlab-org/gitlab!28861
-
Cam authored
-
Kushal Pandya authored
Migrate spec/javascripts/reports/ to Jest Closes #194255 See merge request gitlab-org/gitlab!31436
-
Sanad Liaquat (Personal) authored
-
Himanshu Kapoor authored
Move some ee/spec/javascripts/approvals specs to Jest
-
Russell Dickenson authored
Update DAST documentation See merge request gitlab-org/gitlab!31405
-
Bob Van Landuyt authored
Adds confidential flag to new issue URL See merge request gitlab-org/gitlab!30250
-
James Johnson authored
-
Sashi authored
When deleting a release tag, this is what happens: - Tags::DestroyService calls repository.rm_tag and calls project hooks and executes events. Call to rm_tag invokes Gitaly UserDeleteTagRequest - Gitaly posts back to /internal/post_receive API which invokes PostReceive worker - PostReceive worker invokes TagHooksService which calls the same hooks/services again
-
Imre Farkas authored
Move embedded metric for Prometheus alerts to Core Closes #216472 See merge request gitlab-org/gitlab!31203
-
Vitali Tatarintev authored
Part of migrating Alert to CE
-
Thong Kuah authored
-
Philipp Hasper authored
-
Himanshu Kapoor authored
Migrate deprecated modals (new file modal and discard all changes modal) in the Web IDE to GlModal from @gitlab/ui
-
Tim Zallmann authored
Remove mocks in spec/javascripts/diffs Closes #194228 See merge request gitlab-org/gitlab!31212
-
Sean McGivern authored
Handle a missing Knapsack report gracefully in rspec_helpers.sh See merge request gitlab-org/gitlab!31367
-
Sean McGivern authored
Change logic to find the current license See merge request gitlab-org/gitlab!30296
-
Martin Wortschack authored
Consolidate epic tree buttons See merge request gitlab-org/gitlab!30816
-
Natalia Tepluhina authored
Track Client Design Detail View Event See merge request gitlab-org/gitlab!30516
-
Roman Kuba authored
- Removed unnecessary code - Explicitly get a fresh instance in every spec
-
Himanshu Kapoor authored
Migrate spec/javascripts/reports tests to Jest
-
Stan Hu authored
Show Alerts list when Alert Service is enabled Closes #215573 See merge request gitlab-org/gitlab!31177
-
Tristan Read authored
-
Bob Van Landuyt authored
json gem upgrade legacy toggles See merge request gitlab-org/gitlab!31366
-
Evan Read authored
Create Vale rule for lowercase badges See merge request gitlab-org/gitlab!31310
-
Marcel Amirault authored
-