An error occurred fetching the project authors.
- 02 Oct, 2020 1 commit
-
-
Sarah Yasonik authored
Adds a new table and model to represent expected url/token combos for alerting. This table will house integrations which have generic alert payload formatting and custom mappings, once custom mappings are available.
-
- 01 Oct, 2020 1 commit
-
-
Peter Leitzen authored
This commit moves the tracing project setting model from Ultimate to Core.
-
- 30 Sep, 2020 1 commit
-
-
Adrien Kohlbecker authored
Change code and add validations according to code review Regactor helper methods
-
- 27 Sep, 2020 1 commit
-
-
Tiger authored
Allows fetching details of terraform states associated with a project. The state file itself is not included, as this will be requested on an individual state basis.
-
- 17 Sep, 2020 2 commits
-
-
Vladimir Shushlin authored
It will store zip archives for pages web-sites
-
Nick Thomas authored
This will allow us to parallelize the work involved in uploading an arbitrary number of LFS objects to the remote mirror.
-
- 13 Sep, 2020 1 commit
-
-
Lakshmi Narasimhan authored
Multiple review fixes. Fixed linting issues Regenerate docs
-
- 10 Sep, 2020 1 commit
-
-
Nick Thomas authored
This appears to be obsolete - according to this issue: https://gitlab.com/gitlab-org/gitlab/-/issues/122002, all the necessary work has already been done for us to stop using `lfs_storage_project`. Remove it and see what breaks!
-
- 09 Sep, 2020 1 commit
-
-
Etienne Baqué authored
Added related rspec.
-
- 08 Sep, 2020 1 commit
-
-
Nicolas Dular authored
This replaces some unncessery let's with let_it_be and create with build or build_stubbed where possible.
-
- 07 Sep, 2020 1 commit
-
-
Fabio Pitino authored
Both `pipeline_for` and `latest_pipeline_for_ref` methods in Project have equivalent and duplicate logic. We also use both interchangebly. This change merges them into a new method `latest_pipeline` which accepts both ref and sha for fine search. Also the name provides more clarity than `pipeline_for`
-
- 01 Sep, 2020 1 commit
-
-
Lukas 'Eipi' Eipert authored
This moves the following things to Core: - Jira DVCS Connector - Jira Connect App - Usage ping for those two features and removes any license check related to them. Co-authored-by: Craig Norris <cnorris@gitlab.com>
-
- 31 Aug, 2020 2 commits
-
-
Fabio Pitino authored
Project#ci_pipelines implicitly excluded some types of pipeline that do not contribute to the CI ref status. With this change we are making explicit why. We also change the way `ci_pipelines` are filtered from based to `config_source` to `source`. Dangling pipelines are characterized by what event triggered them (source) and not where the CI config came from (config_source).
-
Vladimir Shushlin authored
We'll use it to test new zip pages serving https://gitlab.com/groups/gitlab-org/-/epics/3904
-
- 14 Aug, 2020 2 commits
-
-
Alex Kalderimis authored
This adds a concept of `default_actor` that `HasWiki` instances must implement. This is implemented differently for projects and groups. The contract is that `default_actor` must return a User with ownership privileges over the object. Wiki Owner differs from Owner of these models as wiki_owner must have the type `User`, but `Project#owner` can be a `Group` for instance. Groups can have many owners, so we select the first one, before ascending the chain of parent groups. This is vital since otherwise `HasWiki#wiki` will return wikis that cannot save their own pages.
-
Vijay Hawoldar authored
PersonalSnippets do not belong to a group or project so this commit adds support for a user as the parent instead
-
- 12 Aug, 2020 1 commit
-
-
James Fargher authored
Concurrency can now be controlled using environment variables GITLAB_BACKUP_MAX_CONCURRENCY and GITLAB_BACKUP_MAX_STORAGE_CONCURRENCY
-
- 10 Aug, 2020 1 commit
-
-
Jan Provaznik authored
When a custom service desk email is set, prefer this address on the service desk issues page.
-
- 07 Aug, 2020 1 commit
-
-
Maxime Orefice authored
This new model will be used to store generated report consumable by gitlab frontend in a pipeline context.
-
- 06 Aug, 2020 1 commit
-
-
Doug Stull authored
- comply to style guide.
-
- 03 Aug, 2020 1 commit
-
-
Giorgenes Gelatti authored
Refactor transfer service code and specs to improve code quality and specs efficiency
-
- 27 Jul, 2020 2 commits
-
-
Jacob Vosmaer authored
-
Andy Soiron authored
This reverts merge request !35510
-
- 24 Jul, 2020 1 commit
-
-
Jacob Vosmaer authored
-
- 20 Jul, 2020 1 commit
-
-
Giorgenes Gelatti authored
- Move controllers, views and specs to core. - Enables packages in core for everyone. - Remove Gitlab.ee? checks for package. - Move packages_enabled in project entity to core - Move project#has_package? specs to core - Move project#has_package? to core - Fix package js paths
-
- 19 Jul, 2020 1 commit
-
-
Thong Kuah authored
- cluster_agent - cluster_agent_tokens Adds encrypted token using TokenAuthenticatable module Add has_many :cluster_agents Add to spec all_models.yml checklist. cluster_agents should not be exported as part of project export, so not putting in import_export.yml.
-
- 18 Jul, 2020 1 commit
-
-
Giorgenes Gelatti authored
Move transfer service related specs of npm packages to core.
-
- 15 Jul, 2020 1 commit
-
-
- 14 Jul, 2020 1 commit
-
-
Luke Duncalfe authored
Adds a new ConfluenceService, which, when enabled can provide a new Confluence side nav item that links to a Confluence Cloud URI, replacing the regular GitLab Wiki nav item. https://gitlab.com/gitlab-org/gitlab/-/issues/220934
-
- 09 Jul, 2020 3 commits
-
-
Kerri Miller authored
-
Gosia Ksionek authored
In order to avoid multiple calls to Redis we gather all the forks count in one mget call. Modify group detail class Modify passed options Fix rubocop offences Fix specs
-
Giorgenes Gelatti authored
Move project policy declarations regarding packages to core. Prep work for upcoming move of packages to core
-
- 08 Jul, 2020 2 commits
-
-
Felipe Artur authored
Moves models/api code related to service desk into core tier. Part of https://gitlab.com/gitlab-org/gitlab/-/issues/215364.
-
Serena Fang authored
This will support the checkbox to enable/disable the Jira issues page. Display commits search in mobile & adjust text Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/214039 Update placeholder text per Pajamas guidelines (https://design.gitlab.com/components/search/) Unhide search bar in smaller screens.
-
- 07 Jul, 2020 1 commit
-
-
Krasimir Angelov authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/35300 we fixed how to handle group root Pages with mixed case path, but the fix broke how we generate #pages_url for project level with mixed case. This updates Project#pages_url so that we downcase only when comparing with #pages_group_url and retrun the original url path if the project is not group root Pages project. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/226874.
-
- 29 Jun, 2020 1 commit
-
-
Andy Soiron authored
This reverts merge request !34852
-
- 26 Jun, 2020 1 commit
-
-
Andy Soiron authored
GitlabIssueTrackerService is not used anymore as well as some scopes. This commit removes some unused code.
-
- 25 Jun, 2020 2 commits
-
-
Stan Hu authored
Normally when a project is created, `Projects::CreateService` attempts to initialize a Git directory and update the `.git/config` to include the human-readable project full path. However, for forks and project imports, the repository is imported in a separate background task. As a result, attempts to write to the `.git/config` directory will fail unless the job has completed first. To ensure we always update `.git/config` after the import is complete, we call this update in `Project#after_import`. Relates to https://gitlab.com/gitlab-org/gitaly/-/issues/2902
-
Krasimir Angelov authored
Related to https://gitlab.com/gitlab-org/gitlab/-/issues/224470.
-
- 23 Jun, 2020 1 commit
-
-
Arturo Herrero authored
The plan for RSpec 4.0 is to disable monkey patching, reference: https://rspec.info/blog/2013/07/the-plan-for-rspec-3/#zero-monkey-patching-mode https://relishapp.com/rspec/rspec-core/docs/configuration/zero-monkey-patching-mode This commit stops using RSpec monkey patching in several specs.
-