summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'create-live-trace-only-if-job-is-complete' into 'master'Kamil Trzciński2018-05-211-0/+1
|\
| * Add the same gurad clause with artifacts uplaodingShinya Maeda2018-05-211-1/+2
| * Append trace only if the job is runningShinya Maeda2018-05-211-1/+1
* | Merge branch '45528-repeated-calls-to-redis-for-flipper-feature-flag' into 'm...Stan Hu2018-05-211-1/+16
|\ \
| * | Ensure Flipper memoizer is used in Sidekiq's context45528-repeated-calls-to-redis-for-flipper-feature-flagRémy Coutable2018-05-181-1/+16
* | | Merge branch '44799-api-naming-issue-scope' into 'master'Rémy Coutable2018-05-212-8/+10
|\ \ \
| * | | Add created_by_me and assigned_to_me scopes44799-api-naming-issue-scopeMark Chao2018-05-212-8/+10
* | | | Merge branch 'zj-workhorse-archive-mandatory' into 'master'Grzegorz Bizon2018-05-212-8/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Move git archives downloading to GitalyZeger-Jan van de Weg2018-05-172-8/+3
* | | | Merge branch 'xeodon/gitlab-ce-fix/45743-master-fix-gitaly-delete-refs' into ...Grzegorz Bizon2018-05-191-1/+1
|\ \ \ \
| * | | | Fix error when deleting an empty list of refsxeodon/gitlab-ce-fix/45743-master-fix-gitaly-delete-refsSergey Sinev2018-05-181-1/+1
* | | | | Merge branch '46498-do-not-modify-strings' into 'master'Stan Hu2018-05-192-11/+11
|\ \ \ \ \
| * | | | | Fix a RuntimeError: cannot modify frozen stringNick Thomas2018-05-182-11/+11
* | | | | | Fix double brackets being linkified in wiki markdownAlex2018-05-181-0/+3
* | | | | | Merge branch 'fix/handle-large-commit-tag-message' into 'master'Robert Speicher2018-05-188-28/+187
|\ \ \ \ \ \
| * | | | | | Add handling for commit/tags with big messagesAhmad Sherif2018-05-188-28/+187
| |/ / / / /
* | | | | | Merge branch 'gitaly-1182-search-by-content-name' into 'master'Robert Speicher2018-05-182-5/+31
|\ \ \ \ \ \
| * | | | | | Migrate RepositoryService#SearchFilesBy{Content,Name}gitaly-1182-search-by-content-nameKim "BKC" Carlbäcker2018-05-182-5/+31
* | | | | | | Merge branch '5913-extract-ee-specific-lines-for-lib-gitlab-auth' into 'master'Robert Speicher2018-05-185-20/+59
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Minimize CE/EE difference in Gitlab::Auth::LDAP::ConfigRémy Coutable2018-05-181-2/+16
| * | | | | | Minimize CE/EE difference in Gitlab::Auth::LDAP::AccessRémy Coutable2018-05-181-10/+31
| * | | | | | Minimize CE/EE difference in Gitlab::Auth::UserAuthFindersRémy Coutable2018-05-181-4/+6
| * | | | | | Minimize CE/EE difference in Gitlab::Auth::Saml::UserRémy Coutable2018-05-181-4/+2
| * | | | | | Minimize CE/EE difference in Gitlab::Auth::Saml::ConfigRémy Coutable2018-05-181-0/+4
* | | | | | | Merge branch 'zj-calculate-checksum-mandator' into 'master'Nick Thomas2018-05-181-38/+6
|\ \ \ \ \ \ \
| * | | | | | | Calculating repository checksums executed by GitalyZeger-Jan van de Weg2018-05-181-38/+6
* | | | | | | | Merge branch 'memoize-database-version' into 'master'Rémy Coutable2018-05-181-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Memoize Gitlab::Database.versionmemoize-database-versionYorick Peterse2018-05-171-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'feature/gb/add-regexp-variables-expression' into 'master'Kamil Trzciński2018-05-186-7/+108
|\ \ \ \ \ \ \
| * | | | | | | Simplify pattern lexeme fabrication and matcherfeature/gb/add-regexp-variables-expressionGrzegorz Bizon2018-05-181-2/+2
| * | | | | | | Simplify untrusted regexp factory methodGrzegorz Bizon2018-05-181-9/+6
| * | | | | | | Add variables expression pattern validation supportGrzegorz Bizon2018-05-171-0/+4
| * | | | | | | Add anti-corruption layer above expressions pattern matchingGrzegorz Bizon2018-05-171-2/+2
| * | | | | | | Add extended /regexp/ scheme support to untrusted regexpGrzegorz Bizon2018-05-171-0/+23
| * | | | | | | Remove useless assignment in pattern lexemeGrzegorz Bizon2018-05-151-1/+1
| * | | | | | | Do not support inverse variable pattern matchingGrzegorz Bizon2018-05-151-2/+1
| * | | | | | | Add support for pattern matching in variables expressionsGrzegorz Bizon2018-05-154-3/+9
| * | | | | | | Reorganize exceptions in pipeline expressions moduleGrzegorz Bizon2018-05-155-9/+16
| * | | | | | | Merge branch 'master' into feature/gb/add-regexp-variables-expressionGrzegorz Bizon2018-05-1512-93/+89
| |\ \ \ \ \ \ \
| * | | | | | | | Add pattern matching variables expression lexemeGrzegorz Bizon2018-05-141-0/+29
| * | | | | | | | Raise variables statement exception if pattern is invalidGrzegorz Bizon2018-05-142-2/+6
| * | | | | | | | Do not raise if variable expression can not be evaluatedGrzegorz Bizon2018-05-141-0/+2
| * | | | | | | | Implement variables expression untrusted pattern lexemeGrzegorz Bizon2018-05-111-0/+26
| * | | | | | | | Make it possible to compare untrusted regexpsGrzegorz Bizon2018-05-111-1/+5
* | | | | | | | | Merge branch 'ccr/regexp_anchor' into 'master'Kamil Trzciński2018-05-181-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add anchor for incoming email regex, closes 44989ccr/regexp_anchorChantal Rollison2018-05-111-1/+1
* | | | | | | | | | Resolve "Expand API: Render an arbitrary Markdown document"blackst0ne2018-05-184-3/+37
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge branch 'sh-fix-grape-logging-status-code' into 'master'Douwe Maan2018-05-181-8/+9
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Fix api_json.log not always reporting the right HTTP status codeStan Hu2018-05-171-8/+9
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Move API group deletion to SidekiqStan Hu2018-05-182-3/+6
|/ / / / / / /