- 14 Jan, 2020 40 commits
-
-
Walmyr Lima e Silva Filho authored
Split Secure MR E2E files and reuse test setup Closes gitlab-org/quality/team-tasks#266 See merge request gitlab-org/gitlab!22929
-
Fatih Acet authored
Remove enable_cluster_application_crossplane FF See merge request gitlab-org/gitlab!22141
-
Peter Leitzen authored
Update auto-deploy-image to v0.8.3 for DAST default branch deploy See merge request gitlab-org/gitlab!22227
-
Phil Hughes authored
Update container registry removal success notification See merge request gitlab-org/gitlab!22890
-
Nicolò Maria Mezzopera authored
- new copy - interpolate with repo name - unit test - pot file
-
Phil Hughes authored
Merge branch '118627-delete-selected-button-is-incorrectly-active-after-uploading-designs-immediately-after-a' into 'master' Replace v-show on Designs toolbar with d-none class See merge request gitlab-org/gitlab!22963
-
Natalia Tepluhina authored
-
Peter Leitzen authored
Application Limits development documentation Closes #38250 See merge request gitlab-org/gitlab!21949
-
Arturo Herrero authored
PlanLimits already supports PlanLimits#exceeded? to ensure that the count of the records for a relation does not exceed the defined limit. This adds PlanLimits#exceeded_value? to ensures that a value does not exceed the defined limit.
-
Mike Greiling authored
Merge branch '11824-extend-issues-epics-counter-tooltip-to-include-number-of-open-closed-items-2' into 'master' Added opened and closed descendant counts in epic See merge request gitlab-org/gitlab!21278
-
Donald Cook authored
-
Rémy Coutable authored
Pass log source to the frontend See merge request gitlab-org/gitlab!22694
-
Adrien Kohlbecker authored
And vary UI based on it
-
Martin Wortschack authored
Preload data before Vue route navigation See merge request gitlab-org/gitlab!19754
-
Peter Leitzen authored
Extract api urls from Sentry Client See merge request gitlab-org/gitlab!22790
-
Allison Browne authored
Move sentry api urls to a ApiUrl class so that they can be used outside of the client
-
Sean McGivern authored
DRY User scopes for bots/humans See merge request gitlab-org/gitlab!22976
-
Mayra Cabrera authored
Upgrade octokit and its dependencies See merge request gitlab-org/gitlab!22946
-
Lin Jen-Shin authored
Use rules for `qa-frontend-node-*` and `webpack-dev-server`, and only run the `qa-frontend-node-*` jobs on `master` Closes #42682 See merge request gitlab-org/gitlab!22538
-
Bob Van Landuyt authored
Destroy user associations in batches See merge request gitlab-org/gitlab!22894
-
Heinrich Lee Yu authored
Fixed GitLab admin not seeing merge requests See merge request gitlab-org/gitlab!21467
-
Mayra Cabrera authored
Fixes #196172: manual IID should render conflict Closes #196172 See merge request gitlab-org/gitlab!22788
-
Mara Sophie Grosch authored
When creating an issue via the API with a manual IID which is already in use, the server would send a server error response instead of a conflict response.
-
Dmytro Zaporozhets authored
Add Wiki support for AsciiDoc include directive See merge request gitlab-org/gitlab!22565
-
Sean McGivern authored
Clarify vote counting in the code style template See merge request gitlab-org/gitlab!22927
-
Achilleas Pipinellis authored
Add note on instance sizes See merge request gitlab-org/gitlab!22961
-
Grzegorz Bizon authored
Add `importing?` to disable some callbacks See merge request gitlab-org/gitlab!22781
-
Achilleas Pipinellis authored
Update how documentation describes minimum software versions Closes #195693 See merge request gitlab-org/gitlab!22622
-
Marcin Sedlak-Jakubowski authored
- Add minimum Go version - Disambiguate Ruby version requirement - Fix style issues - Capitalization for Node, Yarn, etc - Remove reference links - Remove "please" - Update Go version reference - Add an OS note before Debian/Ubuntu-specific info - Edit out the colloquial "Things went South" phrase as it might not be universally understood as meaning that things have broken down. - Edit Troubleshooting for clarity - Add minimum required Git version - Add minimum Node requirements - Update Go installation code since 1 11 is no longer supported. Code taken from gitlab-foss installation md file - Edit Ruby version note
-
Stan Hu authored
This is needed to upgrade beyond addressable > 2.6 for the latest CarrierWave update. In addition, a number of the updates fix Ruby 2.7 deprecation warnings. octokit changes: https://github.com/octokit/octokit.rb/releases addressable changes: https://github.com/sporkmonger/addressable/blob/master/CHANGELOG.md public_suffix: https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
-
Peter Leitzen authored
Use standard timestamp format for application logs See merge request gitlab-org/gitlab!22793
-
Aakriti Gupta authored
-
Julian Paul Dasmarinas authored
GitLab admin are not seeing merge requests in Jira Development Panel Integration when they are not a member of the group / project
-
Natalia Tepluhina authored
Migrate GlDaterangePicker to DateRange within Cycle Analytics See merge request gitlab-org/gitlab!22954
-
Brandon Labuschagne authored
The GlDaterangePicker has been replaced with the shared analytics Daterange component. The next iteration will be to apply a 6 month max limit on the component.
-
James Lopez authored
Add comment_on_event_enabled to services response See merge request gitlab-org/gitlab!22605
-
Andy Soiron authored
-
Annabel Dunstone Gray authored
Ensure space between review comment lines See merge request gitlab-org/gitlab!21435
-
Thomas Randolph authored
...and move it into a more specific rule.
-
Kamil Trzciński authored
We run a number of callbacks that are not required to be run: - all internal IDs do run for each relation `track_greatest`, this is not needed, as it will be auto-recovered after the process when a new item is created - we run redundant `set_as_latest_diff` where this is explicitly run afterwards - we run creation of evidence and notify after restoring releases
-