- 15 Dec, 2020 40 commits
-
-
Adam Hegyi authored
Update projects_imported.total usage ping See merge request gitlab-org/gitlab!49568
-
Grzegorz Bizon authored
Remove `project_id` delegation from the `Ci::Pipeline` model See merge request gitlab-org/gitlab!50032
-
James Lopez authored
Insert `uuid` values on Security::Finding creation See merge request gitlab-org/gitlab!50031
-
James Lopez authored
Enable security report for API Fuzzing See merge request gitlab-org/gitlab!49434
-
Michael Eddington authored
-
Imre Farkas authored
feat: add token prefix See merge request gitlab-org/gitlab!20968
-
George Koltsov authored
- Current usage ping is timing out and does not provide the group::import team correct values - Add new index on projects table on import type and creator id - Update projects_imported.total usage ping to return distinct count by creator id, instead of a total count of projects
-
Bob Van Landuyt authored
Enable RSpec/AnyInstanceOf cop and move offenses to .rubocop_manual_todo.yml See merge request gitlab-org/gitlab!49770
-
Fabio Pitino authored
Implement allow_failure syntax with exit codes See merge request gitlab-org/gitlab!49145
-
Simon Knox authored
Timebox report weight toggle also affects summary stats See merge request gitlab-org/gitlab!48659
-
Phil Hughes authored
Convert group saml buttons to gl-button styles See merge request gitlab-org/gitlab!49852
-
Alexander Turinske authored
-
Bob Van Landuyt authored
-
Phil Hughes authored
Updated help-pop-over button migration See merge request gitlab-org/gitlab!49075
-
Justin Mandell authored
-
Martin Wortschack authored
Add DevOps Adoption feature flag to docs See merge request gitlab-org/gitlab!49993
-
Phil Hughes authored
Resolve "[feature_flag]: devops_adoption_feature rollout" See merge request gitlab-org/gitlab!49950
-
Phil Hughes authored
Resolve "Group migration - Authenticate user - frontend" See merge request gitlab-org/gitlab!48784
-
Illya Klymov authored
- add connect to another instance ui - update UI of group import page to use gitlab-ui
-
Tom Atkins authored
Documentation: Rails CheetSheet - disable group's 2FA requirement See merge request gitlab-org/gitlab!49926
-
Denys Mishunov authored
Update dependency @gitlab/ui to v24.8.0 See merge request gitlab-org/gitlab!50024
-
Marius Bobin authored
Allow users to specify exit codes for allowed failures: ```yaml test_job: script: - execute_script_that_will_fail allow_failure: exit_codes: - 137 - 255 ```
-
Kamil Trzciński authored
Merge branch '282465-add-service-for-migrating-individual-project-with-pages-to-zip-deployment' into 'master' Add service for zipping pages directory See merge request gitlab-org/gitlab!49028
-
Sean McGivern authored
Global Search - Project Filter See merge request gitlab-org/gitlab!45711
-
Zack Cuddy authored
This change replaces the deprecated jQuery Dropdown plugin. Instead we use gl-dropdown from GitLab UI and a Vue component. This uses a Vuex store to manage the API calls and API data. From there the GitLab UI components take care of the existing functionality. The previous change focused on the Group filter. This change focueses on the Project filter.
-
Sean McGivern authored
Add creating Vulnerability External Issue Link using GraphQL See merge request gitlab-org/gitlab!48687
-
Alan (Maciej) Paruszewski authored
This change adds mutation that allows to create external issue link with issue in external provider in GraphQL API.
-
Phil Hughes authored
Use blob ID instead of `content_sha` See merge request gitlab-org/gitlab!50022
-
Simon Knox authored
Also make weight toggle affect summary stats
-
Sean McGivern authored
Detect corrupted build logs and report them by incrementing Prometheus counter See merge request gitlab-org/gitlab!49004
-
Max Wittig authored
This feature makes it easier to spot GitLab tokens by adding a prefix, which makes easier to identify and revoke them. Similar to how AWS does it with their access keys, e.g. AKIAIOSFODNN7EXAMPLE
-
Vladimir Shushlin authored
It will later be used to migrate legacy storage to deployments Also protect agains symlinks in pages directories We try to make sure that symlinks are pointing inside the public directory to avoid any symlink traversal
-
Illya Klymov authored
Add context to full code quality report See merge request gitlab-org/gitlab!49260
-
Mehmet Emin INAC authored
-
Mehmet Emin INAC authored
Delegating the `project_id` to `project` relation of the `Ci::Pipeline` requires ActiveRecord to load the object from the database. Since we already have the `project_id` foreign key on `Ci::Pipeline` we can just use the value stored in that column.
-
Markus Koller authored
Resolve "[Feature flag] Enable environment auto-stop start on create" See merge request gitlab-org/gitlab!47702
-
Grzegorz Bizon authored
Restrict the usage of value-description variables to root See merge request gitlab-org/gitlab!48915
-
Grzegorz Bizon authored
-
Bob Van Landuyt authored
Add "expiration_policy_completed_at" support in container repositories See merge request gitlab-org/gitlab!49924
-
David Fernandez authored
-