- 21 Jan, 2019 29 commits
-
-
Yorick Peterse authored
The EE version of StuckImportJobsWorker contained some additional metrics code, which relied on deprecated methods that did not exist in CE. Since the data is not particularly helpful, instead of trying to make this work in CE we just remove it entirely.
-
Yorick Peterse authored
This changes DeleteUserWorker so its code is the same as in CE.
-
Yorick Peterse authored
This simply moves the logic from the "perform" method into a separate "process_build" method, allowing EE to more easily extend this behaviour.
-
Fatih Acet authored
Fix timeframe extension for weeks view See merge request gitlab-org/gitlab-ee!9236
-
GitLab Bot authored
-
Phil Hughes authored
Resolve "Admin Settings: Cannot read property 'addEventListener' of null" Closes #56622 See merge request gitlab-org/gitlab-ce!24522
-
Martin Wortschack authored
-
Phil Hughes authored
Adds snowplough tracking to the GSD filters Closes #9101 See merge request gitlab-org/gitlab-ee!9119
-
Sam Beckham authored
-
Fatih Acet authored
Fixes "New label" button hit miss Closes gitlab-org/quality/nightly#59 See merge request gitlab-org/gitlab-ce!24487
-
Kushal Pandya authored
Add support for handling custom length in `getTimeframeForWeeksView`. Make `extendTimeframeForAvailableWidth` resilient to medium window size.
-
GitLab Bot authored
-
Douwe Maan authored
Eliminate N+1 queries in /api/groups/:id Closes #49845 See merge request gitlab-org/gitlab-ce!24513
-
Kamil Trzciński authored
Change paginate number to 20 Closes #8587 See merge request gitlab-org/gitlab-ee!9213
-
Tetiana Chupryna authored
-
GitLab Bot authored
-
Grzegorz Bizon authored
Revert "Merge branch 'qa-use-mr-iid-in-review-app-slug' into 'master'" See merge request gitlab-org/gitlab-ce!24521
-
Rémy Coutable authored
Search project tags via API Closes #54401 See merge request gitlab-org/gitlab-ce!24385
-
Robert Schilling authored
-
Fatih Acet authored
Resolve "Account expiration date/time discrepancy" Closes #8946 See merge request gitlab-org/gitlab-ee!9166
-
Rémy Coutable authored
This reverts merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24388
-
Phil Hughes authored
Transforms Feature Flag store into a module See merge request gitlab-org/gitlab-ee!9214
-
Phil Hughes authored
Adds environment column to the feature flags page See merge request gitlab-org/gitlab-ee!9196
-
Filipa Lacerda authored
-
GitLab Bot authored
-
Rémy Coutable authored
Set ActionController raise_on_unfiltered_parameters to true See merge request gitlab-org/gitlab-ce!24443
-
GitLab Bot authored
-
Kushal Pandya authored
Bump the katex package to 0.10.0 See merge request gitlab-org/gitlab-ce!24478
-
Sanad Liaquat authored
Fix group permissions during LDAP tests Closes gitlab-org/quality/nightly#58 See merge request gitlab-org/gitlab-ee!9230
-
- 20 Jan, 2019 3 commits
-
-
GitLab Bot authored
-
Evan Read authored
add a note that GIT_STRATEGY is not supported for k8s executor See merge request gitlab-org/gitlab-ce!23974
-
Stan Hu authored
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15475/diffs, a significant amount of work went into eliminating N+1 queries in the /api/groups/:id/projects endpoint. We can reuse the `Entities::Project.prepare_relation` call on the projects. In a group with 2,573 projects on GitLab.com, this change significantly improves performance: * 18019 SQL queries down to 21 * Time spent in DB: 70 s down to 384 ms Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/49845
-
- 19 Jan, 2019 4 commits
-
-
GitLab Bot authored
-
Kamil Trzciński authored
Resolve "Remove `error_tracking` feature flag" Closes #56213 See merge request gitlab-org/gitlab-ce!24306
-
Kamil Trzciński authored
Remove `error_tracking` feature flag See merge request gitlab-org/gitlab-ee!9216
-
Peter Leitzen authored
We introduced the feature flag `error_tracking` to test the Sentry MVC safely. After the successful test, we remove it again.
-
- 18 Jan, 2019 4 commits
-
-
Clement Ho authored
Fix vertical alignment of search box icons in issue board switcher for Safari Closes #9240 See merge request gitlab-org/gitlab-ee!9190
-
Mark Lapierre authored
Create the sandbox group with appropriate permissions before the LDAP group sync test starts so that in subsequent tests the LDAP user has permission to the group. This also restores the original (most likely nil) env personal access token, so that subsequent tests don't perform API calls as the root user while logged in and performing other actions as a non-root LDAP user. Without this change groups would be created by the root user, so when the LDAP user tried to push, it would not be permitted.
-
GitLab Bot authored
-
Annabel Dunstone Gray authored
Remove unwanted margin above suggested changes. Closes #56389 See merge request gitlab-org/gitlab-ce!24419
-