- 01 Jul, 2020 40 commits
-
-
Peter Leitzen authored
Add Jira issue finder service See merge request gitlab-org/gitlab!35362
-
Shinya Maeda authored
Remove FF job_log_json flag from BE and FE See merge request gitlab-org/gitlab!34538
-
Fabio Pitino authored
This is to help the API remove the feature flag for job log with minimal FE changes. Set the `isNewJobLog` to always return true and removes the unneccessary tests.
-
James Lopez authored
Modify Snippet entity to support multiple files See merge request gitlab-org/gitlab!34178
-
Sean McGivern authored
Update Vulnerability when Finding is updated See merge request gitlab-org/gitlab!35374
-
Alan (Maciej) Paruszewski authored
This change adds logic to update Vulnerabilities, Scanners and Findings when pipeline returns updated data for already existing entities.
-
Shinya Maeda authored
Allow access to trials controllers in dev env See merge request gitlab-org/gitlab!35092
-
Alexandru Croitor authored
Adding a service for quring Jira REST API and fetching issues to be presented for jira issues integration.
-
Rémy Coutable authored
Revert "Merge branch 'jivanvl-move-cluster-health-frontend-core' into 'master'" See merge request gitlab-org/gitlab!35722
-
Igor Drozdov authored
Improve #find_or_create_code_owner_rule to handle sections See merge request gitlab-org/gitlab!35550
-
Kerri Miller authored
-
Mark Florian authored
Display 'License-Check' approval rule in the license compliance section See merge request gitlab-org/gitlab!34588
-
David Pisek authored
This adds a button and status indicator to the license-management page. They should allow users to quickly add, editor or remove merge request approval rules specific to license compliance. * Adds new vuex-module that builds on existing state, actions and mutations for approval settings * Adds a new vue component that contains the 'license approvals' button, the status text and a modal * Adds to the rails controller to pass data via HAML to the store-settings * Includes the newly added store and component within the policies-management app This is implemented behind the `license_approvals` feature flag.
-
Shinya Maeda authored
Convert more rubocop specs to fast_spec_helper See merge request gitlab-org/gitlab!35578
-
Shinya Maeda authored
Improve Permissions Checks for Feature Flag Issue Links See merge request gitlab-org/gitlab!35670
-
Markus Koller authored
Last 28 days time period name See merge request gitlab-org/gitlab!35532
-
Nicolò Maria Mezzopera authored
Create a Jira Issues Controller See merge request gitlab-org/gitlab!35273
-
Martin Wortschack authored
Migrate `gl-w-12` utility class to gitlab-ui See merge request gitlab-org/gitlab!35699
-
Tristan Read authored
-
Igor Drozdov authored
Moves compliance framework to GitLab Premium See merge request gitlab-org/gitlab!35597
-
Max Woolf authored
-
Marcin Sedlak-Jakubowski authored
Docs: update last update metadata See merge request gitlab-org/gitlab!35680
-
Nick Thomas authored
Support bulk reading markdown cache via pipeline See merge request gitlab-org/gitlab!35312
-
Thong Kuah authored
Replace Rails.root with manual directory as we don't require rails in fast_spec_helper.
-
Kushal Pandya authored
This reverts merge request !35198
-
Kushal Pandya authored
Remove sfc_issue_boards feature flag and friends Closes #212300 See merge request gitlab-org/gitlab!32661
-
Simon Knox authored
Delete now-unused HAML templates
-
Nicolò Maria Mezzopera authored
Change CI variable font family to monospace See merge request gitlab-org/gitlab!34788
-
Aaron Walker authored
-
Peter Leitzen authored
Remove "Edit dashboard" button from self monitoring dashboard See merge request gitlab-org/gitlab!35521
-
Rémy Coutable authored
Fix exception handler in changelog Dangerfile See merge request gitlab-org/gitlab!35656
-
Dylan Griffith authored
Add cluster reindexing feature to our ES integration Closes #213629 See merge request gitlab-org/gitlab!34069
-
Dmitry Gruzd authored
This MR automates steps for the cluster reindexing process Elastic::ClusterReindexingService is the main class responsible for the reindexing process
-
Evan Read authored
Update deleted and redirected handbook links See merge request gitlab-org/gitlab!35704
-
Marcel Amirault authored
Many handbook pages were changes, redirected, or deleted. Updates all affected links
-
Grzegorz Bizon authored
Add check for "secrets" runner feature See merge request gitlab-org/gitlab!34813
-
Sanad Liaquat authored
Refactor `3_create/gitaly/high_availability_spec.rb` to use `let` syntax See merge request gitlab-org/gitlab!34222
-
Martin Wortschack authored
Use snake_case for metrics data and save them in a fixture Closes #215316 See merge request gitlab-org/gitlab!33574
-
Stan Hu authored
Require k8s cluster for DAST template See merge request gitlab-org/gitlab!35259
-
Lucas Charles authored
During transition to rules syntax, we missed the condition required to ensure DAST jobs only execute if a cluster is present. Replacing the previous `only:kubernetes` behavior, we need `CI_KUBERNETES_ACTIVE` Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/224117
-