Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-04-19Configuring of points per UDP packetYorick Peterse
2016-04-19Merge branch 'api-fix-annotated-tags' into 'master' Rémy Coutable
2016-04-19Merge branch 'make-before-after-overridable' into 'master' Kamil Trzciński
2016-04-19Merge branch 'after-script' into 'master' Kamil Trzciński
2016-04-19Get rid of more requires, which causes warnings when code is reloadedRémy Coutable
2016-04-19Rename License entity to RepoLicense to avoid conflict with EERémy Coutable
2016-04-19Using single builder for push and tag eventsGabriel Mazetto
2016-04-19Added System Hooks for push and tag_pushGabriel Mazetto
2016-04-19Define constants only if not defined yet and freeze themRémy Coutable
2016-04-19Set GitHub milestones to Issue/Merge Request that were importedDouglas Barbosa Alexandre
2016-04-19Import milestones from GitHubDouglas Barbosa Alexandre
2016-04-18Apply GitHub labels to Issue/Merge Request that were importedDouglas Barbosa Alexandre
2016-04-18Import labels from GitHubDouglas Barbosa Alexandre
2016-04-18Add shortcut_path to GonHelper moduleAlfredo Sumaran
2016-04-18Merge branch 'gh-keep-issues-prs-references' into 'master' Robert Speicher
2016-04-18Make rubocop happyKamil Trzcinski
2016-04-18Add sentry logger to GitLabJacob Schatz
2016-04-18Add "action" tag to /internal/allowed APIYorick Peterse
2016-04-18Merge branch 'issue_3508' into 'master' Douwe Maan
2016-04-18Use GitHub Issue/PR number as iid to keep referencesDouglas Barbosa Alexandre
2016-04-18Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski
2016-04-18Resolve mergeKamil Trzcinski
2016-04-18Add changelog entryFelipe Artur
2016-04-18Fix documentation and improve permissions codeFelipe Artur
2016-04-18Insert users check into apiFelipe Artur
2016-04-18Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski
2016-04-18Merge remote-tracking branch 'origin/master' into after-scriptKamil Trzcinski
2016-04-18Merge remote-tracking branch 'origin/master' into after-scriptKamil Trzcinski
2016-04-18Count the number of SQL queries per transactionYorick Peterse
2016-04-18Update to licensee 8.0.0 and fix API specsRémy Coutable
2016-04-18Fix features specs (hopefully)Rémy Coutable
2016-04-18Continue implementation of the license template selector and /licenses API en...Rémy Coutable
2016-04-18Initial implementation if license template selector and /licenses/:key API en...Anton Davydov
2016-04-18Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski
2016-04-18Fix rubocop complainsKamil Trzcinski
2016-04-18Minor refactorings in CI configGrzegorz Bizon
2016-04-18Validate job-level variables in YAML config fileGrzegorz Bizon
2016-04-18Minor refactoring in code related to job variablesGrzegorz Bizon
2016-04-18Make CI config return empty array if no job variablesGrzegorz Bizon
2016-04-18Rename method that returns global envs in CI confGrzegorz Bizon
2016-04-18Read job variables directly from gitlab CI configGrzegorz Bizon
2016-04-18Add `variables` keyword to job in CI config YAMLGrzegorz Bizon
2016-04-18Use Module#prepend for method instrumentationYorick Peterse
2016-04-17Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski
2016-04-17Rename finally_script to after_scriptKamil Trzcinski
2016-04-17API: Present an array of Gitlab::Git::Tag instead of array of rugged tagsRobert Schilling
2016-04-16Write specs for this featureKamil Trzcinski
2016-04-16Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski
2016-04-16Allow the before_script and finally_script to be overwritten in context of jobKamil Trzcinski
2016-04-16Implement finally_script which allows to do cleanups as part of the build pro...Kamil Trzcinski