- 13 Mar, 2020 40 commits
-
-
Sean McGivern authored
Mark the AuthorizedProjectsWorker as idempotent See merge request gitlab-org/gitlab!26794
-
Alessio Caiazza authored
Update Ruby version in official CI templates See merge request gitlab-org/gitlab!23585
-
Adam Hegyi authored
Backfill LfsObjectsProject records of forks See merge request gitlab-org/gitlab!26964
-
Kushal Pandya authored
Kickoff Iteration: Add Import Jira Issues button to issues list page See merge request gitlab-org/gitlab!26835
-
Grzegorz Bizon authored
Cleanup undefined severity level from code See merge request gitlab-org/gitlab!27095
-
Bob Van Landuyt authored
We have middleware that deduplicates jobs for idempotent workers. So to avoid specs breaking when when more workers are marked as idempotent, we should not create duplicate jobs for tests.
-
Bob Van Landuyt authored
The AuthorizedProjectsWorker is a wrapper around the `Users::RefreshAuthorizedProjectsService`. The service itself prevents 2 jobs from running at the same time using an exclusive lease. And the job itself creates and removes any project authorizations by recalculating all the authorizations for the given user using `Gitlab::ProjectAuthorizations`. Doing this twice will mean the last execution has no effect.
-
Kushal Pandya authored
Resolve Migrate '.fa-spinner' to '.spinner' for 'app/views/projects/find_file' See merge request gitlab-org/gitlab!25051
-
Marvin Karegyeya authored
-
Kushal Pandya authored
Merge branch 'migrate-ee_spec_javascripts_vue_mr_widget_stores_mr_widget_store_spec_to_jest' into 'master' Migrate ee mr_widget_store_spec from Karma to Jest See merge request gitlab-org/gitlab!26795
-
Kushal Pandya authored
Migrate ee/jobs to Jest Closes #194293 See merge request gitlab-org/gitlab!27149
-
Kushal Pandya authored
Migrate ee/filtered_search to Jest Closes #194285 See merge request gitlab-org/gitlab!27145
-
Ash McKenzie authored
Add CRUD for Instance-Level Integrations See merge request gitlab-org/gitlab!26454
-
Kushal Pandya authored
Drag and drop design uploads See merge request gitlab-org/gitlab!26139
-
Tom Quirk authored
Intended to be used for any design upload. Only currently used in button.vue, but will eventually be used for dropzone CHanges behaviour slightly, to get upload files from the @change event, rather than the element.files itself
-
Patrick Bajao authored
To fix the behavior of existing forks, LfsObjectsProject records need to be backfilled. This is so we can remove the need to depend on the source when looking for LFS objects from forks. This is a variation of https://gitlab.com/gitlab-org/gitlab/-/merge_requests/25343 that was reverted. The difference is that we are now enqueueing background migration jobs based on lfs_objects_project records.
-
celdem authored
-
celdem authored
-
Kushal Pandya authored
Merge branch '210262-replace-underscore-with-lodash-for-ee-app-assets-javascripts-environments_dashboard' into 'master' Replace underscore with lodash for environments_dashboard components Closes #210262 See merge request gitlab-org/gitlab!27177
-
Kushal Pandya authored
Display correct approval rules based on target branch in Edit MR form Closes #199790 See merge request gitlab-org/gitlab!26053
-
Samantha Ming authored
- MR edit - MR create
-
Alexandru Croitor authored
Upated the code to allow for different projects to be imported into same gitlab project by running the import multiple times.
-
Alexandru Croitor authored
Adding controller, routes for show and import actions for jira importer.
-
Marcel Amirault authored
List Supported Lenguages in Code Quality Documentation Page See merge request gitlab-org/gitlab!27023
-
Ricardo Amarilla authored
If this is applied the supported lenguages for Code Quality will be listed in the Code Quality Documentation Page
-
Toon Claes authored
Optimize deployment counters related to the ::Deployment Closes #208886 See merge request gitlab-org/gitlab!26757
-
Paul Slaughter authored
Merge branch '199458-track-jump-to-next-unresolved-thread-buttons-usage-in-merge-requests' into 'master' Use Snowplow to track clicks on "Jump To Next" MR buttons See merge request gitlab-org/gitlab!26319
-
Achilleas Pipinellis authored
Improve container registry section of Jenkins migration See merge request gitlab-org/gitlab!26873
-
Jason Yavorska authored
-
Achilleas Pipinellis authored
Add SSH agent forwarding for bastion hosts See merge request gitlab-org/gitlab!27063
-
Achilleas Pipinellis authored
Update HA docs components table See merge request gitlab-org/gitlab!26581
-
Grant Young authored
Adds clarity about third party services and more detail about install order.
-
Achilleas Pipinellis authored
Fix typo on SSH See merge request gitlab-org/gitlab!27061
-
Achilleas Pipinellis authored
Added quickstart to application security docs See merge request gitlab-org/gitlab!25736
-
Seth Berger authored
-
Achilleas Pipinellis authored
Document License compliance policies tab See merge request gitlab-org/gitlab!23825
-
mo khan authored
-
Justin Ho authored
- Use feature flag to render 404 Not Found while feature is WIP - Refactor private methods to be more readable - Apply the refactor to projects/services_controller
-
Kushal Pandya authored
Resolve "Introduce an optional expiration date for SSH keys" See merge request gitlab-org/gitlab!26351
-
Manoj M J authored
This change introduces expiry dates for SSH keys.
-