- 10 Jul, 2019 21 commits
-
-
antony liu authored
Fix symbol '&' display. Remove unnecessary calls of `.html_safe`
-
Lin Jen-Shin authored
Copy EE-only config files to CE See merge request gitlab-org/gitlab-ce!30529
-
Kushal Pandya authored
Remove toggleAward from notes service See merge request gitlab-org/gitlab-ce!30536
-
Winnie Hellmann authored
-
Marcia Ramos authored
Tidy up version notes for Pages documentation See merge request gitlab-org/gitlab-ce!30548
-
Evan Read authored
-
Phil Hughes authored
Reduce margin between modal footer buttons See merge request gitlab-org/gitlab-ce!30428
-
Miranda Fluharty authored
Set margin to 0 except left margin on any button after another button Now matches the 8px from the design spec
-
Phil Hughes authored
Moves EE differences for issue boards See merge request gitlab-org/gitlab-ce!30461
-
Filipa Lacerda authored
-
James Lopez authored
Propagate python version variable See merge request gitlab-org/gitlab-ce!30519
-
Can Eldem authored
-
Jan Provaznik authored
GraphQL mutations for managing Notes See merge request gitlab-org/gitlab-ce!30210
-
Jan Provaznik authored
Rename ProjectEntity to IssuableEntity Closes #58275 See merge request gitlab-org/gitlab-ce!30217
-
Sanad Liaquat authored
Make tests explicitly fabricate resources via the API See merge request gitlab-org/gitlab-ce!30515
-
Evan Read authored
Include merge method link in attribute description Closes #64282 See merge request gitlab-org/gitlab-ce!30492
-
Cindy Pallares 🦉 authored
Currently, the project visibility methods attribute description link to the descriptions and options for visibility methods. The merge methods attribute description doesn't should do the same.
-
Evan Read authored
Docs: fix typo See merge request gitlab-org/gitlab-ce!30505
-
Luke Duncalfe authored
A new `discussion_id` argument on the `createNote` mutation allows people to create a note within that discussion. The ability to lazy-load Discussions has been added, so GraphQL.object_from_id can treat Discussions the same as AR objects and batch load them. https://gitlab.com/gitlab-org/gitlab-ce/issues/62826 https://gitlab.com/gitlab-org/gitlab-ee/issues/9489
-
-
-
- 09 Jul, 2019 19 commits
-
-
Fatih Acet authored
Fix uneven click areas in toast actions Closes #64066 See merge request gitlab-org/gitlab-ce!30345
-
Jacques Erasmus authored
Fixed the toast spacing issues
-
Kamil Trzciński authored
Adds 15m bucket for CI job queue See merge request gitlab-org/gitlab-ce!30525
-
Elliot Rushton authored
-
Dan Davison authored
Allow specificity for GKE Cluster Location See merge request gitlab-org/gitlab-ce!30490
-
Thong Kuah authored
Add documentation for customizing the auto-deploy-app helm chart by setting `HELM_UPGRADE_EXTRA_ARGS` to `--values my-values.yaml` See merge request gitlab-org/gitlab-ce!30371
-
Stan Hu authored
Make unicorn_workers to return meaningful results Closes #63659 See merge request gitlab-org/gitlab-ce!30506
-
ddavison authored
Use GCLOUD_REGION over GCLOUD_ZONE. Using REGION over ZONE provides more of a guarantee of cluster size, and dist- ributes between a region's zones
-
Douglas Barbosa Alexandre authored
Improve Project API Closes #49938, #40892, and #35992 See merge request gitlab-org/gitlab-ce!28327
-
nathanbietz authored
-
Fatih Acet authored
Add delay customization to `app/assets/javascripts/vue_shared/directives/tooltip.js` See merge request gitlab-org/gitlab-ce!30524
-
Stan Hu authored
Disabling can_use_disk? temporarily See merge request gitlab-org/gitlab-ce!30526
-
Stan Hu authored
[CE port] Bypass push rules for merge to ref service See merge request gitlab-org/gitlab-ce!30426
-
John Cai authored
-
Douglas Barbosa Alexandre authored
-
Mike Greiling authored
Update mixin-deep to 1.3.2 Closes #63945 See merge request gitlab-org/gitlab-ce!30223
-
Kamil Trzciński authored
Port of "Create system notes for scoped labels" See merge request gitlab-org/gitlab-ce!30250
-
Oswaldo Ferreira authored
Turns out push rules to validate commit message does not apply in the context of automatic merge to the refs/merge-requests/:iid/merge. Mainly because if it fails to merge to it, we currently can't give enough preemptive feedback to the user and it'll turn the merge request unmergeable (given we automatically mark it as unmergeable if we can't merge to the ref). In general, it's a systematic operation, which already bypasses user authorization and git hooks. Therefore, this commit makes it bypass the push rules at EE as well.
-
Robert Speicher authored
These aren't used in CE, but it's safe to include them.
-