summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '44059-specify-variables-when-executing-a-manual-pipeline-from-t...Kamil Trzciński2018-05-062-2/+3
|\
| * Merge branch 'master' into 44059-specify-variables-when-executing-a-manual-pi...Matija Čupić2018-05-021-40/+4
| |\
| * \ Merge branch 'master' into 44059-specify-variables-when-executing-a-manual-pi...Matija Čupić2018-05-0219-66/+254
| |\ \
| * \ \ Merge branch 'master' into 44059-specify-variables-when-executing-a-manual-pi...Jose2018-04-3072-181/+695
| |\ \ \
| * | | | Extend Gitlab::Ci::Pipeline::Chain::Command with variables_attributesMatija Čupić2018-04-182-2/+3
* | | | | Backports every CE related change from ee-44542 to CETiago Botelho2018-05-045-2/+84
* | | | | Backport IdentityLinker#failed? from GroupSaml callback flowJames Edwards-Jones2018-05-041-0/+4
* | | | | Update repository.rbKim Carlbäcker2018-05-041-1/+1
* | | | | Add note about rebase/squash duplication in GitalyKim Carlbäcker2018-05-041-1/+8
* | | | | Resolve "Reconcile project templates with Auto DevOps"Fabio Busatto2018-05-041-3/+3
* | | | | Merge branch 'feature/runner-per-group' into 'master'Kamil Trzciński2018-05-042-6/+21
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into feature/runner-per-groupDylan Griffith2018-05-0330-140/+505
| |\ \ \ \ \
| * | | | | | Remove API changes for assigning group runner to projectDylan Griffith2018-04-301-1/+0
| * | | | | | Start persisting runner_type when creating runnersDylan Griffith2018-04-301-3/+3
| * | | | | | Rename Runner#group? -> #assigned_to_group? and Runner#project? -> #assigned_...Dylan Griffith2018-04-301-1/+1
| * | | | | | Fix up db/schema.rb changes leftover and comments out of dateDylan Griffith2018-04-301-1/+0
| * | | | | | Exclude group_runners_enabled in project import/exportDylan Griffith2018-04-261-0/+1
| * | | | | | Merge branch 'master' into siemens-runner-per-groupDylan Griffith2018-04-2621-170/+154
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into siemens-runner-per-groupDylan Griffith2018-04-248-7/+162
| |\ \ \ \ \ \ \
| * | | | | | | | runner can't be assigned to more than 1 groupAlexis Reigel2018-04-231-1/+0
| * | | | | | | | disallow group runners to become project runnersAlexis Reigel2018-04-231-0/+1
| * | | | | | | | revert support for v3 apiAlexis Reigel2018-04-231-1/+0
| * | | | | | | | support group runners in existing API endpointsAlexis Reigel2018-04-234-4/+21
* | | | | | | | | Fix lambda arguments in Grape entitiesRémy Coutable2018-05-031-2/+2
* | | | | | | | | Merge branch 'zj-fork-opt-out' into 'master'Douwe Maan2018-05-031-1/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Forking repositories is handled by Gitaly by defaultZeger-Jan van de Weg2018-05-021-1/+2
* | | | | | | | | Merge branch 'zj-repo-checksum-opt-out' into 'master'Robert Speicher2018-05-021-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Compute repository checksum by defaultZeger-Jan van de Weg2018-04-301-1/+2
* | | | | | | | | | Optimize Emoji Sprite HandlingTim Zallmann2018-05-021-0/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Remove old GitLab Shell implementationZeger-Jan van de Weg2018-05-021-40/+4
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Display and revoke active sessionsAlexis Reigel ( 🌴 may 2nd - may 9th 🌴 )2018-05-021-0/+2
* | | | | | | | Merge branch 'blackst0ne-rails5-fix-arel-update-manager' into 'master'Rémy Coutable2018-05-023-5/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | [Rails5] Fix Arel::UpdateManagerblackst0ne2018-04-293-5/+27
* | | | | | | | | Merge branch 'blackst0ne-rails5-fix-tzinfo-invalid-timezone-identifier' into ...Rémy Coutable2018-05-021-1/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [Rails5] Fix TZInfo::InvalidTimezoneIdentifier exceptionblackst0ne2018-04-291-1/+7
| |/ / / / / / / /
* | | | | | | | | Merge branch 'backstage/gb/migrate-pipeline-stages-index' into 'master'Kamil Trzciński2018-05-022-0/+48
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use stages position column to track stage indexGrzegorz Bizon2018-05-012-5/+5
| * | | | | | | | | Merge branch 'master' into backstage/gb/migrate-pipeline-stages-indexGrzegorz Bizon2018-05-0118-77/+285
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'master' into 'backstage/gb/migrate-pipeline-stages-index'Grzegorz Bizon2018-04-2515-136/+126
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Rename stage index column name to priority columnGrzegorz Bizon2018-04-242-5/+5
| * | | | | | | | | | Improve stages index migration code readabilityGrzegorz Bizon2018-04-241-10/+10
| * | | | | | | | | | Improve performance of stages index migration on PostgreSQLGrzegorz Bizon2018-04-241-9/+28
| * | | | | | | | | | Make stages index background migration more idempotentGrzegorz Bizon2018-04-241-0/+1
| * | | | | | | | | | Add background migration that migrates stages indicesGrzegorz Bizon2018-04-241-0/+27
| * | | | | | | | | | Validate presence of a stage index in the modelGrzegorz Bizon2018-04-241-0/+1
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'dm-commit-trailer-without-gravatar' into 'master'Robert Speicher2018-05-011-1/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix commit trailer rendering when Gravatar is disabledDouwe Maan2018-04-251-1/+0
* | | | | | | | | | | Merge branch 'osw-use-cached-highlighted-content-for-discussions' into 'master'Douwe Maan2018-05-011-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use persisted diff data instead fetching Git on discussionsOswaldo Ferreira2018-04-301-0/+2
* | | | | | | | | | | | Merge branch 'helm-add-alpine-mirrors' into 'master'Kamil Trzciński2018-05-011-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \