summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adds the option to override project description on export via API41902-add-api-option-to-overwrite-project-description-on-project-exportTiago Botelho2018-03-1613-11/+60
| | | | and fixes the project description not being imported
* Merge branch 'adamco/gitlab-ce-move-issue-command' into 'master'Grzegorz Bizon2018-03-158-1/+254
|\ | | | | | | | | Add slash command for moving an issue See merge request gitlab-org/gitlab-ce!17691
| * Add slash command for moving an issueSean McGivern2018-03-158-1/+254
| | | | | | | | Carried over from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8857
* | Merge branch 'fix-42459-#-in-branch' into 'master'Sean McGivern2018-03-153-1/+23
|\ \ | | | | | | | | | | | | | | | | | | Manually escape '#' when building relative uris, closes #42459 Closes #42459 See merge request gitlab-org/gitlab-ce!17679
| * | add spec testing '#' escape in relative link filterJan Beckmann2018-03-141-0/+17
| | |
| * | Manually escape '#' when building relative uris, fixes #42459Jan2018-03-112-1/+6
| | |
* | | Merge branch 'backstage/gb/refactor-ci-cd-variables-collections' into 'master'42762-project-settings-sections-cannot-be-expanded-after-submission-errorKamil Trzciński2018-03-1515-145/+380
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Introduce CI/CD variables collection Closes #33042 See merge request gitlab-org/gitlab-ce!14439
| * | | Fix pipeline predefined variables specsGrzegorz Bizon2018-03-141-1/+1
| | | |
| * | | Merge branch 'master' into backstage/gb/refactor-ci-cd-variables-collectionsGrzegorz Bizon2018-03-144-41/+96
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Hide emoji popup after multiple spaces or blank lines Remove enforcing uniqueness of build variables Improve pipeline tests for variables to test ordering Improve tests for predefined variables for a build Conflicts: spec/models/ci/build_spec.rb spec/models/ci/pipeline_spec.rb
| * | | | Fix pipeline specs for predefined variablesGrzegorz Bizon2018-03-141-2/+0
| | | | |
| * | | | DRY remaining instances of predefined variablesGrzegorz Bizon2018-03-145-34/+35
| | | | |
| * | | | Improve predefined variables collection methodsGrzegorz Bizon2018-03-143-13/+22
| | | | |
| * | | | Port deployment variables skeleton code from EEGrzegorz Bizon2018-03-142-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit backports method signatures and related implementation to the CE, to make CE and EE identical. This does not add any features from EE, it is only aimed to reduce conflicts between CE and EE in the future.
| * | | | Merge branch 'master' into backstage/gb/refactor-ci-cd-variables-collectionsGrzegorz Bizon2018-03-14826-3683/+9698
| |\ \ \ \ | | | | | | | | | | | | | | | | | | * master: (211 commits)
| * | | | | Fix variables collection item sequence specsGrzegorz Bizon2018-03-141-4/+3
| | | | | |
| * | | | | Use new collections to define build predefined variablesGrzegorz Bizon2018-03-131-53/+50
| | | | | |
| * | | | | Fix rubocop offense in auto devops predefined variablesGrzegorz Bizon2018-03-131-3/+4
| | | | | |
| * | | | | Add more unit tests for variables collection classGrzegorz Bizon2018-03-133-1/+33
| | | | | |
| * | | | | Improve how we handle persistent runner variablesGrzegorz Bizon2018-03-133-19/+3
| | | | | |
| * | | | | Make predefined variables in a collection public by defaultGrzegorz Bizon2018-03-134-15/+15
| | | | | |
| * | | | | DRY project-level predefined variablesGrzegorz Bizon2018-03-135-20/+26
| | | | | |
| * | | | | Add TODOs to refactoried variables collections codeGrzegorz Bizon2018-03-122-0/+5
| | | | | |
| * | | | | Use variables collection as build predefined variablesGrzegorz Bizon2018-03-125-28/+42
| | | | | |
| * | | | | Extract variables collection item to a separate classGrzegorz Bizon2018-03-126-36/+103
| | | | | |
| * | | | | Document runner's expecations regarding variable collectionGrzegorz Bizon2018-03-121-6/+11
| | | | | |
| * | | | | Make variables collection to runner mapping explicitGrzegorz Bizon2018-03-073-7/+5
| | | | | |
| * | | | | Merge branch 'master' into backstage/gb/refactor-ci-cd-variables-collectionsGrzegorz Bizon2018-03-077133-125747/+302357
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | * master: (6164 commits)
| * | | | | | Fix hash syntax in variables collection classbackstage/gb/refactor-ci-cd-variables-collectionsGrzegorz Bizon2017-09-221-2/+2
| | | | | | |
| * | | | | | Introduce CI/CD variables collection classGrzegorz Bizon2017-09-223-11/+132
| | | | | | |
* | | | | | | Merge branch 'rs-ci-build-spec-warnings' into 'master'Kamil Trzciński2018-03-151-9/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove RSpec warnings from `spec/models/ci/build_spec.rb` See merge request gitlab-org/gitlab-ce!17755
| * | | | | | | Don't attempt to override a `set` with a `let`rs-ci-build-spec-warningsRobert Speicher2018-03-141-8/+8
| | | | | | | |
| * | | | | | | Don't use `not_to raise_error(SomeError)`Robert Speicher2018-03-141-1/+1
| | | | | | | |
* | | | | | | | Merge branch 'ab-44205-user_interacted_projects-migration' into 'master'Yorick Peterse2018-03-153-49/+110
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix concurrency issue with migration for user_interacted_projects table. Closes #44205 See merge request gitlab-org/gitlab-ce!17728
| * | | | | | | | Fix concurrency issue with migration for user_interacted_projects table.ab-44205-user_interacted_projects-migrationAndreas Brandl2018-03-143-49/+110
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The concurrency issue originates from inserts on `user_interacted_projects` from the app while running the post-deploy migration. This change comes with a strategy to lock the table while removing duplicates and creating the unique index (and similar for FK constraints). Also, we'll have a non-unique index until the post-deploy migration is finished to speed up queries during that time. Closes #44205.
* | | | | | | | Merge branch 'docs-fe-html' into 'master'Tim Zallmann2018-03-151-1/+51
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add HTML style guide See merge request gitlab-org/gitlab-ce!17616
| * | | | | | | | Add HTML style guideClement Ho2018-03-151-1/+51
|/ / / / / / / /
* | | | | | | | Merge branch 'docs-fe-principles' into 'master'Tim Zallmann2018-03-151-1/+33
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add frontend guide principles See merge request gitlab-org/gitlab-ce!17613
| * | | | | | | | Add frontend guide principlesClement Ho2018-03-151-1/+33
|/ / / / / / / /
* | | | | | | | Merge branch 'patch-28' into 'master'Grzegorz Bizon2018-03-151-4/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update README.md See merge request gitlab-org/gitlab-ce!17344
| * | | | | | | | Update README.mdJohn Burak2018-02-271-2/+2
| | | | | | | | |
| * | | | | | | | Update README.mdJohn Burak2018-02-271-4/+4
| | | | | | | | |
| * | | | | | | | Update README.mdJohn Burak2018-02-260-0/+0
| | | | | | | | |
| * | | | | | | | Update README.mdJohn Burak2018-02-261-1/+1
| | | | | | | | |
| * | | | | | | | Update README.mdJohn Burak2018-02-261-1/+1
| | | | | | | | |
| * | | | | | | | Update README.mdJohn Burak2018-02-261-1/+1
| | | | | | | | |
| * | | | | | | | Update README.mdJohn Burak2018-02-241-1/+1
| | | | | | | | |
* | | | | | | | | Merge branch 'dm-mirror-hard-failed-invites' into 'master'Robert Speicher2018-03-142-3/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent sending an access request from failing when the project has invited masters/owners See merge request gitlab-org/gitlab-ce!17760
| * | | | | | | | | Prevent sending an access request to a project from failing when the project ↵dm-mirror-hard-failed-invitesDouwe Maan2018-03-112-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | has invited members
* | | | | | | | | | Merge branch 'mk/fix-move-upload-files-on-group-transfer' into 'master'Robert Speicher2018-03-145-46/+142
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix moving local, unhashed upload or pages directories during group transfer Closes #43993 See merge request gitlab-org/gitlab-ce!17658
| * | | | | | | | | | Tag subgroup tests with :nested_groupsmk/fix-move-upload-files-on-group-transferMichael Kozono2018-03-141-1/+1
| | | | | | | | | | |