summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Expose deploy token to CI/CD jobs as environment variableMayra Cabrera2018-04-201-0/+5
* Merge branch '5320-fix-gitlab-features-env-var' into 'master'Grzegorz Bizon2018-04-191-0/+4
|\
| * Get GITLAB_FEATURES from Project#licensed_features instead of Namespace#featu...5320-fix-gitlab-features-env-varDylan Griffith2018-04-091-0/+4
* | Revert the addition of goldiloaderYorick Peterse2018-04-181-14/+14
* | Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-1/+1
* | Add cop for has_many :through without disabled autoloadingfix-n-plus-one-when-getting-notification-settings-for-recipientsSean McGivern2018-04-091-11/+11
* | Use Goldiloader for handling N+1 queriesYorick Peterse2018-04-091-3/+3
|/
* Include ProjectDeployTokensMayra Cabrera2018-04-061-1/+2
* Create barebones for DeploytokenMayra Cabrera2018-04-061-0/+1
* Extend API for importing a project export with overwrite supportFrancisco Javier López2018-04-061-1/+3
* Merge branch 'bvl-override-import-params' into 'master'Douwe Maan2018-04-051-1/+2
|\
| * Don't export `Project#description_html`Bob Van Landuyt2018-04-051-0/+1
| * Store override params as import data on projectsBob Van Landuyt2018-04-041-1/+1
* | Merge branch 'use-chronic-duration-attribute-for-project-build-timeout' into ...Kamil Trzciński2018-04-051-8/+7
|\ \
| * | Specify default value for Project#build_timeoutTomasz Maczukin2018-04-041-1/+1
| * | Use ChronicDurationAttribute to handle CI/CD timeout settingTomasz Maczukin2018-04-041-8/+7
| |/
* | Add helper for accessing lfs_objects for projectBob Van Landuyt2018-04-051-0/+10
|/
* Merge branch 'fix/use-shard-name-in-gitlab-projects-instead-of-shard-path' in...Sean McGivern2018-04-041-3/+1
|\
| * Use shard name in Git::GitlabProjects instead of shard pathAhmad Sherif2018-04-031-3/+1
* | [Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne2018-04-041-1/+1
* | Extend API for exporting a project with direct upload URLFrancisco Javier López2018-03-301-2/+14
* | Add port number to artifacts links to gitlab-pages, if neededAlessio Caiazza2018-03-291-10/+9
|/
* Merge branch 'pages_force_https' into 'master'Nick Thomas2018-03-231-0/+21
|\
| * Add HTTPS-only pagesRob Watson2018-03-221-0/+21
* | Merge branch 'mark-legacy-git-access' into 'master'Sean McGivern2018-03-231-1/+1
|\ \ | |/ |/|
| * Route path lookups through legacy_disk_pathmark-legacy-git-accessJacob Vosmaer2018-03-211-1/+1
* | Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6'Douwe Maan2018-03-211-0/+3
* | Merge branch '31114-internal-ids-are-not-atomic' into 'master'Sean McGivern2018-03-191-0/+2
|\ \
| * | Atomic generation of internal ids for issues.Andreas Brandl2018-03-161-0/+2
* | | Merge branch 'fix/sm/clarify-ambiguous-with_artifacts-implication' into 'master'Kamil Trzciński2018-03-181-1/+1
|\ \ \
| * | | Use with_artifacts_archive name. Add specShinya Maeda2018-03-151-1/+1
| * | | Clarify ambiguous with_artifacts implicationShinya Maeda2018-03-151-1/+1
* | | | Adds the option to override project description on export via APITiago Botelho2018-03-161-2/+2
| |/ / |/| |
* | | Merge branch 'backstage/gb/refactor-ci-cd-variables-collections' into 'master'42762-project-settings-sections-cannot-be-expanded-after-submission-errorKamil Trzciński2018-03-151-22/+21
|\ \ \ | |/ / |/| |
| * | Improve predefined variables collection methodsGrzegorz Bizon2018-03-141-11/+10
| * | Port deployment variables skeleton code from EEGrzegorz Bizon2018-03-141-4/+2
| * | Merge branch 'master' into backstage/gb/refactor-ci-cd-variables-collectionsGrzegorz Bizon2018-03-141-0/+46
| |\ \ | | |/
| * | Make predefined variables in a collection public by defaultGrzegorz Bizon2018-03-131-9/+9
| * | DRY project-level predefined variablesGrzegorz Bizon2018-03-131-9/+9
| * | Use variables collection as build predefined variablesGrzegorz Bizon2018-03-121-9/+11
* | | Change Gitlab::Shell#add_namespace to #create_namespaceZeger-Jan van de Weg2018-03-141-1/+1
| |/ |/|
* | Only allow users that can merge to push to sourcebvl-allow-maintainer-to-pushBob Van Landuyt2018-03-071-2/+10
* | Limit queries to a user-branch combinationBob Van Landuyt2018-03-071-18/+27
* | Allow abilities on forks while MR is openBob Van Landuyt2018-03-071-0/+29
|/
* Merge branch 'master' into 'issue_38337'Felipe Artur2018-03-061-42/+42
|\
| * Merge branch 'sh-dashboard-sort-fix' into 'master'Douwe Maan2018-03-061-2/+3
| |\
| | * Fix project dashboard showing the wrong timestampssh-dashboard-sort-fixStan Hu2018-03-051-2/+3
| * | Merge branch '29130-api-project-export' into 'master'Sean McGivern2018-03-061-1/+19
| |\ \
| | * | review: rename import_export to import_export_sharedTravis Miller2018-03-051-4/+4
| | * | review: instantiate shared import/export object in project methodTravis Miller2018-02-281-2/+6