- 14 Jan, 2020 40 commits
-
-
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
-
Grzegorz Bizon authored
Resolve "Remove feature flag :use_legacy_pipeline_triggers" See merge request gitlab-org/gitlab!21732
-
Martin Wortschack authored
Merge branch '33183-request-inline-or-parallel-diffs-instead-fetching-all-data-from-backend-in-one-request' into 'master' MR Diffs | Load Diff Types Lazily Closes #39494 See merge request gitlab-org/gitlab!19930
-
Francisco Javier López authored
-
Walmyr Lima e Silva Filho authored
FIx Web IDE file template test See merge request gitlab-org/gitlab!22937
-
James Lopez authored
Add epics to project import/export See merge request gitlab-org/gitlab!19883
-
Imre Farkas authored
As Epics are Group level objects, ImportExport::GroupProjectObjectBuilder tries to find existing one on the Group level, and falls back to creating one if not found.
-
Bob Van Landuyt authored
Use POST for session disable endpoints (signout & admin mode disable) See merge request gitlab-org/gitlab!22113
-
Diego Louzán authored
User signout and admin mode disable use now POST instead of GET
-
Thomas Randolph authored
-
Thomas Randolph authored
The feature flag being `single_mr_diff_view`
-
Thomas Randolph authored
When the backend for this feature flag was implemented, everything was stubbed out to be false so it would pass. The frontend work to integrate it has now flipped that, and all the stubs should be removed.
-